diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8177274d1e..0192e65aab 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -36,7 +36,7 @@ jobs: uses: docker/build-push-action@v6.5.0 with: push: true - platforms: linux/amd64,linux/arm64/v8,linux/arm/v7 + platforms: linux/amd64 tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.getversion.outputs.version }} build-args: | VERSION=${{ steps.getversion.outputs.version }} diff --git a/Dockerfile b/Dockerfile index d2ed4d6adb..72dbd5e207 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM mcr.microsoft.com/powershell ARG VERSION=latest RUN pwsh -c "if ('${VERSION}' -eq 'latest') { Install-Module Microsoft.Graph -Scope CurrentUser -AllowClobber -Force} else { Install-Module Microsoft.Graph -Scope CurrentUser -AllowClobber -Force -RequiredVersion ${VERSION} }" +RUN pwsh -c "if ('${VERSION}' -eq 'latest') { Install-Module Microsoft.Graph.Beta -Scope CurrentUser -AllowClobber -Force} else { Install-Module Microsoft.Graph.Beta -Scope CurrentUser -AllowClobber -Force -RequiredVersion ${VERSION} }" +RUN pwsh -c "if (!(Test-Path -Path \$PROFILE)) { New-Item -ItemType File -Path \$PROFILE -Force } echo 'Import-Module Microsoft.Graph.Authentication' >> \$PROFILE" LABEL description="# Welcome to Microsoft Graph PowrShell \ To start learning about the module checkout the [getting started documentation](https://docs.microsoft.com/en-us/powershell/microsoftgraph/get-started)" \ No newline at end of file diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 33c62c757d..780c425cfc 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -27,15 +27,15 @@ "versions": { "authentication": { "prerelease": "", - "version": "2.21.1" + "version": "2.22.0" }, "beta": { "prerelease": "", - "version": "2.21.1" + "version": "2.22.0" }, "v1.0": { "prerelease": "", - "version": "2.21.1" + "version": "2.22.0" } } } diff --git a/config/ModulesMapping.jsonc b/config/ModulesMapping.jsonc index f2b12132c8..9d36e27684 100644 --- a/config/ModulesMapping.jsonc +++ b/config/ModulesMapping.jsonc @@ -1,6 +1,8 @@ { "Applications": "^applicationTemplates\\.|^applications\\.|^servicePrincipals\\.|^onPremisesPublishingProfiles\\.|^users.appRoleAssignment$|^groups.appRoleAssignment$", - "Bookings": "^solutions\\.|^bookingBusinesses\\.|^bookingCurrencies\\.", + "Bookings": "^bookingBusinesses\\.|^bookingCurrencies\\.|^solutions.Actions$|^solutions.bookingBusiness$|^solutions.bookingCurrency$|^solutions.virtualEventsRoot$|^solutions.Functions$|^solutions.solutionsRoot$", + "BusinessScenario": "^solutions.businessScenario$", + "BackupRestore": "^solutions.backupRestoreRoot$", "Calendar": "^places\\.|^users.calendar$|^users.calendarGroup$|^users.event$|^groups.calendar$|^groups.event$", "ChangeNotifications": "^subscriptions\\.", "CloudCommunications": "^users.onlineMeeting$|^users.presence$|^communications\\.", @@ -25,6 +27,7 @@ "Identity.Partner": "^tenantRelationships.delegatedAdminRelationship$|^tenantRelationships.delegatedAdminCustomer$", "Mail": "^users.inferenceClassification$|^users.mailFolder$|^users.message$", "ManagedTenants": "^tenantRelationships.managedTenant$", + "NetworkAccess": "^networkAccess\\.", "Notes": "^users.onenote$|^groups.onenote$|^sites.onenote$", "People": "^users.person$|^users.profile$|^users.officeGraphInsights$|^users.userAnalytics$", "PersonalContacts": "^users.contactFolder$|^users.contact$", diff --git a/docs/OpenApiInfo/beta/openApiInfo.json b/docs/OpenApiInfo/beta/openApiInfo.json index 46ef79d106..7543e693a1 100644 --- a/docs/OpenApiInfo/beta/openApiInfo.json +++ b/docs/OpenApiInfo/beta/openApiInfo.json @@ -15721,181 +15721,6 @@ ] } }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution_ListBusinessScenario", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution_CreateBusinessScenario", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution_GetBusinessScenario", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution_UpdateBusinessScenario", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution_DeleteBusinessScenario", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario_GetPlanner", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario_UpdatePlanner", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario_DeletePlanner", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, { "PathInfo": { "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/microsoft.graph.getPlan", @@ -15912,830 +15737,6 @@ ] } }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_GetPlanConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_UpdatePlanConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_DeletePlanConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.planConfiguration_ListLocalization", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.planConfiguration_CreateLocalization", - "Method": "Post", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.planConfiguration_GetLocalization", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "plannerPlanConfigurationLocalization-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.planConfiguration_UpdateLocalization", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "plannerPlanConfigurationLocalization-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.planConfiguration_DeleteLocalization", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "plannerPlanConfigurationLocalization-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.planConfiguration.localization_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_GetTaskConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_UpdateTaskConfiguration", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_DeleteTaskConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_ListTask", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_CreateTask", - "Method": "Post", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_GetTask", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_UpdateTask", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner_DeleteTask", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_GetAssignedToTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_UpdateAssignedToTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_DeleteAssignedToTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_GetBucketTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_UpdateBucketTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_DeleteBucketTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_GetDetail", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_UpdateDetail", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_DeleteDetail", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_GetProgressTaskBoardFormat", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_UpdateProgressTaskBoardFormat", - "Method": "Patch", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_DeleteProgressTaskBoardFormat", - "Method": "Delete", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "businessScenarioTask-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario.planner.task_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "businessScenario-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios(uniqueName=\u0027{uniqueName}\u0027)", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario_GetGraphBPreUniqueName", - "Method": "Get", - "Parameters": [ - { - "Name": "uniqueName", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios(uniqueName=\u0027{uniqueName}\u0027)", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario_UpdateGraphBPreUniqueName", - "Method": "Patch", - "Parameters": [ - { - "Name": "uniqueName", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios(uniqueName=\u0027{uniqueName}\u0027)", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario_DeleteGraphBPreUniqueName", - "Method": "Delete", - "Parameters": [ - { - "Name": "uniqueName", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/solutions/businessScenarios/$count", - "Module": "Bookings" - }, - "MethodInfo": { - "OperationId": "solution.businessScenario_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, { "PathInfo": { "Path": "/solutions/virtualEvents", @@ -87972,141 +86973,6 @@ ] } }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_ListSharedUseServicePlan", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_CreateSharedUseServicePlan", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_GetSharedUseServicePlan", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPcSharedUseServicePlan-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_UpdateSharedUseServicePlan", - "Method": "Patch", - "Parameters": [ - { - "Name": "cloudPcSharedUseServicePlan-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint_DeleteSharedUseServicePlan", - "Method": "Delete", - "Parameters": [ - { - "Name": "cloudPcSharedUseServicePlan-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count", - "Module": "DeviceManagement.Administration" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.sharedUseServicePlan_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, { "PathInfo": { "Path": "/deviceManagement/virtualEndpoint/snapshots", @@ -97324,22 +96190,6 @@ ] } }, - { - "PathInfo": { - "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getShiftWorkCloudPcAccessState()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.virtualEndpoint.cloudPC_getShiftWorkCloudPcAccessState", - "Method": "Get", - "Parameters": [ - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getSupportedCloudPcRemoteActions()", @@ -258257,34 +257107,6 @@ ] } }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_getGraphBPrePath", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", @@ -272633,129 +271455,6 @@ "MethodInfo": { "OperationId": "directory_ListDeviceLocalCredential", "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deviceLocalCredentials", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_CreateDeviceLocalCredential", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_GetDeviceLocalCredential", - "Method": "Get", - "Parameters": [ - { - "Name": "deviceLocalCredentialInfo-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_UpdateDeviceLocalCredential", - "Method": "Patch", - "Parameters": [ - { - "Name": "deviceLocalCredentialInfo-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_DeleteDeviceLocalCredential", - "Method": "Delete", - "Parameters": [ - { - "Name": "deviceLocalCredentialInfo-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/deviceLocalCredentials/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.deviceLocalCredential_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/externalUserProfiles", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_ListExternalUserProfile", - "Method": "Get", "Parameters": [ { "Name": "$top", @@ -272794,26 +271493,26 @@ }, { "PathInfo": { - "Path": "/directory/externalUserProfiles", + "Path": "/directory/deviceLocalCredentials", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_CreateExternalUserProfile", + "OperationId": "directory_CreateDeviceLocalCredential", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", + "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_GetExternalUserProfile", + "OperationId": "directory_GetDeviceLocalCredential", "Method": "Get", "Parameters": [ { - "Name": "externalUserProfile-id", + "Name": "deviceLocalCredentialInfo-id", "Location": "Path" }, { @@ -272829,15 +271528,15 @@ }, { "PathInfo": { - "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", + "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_UpdateExternalUserProfile", + "OperationId": "directory_UpdateDeviceLocalCredential", "Method": "Patch", "Parameters": [ { - "Name": "externalUserProfile-id", + "Name": "deviceLocalCredentialInfo-id", "Location": "Path" } ] @@ -272845,15 +271544,15 @@ }, { "PathInfo": { - "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", + "Path": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_DeleteExternalUserProfile", + "OperationId": "directory_DeleteDeviceLocalCredential", "Method": "Delete", "Parameters": [ { - "Name": "externalUserProfile-id", + "Name": "deviceLocalCredentialInfo-id", "Location": "Path" }, { @@ -272865,11 +271564,11 @@ }, { "PathInfo": { - "Path": "/directory/externalUserProfiles/$count", + "Path": "/directory/deviceLocalCredentials/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.externalUserProfile_GetCount", + "OperationId": "directory.deviceLocalCredential_GetCount", "Method": "Get", "Parameters": [ { @@ -272885,11 +271584,11 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies", + "Path": "/directory/externalUserProfiles", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_ListFeatureRolloutPolicy", + "OperationId": "directory_ListExternalUserProfile", "Method": "Get", "Parameters": [ { @@ -272929,26 +271628,26 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies", + "Path": "/directory/externalUserProfiles", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_CreateFeatureRolloutPolicy", + "OperationId": "directory_CreateExternalUserProfile", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_GetFeatureRolloutPolicy", + "OperationId": "directory_GetExternalUserProfile", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "externalUserProfile-id", "Location": "Path" }, { @@ -272964,15 +271663,15 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_UpdateFeatureRolloutPolicy", + "OperationId": "directory_UpdateExternalUserProfile", "Method": "Patch", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "externalUserProfile-id", "Location": "Path" } ] @@ -272980,15 +271679,15 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Path": "/directory/externalUserProfiles/{externalUserProfile-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_DeleteFeatureRolloutPolicy", + "OperationId": "directory_DeleteExternalUserProfile", "Method": "Delete", "Parameters": [ { - "Name": "featureRolloutPolicy-id", + "Name": "externalUserProfile-id", "Location": "Path" }, { @@ -273000,17 +271699,33 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Path": "/directory/externalUserProfiles/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_ListAppliesTo", + "OperationId": "directory.externalUserProfile_GetCount", "Method": "Get", "Parameters": [ { - "Name": "featureRolloutPolicy-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/featureRolloutPolicies", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_ListFeatureRolloutPolicy", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -273048,75 +271763,82 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Path": "/directory/featureRolloutPolicies", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_CreateAppliesTo", + "OperationId": "directory_CreateFeatureRolloutPolicy", "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_GetFeatureRolloutPolicy", + "Method": "Get", "Parameters": [ { "Name": "featureRolloutPolicy-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef", - "Method": "Delete", + "OperationId": "directory_UpdateFeatureRolloutPolicy", + "Method": "Patch", "Parameters": [ { "Name": "featureRolloutPolicy-id", "Location": "Path" - }, - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy.appliesTo_GetCount", - "Method": "Get", + "OperationId": "directory_DeleteFeatureRolloutPolicy", + "Method": "Delete", "Parameters": [ { "Name": "featureRolloutPolicy-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_ListAppliesToGraphBPreRef", + "OperationId": "directory.featureRolloutPolicy_ListAppliesTo", "Method": "Get", "Parameters": [ { @@ -273146,17 +271868,25 @@ { "Name": "$orderby", "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_CreateAppliesToGraphBPreRef", + "OperationId": "directory.featureRolloutPolicy_CreateAppliesTo", "Method": "Post", "Parameters": [ { @@ -273168,11 +271898,11 @@ }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_DeleteAppliesToGraphBPreRef", + "OperationId": "directory.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef", "Method": "Delete", "Parameters": [ { @@ -273180,25 +271910,29 @@ "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "directoryObject-id", + "Location": "Path" }, { - "Name": "@id", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/directory/featureRolloutPolicies/$count", + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.featureRolloutPolicy_GetCount", + "OperationId": "directory.featureRolloutPolicy.appliesTo_GetCount", "Method": "Get", "Parameters": [ + { + "Name": "featureRolloutPolicy-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -273212,13 +271946,17 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations", + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_ListFederationConfiguration", + "OperationId": "directory.featureRolloutPolicy_ListAppliesToGraphBPreRef", "Method": "Get", "Parameters": [ + { + "Name": "featureRolloutPolicy-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -273242,64 +271980,21 @@ { "Name": "$orderby", "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/federationConfigurations", + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_CreateFederationConfiguration", + "OperationId": "directory.featureRolloutPolicy_CreateAppliesToGraphBPreRef", "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_GetFederationConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "identityProviderBase-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory_UpdateFederationConfiguration", - "Method": "Patch", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" } ] @@ -273307,39 +272002,23 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/{identityProviderBase-id}", + "Path": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_DeleteFederationConfiguration", + "OperationId": "directory.featureRolloutPolicy_DeleteAppliesToGraphBPreRef", "Method": "Delete", "Parameters": [ { - "Name": "identityProviderBase-id", + "Name": "featureRolloutPolicy-id", "Location": "Path" }, { "Name": "If-Match", "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/federationConfigurations/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.federationConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" }, { - "Name": "$filter", + "Name": "@id", "Location": "Query" } ] @@ -273347,21 +272026,13 @@ }, { "PathInfo": { - "Path": "/directory/federationConfigurations/microsoft.graph.availableProviderTypes()", + "Path": "/directory/featureRolloutPolicies/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.federationConfiguration_availableProviderType", + "OperationId": "directory.featureRolloutPolicy_GetCount", "Method": "Get", "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -273369,21 +272040,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/impactedResources", + "Path": "/directory/federationConfigurations", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_ListImpactedResource", + "OperationId": "directory_ListFederationConfiguration", "Method": "Get", "Parameters": [ { @@ -273423,26 +272090,26 @@ }, { "PathInfo": { - "Path": "/directory/impactedResources", + "Path": "/directory/federationConfigurations", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_CreateImpactedResource", + "OperationId": "directory_CreateFederationConfiguration", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}", + "Path": "/directory/federationConfigurations/{identityProviderBase-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_GetImpactedResource", + "OperationId": "directory_GetFederationConfiguration", "Method": "Get", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -273458,15 +272125,15 @@ }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}", + "Path": "/directory/federationConfigurations/{identityProviderBase-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_UpdateImpactedResource", + "OperationId": "directory_UpdateFederationConfiguration", "Method": "Patch", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "identityProviderBase-id", "Location": "Path" } ] @@ -273474,15 +272141,15 @@ }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}", + "Path": "/directory/federationConfigurations/{identityProviderBase-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_DeleteImpactedResource", + "OperationId": "directory_DeleteFederationConfiguration", "Method": "Delete", "Parameters": [ { - "Name": "impactedResource-id", + "Name": "identityProviderBase-id", "Location": "Path" }, { @@ -273494,77 +272161,41 @@ }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.complete", + "Path": "/directory/federationConfigurations/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.impactedResource_complete", - "Method": "Post", + "OperationId": "directory.federationConfiguration_GetCount", + "Method": "Get", "Parameters": [ { - "Name": "impactedResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.dismiss", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.impactedResource_dismiss", - "Method": "Post", - "Parameters": [ + "Name": "$search", + "Location": "Query" + }, { - "Name": "impactedResource-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.postpone", + "Path": "/directory/federationConfigurations/microsoft.graph.availableProviderTypes()", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.impactedResource_postpone", - "Method": "Post", + "OperationId": "directory.federationConfiguration_availableProviderType", + "Method": "Get", "Parameters": [ { - "Name": "impactedResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.reactivate", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.impactedResource_reactivate", - "Method": "Post", - "Parameters": [ + "Name": "$top", + "Location": "Query" + }, { - "Name": "impactedResource-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/directory/impactedResources/$count", - "Module": "Identity.DirectoryManagement" - }, - "MethodInfo": { - "OperationId": "directory.impactedResource_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -273572,17 +272203,21 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles", + "Path": "/directory/impactedResources", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_ListInboundSharedUserProfile", + "OperationId": "directory_ListImpactedResource", "Method": "Get", "Parameters": [ { @@ -273622,26 +272257,26 @@ }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles", + "Path": "/directory/impactedResources", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_CreateInboundSharedUserProfile", + "OperationId": "directory_CreateImpactedResource", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Path": "/directory/impactedResources/{impactedResource-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_GetInboundSharedUserProfile", + "OperationId": "directory_GetImpactedResource", "Method": "Get", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "impactedResource-id", "Location": "Path" }, { @@ -273657,15 +272292,15 @@ }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Path": "/directory/impactedResources/{impactedResource-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_UpdateInboundSharedUserProfile", + "OperationId": "directory_UpdateImpactedResource", "Method": "Patch", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "impactedResource-id", "Location": "Path" } ] @@ -273673,15 +272308,15 @@ }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Path": "/directory/impactedResources/{impactedResource-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_DeleteInboundSharedUserProfile", + "OperationId": "directory_DeleteImpactedResource", "Method": "Delete", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "impactedResource-id", "Location": "Path" }, { @@ -273693,15 +272328,15 @@ }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/microsoft.graph.exportPersonalData", + "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.complete", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.inboundSharedUserProfile_exportPersonalData", + "OperationId": "directory.impactedResource_complete", "Method": "Post", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "impactedResource-id", "Location": "Path" } ] @@ -273709,15 +272344,15 @@ }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/microsoft.graph.removePersonalData", + "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.dismiss", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.inboundSharedUserProfile_removePersonalData", + "OperationId": "directory.impactedResource_dismiss", "Method": "Post", "Parameters": [ { - "Name": "inboundSharedUserProfile-userId", + "Name": "impactedResource-id", "Location": "Path" } ] @@ -273725,11 +272360,43 @@ }, { "PathInfo": { - "Path": "/directory/inboundSharedUserProfiles/$count", + "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.postpone", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.inboundSharedUserProfile_GetCount", + "OperationId": "directory.impactedResource_postpone", + "Method": "Post", + "Parameters": [ + { + "Name": "impactedResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/impactedResources/{impactedResource-id}/microsoft.graph.reactivate", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.impactedResource_reactivate", + "Method": "Post", + "Parameters": [ + { + "Name": "impactedResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/impactedResources/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.impactedResource_GetCount", "Method": "Get", "Parameters": [ { @@ -273745,11 +272412,11 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization", + "Path": "/directory/inboundSharedUserProfiles", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_ListOnPremisesSynchronization", + "OperationId": "directory_ListInboundSharedUserProfile", "Method": "Get", "Parameters": [ { @@ -273789,26 +272456,26 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization", + "Path": "/directory/inboundSharedUserProfiles", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_CreateOnPremisesSynchronization", + "OperationId": "directory_CreateInboundSharedUserProfile", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_GetOnPremisesSynchronization", + "OperationId": "directory_GetInboundSharedUserProfile", "Method": "Get", "Parameters": [ { - "Name": "onPremisesDirectorySynchronization-id", + "Name": "inboundSharedUserProfile-userId", "Location": "Path" }, { @@ -273824,15 +272491,15 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_UpdateOnPremisesSynchronization", + "OperationId": "directory_UpdateInboundSharedUserProfile", "Method": "Patch", "Parameters": [ { - "Name": "onPremisesDirectorySynchronization-id", + "Name": "inboundSharedUserProfile-userId", "Location": "Path" } ] @@ -273840,15 +272507,15 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_DeleteOnPremisesSynchronization", + "OperationId": "directory_DeleteInboundSharedUserProfile", "Method": "Delete", "Parameters": [ { - "Name": "onPremisesDirectorySynchronization-id", + "Name": "inboundSharedUserProfile-userId", "Location": "Path" }, { @@ -273860,11 +272527,43 @@ }, { "PathInfo": { - "Path": "/directory/onPremisesSynchronization/$count", + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/microsoft.graph.exportPersonalData", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.onPremisesSynchronization_GetCount", + "OperationId": "directory.inboundSharedUserProfile_exportPersonalData", + "Method": "Post", + "Parameters": [ + { + "Name": "inboundSharedUserProfile-userId", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/microsoft.graph.removePersonalData", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.inboundSharedUserProfile_removePersonalData", + "Method": "Post", + "Parameters": [ + { + "Name": "inboundSharedUserProfile-userId", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/inboundSharedUserProfiles/$count", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.inboundSharedUserProfile_GetCount", "Method": "Get", "Parameters": [ { @@ -273880,11 +272579,11 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles", + "Path": "/directory/onPremisesSynchronization", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_ListOutboundSharedUserProfile", + "OperationId": "directory_ListOnPremisesSynchronization", "Method": "Get", "Parameters": [ { @@ -273924,26 +272623,26 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles", + "Path": "/directory/onPremisesSynchronization", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_CreateOutboundSharedUserProfile", + "OperationId": "directory_CreateOnPremisesSynchronization", "Method": "Post", "Parameters": [] } }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_GetOutboundSharedUserProfile", + "OperationId": "directory_GetOnPremisesSynchronization", "Method": "Get", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "onPremisesDirectorySynchronization-id", "Location": "Path" }, { @@ -273959,15 +272658,15 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_UpdateOutboundSharedUserProfile", + "OperationId": "directory_UpdateOnPremisesSynchronization", "Method": "Patch", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "onPremisesDirectorySynchronization-id", "Location": "Path" } ] @@ -273975,15 +272674,15 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Path": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory_DeleteOutboundSharedUserProfile", + "OperationId": "directory_DeleteOnPremisesSynchronization", "Method": "Delete", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", + "Name": "onPremisesDirectorySynchronization-id", "Location": "Path" }, { @@ -273995,16 +272694,151 @@ }, { "PathInfo": { - "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "Path": "/directory/onPremisesSynchronization/$count", "Module": "Identity.DirectoryManagement" }, "MethodInfo": { - "OperationId": "directory.outboundSharedUserProfile_ListTenant", + "OperationId": "directory.onPremisesSynchronization_GetCount", "Method": "Get", "Parameters": [ { - "Name": "outboundSharedUserProfile-userId", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/outboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_ListOutboundSharedUserProfile", + "Method": "Get", + "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/outboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_CreateOutboundSharedUserProfile", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_GetOutboundSharedUserProfile", + "Method": "Get", + "Parameters": [ + { + "Name": "outboundSharedUserProfile-userId", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_UpdateOutboundSharedUserProfile", + "Method": "Patch", + "Parameters": [ + { + "Name": "outboundSharedUserProfile-userId", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory_DeleteOutboundSharedUserProfile", + "Method": "Delete", + "Parameters": [ + { + "Name": "outboundSharedUserProfile-userId", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "Module": "Identity.DirectoryManagement" + }, + "MethodInfo": { + "OperationId": "directory.outboundSharedUserProfile_ListTenant", + "Method": "Get", + "Parameters": [ + { + "Name": "outboundSharedUserProfile-userId", + "Location": "Path" }, { "Name": "$top", @@ -275166,6 +274000,10 @@ "OperationId": "directoryRole_ListDirectoryRole", "Method": "Get", "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, { "Name": "$skip", "Location": "Query" @@ -276534,6 +275372,10 @@ "OperationId": "directoryRoleTemplate_ListDirectoryRoleTemplate", "Method": "Get", "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, { "Name": "$skip", "Location": "Query" @@ -279573,6 +278415,10 @@ "Name": "$search", "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + }, { "Name": "$count", "Location": "Query" @@ -279675,6 +278521,10 @@ { "Name": "$search", "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } @@ -279688,10 +278538,26 @@ "OperationId": "subscribedSku_ListSubscribedSku", "Method": "Get", "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" @@ -279699,6 +278565,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -380926,7 +379796,7 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Notes" }, "MethodInfo": { @@ -380941,10 +379811,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -380958,7 +379824,7 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Notes" }, "MethodInfo": { @@ -380972,17 +379838,13 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Notes" }, "MethodInfo": { @@ -380997,10 +379859,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -381010,21 +379868,17 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Path": "/sites/{site-id}/onenote", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetOnenote", + "OperationId": "site_GetOnenote", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "path", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -381038,31 +379892,27 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Path": "/sites/{site-id}/onenote", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateOnenote", + "OperationId": "site_UpdateOnenote", "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Path": "/sites/{site-id}/onenote", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteOnenote", + "OperationId": "site_DeleteOnenote", "Method": "Delete", "Parameters": [ { @@ -381070,29 +379920,93 @@ "Location": "Path" }, { - "Name": "path", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/notebooks", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_ListNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote", + "Path": "/sites/{site-id}/onenote/notebooks", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site_GetOnenote", + "OperationId": "site.onenote_CreateNotebook", + "Method": "Post", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_GetNotebook", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -381106,33 +380020,41 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site_UpdateOnenote", + "OperationId": "site.onenote_UpdateNotebook", "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site_DeleteOnenote", + "OperationId": "site.onenote_DeleteNotebook", "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -381142,17 +380064,21 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_ListNotebook", + "OperationId": "site.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -381190,27 +380116,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_CreateNotebook", + "OperationId": "site.onenote.notebook_CreateSectionGroup", "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_GetNotebook", + "OperationId": "site.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { @@ -381221,6 +380151,10 @@ "Name": "notebook-id", "Location": "Path" }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -381234,11 +380168,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateNotebook", + "OperationId": "site.onenote.notebook_UpdateSectionGroup", "Method": "Patch", "Parameters": [ { @@ -381248,17 +380182,21 @@ { "Name": "notebook-id", "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteNotebook", + "OperationId": "site.onenote.notebook_DeleteSectionGroup", "Method": "Delete", "Parameters": [ { @@ -381269,6 +380207,10 @@ "Name": "notebook-id", "Location": "Path" }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -381278,11 +380220,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_ListSectionGroup", + "OperationId": "site.onenote.notebook.sectionGroup_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -381294,28 +380236,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { "Name": "$select", @@ -381330,31 +380252,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook_CreateSectionGroup", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_GetSectionGroup", + "OperationId": "site.onenote.notebook.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { @@ -381382,12 +380284,12 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_UpdateSectionGroup", - "Method": "Patch", + "OperationId": "site.onenote.notebook.sectionGroup_ListSectionGroup", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -381400,45 +380302,49 @@ { "Name": "sectionGroup-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook_DeleteSectionGroup", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetParentNotebook", + "OperationId": "site.onenote.notebook.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { @@ -381453,6 +380359,10 @@ "Name": "sectionGroup-id", "Location": "Path" }, + { + "Name": "sectionGroup-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -381466,11 +380376,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetParentSectionGroup", + "OperationId": "site.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { @@ -381486,11 +380396,11 @@ "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -381498,11 +380408,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_ListSectionGroup", + "OperationId": "site.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { @@ -381554,11 +380464,35 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetSectionGroup", + "OperationId": "site.onenote.notebook.sectionGroup_CreateSection", + "Method": "Post", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { @@ -381574,7 +380508,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -381590,12 +380524,12 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "site.onenote.notebook.sectionGroup_UpdateSection", + "Method": "Patch", "Parameters": [ { "Name": "site-id", @@ -381610,23 +380544,51 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.notebook.sectionGroup_DeleteSection", + "Method": "Delete", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_ListSection", + "OperationId": "site.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { @@ -381641,6 +380603,10 @@ "Name": "sectionGroup-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -381678,11 +380644,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "site.onenote.notebook.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -381696,17 +380662,21 @@ { "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetSection", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { @@ -381725,6 +380695,10 @@ "Name": "onenoteSection-id", "Location": "Path" }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -381738,11 +380712,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_UpdateSection", + "OperationId": "site.onenote.notebook.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -381760,17 +380734,21 @@ { "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_DeleteSection", + "OperationId": "site.onenote.notebook.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { @@ -381789,6 +380767,10 @@ "Name": "onenoteSection-id", "Location": "Path" }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -381798,11 +380780,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -381822,48 +380804,52 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote.notebook.sectionGroup.section_SetPagesContent", + "Method": "Put", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_CreatePage", - "Method": "Post", + "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -381880,17 +380866,29 @@ { "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetPage", + "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -381926,12 +380924,12 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_UpdatePage", - "Method": "Patch", + "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -381950,20 +380948,24 @@ "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_DeletePage", - "Method": "Delete", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentNotebook", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -381982,23 +380984,23 @@ "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetPagesContent", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { @@ -382018,20 +381020,24 @@ "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "site.onenote.notebook.sectionGroup.section_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -382046,23 +381052,23 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "OperationId": "site.onenote.notebook.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { @@ -382074,23 +381080,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -382098,11 +381092,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetParentSection", + "OperationId": "site.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ { @@ -382114,59 +381108,35 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section.page_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -382174,12 +381144,12 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentNotebook", - "Method": "Get", + "OperationId": "site.onenote.notebook_CreateSection", + "Method": "Post", "Parameters": [ { "Name": "site-id", @@ -382188,33 +381158,17 @@ { "Name": "notebook-id", "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "OperationId": "site.onenote.notebook_GetSection", "Method": "Get", "Parameters": [ { @@ -382225,10 +381179,6 @@ "Name": "notebook-id", "Location": "Path" }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "onenoteSection-id", "Location": "Path" @@ -382246,12 +381196,12 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "site.onenote.notebook_UpdateSection", + "Method": "Patch", "Parameters": [ { "Name": "site-id", @@ -382262,28 +381212,20 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "onenoteSection-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "site.onenote.notebook_DeleteSection", + "Method": "Delete", "Parameters": [ { "Name": "site-id", @@ -382294,23 +381236,23 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_ListSection", + "OperationId": "site.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { @@ -382321,6 +381263,10 @@ "Name": "notebook-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -382358,11 +381304,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_CreateSection", + "OperationId": "site.onenote.notebook.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -382372,17 +381318,21 @@ { "Name": "notebook-id", "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_GetSection", + "OperationId": "site.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { @@ -382397,6 +381347,10 @@ "Name": "onenoteSection-id", "Location": "Path" }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -382410,11 +381364,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_UpdateSection", + "OperationId": "site.onenote.notebook.section_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -382428,17 +381382,21 @@ { "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_DeleteSection", + "OperationId": "site.onenote.notebook.section_DeletePage", "Method": "Delete", "Parameters": [ { @@ -382453,6 +381411,10 @@ "Name": "onenoteSection-id", "Location": "Path" }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -382462,11 +381424,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_ListPage", + "OperationId": "site.onenote.notebook.section_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -382482,48 +381444,20 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_CreatePage", - "Method": "Post", + "OperationId": "site.onenote.notebook.section_SetPagesContent", + "Method": "Put", "Parameters": [ { "Name": "site-id", @@ -382536,17 +381470,21 @@ { "Name": "onenoteSection-id", "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetPage", + "OperationId": "site.onenote.notebook.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -382578,12 +381516,12 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_UpdatePage", - "Method": "Patch", + "OperationId": "site.onenote.notebook.section.page_GetParentSection", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -382600,18 +381538,26 @@ { "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_DeletePage", - "Method": "Delete", + "OperationId": "site.onenote.notebook.section.page_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -382626,23 +381572,23 @@ "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetPagesContent", + "OperationId": "site.onenote.notebook.section_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -382658,20 +381604,24 @@ "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_SetPagesContent", - "Method": "Put", + "OperationId": "site.onenote.notebook.section_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -382686,19 +381636,23 @@ "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_GetParentNotebook", + "OperationId": "site.onenote.notebook.section_GetCount", "Method": "Get", "Parameters": [ { @@ -382710,19 +381664,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -382730,11 +381676,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/sites/{site-id}/onenote/notebooks/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_GetParentSection", + "OperationId": "site.onenote.notebook_GetCount", "Method": "Get", "Parameters": [ { @@ -382742,23 +381688,11 @@ "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -382766,11 +381700,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Path": "/sites/{site-id}/onenote/operations", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section.page_GetCount", + "OperationId": "site.onenote_ListOperation", "Method": "Get", "Parameters": [ { @@ -382778,12 +381712,12 @@ "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -382792,29 +381726,57 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Path": "/sites/{site-id}/onenote/operations", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetParentNotebook", - "Method": "Get", + "OperationId": "site.onenote_CreateOperation", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes" + }, + "MethodInfo": { + "OperationId": "site.onenote_GetOperation", + "Method": "Get", + "Parameters": [ { - "Name": "notebook-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -382830,71 +381792,55 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetParentSectionGroup", - "Method": "Get", + "OperationId": "site.onenote_UpdateOperation", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "onenoteOperation-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook.section_GetCount", - "Method": "Get", + "OperationId": "site.onenote_DeleteOperation", + "Method": "Delete", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "notebook-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/notebooks/$count", + "Path": "/sites/{site-id}/onenote/operations/$count", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.notebook_GetCount", + "OperationId": "site.onenote.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -382914,11 +381860,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations", + "Path": "/sites/{site-id}/onenote/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_ListOperation", + "OperationId": "site.onenote_ListPage", "Method": "Get", "Parameters": [ { @@ -382962,11 +381908,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations", + "Path": "/sites/{site-id}/onenote/pages", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_CreateOperation", + "OperationId": "site.onenote_CreatePage", "Method": "Post", "Parameters": [ { @@ -382978,11 +381924,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_GetOperation", + "OperationId": "site.onenote_GetPage", "Method": "Get", "Parameters": [ { @@ -382990,7 +381936,7 @@ "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -383006,11 +381952,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_UpdateOperation", + "OperationId": "site.onenote_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -383018,7 +381964,7 @@ "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "onenotePage-id", "Location": "Path" } ] @@ -383026,11 +381972,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_DeleteOperation", + "OperationId": "site.onenote_DeletePage", "Method": "Delete", "Parameters": [ { @@ -383038,7 +381984,7 @@ "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "onenotePage-id", "Location": "Path" }, { @@ -383050,11 +381996,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/operations/$count", + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote.operation_GetCount", + "OperationId": "site.onenote_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -383062,227 +382008,67 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages", + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_ListPage", - "Method": "Get", + "OperationId": "site.onenote_SetPagesContent", + "Method": "Put", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages", + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_CreatePage", - "Method": "Post", + "OperationId": "site.onenote.page_GetParentNotebook", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", "Module": "Notes" }, "MethodInfo": { - "OperationId": "site.onenote_GetPage", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_UpdatePage", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_DeletePage", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_GetPagesContent", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote_SetPagesContent", - "Method": "Put", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.page_GetParentNotebook", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.onenote.page_GetParentSection", + "OperationId": "site.onenote.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -431851,1447 +430637,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic_CreateItemActivityStat", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic_GetItemActivityStat", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic_UpdateItemActivityStat", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic_DeleteItemActivityStat", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_ListActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_CreateActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_GetActivity", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_UpdateActivity", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_DeleteActivity", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItem", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContent", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContent", - "Method": "Put", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContentStream", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "itemActivity-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat.activity_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "itemActivityStat-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic.itemActivityStat_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.analytic_GetLastSevenDay", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_ListColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_CreateColumn", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_GetColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_UpdateColumn", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_DeleteColumn", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.column_GetSourceColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/columns/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.column_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_ListContentType", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_CreateContentType", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_GetContentType", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_UpdateContentType", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_DeleteContentType", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_GetBase", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_ListBaseType", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_GetBaseType", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "contentType-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType.baseType_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_ListColumnLink", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_CreateColumnLink", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_GetColumnLink", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnLink-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_UpdateColumnLink", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnLink-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_DeleteColumnLink", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnLink-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType.columnLink_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_ListColumnPosition", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_GetColumnPosition", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType.columnPosition_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.contentType_ListColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.contentType_CreateColumn", + "OperationId": "group.site.analytic_CreateItemActivityStat", "Method": "Post", "Parameters": [ { @@ -433301,21 +430651,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetColumn", + "OperationId": "group.site.analytic_GetItemActivityStat", "Method": "Get", "Parameters": [ { @@ -433327,11 +430673,7 @@ "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -433347,11 +430689,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.contentType_UpdateColumn", + "OperationId": "group.site.analytic_UpdateItemActivityStat", "Method": "Patch", "Parameters": [ { @@ -433363,11 +430705,7 @@ "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "itemActivityStat-id", "Location": "Path" } ] @@ -433375,11 +430713,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.contentType_DeleteColumn", + "OperationId": "group.site.analytic_DeleteItemActivityStat", "Method": "Delete", "Parameters": [ { @@ -433391,11 +430729,7 @@ "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { @@ -433407,11 +430741,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.contentType.column_GetSourceColumn", + "OperationId": "group.site.analytic.itemActivityStat_ListActivity", "Method": "Get", "Parameters": [ { @@ -433423,12 +430757,32 @@ "Location": "Path" }, { - "Name": "contentType-id", + "Name": "itemActivityStat-id", "Location": "Path" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -433443,12 +430797,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.contentType.column_GetCount", - "Method": "Get", + "OperationId": "group.site.analytic.itemActivityStat_CreateActivity", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -433459,27 +430813,19 @@ "Location": "Path" }, { - "Name": "contentType-id", + "Name": "itemActivityStat-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.contentType_GetCount", + "OperationId": "group.site.analytic.itemActivityStat_GetActivity", "Method": "Get", "Parameters": [ { @@ -433491,11 +430837,19 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -433503,12 +430857,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "group.site.analytic.itemActivityStat_UpdateActivity", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -433519,24 +430873,24 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site.analytic.itemActivityStat_DeleteActivity", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -433547,24 +430901,28 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItem", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -433573,17 +430931,33 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "itemActivityStat-id", + "Location": "Path" + }, + { + "Name": "itemActivity-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContent", "Method": "Get", "Parameters": [ { @@ -433595,47 +430969,55 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" }, { - "Name": "$filter", + "Name": "$format", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContent", + "Method": "Put", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { @@ -433647,24 +431029,24 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drive", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetDrive", - "Method": "Get", + "OperationId": "group.site.analytic.itemActivityStat.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { "Name": "group-id", @@ -433675,23 +431057,23 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivity-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drives", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListDrive", + "OperationId": "group.site.analytic.itemActivityStat.activity_GetCount", "Method": "Get", "Parameters": [ { @@ -433703,12 +431085,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "itemActivityStat-id", + "Location": "Path" }, { "Name": "$search", @@ -433717,33 +431095,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetDrive", + "OperationId": "group.site.analytic.itemActivityStat_GetCount", "Method": "Get", "Parameters": [ { @@ -433755,15 +431117,11 @@ "Location": "Path" }, { - "Name": "drive-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -433771,11 +431129,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/drives/$count", + "Path": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.drive_GetCount", + "OperationId": "group.site.analytic_GetLastSevenDay", "Method": "Get", "Parameters": [ { @@ -433787,11 +431145,11 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -433799,11 +431157,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/externalColumns", + "Path": "/groups/{group-id}/sites/{site-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListExternalColumn", + "OperationId": "group.site_ListColumn", "Method": "Get", "Parameters": [ { @@ -433851,12 +431209,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetExternalColumn", - "Method": "Get", + "OperationId": "group.site_CreateColumn", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -433865,29 +431223,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.externalColumn_GetCount", + "OperationId": "group.site_GetColumn", "Method": "Get", "Parameters": [ { @@ -433899,11 +431245,15 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -433911,12 +431261,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetInformationProtection", - "Method": "Get", + "OperationId": "group.site_UpdateColumn", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -433927,24 +431277,20 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "columnDefinition-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_UpdateInformationProtection", - "Method": "Patch", + "OperationId": "group.site_DeleteColumn", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -433953,18 +431299,26 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Path": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_DeleteInformationProtection", - "Method": "Delete", + "OperationId": "group.site.column_GetSourceColumn", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -433975,19 +431329,27 @@ "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", + "Path": "/groups/{group-id}/sites/{site-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_GetBitlocker", + "OperationId": "group.site.column_GetCount", "Method": "Get", "Parameters": [ { @@ -433999,11 +431361,11 @@ "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -434011,11 +431373,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.bitlocker_ListRecoveryKey", + "OperationId": "group.site_ListContentType", "Method": "Get", "Parameters": [ { @@ -434063,12 +431425,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.bitlocker_GetRecoveryKey", - "Method": "Get", + "OperationId": "group.site_CreateContentType", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -434077,29 +431439,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "bitlockerRecoveryKey-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.bitlocker.recoveryKey_GetCount", + "OperationId": "group.site_GetContentType", "Method": "Get", "Parameters": [ { @@ -434111,11 +431461,15 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -434123,12 +431477,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_ListDataLossPreventionPolicy", - "Method": "Get", + "OperationId": "group.site_UpdateContentType", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -434139,48 +431493,20 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_CreateDataLossPreventionPolicy", - "Method": "Post", + "OperationId": "group.site_DeleteContentType", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -434189,17 +431515,25 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_GetDataLossPreventionPolicy", + "OperationId": "group.site.contentType_GetBase", "Method": "Get", "Parameters": [ { @@ -434211,7 +431545,7 @@ "Location": "Path" }, { - "Name": "dataLossPreventionPolicy-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -434227,12 +431561,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdateDataLossPreventionPolicy", - "Method": "Patch", + "OperationId": "group.site.contentType_ListBaseType", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -434243,63 +431577,39 @@ "Location": "Path" }, { - "Name": "dataLossPreventionPolicy-id", + "Name": "contentType-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_DeleteDataLossPreventionPolicy", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "dataLossPreventionPolicy-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection.dataLossPreventionPolicy_GetCount", - "Method": "Get", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -434307,11 +431617,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_GetPolicy", + "OperationId": "group.site.contentType_GetBaseType", "Method": "Get", "Parameters": [ { @@ -434322,6 +431632,14 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "contentType-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -434335,12 +431653,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdatePolicy", - "Method": "Patch", + "OperationId": "group.site.contentType.baseType_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -434349,41 +431667,29 @@ { "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_DeletePolicy", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_ListLabel", + "OperationId": "group.site.contentType_ListColumnLink", "Method": "Get", "Parameters": [ { @@ -434394,6 +431700,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "contentType-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -434431,11 +431741,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_CreateLabel", + "OperationId": "group.site.contentType_CreateColumnLink", "Method": "Post", "Parameters": [ { @@ -434445,17 +431755,21 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "contentType-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_GetLabel", + "OperationId": "group.site.contentType_GetColumnLink", "Method": "Get", "Parameters": [ { @@ -434467,7 +431781,11 @@ "Location": "Path" }, { - "Name": "informationProtectionLabel-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", "Location": "Path" }, { @@ -434483,11 +431801,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_UpdateLabel", + "OperationId": "group.site.contentType_UpdateColumnLink", "Method": "Patch", "Parameters": [ { @@ -434499,7 +431817,11 @@ "Location": "Path" }, { - "Name": "informationProtectionLabel-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", "Location": "Path" } ] @@ -434507,11 +431829,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy_DeleteLabel", + "OperationId": "group.site.contentType_DeleteColumnLink", "Method": "Delete", "Parameters": [ { @@ -434523,7 +431845,11 @@ "Location": "Path" }, { - "Name": "informationProtectionLabel-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", "Location": "Path" }, { @@ -434535,11 +431861,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.policy.label_GetCount", + "OperationId": "group.site.contentType.columnLink_GetCount", "Method": "Get", "Parameters": [ { @@ -434550,6 +431876,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "contentType-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -434563,11 +431893,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_ListSensitivityLabel", + "OperationId": "group.site.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ { @@ -434578,6 +431908,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "contentType-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -434615,12 +431949,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_CreateSensitivityLabel", - "Method": "Post", + "OperationId": "group.site.contentType_GetColumnPosition", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -434629,29 +431963,13 @@ { "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_GetSensitivityLabel", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -434667,12 +431985,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdateSensitivityLabel", - "Method": "Patch", + "OperationId": "group.site.contentType.columnPosition_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -434683,47 +432001,27 @@ "Location": "Path" }, { - "Name": "sensitivityLabel-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.informationProtection_DeleteSensitivityLabel", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_ListSublabel", + "OperationId": "group.site.contentType_ListColumn", "Method": "Get", "Parameters": [ { @@ -434735,7 +432033,7 @@ "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -434775,11 +432073,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_CreateSublabel", + "OperationId": "group.site.contentType_CreateColumn", "Method": "Post", "Parameters": [ { @@ -434791,7 +432089,7 @@ "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -434799,11 +432097,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_GetSublabel", + "OperationId": "group.site.contentType_GetColumn", "Method": "Get", "Parameters": [ { @@ -434815,11 +432113,11 @@ "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -434835,11 +432133,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_UpdateSublabel", + "OperationId": "group.site.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -434851,11 +432149,11 @@ "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -434863,11 +432161,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_DeleteSublabel", + "OperationId": "group.site.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ { @@ -434879,11 +432177,11 @@ "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "sensitivityLabel-id1", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -434895,11 +432193,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel.sublabel_GetCount", + "OperationId": "group.site.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -434911,7 +432209,43 @@ "Location": "Path" }, { - "Name": "sensitivityLabel-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.contentType.column_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -434927,11 +432261,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", + "Path": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.sensitivityLabel_GetCount", + "OperationId": "group.site.contentType_GetCount", "Method": "Get", "Parameters": [ { @@ -434955,11 +432289,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_GetSensitivityPolicySetting", + "OperationId": "group.site_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -434983,12 +432317,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdateSensitivityPolicySetting", - "Method": "Patch", + "OperationId": "group.site.createdGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -434997,18 +432331,26 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_DeleteSensitivityPolicySetting", - "Method": "Delete", + "OperationId": "group.site.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -435017,21 +432359,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_ListThreatAssessmentRequest", + "OperationId": "group.site.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -435079,12 +432417,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "Path": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_CreateThreatAssessmentRequest", - "Method": "Post", + "OperationId": "group.site.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -435093,17 +432431,25 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Path": "/groups/{group-id}/sites/{site-id}/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_GetThreatAssessmentRequest", + "OperationId": "group.site_GetDrive", "Method": "Get", "Parameters": [ { @@ -435114,10 +432460,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "threatAssessmentRequest-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -435131,12 +432473,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Path": "/groups/{group-id}/sites/{site-id}/drives", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_UpdateThreatAssessmentRequest", - "Method": "Patch", + "OperationId": "group.site_ListDrive", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -435147,20 +432489,48 @@ "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Path": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection_DeleteThreatAssessmentRequest", - "Method": "Delete", + "OperationId": "group.site_GetDrive", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -435171,23 +432541,27 @@ "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "drive-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Path": "/groups/{group-id}/sites/{site-id}/drives/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_ListResult", + "OperationId": "group.site.drive_GetCount", "Method": "Get", "Parameters": [ { @@ -435199,7 +432573,31 @@ "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/externalColumns", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_ListExternalColumn", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", "Location": "Path" }, { @@ -435239,12 +432637,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_CreateResult", - "Method": "Post", + "OperationId": "group.site_GetExternalColumn", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -435255,19 +432653,27 @@ "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", + "Name": "columnDefinition-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Path": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_GetResult", + "OperationId": "group.site.externalColumn_GetCount", "Method": "Get", "Parameters": [ { @@ -435279,19 +432685,11 @@ "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", - "Location": "Path" - }, - { - "Name": "threatAssessmentResult-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -435299,12 +432697,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_UpdateResult", - "Method": "Patch", + "OperationId": "group.site_GetInformationProtection", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -435315,24 +432713,24 @@ "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "threatAssessmentResult-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_DeleteResult", - "Method": "Delete", + "OperationId": "group.site_UpdateInformationProtection", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -435341,30 +432739,18 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "threatAssessmentRequest-id", - "Location": "Path" - }, - { - "Name": "threatAssessmentResult-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest.result_GetCount", - "Method": "Get", + "OperationId": "group.site_DeleteInformationProtection", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -435375,27 +432761,19 @@ "Location": "Path" }, { - "Name": "threatAssessmentRequest-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.informationProtection.threatAssessmentRequest_GetCount", + "OperationId": "group.site.informationProtection_GetBitlocker", "Method": "Get", "Parameters": [ { @@ -435407,11 +432785,11 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -435419,11 +432797,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/items", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListItem", + "OperationId": "group.site.informationProtection.bitlocker_ListRecoveryKey", "Method": "Get", "Parameters": [ { @@ -435471,11 +432849,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetItem", + "OperationId": "group.site.informationProtection.bitlocker_GetRecoveryKey", "Method": "Get", "Parameters": [ { @@ -435487,7 +432865,7 @@ "Location": "Path" }, { - "Name": "baseItem-id", + "Name": "bitlockerRecoveryKey-id", "Location": "Path" }, { @@ -435503,11 +432881,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/items/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.item_GetCount", + "OperationId": "group.site.informationProtection.bitlocker.recoveryKey_GetCount", "Method": "Get", "Parameters": [ { @@ -435531,11 +432909,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.informationProtection_ListDataLossPreventionPolicy", "Method": "Get", "Parameters": [ { @@ -435546,6 +432924,30 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -435559,11 +432961,31 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.informationProtection_CreateDataLossPreventionPolicy", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_GetDataLossPreventionPolicy", "Method": "Get", "Parameters": [ { @@ -435574,6 +432996,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "dataLossPreventionPolicy-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -435587,11 +433013,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "OperationId": "group.site.informationProtection_UpdateDataLossPreventionPolicy", "Method": "Patch", "Parameters": [ { @@ -435601,18 +433027,22 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "dataLossPreventionPolicy-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", + "OperationId": "group.site.informationProtection_DeleteDataLossPreventionPolicy", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -435623,12 +433053,32 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "dataLossPreventionPolicy-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection.dataLossPreventionPolicy_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" }, { "Name": "$search", @@ -435637,14 +433087,26 @@ { "Name": "$filter", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_GetPolicy", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { "Name": "$select", @@ -435659,12 +433121,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.site.informationProtection_UpdatePolicy", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -435673,25 +433135,41 @@ { "Name": "site-id", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_DeletePolicy", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListList", + "OperationId": "group.site.informationProtection.policy_ListLabel", "Method": "Get", "Parameters": [ { @@ -435739,11 +433217,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_CreateList", + "OperationId": "group.site.informationProtection.policy_CreateLabel", "Method": "Post", "Parameters": [ { @@ -435759,11 +433237,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetList", + "OperationId": "group.site.informationProtection.policy_GetLabel", "Method": "Get", "Parameters": [ { @@ -435775,7 +433253,7 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "informationProtectionLabel-id", "Location": "Path" }, { @@ -435791,11 +433269,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_UpdateList", + "OperationId": "group.site.informationProtection.policy_UpdateLabel", "Method": "Patch", "Parameters": [ { @@ -435807,7 +433285,7 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "informationProtectionLabel-id", "Location": "Path" } ] @@ -435815,11 +433293,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_DeleteList", + "OperationId": "group.site.informationProtection.policy_DeleteLabel", "Method": "Delete", "Parameters": [ { @@ -435831,7 +433309,7 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "informationProtectionLabel-id", "Location": "Path" }, { @@ -435843,11 +433321,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_ListActivity", + "OperationId": "group.site.informationProtection.policy.label_GetCount", "Method": "Get", "Parameters": [ { @@ -435858,18 +433336,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -435877,57 +433343,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list_CreateActivity", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_ListColumn", + "OperationId": "group.site.informationProtection_ListSensitivityLabel", "Method": "Get", "Parameters": [ { @@ -435938,10 +433364,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "list-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -435979,11 +433401,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_CreateColumn", + "OperationId": "group.site.informationProtection_CreateSensitivityLabel", "Method": "Post", "Parameters": [ { @@ -435993,21 +433415,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_GetColumn", + "OperationId": "group.site.informationProtection_GetSensitivityLabel", "Method": "Get", "Parameters": [ { @@ -436019,11 +433437,7 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -436039,11 +433453,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateColumn", + "OperationId": "group.site.informationProtection_UpdateSensitivityLabel", "Method": "Patch", "Parameters": [ { @@ -436055,11 +433469,7 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "sensitivityLabel-id", "Location": "Path" } ] @@ -436067,11 +433477,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteColumn", + "OperationId": "group.site.informationProtection_DeleteSensitivityLabel", "Method": "Delete", "Parameters": [ { @@ -436083,11 +433493,7 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { @@ -436099,11 +433505,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.column_GetSourceColumn", + "OperationId": "group.site.informationProtection.sensitivityLabel_ListSublabel", "Method": "Get", "Parameters": [ { @@ -436115,12 +433521,32 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -436135,12 +433561,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.column_GetCount", - "Method": "Get", + "OperationId": "group.site.informationProtection.sensitivityLabel_CreateSublabel", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -436151,27 +433577,19 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "sensitivityLabel-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_ListContentType", + "OperationId": "group.site.informationProtection.sensitivityLabel_GetSublabel", "Method": "Get", "Parameters": [ { @@ -436183,32 +433601,12 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "sensitivityLabel-id1", + "Location": "Path" }, { "Name": "$select", @@ -436223,12 +433621,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_CreateContentType", - "Method": "Post", + "OperationId": "group.site.informationProtection.sensitivityLabel_UpdateSublabel", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -436239,7 +433637,11 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "sensitivityLabel-id", + "Location": "Path" + }, + { + "Name": "sensitivityLabel-id1", "Location": "Path" } ] @@ -436247,12 +433649,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_GetContentType", - "Method": "Get", + "OperationId": "group.site.informationProtection.sensitivityLabel_DeleteSublabel", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -436263,32 +433665,28 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "sensitivityLabel-id1", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateContentType", - "Method": "Patch", + "OperationId": "group.site.informationProtection.sensitivityLabel.sublabel_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -436299,24 +433697,28 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "sensitivityLabel-id", "Location": "Path" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteContentType", - "Method": "Delete", + "OperationId": "group.site.informationProtection.sensitivityLabel_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -436327,27 +433729,23 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetBase", + "OperationId": "group.site.informationProtection_GetSensitivityPolicySetting", "Method": "Get", "Parameters": [ { @@ -436358,14 +433756,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -436379,12 +433769,32 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListBaseType", - "Method": "Get", + "OperationId": "group.site.informationProtection_UpdateSensitivityPolicySetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_DeleteSensitivityPolicySetting", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -436395,11 +433805,27 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_ListThreatAssessmentRequest", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { @@ -436439,12 +433865,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetBaseType", - "Method": "Get", + "OperationId": "group.site.informationProtection_CreateThreatAssessmentRequest", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -436453,17 +433879,29 @@ { "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_GetThreatAssessmentRequest", + "Method": "Get", + "Parameters": [ { - "Name": "list-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "contentType-id1", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -436479,12 +433917,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.baseType_GetCount", - "Method": "Get", + "OperationId": "group.site.informationProtection_UpdateThreatAssessmentRequest", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -436495,31 +433933,47 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "threatAssessmentRequest-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.informationProtection_DeleteThreatAssessmentRequest", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "threatAssessmentRequest-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListColumnLink", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_ListResult", "Method": "Get", "Parameters": [ { @@ -436531,11 +433985,7 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -436575,11 +434025,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_CreateColumnLink", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_CreateResult", "Method": "Post", "Parameters": [ { @@ -436591,11 +434041,7 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" } ] @@ -436603,11 +434049,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetColumnLink", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_GetResult", "Method": "Get", "Parameters": [ { @@ -436619,15 +434065,11 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "threatAssessmentResult-id", "Location": "Path" }, { @@ -436643,11 +434085,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_UpdateColumnLink", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_UpdateResult", "Method": "Patch", "Parameters": [ { @@ -436659,15 +434101,11 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "threatAssessmentResult-id", "Location": "Path" } ] @@ -436675,11 +434113,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_DeleteColumnLink", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_DeleteResult", "Method": "Delete", "Parameters": [ { @@ -436691,15 +434129,11 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { - "Name": "columnLink-id", + "Name": "threatAssessmentResult-id", "Location": "Path" }, { @@ -436711,11 +434145,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.columnLink_GetCount", + "OperationId": "group.site.informationProtection.threatAssessmentRequest.result_GetCount", "Method": "Get", "Parameters": [ { @@ -436727,11 +434161,7 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", + "Name": "threatAssessmentRequest-id", "Location": "Path" }, { @@ -436747,11 +434177,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Path": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListColumnPosition", + "OperationId": "group.site.informationProtection.threatAssessmentRequest_GetCount", "Method": "Get", "Parameters": [ { @@ -436763,11 +434193,31 @@ "Location": "Path" }, { - "Name": "list-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/items", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_ListItem", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "contentType-id", + "Name": "site-id", "Location": "Path" }, { @@ -436807,11 +434257,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetColumnPosition", + "OperationId": "group.site_GetItem", "Method": "Get", "Parameters": [ { @@ -436823,15 +434273,7 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", + "Name": "baseItem-id", "Location": "Path" }, { @@ -436847,11 +434289,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/items/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.columnPosition_GetCount", + "OperationId": "group.site.item_GetCount", "Method": "Get", "Parameters": [ { @@ -436862,14 +434304,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -436883,11 +434317,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_ListColumn", + "OperationId": "group.site_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -436898,38 +434332,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -436943,12 +434345,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_CreateColumn", - "Method": "Post", + "OperationId": "group.site.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -436959,24 +434361,24 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetColumn", - "Method": "Get", + "OperationId": "group.site.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -436985,38 +434387,18 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_UpdateColumn", - "Method": "Patch", + "OperationId": "group.site.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -437027,63 +434409,47 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.contentType_DeleteColumn", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "columnDefinition-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Path": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.column_GetSourceColumn", + "OperationId": "group.site.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -437095,23 +434461,11 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "contentType-id", - "Location": "Path" - }, - { - "Name": "columnDefinition-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -437119,11 +434473,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType.column_GetCount", + "OperationId": "group.site_ListList", "Method": "Get", "Parameters": [ { @@ -437135,12 +434489,12 @@ "Location": "Path" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "contentType-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -437149,18 +434503,34 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.contentType_GetCount", - "Method": "Get", + "OperationId": "group.site_CreateList", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -437169,29 +434539,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_GetCreatedGraphBPreUser", + "OperationId": "group.site_GetList", "Method": "Get", "Parameters": [ { @@ -437219,12 +434577,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site_UpdateList", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -437237,26 +434595,18 @@ { "Name": "list-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site_DeleteList", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -437269,17 +434619,21 @@ { "Name": "list-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.list_ListActivity", "Method": "Get", "Parameters": [ { @@ -437331,44 +434685,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_GetDrive", - "Method": "Get", + "OperationId": "group.site.list_CreateActivity", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -437381,25 +434703,17 @@ { "Name": "list-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_ListItem", + "OperationId": "group.site.list_ListColumn", "Method": "Get", "Parameters": [ { @@ -437451,11 +434765,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_CreateItem", + "OperationId": "group.site.list_CreateColumn", "Method": "Post", "Parameters": [ { @@ -437475,11 +434789,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_GetItem", + "OperationId": "group.site.list_GetColumn", "Method": "Get", "Parameters": [ { @@ -437495,7 +434809,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -437511,11 +434825,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateItem", + "OperationId": "group.site.list_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -437531,7 +434845,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -437539,11 +434853,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteItem", + "OperationId": "group.site.list_DeleteColumn", "Method": "Delete", "Parameters": [ { @@ -437559,7 +434873,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -437571,11 +434885,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_ListActivity", + "OperationId": "group.site.list.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -437591,7 +434905,71 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.column_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_ListContentType", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -437631,11 +435009,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_CreateActivity", + "OperationId": "group.site.list_CreateContentType", "Method": "Post", "Parameters": [ { @@ -437649,21 +435027,17 @@ { "Name": "list-id", "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetActivity", + "OperationId": "group.site.list_GetContentType", "Method": "Get", "Parameters": [ { @@ -437679,11 +435053,7 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -437699,11 +435069,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateActivity", + "OperationId": "group.site.list_UpdateContentType", "Method": "Patch", "Parameters": [ { @@ -437719,11 +435089,7 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -437731,11 +435097,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteActivity", + "OperationId": "group.site.list_DeleteContentType", "Method": "Delete", "Parameters": [ { @@ -437751,11 +435117,7 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -437767,11 +435129,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetDriveItem", + "OperationId": "group.site.list.contentType_GetBase", "Method": "Get", "Parameters": [ { @@ -437787,11 +435149,7 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "itemActivityOLD-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -437807,11 +435165,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetDriveItemContent", + "OperationId": "group.site.list.contentType_ListBaseType", "Method": "Get", "Parameters": [ { @@ -437827,59 +435185,51 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$format", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.item.activity_SetDriveItemContent", - "Method": "Put", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetDriveItemContentStream", + "OperationId": "group.site.list.contentType_GetBaseType", "Method": "Get", "Parameters": [ { @@ -437895,24 +435245,32 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", + "Name": "contentType-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_SetDriveItemContentStream", - "Method": "Put", + "OperationId": "group.site.list.contentType.baseType_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -437927,23 +435285,27 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetListItem", + "OperationId": "group.site.list.contentType_ListColumnLink", "Method": "Get", "Parameters": [ { @@ -437959,12 +435321,32 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "itemActivityOLD-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -437979,12 +435361,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.activity_GetCount", - "Method": "Get", + "OperationId": "group.site.list.contentType_CreateColumnLink", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -437999,27 +435381,19 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetAnalytic", + "OperationId": "group.site.list.contentType_GetColumnLink", "Method": "Get", "Parameters": [ { @@ -438035,7 +435409,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnLink-id", "Location": "Path" }, { @@ -438051,12 +435429,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetCreatedGraphBPreUser", - "Method": "Get", + "OperationId": "group.site.list.contentType_UpdateColumnLink", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -438071,28 +435449,24 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site.list.contentType_DeleteColumnLink", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -438107,28 +435481,28 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "columnLink-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.list.contentType.columnLink_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -438143,19 +435517,27 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.list.contentType_ListColumnPosition", "Method": "Get", "Parameters": [ { @@ -438171,7 +435553,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -438211,11 +435593,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.list.contentType_GetColumnPosition", "Method": "Get", "Parameters": [ { @@ -438231,7 +435613,47 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", + "Location": "Path" + }, + { + "Name": "columnDefinition-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.contentType.columnPosition_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "contentType-id", "Location": "Path" }, { @@ -438247,11 +435669,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_ListDocumentSetVersion", + "OperationId": "group.site.list.contentType_ListColumn", "Method": "Get", "Parameters": [ { @@ -438267,7 +435689,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { @@ -438307,11 +435729,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_CreateDocumentSetVersion", + "OperationId": "group.site.list.contentType_CreateColumn", "Method": "Post", "Parameters": [ { @@ -438327,7 +435749,7 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" } ] @@ -438335,11 +435757,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDocumentSetVersion", + "OperationId": "group.site.list.contentType_GetColumn", "Method": "Get", "Parameters": [ { @@ -438355,11 +435777,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -438375,11 +435797,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateDocumentSetVersion", + "OperationId": "group.site.list.contentType_UpdateColumn", "Method": "Patch", "Parameters": [ { @@ -438395,11 +435817,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "columnDefinition-id", "Location": "Path" } ] @@ -438407,11 +435829,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteDocumentSetVersion", + "OperationId": "group.site.list.contentType_DeleteColumn", "Method": "Delete", "Parameters": [ { @@ -438427,11 +435849,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -438443,11 +435865,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_GetField", + "OperationId": "group.site.list.contentType.column_GetSourceColumn", "Method": "Get", "Parameters": [ { @@ -438463,11 +435885,11 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", + "Name": "columnDefinition-id", "Location": "Path" }, { @@ -438483,44 +435905,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_UpdateField", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" - }, - { - "Name": "documentSetVersion-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_DeleteField", - "Method": "Delete", + "OperationId": "group.site.list.contentType.column_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -438535,27 +435925,27 @@ "Location": "Path" }, { - "Name": "listItem-id", + "Name": "contentType-id", "Location": "Path" }, { - "Name": "documentSetVersion-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.documentSetVersion_GetCount", + "OperationId": "group.site.list.contentType_GetCount", "Method": "Get", "Parameters": [ { @@ -438570,10 +435960,6 @@ "Name": "list-id", "Location": "Path" }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -438587,11 +435973,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDriveItem", + "OperationId": "group.site.list_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -438606,10 +435992,6 @@ "Name": "list-id", "Location": "Path" }, - { - "Name": "listItem-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -438623,11 +436005,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDriveItemContent", + "OperationId": "group.site.list.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -438643,11 +436025,11 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "$format", + "Name": "$expand", "Location": "Query" } ] @@ -438655,12 +436037,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_SetDriveItemContent", - "Method": "Put", + "OperationId": "group.site.list.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -438673,21 +436055,17 @@ { "Name": "list-id", "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetDriveItemContentStream", + "OperationId": "group.site.list.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -438703,64 +436081,28 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.item_SetDriveItemContentStream", - "Method": "Put", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.item_GetField", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -438775,12 +436117,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateField", - "Method": "Patch", + "OperationId": "group.site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -438795,20 +436137,24 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteField", - "Method": "Delete", + "OperationId": "group.site.list_GetDrive", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -438823,23 +436169,23 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.list_ListItem", "Method": "Get", "Parameters": [ { @@ -438855,44 +436201,28 @@ "Location": "Path" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "$select", + "Name": "$skip", "Location": "Query" }, { - "Name": "$expand", + "Name": "$search", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "listItem-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -438907,12 +436237,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.list_CreateItem", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -438925,21 +436255,17 @@ { "Name": "list-id", "Location": "Path" - }, - { - "Name": "listItem-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.list_GetItem", "Method": "Get", "Parameters": [ { @@ -438959,48 +436285,52 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_UpdateItem", + "Method": "Patch", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.site.list_DeleteItem", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -439019,23 +436349,19 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_ListVersion", + "OperationId": "group.site.list.item_ListActivity", "Method": "Get", "Parameters": [ { @@ -439091,11 +436417,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_CreateVersion", + "OperationId": "group.site.list.item_CreateActivity", "Method": "Post", "Parameters": [ { @@ -439119,11 +436445,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_GetVersion", + "OperationId": "group.site.list.item_GetActivity", "Method": "Get", "Parameters": [ { @@ -439143,7 +436469,7 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -439159,11 +436485,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_UpdateVersion", + "OperationId": "group.site.list.item_UpdateActivity", "Method": "Patch", "Parameters": [ { @@ -439183,7 +436509,7 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" } ] @@ -439191,11 +436517,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item_DeleteVersion", + "OperationId": "group.site.list.item_DeleteActivity", "Method": "Delete", "Parameters": [ { @@ -439215,7 +436541,7 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -439227,11 +436553,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_GetField", + "OperationId": "group.site.list.item.activity_GetDriveItem", "Method": "Get", "Parameters": [ { @@ -439251,7 +436577,7 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { @@ -439267,12 +436593,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_UpdateField", - "Method": "Patch", + "OperationId": "group.site.list.item.activity_GetDriveItemContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -439291,20 +436617,24 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" + }, + { + "Name": "$format", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_DeleteField", - "Method": "Delete", + "OperationId": "group.site.list.item.activity_SetDriveItemContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", @@ -439323,23 +436653,19 @@ "Location": "Path" }, { - "Name": "listItemVersion-id", + "Name": "itemActivityOLD-id", "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.item.version_GetCount", + "OperationId": "group.site.list.item.activity_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { @@ -439359,24 +436685,20 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "group.site.list.item.activity_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { "Name": "group-id", @@ -439391,23 +436713,23 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "itemActivityOLD-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.list.item.activity_GetListItem", "Method": "Get", "Parameters": [ { @@ -439423,47 +436745,31 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", + "Name": "itemActivityOLD-id", "Location": "Path" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "list-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.list.item.activity_GetCount", "Method": "Get", "Parameters": [ { @@ -439479,12 +436785,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$search", @@ -439493,33 +436795,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.list.item_GetAnalytic", "Method": "Get", "Parameters": [ { @@ -439535,11 +436821,15 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -439547,11 +436837,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_ListOperation", + "OperationId": "group.site.list.item_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -439567,28 +436857,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$select", @@ -439603,35 +436873,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_GetOperation", + "OperationId": "group.site.list.item.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -439647,7 +436893,7 @@ "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "listItem-id", "Location": "Path" }, { @@ -439663,11 +436909,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateOperation", + "OperationId": "group.site.list.item.createdGraphBPreUser_UpdateMailboxSetting", "Method": "Patch", "Parameters": [ { @@ -439683,7 +436929,7 @@ "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "listItem-id", "Location": "Path" } ] @@ -439691,12 +436937,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteOperation", - "Method": "Delete", + "OperationId": "group.site.list.item.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -439711,23 +436957,51 @@ "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.operation_GetCount", + "OperationId": "group.site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -439742,6 +437016,10 @@ "Name": "list-id", "Location": "Path" }, + { + "Name": "listItem-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -439755,11 +437033,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_ListSubscription", + "OperationId": "group.site.list.item_ListDocumentSetVersion", "Method": "Get", "Parameters": [ { @@ -439774,6 +437052,10 @@ "Name": "list-id", "Location": "Path" }, + { + "Name": "listItem-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -439811,11 +437093,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_CreateSubscription", + "OperationId": "group.site.list.item_CreateDocumentSetVersion", "Method": "Post", "Parameters": [ { @@ -439829,17 +437111,21 @@ { "Name": "list-id", "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_GetSubscription", + "OperationId": "group.site.list.item_GetDocumentSetVersion", "Method": "Get", "Parameters": [ { @@ -439855,7 +437141,11 @@ "Location": "Path" }, { - "Name": "subscription-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -439871,11 +437161,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_UpdateSubscription", + "OperationId": "group.site.list.item_UpdateDocumentSetVersion", "Method": "Patch", "Parameters": [ { @@ -439891,7 +437181,11 @@ "Location": "Path" }, { - "Name": "subscription-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" } ] @@ -439899,11 +437193,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list_DeleteSubscription", + "OperationId": "group.site.list.item_DeleteDocumentSetVersion", "Method": "Delete", "Parameters": [ { @@ -439919,7 +437213,11 @@ "Location": "Path" }, { - "Name": "subscription-id", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -439931,11 +437229,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.list.subscription_GetCount", + "OperationId": "group.site.list.item.documentSetVersion_GetField", "Method": "Get", "Parameters": [ { @@ -439951,39 +437249,19 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/lists/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.list_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "documentSetVersion-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -439991,12 +437269,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetAnalytic", - "Method": "Get", + "OperationId": "group.site.list.item.documentSetVersion_UpdateField", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -440007,28 +437285,28 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "documentSetVersion-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateAnalytic", - "Method": "Patch", + "OperationId": "group.site.list.item.documentSetVersion_DeleteField", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -440039,31 +437317,15 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteAnalytic", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", + "Name": "list-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "path", + "Name": "documentSetVersion-id", "Location": "Path" }, { @@ -440075,11 +437337,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListColumn", + "OperationId": "group.site.list.item.documentSetVersion_GetCount", "Method": "Get", "Parameters": [ { @@ -440091,16 +437353,12 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$search", @@ -440109,34 +437367,18 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateColumn", - "Method": "Post", + "OperationId": "group.site.list.item_GetDriveItem", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -440147,19 +437389,31 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListContentType", + "OperationId": "group.site.list.item_GetDriveItemContent", "Method": "Get", "Parameters": [ { @@ -440171,39 +437425,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", + "Name": "$format", "Location": "Query" } ] @@ -440211,12 +437441,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateContentType", - "Method": "Post", + "OperationId": "group.site.list.item_SetDriveItemContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", @@ -440227,7 +437457,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -440235,11 +437469,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetCreatedGraphBPreUser", + "OperationId": "group.site.list.item_GetDriveItemContentStream", "Method": "Get", "Parameters": [ { @@ -440251,28 +437485,24 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetDrive", - "Method": "Get", + "OperationId": "group.site.list.item_SetDriveItemContentStream", + "Method": "Put", "Parameters": [ { "Name": "group-id", @@ -440283,27 +437513,23 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListDrive", + "OperationId": "group.site.list.item_GetField", "Method": "Get", "Parameters": [ { @@ -440315,32 +437541,12 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { "Name": "$select", @@ -440355,12 +437561,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListExternalColumn", - "Method": "Get", + "OperationId": "group.site.list.item_UpdateField", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -440371,51 +437577,55 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, + "Name": "listItem-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.item_DeleteField", + "Method": "Delete", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetInformationProtection", + "OperationId": "group.site.list.item_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -440427,7 +437637,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -440443,12 +437657,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateInformationProtection", - "Method": "Patch", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -440459,20 +437673,32 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" + }, + { + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteInformationProtection", - "Method": "Delete", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -440483,23 +437709,23 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "listItem-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/items", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListItem", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -440511,7 +437737,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -440551,11 +437781,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -440567,15 +437797,19 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "$select", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -440583,11 +437817,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListList", + "OperationId": "group.site.list.item_ListVersion", "Method": "Get", "Parameters": [ { @@ -440599,7 +437833,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { @@ -440639,11 +437877,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateList", + "OperationId": "group.site.list.item_CreateVersion", "Method": "Post", "Parameters": [ { @@ -440655,7 +437893,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" } ] @@ -440663,11 +437905,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetAnalytic", + "OperationId": "group.site.list.item_GetVersion", "Method": "Get", "Parameters": [ { @@ -440679,11 +437921,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -440699,11 +437945,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateAnalytic", + "OperationId": "group.site.list.item_UpdateVersion", "Method": "Patch", "Parameters": [ { @@ -440715,11 +437961,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "listItem-id", "Location": "Path" }, { - "Name": "path1", + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -440727,11 +437977,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteAnalytic", + "OperationId": "group.site.list.item_DeleteVersion", "Method": "Delete", "Parameters": [ { @@ -440743,11 +437993,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" }, { @@ -440759,11 +438013,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListColumn", + "OperationId": "group.site.list.item.version_GetField", "Method": "Get", "Parameters": [ { @@ -440775,36 +438029,16 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { "Name": "$select", @@ -440819,12 +438053,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateColumn", - "Method": "Post", + "OperationId": "group.site.list.item.version_UpdateField", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -440835,11 +438069,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "listItem-id", + "Location": "Path" + }, + { + "Name": "listItemVersion-id", "Location": "Path" } ] @@ -440847,12 +438085,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListContentType", - "Method": "Get", + "OperationId": "group.site.list.item.version_DeleteField", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -440863,43 +438101,55 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "listItem-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "listItemVersion-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.item.version_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "listItem-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -440907,12 +438157,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateContentType", - "Method": "Post", + "OperationId": "group.site.list_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -440923,23 +438173,27 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetCreatedGraphBPreUser", + "OperationId": "group.site.list.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -440951,11 +438205,7 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "list-id", "Location": "Path" }, { @@ -440971,12 +438221,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/drive", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetDrive", - "Method": "Get", + "OperationId": "group.site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -440987,31 +438237,19 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "list-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/drives", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListDrive", + "OperationId": "group.site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -441023,11 +438261,7 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "list-id", "Location": "Path" }, { @@ -441067,11 +438301,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/externalColumns", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListExternalColumn", + "OperationId": "group.site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -441083,11 +438317,39 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_ListOperation", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "path1", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -441127,11 +438389,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/informationProtection", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetInformationProtection", + "OperationId": "group.site.list_CreateOperation", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_GetOperation", "Method": "Get", "Parameters": [ { @@ -441143,11 +438429,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -441163,11 +438449,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/informationProtection", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateInformationProtection", + "OperationId": "group.site.list_UpdateOperation", "Method": "Patch", "Parameters": [ { @@ -441179,11 +438465,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -441191,11 +438477,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/informationProtection", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteInformationProtection", + "OperationId": "group.site.list_DeleteOperation", "Method": "Delete", "Parameters": [ { @@ -441207,11 +438493,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { @@ -441223,11 +438509,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/items", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListItem", + "OperationId": "group.site.list.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -441239,11 +438525,39 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_ListSubscription", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "path1", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", "Location": "Path" }, { @@ -441283,11 +438597,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser", + "OperationId": "group.site.list_CreateSubscription", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_GetSubscription", "Method": "Get", "Parameters": [ { @@ -441299,11 +438637,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "subscription-id", "Location": "Path" }, { @@ -441319,12 +438657,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListList", - "Method": "Get", + "OperationId": "group.site.list_UpdateSubscription", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -441335,43 +438673,75 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "subscription-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list_DeleteSubscription", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "subscription-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.list.subscription_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -441379,12 +438749,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/lists/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateList", - "Method": "Post", + "OperationId": "group.site.list_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -441395,23 +438765,23 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "path1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetOnenote", + "OperationId": "group.site.getGraphBPrePath_GetAnalytic", "Method": "Get", "Parameters": [ { @@ -441426,10 +438796,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -441443,11 +438809,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateOnenote", + "OperationId": "group.site.getGraphBPrePath_UpdateAnalytic", "Method": "Patch", "Parameters": [ { @@ -441461,21 +438827,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteOnenote", + "OperationId": "group.site.getGraphBPrePath_DeleteAnalytic", "Method": "Delete", "Parameters": [ { @@ -441490,10 +438852,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -441503,11 +438861,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListOperation", + "OperationId": "group.site.getGraphBPrePath_ListColumn", "Method": "Get", "Parameters": [ { @@ -441522,10 +438880,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -441563,11 +438917,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateOperation", + "OperationId": "group.site.getGraphBPrePath_CreateColumn", "Method": "Post", "Parameters": [ { @@ -441581,21 +438935,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/pages", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPage", + "OperationId": "group.site.getGraphBPrePath_ListContentType", "Method": "Get", "Parameters": [ { @@ -441610,10 +438960,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -441651,11 +438997,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/pages", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePage", + "OperationId": "group.site.getGraphBPrePath_CreateContentType", "Method": "Post", "Parameters": [ { @@ -441669,21 +439015,49 @@ { "Name": "path", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/createdByUser", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.getGraphBPrePath_GetCreatedGraphBPreUser", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "path1", + "Name": "site-id", "Location": "Path" + }, + { + "Name": "path", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPermission", + "OperationId": "group.site.getGraphBPrePath_GetDrive", "Method": "Get", "Parameters": [ { @@ -441699,7 +439073,35 @@ "Location": "Path" }, { - "Name": "path1", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.getGraphBPrePath_ListDrive", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" }, { @@ -441739,12 +439141,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePermission", - "Method": "Post", + "OperationId": "group.site.getGraphBPrePath_ListExternalColumn", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -441759,19 +439161,47 @@ "Location": "Path" }, { - "Name": "path1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/recycleBin", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetRecycleBin", + "OperationId": "group.site.getGraphBPrePath_GetInformationProtection", "Method": "Get", "Parameters": [ { @@ -441786,10 +439216,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -441803,11 +439229,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/recycleBin", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateRecycleBin", + "OperationId": "group.site.getGraphBPrePath_UpdateInformationProtection", "Method": "Patch", "Parameters": [ { @@ -441821,21 +439247,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/recycleBin", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/informationProtection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteRecycleBin", + "OperationId": "group.site.getGraphBPrePath_DeleteInformationProtection", "Method": "Delete", "Parameters": [ { @@ -441850,10 +439272,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -441863,11 +439281,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/sites", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/items", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListSite", + "OperationId": "group.site.getGraphBPrePath_ListItem", "Method": "Get", "Parameters": [ { @@ -441882,10 +439300,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -441923,11 +439337,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetTermStore", + "OperationId": "group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -441942,10 +439356,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -441959,12 +439369,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateTermStore", - "Method": "Patch", + "OperationId": "group.site.getGraphBPrePath_ListList", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -441979,20 +439389,48 @@ "Location": "Path" }, { - "Name": "path1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteTermStore", - "Method": "Delete", + "OperationId": "group.site.getGraphBPrePath_CreateList", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -442005,14 +439443,6 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" } ] } @@ -467427,927 +464857,11 @@ "Location": "Query" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_getGraphBPrePath", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetAnalytic", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateAnalytic", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteAnalytic", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateColumn", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListContentType", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateContentType", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetDrive", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListDrive", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListExternalColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListList", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateList", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "interval", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "listId", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getGraphBPrePath", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetAnalytic", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateAnalytic", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteAnalytic", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/columns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/columns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateColumn", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/contentTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListContentType", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/contentTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateContentType", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/drive", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetDrive", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/drives", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListDrive", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -468359,11 +464873,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/externalColumns", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListExternalColumn", + "OperationId": "site_getGraphBPrePath", "Method": "Get", "Parameters": [ { @@ -468373,53 +464887,89 @@ { "Name": "path", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.getGraphBPrePath_GetAnalytic", + "Method": "Get", + "Parameters": [ { - "Name": "path1", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "path", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.getGraphBPrePath_UpdateAnalytic", + "Method": "Patch", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "path", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.getGraphBPrePath_DeleteAnalytic", + "Method": "Delete", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "path", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lists", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListList", + "OperationId": "site.getGraphBPrePath_ListColumn", "Method": "Get", "Parameters": [ { @@ -468430,10 +464980,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -468471,11 +465017,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lists", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateList", + "OperationId": "site.getGraphBPrePath_CreateColumn", "Method": "Post", "Parameters": [ { @@ -468485,21 +465031,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/operations", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListOperation", + "OperationId": "site.getGraphBPrePath_ListContentType", "Method": "Get", "Parameters": [ { @@ -468510,10 +465052,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -468551,11 +465089,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/operations", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateOperation", + "OperationId": "site.getGraphBPrePath_CreateContentType", "Method": "Post", "Parameters": [ { @@ -468565,21 +465103,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/pages", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListPage", + "OperationId": "site.getGraphBPrePath_GetDrive", "Method": "Get", "Parameters": [ { @@ -468591,7 +465125,31 @@ "Location": "Path" }, { - "Name": "path1", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.getGraphBPrePath_ListDrive", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" }, { @@ -468631,12 +465189,12 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/pages", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreatePage", - "Method": "Post", + "OperationId": "site.getGraphBPrePath_ListExternalColumn", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -468647,19 +465205,47 @@ "Location": "Path" }, { - "Name": "path1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/permissions", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListPermission", + "OperationId": "site.getGraphBPrePath_ListList", "Method": "Get", "Parameters": [ { @@ -468670,10 +465256,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -468711,11 +465293,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/permissions", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreatePermission", + "OperationId": "site.getGraphBPrePath_CreateList", "Method": "Post", "Parameters": [ { @@ -468725,21 +465307,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/sites", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListSite", + "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { @@ -468751,7 +465329,15 @@ "Location": "Path" }, { - "Name": "path1", + "Name": "startDateTime", + "Location": "Path" + }, + { + "Name": "endDateTime", + "Location": "Path" + }, + { + "Name": "interval", "Location": "Path" }, { @@ -468775,11 +465361,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -468791,11 +465377,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetTermStore", + "OperationId": "site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", "Method": "Get", "Parameters": [ { @@ -468807,68 +465393,40 @@ "Location": "Path" }, { - "Name": "path1", + "Name": "listId", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateTermStore", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "path1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteTermStore", - "Method": "Delete", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "path", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "path1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } @@ -536544,26 +533102,6 @@ ] } }, - { - "PathInfo": { - "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getShiftWorkCloudPcAccessState()", - "Module": "Users.Functions" - }, - "MethodInfo": { - "OperationId": "user.cloudPC_getShiftWorkCloudPcAccessState", - "Method": "Get", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "cloudPC-id", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getSupportedCloudPcRemoteActions()", diff --git a/docs/OpenApiInfo/v1.0/openApiInfo.json b/docs/OpenApiInfo/v1.0/openApiInfo.json index b523fcd763..7e4a7c321f 100644 --- a/docs/OpenApiInfo/v1.0/openApiInfo.json +++ b/docs/OpenApiInfo/v1.0/openApiInfo.json @@ -4439,10 +4439,6 @@ "Name": "appRoleAssignment-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -134027,34 +134023,6 @@ ] } }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)", - "Module": "Groups" - }, - "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_getGraphBPrePath", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook", @@ -194345,10 +194313,6 @@ { "Name": "userFlowLanguagePage-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -194581,10 +194545,6 @@ { "Name": "userFlowLanguagePage-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -198140,15 +198100,90 @@ }, { "PathInfo": { - "Path": "/invitations/{invitation-id}", + "Path": "/invitations/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "invitation_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/oauth2PermissionGrants", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "invitation_GetInvitation", + "OperationId": "oauth2PermissionGrant_ListOAuth2PermissionGrant", "Method": "Get", "Parameters": [ { - "Name": "invitation-id", + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/oauth2PermissionGrants", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "oauth2PermissionGrant_CreateOAuth2PermissionGrant", + "Method": "Post", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "oauth2PermissionGrant_GetOAuth2PermissionGrant", + "Method": "Get", + "Parameters": [ + { + "Name": "oAuth2PermissionGrant-id", "Location": "Path" }, { @@ -198164,15 +198199,15 @@ }, { "PathInfo": { - "Path": "/invitations/{invitation-id}", + "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "invitation_UpdateInvitation", + "OperationId": "oauth2PermissionGrant_UpdateOAuth2PermissionGrant", "Method": "Patch", "Parameters": [ { - "Name": "invitation-id", + "Name": "oAuth2PermissionGrant-id", "Location": "Path" } ] @@ -198180,15 +198215,15 @@ }, { "PathInfo": { - "Path": "/invitations/{invitation-id}", + "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "invitation_DeleteInvitation", + "OperationId": "oauth2PermissionGrant_DeleteOAuth2PermissionGrant", "Method": "Delete", "Parameters": [ { - "Name": "invitation-id", + "Name": "oAuth2PermissionGrant-id", "Location": "Path" }, { @@ -198200,23 +198235,19 @@ }, { "PathInfo": { - "Path": "/invitations/{invitation-id}/invitedUser", + "Path": "/oauth2PermissionGrants/$count", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "invitation_GetInvitedUser", + "OperationId": "oauth2PermissionGrant_GetCount", "Method": "Get", "Parameters": [ { - "Name": "invitation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -198224,55 +198255,59 @@ }, { "PathInfo": { - "Path": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "Path": "/oauth2PermissionGrants/microsoft.graph.delta()", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "invitation.invitedUser_GetMailboxSetting", + "OperationId": "oauth2PermissionGrant_delta", "Method": "Get", "Parameters": [ { - "Name": "invitation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, { - "Name": "$expand", + "Name": "$orderby", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "invitation.invitedUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "invitation-id", - "Location": "Path" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "invitation.invitedUser_ListServiceProvisioningError", + "OperationId": "organization_ListCertificateBasedAuthConfiguration", "Method": "Get", "Parameters": [ { - "Name": "invitation-id", + "Name": "organization-id", "Location": "Path" }, { @@ -198312,15 +198347,83 @@ }, { "PathInfo": { - "Path": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "invitation.invitedUser.ServiceProvisioningError_GetCount", + "OperationId": "organization_CreateCertificateBasedAuthConfiguration", + "Method": "Post", + "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "organization_GetCertificateBasedAuthConfiguration", "Method": "Get", "Parameters": [ { - "Name": "invitation-id", + "Name": "organization-id", + "Location": "Path" + }, + { + "Name": "certificateBasedAuthConfiguration-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "organization_DeleteCertificateBasedAuthConfiguration", + "Method": "Delete", + "Parameters": [ + { + "Name": "organization-id", + "Location": "Path" + }, + { + "Name": "certificateBasedAuthConfiguration-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "organization.certificateBasedAuthConfiguration_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "organization-id", "Location": "Path" }, { @@ -198336,483 +198439,44 @@ }, { "PathInfo": { - "Path": "/invitations/{invitation-id}/invitedUserSponsors", + "Path": "/policies", "Module": "Identity.SignIns" }, "MethodInfo": { - "OperationId": "invitation_ListInvitedUserSponsor", + "OperationId": "policy.policyRoot_GetPolicyRoot", "Method": "Get", "Parameters": [ { - "Name": "invitation-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "invitation_GetInvitedUserSponsor", - "Method": "Get", - "Parameters": [ - { - "Name": "invitation-id", - "Location": "Path" - }, - { - "Name": "directoryObject-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/invitations/{invitation-id}/invitedUserSponsors/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "invitation.invitedUserSponsor_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "invitation-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/invitations/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "invitation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_ListOAuth2PermissionGrant", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_CreateOAuth2PermissionGrant", - "Method": "Post", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_GetOAuth2PermissionGrant", - "Method": "Get", - "Parameters": [ - { - "Name": "oAuth2PermissionGrant-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_UpdateOAuth2PermissionGrant", - "Method": "Patch", - "Parameters": [ - { - "Name": "oAuth2PermissionGrant-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_DeleteOAuth2PermissionGrant", - "Method": "Delete", - "Parameters": [ - { - "Name": "oAuth2PermissionGrant-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/oauth2PermissionGrants/microsoft.graph.delta()", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "oauth2PermissionGrant_delta", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "organization_ListCertificateBasedAuthConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "organization_CreateCertificateBasedAuthConfiguration", - "Method": "Post", - "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "organization_GetCertificateBasedAuthConfiguration", - "Method": "Get", - "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "certificateBasedAuthConfiguration-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "organization_DeleteCertificateBasedAuthConfiguration", - "Method": "Delete", - "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "certificateBasedAuthConfiguration-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "organization.certificateBasedAuthConfiguration_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "organization-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.policyRoot_GetPolicyRoot", - "Method": "Get", - "Parameters": [ - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/policies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy.policyRoot_UpdatePolicyRoot", - "Method": "Patch", - "Parameters": [] - } - }, - { - "PathInfo": { - "Path": "/policies/activityBasedTimeoutPolicies", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "policy_ListActivityBasedTimeoutPolicy", - "Method": "Get", - "Parameters": [ + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/policies", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy.policyRoot_UpdatePolicyRoot", + "Method": "Patch", + "Parameters": [] + } + }, + { + "PathInfo": { + "Path": "/policies/activityBasedTimeoutPolicies", + "Module": "Identity.SignIns" + }, + "MethodInfo": { + "OperationId": "policy_ListActivityBasedTimeoutPolicy", + "Method": "Get", + "Parameters": [ { "Name": "$top", "Location": "Query" @@ -200794,6 +200458,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -202966,17 +202634,6 @@ ] } }, - { - "PathInfo": { - "Path": "/tenantRelationships/multiTenantOrganization", - "Module": "Identity.SignIns" - }, - "MethodInfo": { - "OperationId": "tenantRelationship_SetMultiTenantOrganization", - "Method": "Put", - "Parameters": [] - } - }, { "PathInfo": { "Path": "/tenantRelationships/multiTenantOrganization/joinRequest", @@ -204643,6 +204300,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -204684,6 +204345,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -204699,6 +204364,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -204739,6 +204408,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -204800,6 +204473,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -204832,6 +204509,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -204976,6 +204657,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205136,6 +204821,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205151,6 +204840,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -205207,6 +204900,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -205292,6 +204989,10 @@ "Name": "mailFolder-id1", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205499,10 +205200,6 @@ { "Name": "message-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -205560,6 +205257,18 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205712,6 +205421,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205752,6 +205465,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205936,6 +205653,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205992,6 +205713,10 @@ "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -206024,6 +205749,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -206039,6 +205768,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -206087,6 +205820,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -206160,6 +205897,10 @@ "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -206343,10 +206084,6 @@ { "Name": "message-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -206396,6 +206133,18 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -206532,6 +206281,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -206568,6 +206321,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -206732,6 +206489,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -206780,6 +206541,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -206947,10 +206712,6 @@ { "Name": "message-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -206992,6 +206753,18 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -207112,6 +206885,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -207144,6 +206921,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -207288,6 +207069,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -211191,90 +210976,6 @@ ] } }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetOnenote", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateOnenote", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", - "Module": "Notes" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteOnenote", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, { "PathInfo": { "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", @@ -219212,6 +218913,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -219348,6 +219053,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -219504,6 +219213,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -219680,6 +219393,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -219864,6 +219581,10 @@ "Name": "contact-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -219899,6 +219620,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -219955,10 +219680,6 @@ { "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -220012,6 +219733,10 @@ "Name": "contactFolder-id1", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220036,6 +219761,10 @@ "Name": "contactFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220068,6 +219797,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220224,6 +219957,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220388,6 +220125,10 @@ "Name": "contact-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220419,6 +220160,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -220467,10 +220212,6 @@ { "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -220516,6 +220257,10 @@ "Name": "contactFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220536,6 +220281,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220704,6 +220453,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220848,6 +220601,10 @@ "Name": "contact-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220875,6 +220632,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -220915,10 +220676,6 @@ { "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -252792,11 +252549,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetAnalytic", + "OperationId": "group.site.getGraphBPrePath_GetOnenote", "Method": "Get", "Parameters": [ { @@ -252811,10 +252568,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -252828,11 +252581,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateAnalytic", + "OperationId": "group.site.getGraphBPrePath_UpdateOnenote", "Method": "Patch", "Parameters": [ { @@ -252846,21 +252599,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteAnalytic", + "OperationId": "group.site.getGraphBPrePath_DeleteOnenote", "Method": "Delete", "Parameters": [ { @@ -252875,10 +252624,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -252888,11 +252633,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListColumn", + "OperationId": "group.site.getGraphBPrePath_ListOperation", "Method": "Get", "Parameters": [ { @@ -252907,10 +252652,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -252948,11 +252689,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/columns", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateColumn", + "OperationId": "group.site.getGraphBPrePath_CreateOperation", "Method": "Post", "Parameters": [ { @@ -252966,22 +252707,74 @@ { "Name": "path", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.getGraphBPrePath_ListPage", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "path1", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListContentType", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_CreatePage", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -252994,9 +252787,29 @@ { "Name": "path", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.getGraphBPrePath_ListPermission", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "path1", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" }, { @@ -253036,11 +252849,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/contentTypes", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateContentType", + "OperationId": "group.site.getGraphBPrePath_CreatePermission", "Method": "Post", "Parameters": [ { @@ -253054,21 +252867,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetCreatedGraphBPreUser", + "OperationId": "group.site.getGraphBPrePath_ListSite", "Method": "Get", "Parameters": [ { @@ -253084,8 +252893,28 @@ "Location": "Path" }, { - "Name": "path1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -253100,11 +252929,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/drive", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetDrive", + "OperationId": "group.site.getGraphBPrePath_GetTermStore", "Method": "Get", "Parameters": [ { @@ -253119,10 +252948,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -253136,12 +252961,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/drives", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListDrive", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_UpdateTermStore", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -253154,9 +252979,57 @@ { "Name": "path", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.getGraphBPrePath_DeleteTermStore", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "path1", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.getGraphBPrePath_ListTermStore", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" }, { @@ -253196,12 +253069,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/externalColumns", + "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListExternalColumn", - "Method": "Get", + "OperationId": "group.site.getGraphBPrePath_CreateTermStore", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -253214,53 +253087,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/items", + "Path": "/groups/{group-id}/sites/{site-id}/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListItem", + "OperationId": "group.site_GetOnenote", "Method": "Get", "Parameters": [ { @@ -253271,38 +253108,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -253316,12 +253121,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/onenote", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser", - "Method": "Get", + "OperationId": "group.site_UpdateOnenote", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -253330,33 +253135,41 @@ { "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_DeleteOnenote", + "Method": "Delete", + "Parameters": [ { - "Name": "path", + "Name": "group-id", "Location": "Path" }, { - "Name": "path1", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListList", + "OperationId": "group.site.onenote_ListNotebook", "Method": "Get", "Parameters": [ { @@ -253367,14 +253180,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -253412,11 +253217,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lists", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateList", + "OperationId": "group.site.onenote_CreateNotebook", "Method": "Post", "Parameters": [ { @@ -253426,25 +253231,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetOnenote", + "OperationId": "group.site.onenote_GetNotebook", "Method": "Get", "Parameters": [ { @@ -253456,11 +253253,7 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "notebook-id", "Location": "Path" }, { @@ -253476,11 +253269,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateOnenote", + "OperationId": "group.site.onenote_UpdateNotebook", "Method": "Patch", "Parameters": [ { @@ -253492,11 +253285,7 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "notebook-id", "Location": "Path" } ] @@ -253504,11 +253293,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteOnenote", + "OperationId": "group.site.onenote_DeleteNotebook", "Method": "Delete", "Parameters": [ { @@ -253520,11 +253309,7 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "notebook-id", "Location": "Path" }, { @@ -253536,11 +253321,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListOperation", + "OperationId": "group.site.onenote.notebook_ListSectionGroup", "Method": "Get", "Parameters": [ { @@ -253552,11 +253337,7 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "notebook-id", "Location": "Path" }, { @@ -253596,11 +253377,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateOperation", + "OperationId": "group.site.onenote.notebook_CreateSectionGroup", "Method": "Post", "Parameters": [ { @@ -253612,11 +253393,7 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "notebook-id", "Location": "Path" } ] @@ -253624,11 +253401,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/pages", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPage", + "OperationId": "group.site.onenote.notebook_GetSectionGroup", "Method": "Get", "Parameters": [ { @@ -253640,37 +253417,13 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "path1", + "Name": "sectionGroup-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$select", "Location": "Query" @@ -253684,12 +253437,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/pages", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePage", - "Method": "Post", + "OperationId": "group.site.onenote.notebook_UpdateSectionGroup", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -253700,11 +253453,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "path1", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -253712,12 +253465,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPermission", - "Method": "Get", + "OperationId": "group.site.onenote.notebook_DeleteSectionGroup", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -253728,36 +253481,44 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "path1", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentNotebook", + "Method": "Get", + "Parameters": [ { - "Name": "$search", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { "Name": "$select", @@ -253772,12 +253533,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePermission", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -253788,23 +253549,31 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "path1", + "Name": "sectionGroup-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/sites", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListSite", + "OperationId": "group.site.onenote.notebook.sectionGroup_ListSectionGroup", "Method": "Get", "Parameters": [ { @@ -253816,11 +253585,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "path1", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -253860,11 +253629,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetTermStore", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { @@ -253876,11 +253645,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "path1", + "Name": "sectionGroup-id1", "Location": "Path" }, { @@ -253896,12 +253669,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateTermStore", - "Method": "Patch", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -253912,55 +253685,31 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteTermStore", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "path", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "path1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStores", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListTermStore", + "OperationId": "group.site.onenote.notebook.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { @@ -253972,11 +253721,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "path1", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -254016,11 +253765,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStores", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateTermStore", + "OperationId": "group.site.onenote.notebook.sectionGroup_CreateSection", "Method": "Post", "Parameters": [ { @@ -254032,11 +253781,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "path1", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -254044,11 +253793,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetOnenote", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { @@ -254060,7 +253809,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -254076,11 +253833,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateOnenote", + "OperationId": "group.site.onenote.notebook.sectionGroup_UpdateSection", "Method": "Patch", "Parameters": [ { @@ -254092,7 +253849,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -254100,11 +253865,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteOnenote", + "OperationId": "group.site.onenote.notebook.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ { @@ -254116,7 +253881,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -254128,11 +253901,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListOperation", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { @@ -254144,7 +253917,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -254184,11 +253965,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateOperation", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -254200,7 +253981,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -254208,11 +253997,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPage", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { @@ -254224,32 +254013,20 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -254264,12 +254041,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/pages", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePage", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_UpdatePage", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -254280,7 +254057,19 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -254288,12 +254077,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListPermission", - "Method": "Get", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_DeletePage", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -254304,52 +254093,72 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPagesContent", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreatePermission", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_SetPagesContent", + "Method": "Put", "Parameters": [ { "Name": "group-id", @@ -254360,7 +254169,19 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -254368,11 +254189,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/sites", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListSite", + "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -254384,32 +254205,20 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" }, { "Name": "$select", @@ -254424,11 +254233,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_GetTermStore", + "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -254440,7 +254249,19 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -254456,12 +254277,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_UpdateTermStore", - "Method": "Patch", + "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -254472,47 +254293,35 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_DeleteTermStore", - "Method": "Delete", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_ListTermStore", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -254524,32 +254333,16 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "sectionGroup-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -254564,12 +254357,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/termStores", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.getGraphBPrePath_CreateTermStore", - "Method": "Post", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -254580,27 +254373,15 @@ "Location": "Path" }, { - "Name": "path", + "Name": "notebook-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_GetOnenote", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -254616,12 +254397,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_UpdateOnenote", - "Method": "Patch", + "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -254630,18 +254411,34 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_DeleteOnenote", - "Method": "Delete", + "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -254652,19 +254449,27 @@ "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListNotebook", + "OperationId": "group.site.onenote.notebook_ListSection", "Method": "Get", "Parameters": [ { @@ -254675,6 +254480,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "notebook-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -254712,11 +254521,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateNotebook", + "OperationId": "group.site.onenote.notebook_CreateSection", "Method": "Post", "Parameters": [ { @@ -254726,17 +254535,21 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetNotebook", + "OperationId": "group.site.onenote.notebook_GetSection", "Method": "Get", "Parameters": [ { @@ -254751,6 +254564,10 @@ "Name": "notebook-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -254764,11 +254581,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateNotebook", + "OperationId": "group.site.onenote.notebook_UpdateSection", "Method": "Patch", "Parameters": [ { @@ -254782,17 +254599,21 @@ { "Name": "notebook-id", "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteNotebook", + "OperationId": "group.site.onenote.notebook_DeleteSection", "Method": "Delete", "Parameters": [ { @@ -254807,6 +254628,10 @@ "Name": "notebook-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -254816,11 +254641,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_ListSectionGroup", + "OperationId": "group.site.onenote.notebook.section_ListPage", "Method": "Get", "Parameters": [ { @@ -254835,6 +254660,10 @@ "Name": "notebook-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -254872,11 +254701,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_CreateSectionGroup", + "OperationId": "group.site.onenote.notebook.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -254890,17 +254719,21 @@ { "Name": "notebook-id", "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_GetSectionGroup", + "OperationId": "group.site.onenote.notebook.section_GetPage", "Method": "Get", "Parameters": [ { @@ -254916,7 +254749,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -254932,11 +254769,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_UpdateSectionGroup", + "OperationId": "group.site.onenote.notebook.section_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -254952,7 +254789,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" } ] @@ -254960,11 +254801,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_DeleteSectionGroup", + "OperationId": "group.site.onenote.notebook.section_DeletePage", "Method": "Delete", "Parameters": [ { @@ -254980,7 +254821,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -254992,11 +254837,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentNotebook", + "OperationId": "group.site.onenote.notebook.section_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -255012,27 +254857,55 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "onenotePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.section_SetPagesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetParentSectionGroup", + "OperationId": "group.site.onenote.notebook.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -255048,7 +254921,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "onenoteSection-id", + "Location": "Path" + }, + { + "Name": "onenotePage-id", "Location": "Path" }, { @@ -255064,11 +254941,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_ListSectionGroup", + "OperationId": "group.site.onenote.notebook.section.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -255084,16 +254961,48 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "onenoteSection-id", "Location": "Path" }, { - "Name": "$top", + "Name": "onenotePage-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$skip", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.section.page_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$search", @@ -255102,14 +255011,34 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.notebook.section_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "notebook-id", + "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -255124,11 +255053,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetSectionGroup", + "OperationId": "group.site.onenote.notebook.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { @@ -255144,11 +255073,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id1", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -255164,11 +255089,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "OperationId": "group.site.onenote.notebook.section_GetCount", "Method": "Get", "Parameters": [ { @@ -255183,10 +255108,6 @@ "Name": "notebook-id", "Location": "Path" }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -255200,11 +255121,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_ListSection", + "OperationId": "group.site.onenote.notebook_GetCount", "Method": "Get", "Parameters": [ { @@ -255216,11 +255137,31 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_ListOperation", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { @@ -255260,11 +255201,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_CreateSection", + "OperationId": "group.site.onenote_CreateOperation", "Method": "Post", "Parameters": [ { @@ -255274,25 +255215,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetSection", + "OperationId": "group.site.onenote_GetOperation", "Method": "Get", "Parameters": [ { @@ -255304,15 +255237,7 @@ "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -255328,11 +255253,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_UpdateSection", + "OperationId": "group.site.onenote_UpdateOperation", "Method": "Patch", "Parameters": [ { @@ -255344,15 +255269,7 @@ "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "onenoteOperation-id", "Location": "Path" } ] @@ -255360,11 +255277,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_DeleteSection", + "OperationId": "group.site.onenote_DeleteOperation", "Method": "Delete", "Parameters": [ { @@ -255376,15 +255293,7 @@ "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" - }, - { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "onenoteOperation-id", "Location": "Path" }, { @@ -255396,11 +255305,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_ListPage", + "OperationId": "group.site.onenote.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -255412,15 +255321,31 @@ "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "sectionGroup-id", + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_ListPage", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", "Location": "Path" }, { @@ -255460,11 +255385,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_CreatePage", + "OperationId": "group.site.onenote_CreatePage", "Method": "Post", "Parameters": [ { @@ -255474,30 +255399,50 @@ { "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_GetPage", + "Method": "Get", + "Parameters": [ { - "Name": "notebook-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "onenotePage-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPage", - "Method": "Get", + "OperationId": "group.site.onenote_UpdatePage", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -255508,15 +255453,27 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "onenotePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_DeletePage", + "Method": "Delete", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", "Location": "Path" }, { @@ -255524,24 +255481,20 @@ "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_UpdatePage", - "Method": "Patch", + "OperationId": "group.site.onenote_GetPagesContent", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -255552,15 +255505,27 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "onenotePage-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_SetPagesContent", + "Method": "Put", + "Parameters": [ { - "Name": "sectionGroup-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", "Location": "Path" }, { @@ -255572,12 +255537,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_DeletePage", - "Method": "Delete", + "OperationId": "group.site.onenote.page_GetParentNotebook", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -255588,15 +255553,35 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "onenotePage-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.page_GetParentSection", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", "Location": "Path" }, { @@ -255604,19 +255589,23 @@ "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetPagesContent", + "OperationId": "group.site.onenote.page_GetCount", "Method": "Get", "Parameters": [ { @@ -255628,19 +255617,83 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_ListResource", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_CreateResource", + "Method": "Post", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "site-id", "Location": "Path" } ] @@ -255648,12 +255701,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "group.site.onenote_GetResource", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -255664,19 +255717,39 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "onenoteResource-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_UpdateResource", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "onenoteResource-id", "Location": "Path" } ] @@ -255684,11 +255757,39 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook", + "OperationId": "group.site.onenote_DeleteResource", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "onenoteResource-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_GetResourcesContent", "Method": "Get", "Parameters": [ { @@ -255700,27 +255801,59 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_SetResourcesContent", + "Method": "Put", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "onenoteResource-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.resource_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -255728,11 +255861,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetParentSection", + "OperationId": "group.site.onenote_ListSectionGroup", "Method": "Get", "Parameters": [ { @@ -255744,20 +255877,28 @@ "Location": "Path" }, { - "Name": "notebook-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "sectionGroup-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -255772,12 +255913,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section.page_GetCount", - "Method": "Get", + "OperationId": "group.site.onenote_CreateSectionGroup", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -255786,25 +255927,37 @@ { "Name": "site-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_GetSectionGroup", + "Method": "Get", + "Parameters": [ { - "Name": "notebook-id", + "Name": "group-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -255812,12 +255965,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentNotebook", - "Method": "Get", + "OperationId": "group.site.onenote_UpdateSectionGroup", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -255828,7 +255981,27 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote_DeleteSectionGroup", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", "Location": "Path" }, { @@ -255836,7 +256009,31 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.sectionGroup_GetParentNotebook", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -255852,11 +256049,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup", + "OperationId": "group.site.onenote.sectionGroup_GetParentSectionGroup", "Method": "Get", "Parameters": [ { @@ -255868,17 +256065,65 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.sectionGroup_ListSectionGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "sectionGroup-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -255892,11 +256137,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup.section_GetCount", + "OperationId": "group.site.onenote.sectionGroup_GetSectionGroup", "Method": "Get", "Parameters": [ { @@ -255908,19 +256153,19 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "sectionGroup-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -255928,11 +256173,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.sectionGroup_GetCount", + "OperationId": "group.site.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { @@ -255944,7 +256189,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -255960,11 +256205,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_ListSection", + "OperationId": "group.site.onenote.sectionGroup_ListSection", "Method": "Get", "Parameters": [ { @@ -255976,7 +256221,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256016,11 +256261,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_CreateSection", + "OperationId": "group.site.onenote.sectionGroup_CreateSection", "Method": "Post", "Parameters": [ { @@ -256032,7 +256277,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" } ] @@ -256040,11 +256285,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_GetSection", + "OperationId": "group.site.onenote.sectionGroup_GetSection", "Method": "Get", "Parameters": [ { @@ -256056,7 +256301,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256076,11 +256321,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_UpdateSection", + "OperationId": "group.site.onenote.sectionGroup_UpdateSection", "Method": "Patch", "Parameters": [ { @@ -256092,7 +256337,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256104,11 +256349,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_DeleteSection", + "OperationId": "group.site.onenote.sectionGroup_DeleteSection", "Method": "Delete", "Parameters": [ { @@ -256120,7 +256365,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256136,11 +256381,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_ListPage", + "OperationId": "group.site.onenote.sectionGroup.section_ListPage", "Method": "Get", "Parameters": [ { @@ -256152,7 +256397,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256196,11 +256441,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_CreatePage", + "OperationId": "group.site.onenote.sectionGroup.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -256212,7 +256457,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256224,11 +256469,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetPage", + "OperationId": "group.site.onenote.sectionGroup.section_GetPage", "Method": "Get", "Parameters": [ { @@ -256240,7 +256485,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256264,11 +256509,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_UpdatePage", + "OperationId": "group.site.onenote.sectionGroup.section_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -256280,7 +256525,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256296,11 +256541,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_DeletePage", + "OperationId": "group.site.onenote.sectionGroup.section_DeletePage", "Method": "Delete", "Parameters": [ { @@ -256312,7 +256557,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256332,11 +256577,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetPagesContent", + "OperationId": "group.site.onenote.sectionGroup.section_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -256348,7 +256593,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256364,11 +256609,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_SetPagesContent", + "OperationId": "group.site.onenote.sectionGroup.section_SetPagesContent", "Method": "Put", "Parameters": [ { @@ -256380,7 +256625,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256396,11 +256641,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_GetParentNotebook", + "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -256412,7 +256657,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256436,11 +256681,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_GetParentSection", + "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -256452,7 +256697,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256476,11 +256721,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section.page_GetCount", + "OperationId": "group.site.onenote.sectionGroup.section.page_GetCount", "Method": "Get", "Parameters": [ { @@ -256492,7 +256737,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256512,11 +256757,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetParentNotebook", + "OperationId": "group.site.onenote.sectionGroup.section_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -256528,7 +256773,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256548,11 +256793,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetParentSectionGroup", + "OperationId": "group.site.onenote.sectionGroup.section_GetParentSectionGroup", "Method": "Get", "Parameters": [ { @@ -256564,7 +256809,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256584,11 +256829,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook.section_GetCount", + "OperationId": "group.site.onenote.sectionGroup.section_GetCount", "Method": "Get", "Parameters": [ { @@ -256600,7 +256845,7 @@ "Location": "Path" }, { - "Name": "notebook-id", + "Name": "sectionGroup-id", "Location": "Path" }, { @@ -256616,11 +256861,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.notebook_GetCount", + "OperationId": "group.site.onenote.sectionGroup_GetCount", "Method": "Get", "Parameters": [ { @@ -256644,11 +256889,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListOperation", + "OperationId": "group.site.onenote_ListSection", "Method": "Get", "Parameters": [ { @@ -256696,11 +256941,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateOperation", + "OperationId": "group.site.onenote_CreateSection", "Method": "Post", "Parameters": [ { @@ -256716,11 +256961,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetOperation", + "OperationId": "group.site.onenote_GetSection", "Method": "Get", "Parameters": [ { @@ -256732,7 +256977,7 @@ "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -256748,11 +256993,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateOperation", + "OperationId": "group.site.onenote_UpdateSection", "Method": "Patch", "Parameters": [ { @@ -256764,7 +257009,7 @@ "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "onenoteSection-id", "Location": "Path" } ] @@ -256772,11 +257017,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteOperation", + "OperationId": "group.site.onenote_DeleteSection", "Method": "Delete", "Parameters": [ { @@ -256788,7 +257033,7 @@ "Location": "Path" }, { - "Name": "onenoteOperation-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -256800,11 +257045,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.operation_GetCount", + "OperationId": "group.site.onenote.section_ListPage", "Method": "Get", "Parameters": [ { @@ -256816,31 +257061,7 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.onenote_ListPage", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "onenoteSection-id", "Location": "Path" }, { @@ -256880,11 +257101,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreatePage", + "OperationId": "group.site.onenote.section_CreatePage", "Method": "Post", "Parameters": [ { @@ -256894,17 +257115,21 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "onenoteSection-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetPage", + "OperationId": "group.site.onenote.section_GetPage", "Method": "Get", "Parameters": [ { @@ -256915,6 +257140,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "onenotePage-id", "Location": "Path" @@ -256932,11 +257161,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdatePage", + "OperationId": "group.site.onenote.section_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -256947,6 +257176,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "onenotePage-id", "Location": "Path" @@ -256956,11 +257189,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeletePage", + "OperationId": "group.site.onenote.section_DeletePage", "Method": "Delete", "Parameters": [ { @@ -256971,6 +257204,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "onenotePage-id", "Location": "Path" @@ -256984,11 +257221,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetPagesContent", + "OperationId": "group.site.onenote.section_GetPagesContent", "Method": "Get", "Parameters": [ { @@ -256999,6 +257236,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "onenotePage-id", "Location": "Path" @@ -257008,11 +257249,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_SetPagesContent", + "OperationId": "group.site.onenote.section_SetPagesContent", "Method": "Put", "Parameters": [ { @@ -257023,6 +257264,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "onenotePage-id", "Location": "Path" @@ -257032,11 +257277,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_GetParentNotebook", + "OperationId": "group.site.onenote.section.page_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -257047,6 +257292,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "onenotePage-id", "Location": "Path" @@ -257064,11 +257313,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_GetParentSection", + "OperationId": "group.site.onenote.section.page_GetParentSection", "Method": "Get", "Parameters": [ { @@ -257079,6 +257328,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "onenotePage-id", "Location": "Path" @@ -257096,11 +257349,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.page_GetCount", + "OperationId": "group.site.onenote.section.page_GetCount", "Method": "Get", "Parameters": [ { @@ -257111,6 +257364,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "onenoteSection-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -257124,11 +257381,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListResource", + "OperationId": "group.site.onenote.section_GetParentNotebook", "Method": "Get", "Parameters": [ { @@ -257140,28 +257397,40 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.onenote.section_GetParentSectionGroup", + "Method": "Get", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "onenoteSection-id", + "Location": "Path" }, { "Name": "$select", @@ -257176,12 +257445,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateResource", - "Method": "Post", + "OperationId": "group.site.onenote.section_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -257190,17 +257459,25 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Path": "/groups/{group-id}/sites/{site-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetResource", + "OperationId": "group.site_ListOperation", "Method": "Get", "Parameters": [ { @@ -257212,8 +257489,28 @@ "Location": "Path" }, { - "Name": "onenoteResource-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -257228,12 +257525,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Path": "/groups/{group-id}/sites/{site-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateResource", - "Method": "Patch", + "OperationId": "group.site_CreateOperation", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -257242,22 +257539,18 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "onenoteResource-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteResource", - "Method": "Delete", + "OperationId": "group.site_GetOperation", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -257268,24 +257561,28 @@ "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "richLongRunningOperation-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetResourcesContent", - "Method": "Get", + "OperationId": "group.site_UpdateOperation", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -257296,7 +257593,7 @@ "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "richLongRunningOperation-id", "Location": "Path" } ] @@ -257304,12 +257601,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_SetResourcesContent", - "Method": "Put", + "OperationId": "group.site_DeleteOperation", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -257320,19 +257617,23 @@ "Location": "Path" }, { - "Name": "onenoteResource-id", + "Name": "richLongRunningOperation-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "Path": "/groups/{group-id}/sites/{site-id}/operations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.resource_GetCount", + "OperationId": "group.site.operation_GetCount", "Method": "Get", "Parameters": [ { @@ -257356,11 +257657,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Path": "/groups/{group-id}/sites/{site-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListSectionGroup", + "OperationId": "group.site_ListPage", "Method": "Get", "Parameters": [ { @@ -257408,11 +257709,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Path": "/groups/{group-id}/sites/{site-id}/pages", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateSectionGroup", + "OperationId": "group.site_CreatePage", "Method": "Post", "Parameters": [ { @@ -257428,11 +257729,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetSectionGroup", + "OperationId": "group.site_GetPage", "Method": "Get", "Parameters": [ { @@ -257444,7 +257745,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257460,11 +257761,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateSectionGroup", + "OperationId": "group.site_UpdatePage", "Method": "Patch", "Parameters": [ { @@ -257476,7 +257777,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -257484,11 +257785,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteSectionGroup", + "OperationId": "group.site_DeletePage", "Method": "Delete", "Parameters": [ { @@ -257500,7 +257801,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257512,11 +257813,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetParentNotebook", + "OperationId": "group.site.page_GetCreatedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -257528,7 +257829,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257544,11 +257845,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetParentSectionGroup", + "OperationId": "group.site.page.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -257560,7 +257861,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257576,11 +257877,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_ListSectionGroup", + "OperationId": "group.site.page.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "baseSitePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.page.createdGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -257592,7 +257917,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257632,11 +257957,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetSectionGroup", + "OperationId": "group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -257648,11 +257973,39 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "sectionGroup-id1", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.page_GetLastModifiedGraphBPreUser", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257668,11 +258021,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetCount", + "OperationId": "group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -257684,15 +258037,15 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -257700,11 +258053,35 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_ListSection", + "OperationId": "group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "baseSitePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -257716,7 +258093,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257756,12 +258133,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_CreateSection", - "Method": "Post", + "OperationId": "group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -257772,19 +258149,27 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetSection", + "OperationId": "group.site_GetPageAsSitePage", "Method": "Get", "Parameters": [ { @@ -257796,11 +258181,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257816,12 +258197,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_UpdateSection", - "Method": "Patch", + "OperationId": "group.site.pageAsSitePage_GetCanvasLayout", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -257832,24 +258213,28 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_DeleteSection", - "Method": "Delete", + "OperationId": "group.site.pageAsSitePage_UpdateCanvasLayout", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -257860,11 +258245,31 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage_DeleteCanvasLayout", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257876,11 +258281,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_ListPage", + "OperationId": "group.site.pageAsSitePage.canvasLayout_ListHorizontalSection", "Method": "Get", "Parameters": [ { @@ -257892,11 +258297,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -257936,11 +258337,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_CreatePage", + "OperationId": "group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection", "Method": "Post", "Parameters": [ { @@ -257952,11 +258353,7 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -257964,11 +258361,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetPage", + "OperationId": "group.site.pageAsSitePage.canvasLayout_GetHorizontalSection", "Method": "Get", "Parameters": [ { @@ -257980,15 +258377,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "horizontalSection-id", "Location": "Path" }, { @@ -258004,11 +258397,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_UpdatePage", + "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", "Method": "Patch", "Parameters": [ { @@ -258020,15 +258413,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "horizontalSection-id", "Location": "Path" } ] @@ -258036,11 +258425,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_DeletePage", + "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", "Method": "Delete", "Parameters": [ { @@ -258052,15 +258441,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "horizontalSection-id", "Location": "Path" }, { @@ -258072,11 +258457,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetPagesContent", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", "Method": "Get", "Parameters": [ { @@ -258088,28 +258473,56 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_SetPagesContent", - "Method": "Put", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -258120,15 +258533,11 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", - "Location": "Path" - }, - { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "horizontalSection-id", "Location": "Path" } ] @@ -258136,11 +258545,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentNotebook", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", "Method": "Get", "Parameters": [ { @@ -258152,15 +258561,15 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "horizontalSectionColumn-id", "Location": "Path" }, { @@ -258176,12 +258585,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_GetParentSection", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -258192,35 +258601,63 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "horizontalSectionColumn-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section.page_GetCount", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", "Method": "Get", "Parameters": [ { @@ -258232,13 +258669,25 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -258246,18 +258695,34 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetParentNotebook", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -258268,31 +258733,27 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "horizontalSection-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "horizontalSectionColumn-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetParentSectionGroup", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", "Method": "Get", "Parameters": [ { @@ -258304,11 +258765,19 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "webPart-id", "Location": "Path" }, { @@ -258324,12 +258793,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup.section_GetCount", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -258340,28 +258809,32 @@ "Location": "Path" }, { - "Name": "sectionGroup-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "horizontalSection-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "webPart-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.sectionGroup_GetCount", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -258372,23 +258845,35 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", + "Location": "Path" + }, + { + "Name": "webPart-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_ListSection", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", "Method": "Get", "Parameters": [ { @@ -258400,12 +258885,16 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "horizontalSectionColumn-id", + "Location": "Path" }, { "Name": "$search", @@ -258414,21 +258903,41 @@ { "Name": "$filter", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" }, { - "Name": "$select", + "Name": "horizontalSection-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -258436,12 +258945,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_CreateSection", - "Method": "Post", + "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -258450,17 +258959,29 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_GetSection", + "OperationId": "group.site.pageAsSitePage.canvasLayout_GetVerticalSection", "Method": "Get", "Parameters": [ { @@ -258472,7 +258993,7 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -258488,11 +259009,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_UpdateSection", + "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection", "Method": "Patch", "Parameters": [ { @@ -258504,7 +259025,7 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -258512,11 +259033,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote_DeleteSection", + "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection", "Method": "Delete", "Parameters": [ { @@ -258528,7 +259049,7 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -258540,11 +259061,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_ListPage", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", "Method": "Get", "Parameters": [ { @@ -258556,7 +259077,7 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -258596,11 +259117,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_CreatePage", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", "Method": "Post", "Parameters": [ { @@ -258612,7 +259133,7 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" } ] @@ -258620,11 +259141,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetPage", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", "Method": "Get", "Parameters": [ { @@ -258636,11 +259157,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -258656,11 +259177,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_UpdatePage", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", "Method": "Patch", "Parameters": [ { @@ -258672,11 +259193,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "webPart-id", "Location": "Path" } ] @@ -258684,11 +259205,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_DeletePage", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", "Method": "Delete", "Parameters": [ { @@ -258700,11 +259221,11 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "webPart-id", "Location": "Path" }, { @@ -258716,11 +259237,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetPagesContent", + "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", "Method": "Get", "Parameters": [ { @@ -258732,24 +259253,28 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_SetPagesContent", - "Method": "Put", + "OperationId": "group.site.pageAsSitePage_GetCreatedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -258760,23 +259285,27 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "onenotePage-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_GetParentNotebook", + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -258788,11 +259317,7 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", - "Location": "Path" - }, - { - "Name": "onenotePage-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -258808,12 +259333,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_GetParentSection", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -258824,13 +259349,57 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "onenotePage-id", + "Name": "site-id", "Location": "Path" }, + { + "Name": "baseSitePage-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -258844,11 +259413,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section.page_GetCount", + "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -258860,7 +259429,7 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -258876,11 +259445,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetParentNotebook", + "OperationId": "group.site.pageAsSitePage_GetLastModifiedGraphBPreUser", "Method": "Get", "Parameters": [ { @@ -258892,7 +259461,7 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -258908,11 +259477,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetParentSectionGroup", + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -258924,7 +259493,7 @@ "Location": "Path" }, { - "Name": "onenoteSection-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -258940,12 +259509,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.onenote.section_GetCount", - "Method": "Get", + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -258956,23 +259525,19 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "baseSitePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListOperation", + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -258983,6 +259548,10 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "baseSitePage-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -259020,31 +259589,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetOperation", + "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -259056,15 +259605,15 @@ "Location": "Path" }, { - "Name": "richLongRunningOperation-id", + "Name": "baseSitePage-id", "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -259072,63 +259621,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_DeleteOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/operations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.operation_GetCount", + "OperationId": "group.site.pageAsSitePage_ListWebPart", "Method": "Get", "Parameters": [ { @@ -259140,31 +259637,7 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_ListPage", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "baseSitePage-id", "Location": "Path" }, { @@ -259204,11 +259677,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_CreatePage", + "OperationId": "group.site.pageAsSitePage_CreateWebPart", "Method": "Post", "Parameters": [ { @@ -259218,17 +259691,21 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "baseSitePage-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetPage", + "OperationId": "group.site.pageAsSitePage_GetWebPart", "Method": "Get", "Parameters": [ { @@ -259243,6 +259720,10 @@ "Name": "baseSitePage-id", "Location": "Path" }, + { + "Name": "webPart-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -259256,11 +259737,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_UpdatePage", + "OperationId": "group.site.pageAsSitePage_UpdateWebPart", "Method": "Patch", "Parameters": [ { @@ -259274,17 +259755,21 @@ { "Name": "baseSitePage-id", "Location": "Path" + }, + { + "Name": "webPart-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_DeletePage", + "OperationId": "group.site.pageAsSitePage_DeleteWebPart", "Method": "Delete", "Parameters": [ { @@ -259299,6 +259784,10 @@ "Name": "baseSitePage-id", "Location": "Path" }, + { + "Name": "webPart-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -259308,11 +259797,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page_GetCreatedGraphBPreUser", + "OperationId": "group.site.pageAsSitePage.webPart_GetCount", "Method": "Get", "Parameters": [ { @@ -259328,11 +259817,11 @@ "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -259340,11 +259829,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/pages/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.page_GetCount", "Method": "Get", "Parameters": [ { @@ -259356,9 +259845,57 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_ListPageAsSitePage", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -259372,12 +259909,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.Page_GetCountAsSitePage", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -259388,19 +259925,23 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site_ListPermission", "Method": "Get", "Parameters": [ { @@ -259411,10 +259952,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -259452,12 +259989,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/permissions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", + "OperationId": "group.site_CreatePermission", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -259466,29 +260003,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page_GetLastModifiedGraphBPreUser", + "OperationId": "group.site_GetPermission", "Method": "Get", "Parameters": [ { @@ -259500,7 +260025,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "permission-id", "Location": "Path" }, { @@ -259516,12 +260041,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", + "OperationId": "group.site_UpdatePermission", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -259532,28 +260057,20 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "permission-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site_DeletePermission", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -259564,19 +260081,23 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "permission-id", "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/permissions/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.permission_GetCount", "Method": "Get", "Parameters": [ { @@ -259588,7 +260109,31 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/sites", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site_ListSite", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", "Location": "Path" }, { @@ -259628,11 +260173,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site_GetSite", "Method": "Get", "Parameters": [ { @@ -259644,15 +260189,15 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "site-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -259660,11 +260205,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage", + "Path": "/groups/{group-id}/sites/{site-id}/sites/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetPageAsSitePage", + "OperationId": "group.site_GetCount", "Method": "Get", "Parameters": [ { @@ -259676,15 +260221,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -259692,11 +260233,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Path": "/groups/{group-id}/sites/{site-id}/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetCanvasLayout", + "OperationId": "group.site_GetTermStore", "Method": "Get", "Parameters": [ { @@ -259707,10 +260248,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -259724,11 +260261,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Path": "/groups/{group-id}/sites/{site-id}/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_UpdateCanvasLayout", + "OperationId": "group.site_UpdateTermStore", "Method": "Patch", "Parameters": [ { @@ -259738,21 +260275,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout", + "Path": "/groups/{group-id}/sites/{site-id}/termStore", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_DeleteCanvasLayout", + "OperationId": "group.site_DeleteTermStore", "Method": "Delete", "Parameters": [ { @@ -259763,10 +260296,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "If-Match", "Location": "Header" @@ -259776,11 +260305,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_ListHorizontalSection", + "OperationId": "group.site.termStore_ListGroup", "Method": "Get", "Parameters": [ { @@ -259791,10 +260320,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "baseSitePage-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -259832,11 +260357,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection", + "OperationId": "group.site.termStore_CreateGroup", "Method": "Post", "Parameters": [ { @@ -259846,21 +260371,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "baseSitePage-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_GetHorizontalSection", + "OperationId": "group.site.termStore_GetGroup", "Method": "Get", "Parameters": [ { @@ -259872,11 +260393,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { @@ -259892,11 +260409,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection", + "OperationId": "group.site.termStore_UpdateGroup", "Method": "Patch", "Parameters": [ { @@ -259908,11 +260425,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" } ] @@ -259920,11 +260433,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection", + "OperationId": "group.site.termStore_DeleteGroup", "Method": "Delete", "Parameters": [ { @@ -259936,11 +260449,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { @@ -259952,11 +260461,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn", + "OperationId": "group.site.termStore.group_ListSet", "Method": "Get", "Parameters": [ { @@ -259968,11 +260477,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { @@ -260012,11 +260517,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn", + "OperationId": "group.site.termStore.group_CreateSet", "Method": "Post", "Parameters": [ { @@ -260028,11 +260533,7 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" } ] @@ -260040,11 +260541,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn", + "OperationId": "group.site.termStore.group_GetSet", "Method": "Get", "Parameters": [ { @@ -260056,15 +260557,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id", "Location": "Path" }, { @@ -260080,11 +260577,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn", + "OperationId": "group.site.termStore.group_UpdateSet", "Method": "Patch", "Parameters": [ { @@ -260096,15 +260593,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id", "Location": "Path" } ] @@ -260112,11 +260605,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn", + "OperationId": "group.site.termStore.group_DeleteSet", "Method": "Delete", "Parameters": [ { @@ -260128,15 +260621,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id", "Location": "Path" }, { @@ -260148,11 +260637,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart", + "OperationId": "group.site.termStore.group.set_ListChild", "Method": "Get", "Parameters": [ { @@ -260164,15 +260653,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id", "Location": "Path" }, { @@ -260212,11 +260697,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart", + "OperationId": "group.site.termStore.group.set_CreateChild", "Method": "Post", "Parameters": [ { @@ -260228,15 +260713,11 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id", "Location": "Path" } ] @@ -260244,11 +260725,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart", + "OperationId": "group.site.termStore.group.set_GetChild", "Method": "Get", "Parameters": [ { @@ -260260,19 +260741,15 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "term-id", "Location": "Path" }, { @@ -260288,11 +260765,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart", + "OperationId": "group.site.termStore.group.set_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -260304,19 +260781,15 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "term-id", "Location": "Path" } ] @@ -260324,11 +260797,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart", + "OperationId": "group.site.termStore.group.set_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -260340,19 +260813,15 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - }, - { - "Name": "horizontalSection-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "term-id", "Location": "Path" }, { @@ -260364,11 +260833,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount", + "OperationId": "group.site.termStore.group.set.child_ListChild", "Method": "Get", "Parameters": [ { @@ -260380,59 +260849,47 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "horizontalSection-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "horizontalSectionColumn-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$top", "Location": "Query" }, { - "Name": "$filter", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "site-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "horizontalSection-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -260440,12 +260897,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.child_CreateChild", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -260456,27 +260913,27 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_GetVerticalSection", + "OperationId": "group.site.termStore.group.set.child_GetChild", "Method": "Get", "Parameters": [ { @@ -260488,7 +260945,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -260504,11 +260973,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection", + "OperationId": "group.site.termStore.group.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -260520,7 +260989,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -260528,11 +261009,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection", + "OperationId": "group.site.termStore.group.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -260544,7 +261025,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -260556,11 +261049,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart", + "OperationId": "group.site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -260572,7 +261065,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -260612,11 +261117,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart", + "OperationId": "group.site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -260628,7 +261133,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -260636,11 +261153,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart", + "OperationId": "group.site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -260652,11 +261169,23 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -260672,11 +261201,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart", + "OperationId": "group.site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -260688,11 +261217,23 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -260700,11 +261241,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart", + "OperationId": "group.site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -260716,59 +261257,39 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetCreatedGraphBPreUser", + "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -260780,39 +261301,23 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "relation-id", "Location": "Path" }, { @@ -260828,12 +261333,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.child.relation_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -260844,56 +261349,24 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -260908,11 +261381,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -260924,39 +261397,23 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetLastModifiedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "relation-id", "Location": "Path" }, { @@ -260972,11 +261429,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting", + "OperationId": "group.site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -260988,51 +261445,39 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "baseSitePage-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError", + "OperationId": "group.site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -261044,32 +261489,20 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { "Name": "$select", @@ -261084,11 +261517,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", + "OperationId": "group.site.termStore.group.set.child_GetCount", "Method": "Get", "Parameters": [ { @@ -261100,7 +261533,15 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -261116,11 +261557,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_ListWebPart", + "OperationId": "group.site.termStore.group.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -261132,7 +261573,15 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -261172,11 +261621,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_CreateWebPart", + "OperationId": "group.site.termStore.group.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -261188,7 +261637,15 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" } ] @@ -261196,11 +261653,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_GetWebPart", + "OperationId": "group.site.termStore.group.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -261212,11 +261669,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -261232,11 +261697,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_UpdateWebPart", + "OperationId": "group.site.termStore.group.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -261248,11 +261713,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -261260,11 +261733,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage_DeleteWebPart", + "OperationId": "group.site.termStore.group.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -261276,11 +261749,19 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "webPart-id", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -261292,11 +261773,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.pageAsSitePage.webPart_GetCount", + "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -261308,15 +261789,27 @@ "Location": "Path" }, { - "Name": "baseSitePage-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -261324,11 +261817,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.page_GetCount", + "OperationId": "group.site.termStore.group.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -261340,11 +261833,27 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -261352,11 +261861,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListPageAsSitePage", + "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -261368,28 +261877,20 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -261404,11 +261905,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.Page_GetCountAsSitePage", + "OperationId": "group.site.termStore.group.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -261419,6 +261920,18 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$search", "Location": "Query" @@ -261432,11 +261945,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_ListPermission", + "OperationId": "group.site.termStore.group.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -261448,28 +261961,16 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" }, { "Name": "$select", @@ -261484,12 +261985,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_CreatePermission", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.child_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -261498,17 +261999,33 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetPermission", + "OperationId": "group.site.termStore.group.set_GetParentGroup", "Method": "Get", "Parameters": [ { @@ -261520,7 +262037,11 @@ "Location": "Path" }, { - "Name": "permission-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -261536,11 +262057,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_UpdatePermission", + "OperationId": "group.site.termStore.group.set_UpdateParentGroup", "Method": "Patch", "Parameters": [ { @@ -261552,7 +262073,11 @@ "Location": "Path" }, { - "Name": "permission-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" } ] @@ -261560,11 +262085,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_DeletePermission", + "OperationId": "group.site.termStore.group.set_DeleteParentGroup", "Method": "Delete", "Parameters": [ { @@ -261576,7 +262101,11 @@ "Location": "Path" }, { - "Name": "permission-id", + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -261588,11 +262117,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.permission_GetCount", + "OperationId": "group.site.termStore.group.set_ListRelation", "Method": "Get", "Parameters": [ { @@ -261604,31 +262133,11 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/sites", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_ListSite", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { @@ -261668,12 +262177,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetSite", - "Method": "Get", + "OperationId": "group.site.termStore.group.set_CreateRelation", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -261684,27 +262193,23 @@ "Location": "Path" }, { - "Name": "site-id1", + "Name": "group-id1", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "set-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/sites/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_GetCount", + "OperationId": "group.site.termStore.group.set_GetRelation", "Method": "Get", "Parameters": [ { @@ -261716,31 +262221,15 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site_GetTermStore", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "site-id", + "Name": "relation-id", "Location": "Path" }, { @@ -261756,11 +262245,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_UpdateTermStore", + "OperationId": "group.site.termStore.group.set_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -261770,17 +262259,29 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site_DeleteTermStore", + "OperationId": "group.site.termStore.group.set_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -261791,6 +262292,18 @@ "Name": "site-id", "Location": "Path" }, + { + "Name": "group-id1", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -261800,11 +262313,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_ListGroup", + "OperationId": "group.site.termStore.group.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -261816,28 +262329,16 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "group-id1", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -261852,12 +262353,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_CreateGroup", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.relation_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -261866,29 +262367,17 @@ { "Name": "site-id", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore_GetGroup", - "Method": "Get", - "Parameters": [ + }, { - "Name": "group-id", + "Name": "group-id1", "Location": "Path" }, { - "Name": "site-id", + "Name": "set-id", "Location": "Path" }, { - "Name": "group-id1", + "Name": "relation-id", "Location": "Path" }, { @@ -261904,12 +262393,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_UpdateGroup", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.relation_GetToTerm", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -261922,18 +262411,34 @@ { "Name": "group-id1", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_DeleteGroup", - "Method": "Delete", + "OperationId": "group.site.termStore.group.set.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -261948,19 +262453,27 @@ "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_ListSet", + "OperationId": "group.site.termStore.group.set_ListTerm", "Method": "Get", "Parameters": [ { @@ -261975,6 +262488,10 @@ "Name": "group-id1", "Location": "Path" }, + { + "Name": "set-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -262012,11 +262529,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_CreateSet", + "OperationId": "group.site.termStore.group.set_CreateTerm", "Method": "Post", "Parameters": [ { @@ -262030,17 +262547,21 @@ { "Name": "group-id1", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_GetSet", + "OperationId": "group.site.termStore.group.set_GetTerm", "Method": "Get", "Parameters": [ { @@ -262059,6 +262580,10 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -262072,11 +262597,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_UpdateSet", + "OperationId": "group.site.termStore.group.set_UpdateTerm", "Method": "Patch", "Parameters": [ { @@ -262094,17 +262619,21 @@ { "Name": "set-id", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_DeleteSet", + "OperationId": "group.site.termStore.group.set_DeleteTerm", "Method": "Delete", "Parameters": [ { @@ -262123,6 +262652,10 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -262132,11 +262665,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListChild", + "OperationId": "group.site.termStore.group.set.term_ListChild", "Method": "Get", "Parameters": [ { @@ -262155,6 +262688,10 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -262192,11 +262729,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateChild", + "OperationId": "group.site.termStore.group.set.term_CreateChild", "Method": "Post", "Parameters": [ { @@ -262214,17 +262751,21 @@ { "Name": "set-id", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetChild", + "OperationId": "group.site.termStore.group.set.term_GetChild", "Method": "Get", "Parameters": [ { @@ -262247,6 +262788,10 @@ "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -262260,11 +262805,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateChild", + "OperationId": "group.site.termStore.group.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -262286,17 +262831,21 @@ { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteChild", + "OperationId": "group.site.termStore.group.set.term_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -262319,6 +262868,10 @@ "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -262328,11 +262881,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListChild", + "OperationId": "group.site.termStore.group.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -262355,6 +262908,10 @@ "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -262392,11 +262949,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateChild", + "OperationId": "group.site.termStore.group.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -262418,17 +262975,21 @@ { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetChild", + "OperationId": "group.site.termStore.group.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -262455,6 +263016,10 @@ "Name": "term-id1", "Location": "Path" }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -262468,11 +263033,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateChild", + "OperationId": "group.site.termStore.group.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -262498,17 +263063,21 @@ { "Name": "term-id1", "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteChild", + "OperationId": "group.site.termStore.group.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -262535,6 +263104,10 @@ "Name": "term-id1", "Location": "Path" }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -262544,11 +263117,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListRelation", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -262576,28 +263149,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -262612,12 +263165,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateRelation", - "Method": "Post", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -262642,17 +263195,29 @@ { "Name": "term-id1", "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetRelation", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -262696,12 +263261,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.term.child.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -262728,20 +263293,24 @@ "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.termStore.group.set.term.child_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -262768,23 +263337,23 @@ "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.term.child_GetCount", "Method": "Get", "Parameters": [ { @@ -262808,19 +263377,11 @@ "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -262828,11 +263389,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetSet", + "OperationId": "group.site.termStore.group.set.term_ListRelation", "Method": "Get", "Parameters": [ { @@ -262856,12 +263417,28 @@ "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -262876,12 +263453,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term_CreateRelation", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -262902,33 +263479,17 @@ { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetCount", + "OperationId": "group.site.termStore.group.set.term_GetRelation", "Method": "Get", "Parameters": [ { @@ -262952,15 +263513,15 @@ "Location": "Path" }, { - "Name": "term-id1", + "Name": "relation-id", "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -262968,12 +263529,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term_UpdateRelation", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -262996,28 +263557,20 @@ "Location": "Path" }, { - "Name": "term-id1", + "Name": "relation-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.group.set.term_DeleteRelation", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -263040,23 +263593,23 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_ListRelation", + "OperationId": "group.site.termStore.group.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -263080,28 +263633,8 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -263116,43 +263649,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_CreateRelation", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetRelation", + "OperationId": "group.site.termStore.group.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -263192,12 +263693,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_UpdateRelation", - "Method": "Patch", + "OperationId": "group.site.termStore.group.set.term.relation_GetToTerm", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -263222,18 +263723,26 @@ { "Name": "relation-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_DeleteRelation", - "Method": "Delete", + "OperationId": "group.site.termStore.group.set.term.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -263256,23 +263765,23 @@ "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.group.set.term_GetSet", "Method": "Get", "Parameters": [ { @@ -263295,10 +263804,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "relation-id", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -263312,11 +263817,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetSet", + "OperationId": "group.site.termStore.group.set.term_GetCount", "Method": "Get", "Parameters": [ { @@ -263336,19 +263841,11 @@ "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -263356,11 +263853,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.group.set_GetCount", "Method": "Get", "Parameters": [ { @@ -263376,23 +263873,11 @@ "Location": "Path" }, { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -263400,11 +263885,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child.relation_GetCount", + "OperationId": "group.site.termStore.group_GetCount", "Method": "Get", "Parameters": [ { @@ -263415,18 +263900,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -263440,11 +263913,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetSet", + "OperationId": "group.site.termStore_ListSet", "Method": "Get", "Parameters": [ { @@ -263456,16 +263929,28 @@ "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -263480,12 +263965,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore_CreateSet", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -263494,33 +263979,17 @@ { "Name": "site-id", "Location": "Path" - }, - { - "Name": "group-id1", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetParentGroup", + "OperationId": "group.site.termStore_GetSet", "Method": "Get", "Parameters": [ { @@ -263531,10 +264000,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -263552,11 +264017,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateParentGroup", + "OperationId": "group.site.termStore_UpdateSet", "Method": "Patch", "Parameters": [ { @@ -263567,10 +264032,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -263580,11 +264041,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteParentGroup", + "OperationId": "group.site.termStore_DeleteSet", "Method": "Delete", "Parameters": [ { @@ -263595,10 +264056,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -263612,11 +264069,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListRelation", + "OperationId": "group.site.termStore.set_ListChild", "Method": "Get", "Parameters": [ { @@ -263627,10 +264084,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -263672,11 +264125,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateRelation", + "OperationId": "group.site.termStore.set_CreateChild", "Method": "Post", "Parameters": [ { @@ -263687,10 +264140,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -263700,11 +264149,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetRelation", + "OperationId": "group.site.termStore.set_GetChild", "Method": "Get", "Parameters": [ { @@ -263715,16 +264164,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { @@ -263740,11 +264185,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateRelation", + "OperationId": "group.site.termStore.set_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -263755,16 +264200,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" } ] @@ -263772,11 +264213,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteRelation", + "OperationId": "group.site.termStore.set_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -263787,16 +264228,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { @@ -263808,11 +264245,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.child_ListChild", "Method": "Get", "Parameters": [ { @@ -263824,16 +264261,36 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -263848,12 +264305,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.set.child_CreateChild", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -263864,7 +264321,31 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.child_GetChild", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", "Location": "Path" }, { @@ -263872,7 +264353,11 @@ "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -263888,12 +264373,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.termStore.set.child_UpdateChild", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -263903,37 +264388,29 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.child_DeleteChild", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -263944,31 +264421,31 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_ListTerm", + "OperationId": "group.site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -263980,11 +264457,15 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -264024,11 +264505,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_CreateTerm", + "OperationId": "group.site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -264040,11 +264521,15 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" } ] @@ -264052,11 +264537,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetTerm", + "OperationId": "group.site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -264068,15 +264553,19 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -264092,11 +264581,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_UpdateTerm", + "OperationId": "group.site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -264108,15 +264597,19 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" } ] @@ -264124,11 +264617,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set_DeleteTerm", + "OperationId": "group.site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -264140,15 +264633,19 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -264160,11 +264657,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_ListChild", + "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -264176,40 +264673,64 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.child.relation_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -264224,12 +264745,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_CreateChild", - "Method": "Post", + "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -264240,27 +264761,39 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetChild", + "OperationId": "group.site.termStore.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -264271,10 +264804,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264288,11 +264817,11 @@ "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -264300,12 +264829,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.termStore.set.child_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -264315,10 +264844,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264330,18 +264855,26 @@ { "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.termStore.set.child_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -264351,10 +264884,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264364,23 +264893,23 @@ "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_ListRelation", + "OperationId": "group.site.termStore.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -264391,10 +264920,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264403,10 +264928,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -264444,11 +264965,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_CreateRelation", + "OperationId": "group.site.termStore.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -264459,10 +264980,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264470,21 +264987,17 @@ { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetRelation", + "OperationId": "group.site.termStore.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -264495,10 +265008,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264507,10 +265016,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -264528,11 +265033,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_UpdateRelation", + "OperationId": "group.site.termStore.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -264543,10 +265048,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264555,10 +265056,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -264568,11 +265065,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_DeleteRelation", + "OperationId": "group.site.termStore.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -264583,10 +265080,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264595,10 +265088,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -264612,11 +265101,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -264627,10 +265116,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264639,10 +265124,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -264660,11 +265141,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetSet", + "OperationId": "group.site.termStore.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -264675,10 +265156,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264687,10 +265164,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -264708,11 +265181,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetToTerm", + "OperationId": "group.site.termStore.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -264723,10 +265196,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264735,10 +265204,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -264756,11 +265221,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child.relation_GetCount", + "OperationId": "group.site.termStore.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -264771,10 +265236,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264783,10 +265244,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -264800,11 +265257,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetSet", + "OperationId": "group.site.termStore.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -264815,10 +265272,6 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" @@ -264827,10 +265280,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$select", "Location": "Query" @@ -264844,11 +265293,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.child_GetCount", + "OperationId": "group.site.termStore.set.child_GetCount", "Method": "Get", "Parameters": [ { @@ -264860,23 +265309,47 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set_GetParentGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$search", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -264884,12 +265357,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_ListRelation", - "Method": "Get", + "OperationId": "group.site.termStore.set_UpdateParentGroup", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -264900,7 +265373,27 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set_DeleteParentGroup", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", "Location": "Path" }, { @@ -264908,7 +265401,31 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.parentGroup_ListSet", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -264948,11 +265465,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_CreateRelation", + "OperationId": "group.site.termStore.set.parentGroup_CreateSet", "Method": "Post", "Parameters": [ { @@ -264963,28 +265480,20 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetRelation", + "OperationId": "group.site.termStore.set.parentGroup_GetSet", "Method": "Get", "Parameters": [ { @@ -264995,20 +265504,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "set-id1", "Location": "Path" }, { @@ -265024,11 +265525,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_UpdateRelation", + "OperationId": "group.site.termStore.set.parentGroup_UpdateSet", "Method": "Patch", "Parameters": [ { @@ -265039,20 +265540,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "set-id1", "Location": "Path" } ] @@ -265060,11 +265553,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_DeleteRelation", + "OperationId": "group.site.termStore.set.parentGroup_DeleteSet", "Method": "Delete", "Parameters": [ { @@ -265075,20 +265568,12 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "set-id1", "Location": "Path" }, { @@ -265100,11 +265585,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.parentGroup.set_ListChild", "Method": "Get", "Parameters": [ { @@ -265115,65 +265600,37 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "$select", + "Name": "$top", "Location": "Query" }, { - "Name": "$expand", + "Name": "$skip", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" }, { - "Name": "group-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "set-id", - "Location": "Path" + "Name": "$filter", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "relation-id", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { "Name": "$select", @@ -265188,12 +265645,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetToTerm", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateChild", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -265203,40 +265660,24 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", + "Name": "set-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term.relation_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set_GetChild", "Method": "Get", "Parameters": [ { @@ -265248,11 +265689,11 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { @@ -265260,11 +265701,11 @@ "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -265272,12 +265713,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateChild", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -265288,36 +265729,28 @@ "Location": "Path" }, { - "Name": "group-id1", + "Name": "set-id", "Location": "Path" }, { - "Name": "set-id", + "Name": "set-id1", "Location": "Path" }, { "Name": "term-id", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group.set.term_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteChild", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -265327,64 +265760,32 @@ "Name": "site-id", "Location": "Path" }, - { - "Name": "group-id1", - "Location": "Path" - }, { "Name": "set-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.group.set_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "group-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.group_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListChild", "Method": "Get", "Parameters": [ { @@ -265396,31 +265797,15 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore_ListSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "site-id", + "Name": "term-id", "Location": "Path" }, { @@ -265460,11 +265845,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_CreateSet", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateChild", "Method": "Post", "Parameters": [ { @@ -265474,17 +265859,29 @@ { "Name": "site-id", "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetChild", "Method": "Get", "Parameters": [ { @@ -265499,6 +265896,18 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -265512,11 +265921,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_UpdateSet", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -265530,17 +265939,29 @@ { "Name": "set-id", "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore_DeleteSet", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -265555,6 +265976,18 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -265564,11 +265997,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_ListChild", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -265583,6 +266016,18 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -265620,11 +266065,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateChild", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -265638,17 +266083,29 @@ { "Name": "set-id", "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetChild", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -265663,10 +266120,22 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -265680,11 +266149,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateChild", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -265699,20 +266168,32 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteChild", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -265727,10 +266208,22 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -265740,11 +266233,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListChild", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -265759,33 +266252,69 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -265800,12 +266329,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateChild", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -265819,20 +266348,40 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetChild", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -265847,6 +266396,10 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" @@ -265856,11 +266409,11 @@ "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -265868,12 +266421,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -265887,6 +266440,10 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, { "Name": "term-id", "Location": "Path" @@ -265894,18 +266451,26 @@ { "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -265920,27 +266485,31 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -265956,11 +266525,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -266000,11 +266569,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -266020,11 +266589,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" } ] @@ -266032,11 +266601,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -266052,11 +266621,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -266076,11 +266645,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -266096,11 +266665,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -266112,11 +266681,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -266132,11 +266701,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -266152,11 +266721,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -266172,11 +266741,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -266196,11 +266765,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -266216,11 +266785,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -266240,11 +266809,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -266260,11 +266829,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -266284,11 +266853,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -266304,11 +266873,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -266324,11 +266893,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", "Method": "Get", "Parameters": [ { @@ -266344,11 +266913,11 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { - "Name": "term-id1", + "Name": "term-id", "Location": "Path" }, { @@ -266364,11 +266933,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", "Method": "Get", "Parameters": [ { @@ -266384,7 +266953,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -266400,11 +266969,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_ListRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_ListRelation", "Method": "Get", "Parameters": [ { @@ -266420,7 +266989,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -266460,11 +267029,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_CreateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateRelation", "Method": "Post", "Parameters": [ { @@ -266480,7 +267049,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" } ] @@ -266488,11 +267057,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_GetRelation", "Method": "Get", "Parameters": [ { @@ -266508,7 +267077,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -266528,11 +267097,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_UpdateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -266548,7 +267117,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -266560,11 +267129,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_DeleteRelation", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -266580,7 +267149,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -266596,11 +267165,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -266616,7 +267185,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -266636,11 +267205,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -266656,7 +267225,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -266676,11 +267245,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -266696,7 +267265,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -266716,11 +267285,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child.relation_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -266736,7 +267305,7 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, { @@ -266752,11 +267321,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set_ListTerm", "Method": "Get", "Parameters": [ { @@ -266772,9 +267341,33 @@ "Location": "Path" }, { - "Name": "term-id", + "Name": "set-id1", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -266788,12 +267381,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.parentGroup.set_CreateTerm", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -266808,23 +267401,19 @@ "Location": "Path" }, { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" + "Name": "set-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_GetParentGroup", + "OperationId": "group.site.termStore.set.parentGroup.set_GetTerm", "Method": "Get", "Parameters": [ { @@ -266839,6 +267428,14 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -266852,11 +267449,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateParentGroup", + "OperationId": "group.site.termStore.set.parentGroup.set_UpdateTerm", "Method": "Patch", "Parameters": [ { @@ -266870,17 +267467,25 @@ { "Name": "set-id", "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteParentGroup", + "OperationId": "group.site.termStore.set.parentGroup.set_DeleteTerm", "Method": "Delete", "Parameters": [ { @@ -266895,6 +267500,14 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -266904,11 +267517,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_ListSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_ListChild", "Method": "Get", "Parameters": [ { @@ -266923,6 +267536,14 @@ "Name": "set-id", "Location": "Path" }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -266960,11 +267581,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_CreateSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateChild", "Method": "Post", "Parameters": [ { @@ -266978,17 +267599,25 @@ { "Name": "set-id", "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetChild", "Method": "Get", "Parameters": [ { @@ -267007,6 +267636,14 @@ "Name": "set-id1", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -267020,11 +267657,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_UpdateSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -267042,17 +267679,25 @@ { "Name": "set-id1", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup_DeleteSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -267071,6 +267716,14 @@ "Name": "set-id1", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -267080,11 +267733,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -267103,6 +267756,14 @@ "Name": "set-id1", "Location": "Path" }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, { "Name": "$top", "Location": "Query" @@ -267140,11 +267801,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_CreateRelation", "Method": "Post", "Parameters": [ { @@ -267162,17 +267823,25 @@ { "Name": "set-id1", "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -267195,6 +267864,14 @@ "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "$select", "Location": "Query" @@ -267208,11 +267885,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -267234,17 +267911,25 @@ { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -267267,6 +267952,14 @@ "Name": "term-id", "Location": "Path" }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, { "Name": "If-Match", "Location": "Header" @@ -267276,11 +267969,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -267304,28 +267997,60 @@ "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetSet", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -267340,12 +268065,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateChild", - "Method": "Post", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -267366,17 +268091,33 @@ { "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetChild", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -267404,11 +268145,11 @@ "Location": "Path" }, { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -267416,12 +268157,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateChild", - "Method": "Patch", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -267446,18 +268187,26 @@ { "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteChild", - "Method": "Delete", + "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -267480,23 +268229,23 @@ "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_ListRelation", "Method": "Get", "Parameters": [ { @@ -267519,10 +268268,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -267560,11 +268305,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateRelation", "Method": "Post", "Parameters": [ { @@ -267586,21 +268331,17 @@ { "Name": "term-id", "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetRelation", "Method": "Get", "Parameters": [ { @@ -267623,10 +268364,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -267644,11 +268381,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -267671,10 +268408,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -267684,11 +268417,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -267711,10 +268444,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -267728,11 +268457,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -267755,10 +268484,6 @@ "Name": "term-id", "Location": "Path" }, - { - "Name": "term-id1", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -267776,11 +268501,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -267804,7 +268529,47 @@ "Location": "Path" }, { - "Name": "term-id1", + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetToTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "set-id1", + "Location": "Path" + }, + { + "Name": "term-id", "Location": "Path" }, { @@ -267824,11 +268589,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetCount", "Method": "Get", "Parameters": [ { @@ -267852,19 +268617,11 @@ "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -267872,11 +268629,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetSet", "Method": "Get", "Parameters": [ { @@ -267900,15 +268657,11 @@ "Location": "Path" }, { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$search", + "Name": "$select", "Location": "Query" }, { - "Name": "$filter", + "Name": "$expand", "Location": "Query" } ] @@ -267916,11 +268669,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", + "OperationId": "group.site.termStore.set.parentGroup.set.term_GetCount", "Method": "Get", "Parameters": [ { @@ -267940,19 +268693,11 @@ "Location": "Path" }, { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$select", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -267960,11 +268705,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", + "OperationId": "group.site.termStore.set.parentGroup.set_GetCount", "Method": "Get", "Parameters": [ { @@ -267979,14 +268724,6 @@ "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$search", "Location": "Query" @@ -268000,11 +268737,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_ListRelation", + "OperationId": "group.site.termStore.set_ListRelation", "Method": "Get", "Parameters": [ { @@ -268019,14 +268756,6 @@ "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -268064,11 +268793,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_CreateRelation", + "OperationId": "group.site.termStore.set_CreateRelation", "Method": "Post", "Parameters": [ { @@ -268082,25 +268811,17 @@ { "Name": "set-id", "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetRelation", + "OperationId": "group.site.termStore.set_GetRelation", "Method": "Get", "Parameters": [ { @@ -268115,14 +268836,6 @@ "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -268140,11 +268853,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_UpdateRelation", + "OperationId": "group.site.termStore.set_UpdateRelation", "Method": "Patch", "Parameters": [ { @@ -268159,14 +268872,6 @@ "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -268176,11 +268881,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_DeleteRelation", + "OperationId": "group.site.termStore.set_DeleteRelation", "Method": "Delete", "Parameters": [ { @@ -268195,14 +268900,6 @@ "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -268216,11 +268913,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.relation_GetFromTerm", "Method": "Get", "Parameters": [ { @@ -268235,14 +268932,6 @@ "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -268260,11 +268949,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetSet", + "OperationId": "group.site.termStore.set.relation_GetSet", "Method": "Get", "Parameters": [ { @@ -268279,14 +268968,6 @@ "Name": "set-id", "Location": "Path" }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, { "Name": "relation-id", "Location": "Path" @@ -268304,11 +268985,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetToTerm", + "OperationId": "group.site.termStore.set.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -268324,23 +269005,47 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "relation-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.relation_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "site-id", "Location": "Path" }, { - "Name": "$select", + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -268348,11 +269053,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child.relation_GetCount", + "OperationId": "group.site.termStore.set_ListTerm", "Method": "Get", "Parameters": [ { @@ -268368,12 +269073,12 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "term-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { "Name": "$search", @@ -268382,18 +269087,34 @@ { "Name": "$filter", "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.set_CreateTerm", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -268406,9 +269127,29 @@ { "Name": "set-id", "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set_GetTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "set-id1", + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -268428,12 +269169,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.child_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set_UpdateTerm", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -268448,27 +269189,51 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set_DeleteTerm", + "Method": "Delete", + "Parameters": [ + { + "Name": "group-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "set-id", + "Location": "Path" + }, + { + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListRelation", + "OperationId": "group.site.termStore.set.term_ListChild", "Method": "Get", "Parameters": [ { @@ -268484,7 +269249,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { @@ -268524,11 +269289,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateRelation", + "OperationId": "group.site.termStore.set.term_CreateChild", "Method": "Post", "Parameters": [ { @@ -268544,7 +269309,7 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" } ] @@ -268552,11 +269317,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetRelation", + "OperationId": "group.site.termStore.set.term_GetChild", "Method": "Get", "Parameters": [ { @@ -268572,11 +269337,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id1", "Location": "Path" }, { @@ -268592,11 +269357,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateRelation", + "OperationId": "group.site.termStore.set.term_UpdateChild", "Method": "Patch", "Parameters": [ { @@ -268612,11 +269377,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id1", "Location": "Path" } ] @@ -268624,11 +269389,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteRelation", + "OperationId": "group.site.termStore.set.term_DeleteChild", "Method": "Delete", "Parameters": [ { @@ -268644,11 +269409,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id1", "Location": "Path" }, { @@ -268660,11 +269425,11 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetFromTerm", + "OperationId": "group.site.termStore.set.term.child_ListRelation", "Method": "Get", "Parameters": [ { @@ -268680,13 +269445,37 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id1", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$select", "Location": "Query" @@ -268700,12 +269489,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetSet", - "Method": "Get", + "OperationId": "group.site.termStore.set.term.child_CreateRelation", + "Method": "Post", "Parameters": [ { "Name": "group-id", @@ -268720,31 +269509,23 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "relation-id", + "Name": "term-id1", "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetToTerm", + "OperationId": "group.site.termStore.set.term.child_GetRelation", "Method": "Get", "Parameters": [ { @@ -268760,7 +269541,11 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", "Location": "Path" }, { @@ -268780,12 +269565,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.relation_GetCount", - "Method": "Get", + "OperationId": "group.site.termStore.set.term.child_UpdateRelation", + "Method": "Patch", "Parameters": [ { "Name": "group-id", @@ -268800,28 +269585,28 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_ListTerm", - "Method": "Get", + "OperationId": "group.site.termStore.set.term.child_DeleteRelation", + "Method": "Delete", "Parameters": [ { "Name": "group-id", @@ -268836,32 +269621,56 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "term-id1", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "relation-id", + "Location": "Path" }, { - "Name": "$search", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.term.child.relation_GetFromTerm", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" + "Name": "set-id", + "Location": "Path" }, { - "Name": "$orderby", - "Location": "Query" + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" }, { "Name": "$select", @@ -268876,12 +269685,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_CreateTerm", - "Method": "Post", + "OperationId": "group.site.termStore.set.term.child.relation_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -268896,19 +269705,35 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" + }, + { + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetTerm", + "OperationId": "group.site.termStore.set.term.child.relation_GetToTerm", "Method": "Get", "Parameters": [ { @@ -268924,11 +269749,15 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", + "Location": "Path" + }, + { + "Name": "relation-id", "Location": "Path" }, { @@ -268944,12 +269773,12 @@ }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_UpdateTerm", - "Method": "Patch", + "OperationId": "group.site.termStore.set.term.child.relation_GetCount", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -268964,24 +269793,32 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_DeleteTerm", - "Method": "Delete", + "OperationId": "group.site.termStore.set.term.child_GetSet", + "Method": "Get", "Parameters": [ { "Name": "group-id", @@ -268996,27 +269833,31 @@ "Location": "Path" }, { - "Name": "set-id1", + "Name": "term-id", "Location": "Path" }, { - "Name": "term-id", + "Name": "term-id1", "Location": "Path" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_ListChild", + "OperationId": "group.site.termStore.set.term.child_GetCount", "Method": "Get", "Parameters": [ { @@ -269032,2375 +269873,39 @@ "Location": "Path" }, { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetChild", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateChild", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteChild", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_ListRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_CreateRelation", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_UpdateRelation", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_DeleteRelation", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child.relation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.child_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_ListRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_CreateRelation", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_UpdateRelation", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_DeleteRelation", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetToTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term.relation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set.term_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "set-id1", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.parentGroup.set_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_ListRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateRelation", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_GetRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateRelation", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteRelation", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetToTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.relation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_ListTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_CreateTerm", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_GetTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_UpdateTerm", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set_DeleteTerm", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term_ListChild", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term_CreateChild", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term_GetChild", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term_UpdateChild", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term_DeleteChild", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_ListRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_CreateRelation", - "Method": "Post", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_UpdateRelation", - "Method": "Patch", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_DeleteRelation", - "Method": "Delete", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetFromTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetToTerm", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "relation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child.relation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetSet", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "term-id1", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term.child_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", - "Location": "Path" - }, - { - "Name": "term-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "group.site.termStore.set.term_ListRelation", - "Method": "Get", - "Parameters": [ - { - "Name": "group-id", - "Location": "Path" - }, - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "set-id", + "Name": "term-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "group.site.termStore.set.term_ListRelation", + "Method": "Get", + "Parameters": [ + { + "Name": "group-id", + "Location": "Path" + }, + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "set-id", "Location": "Path" }, { @@ -288368,959 +286873,11 @@ "Location": "Query" }, { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_GetLastModifiedGraphBPreUser", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser_GetMailboxSetting", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_ListOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_CreateOperation", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_GetOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_UpdateOperation", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_DeleteOperation", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "richLongRunningOperation-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.operation_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_ListSubscription", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_CreateSubscription", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_GetSubscription", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "subscription-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_UpdateSubscription", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "subscription-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_DeleteSubscription", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "subscription-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.subscription_reauthorize", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "subscription-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list.subscription_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "list-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/lists/$count", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.list_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval()", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_getActivitiesGraphBPreInterval", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_getActivitiesGraphBPreInterval", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "startDateTime", - "Location": "Path" - }, - { - "Name": "endDateTime", - "Location": "Path" - }, - { - "Name": "interval", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_getApplicableContentTypesGraphFPreList", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "listId", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site_getGraphBPrePath", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetAnalytic", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateAnalytic", - "Method": "Patch", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteAnalytic", - "Method": "Delete", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListColumn", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateColumn", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListContentType", - "Method": "Get", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -289332,31 +286889,39 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateContentType", - "Method": "Post", + "OperationId": "site.list_GetLastModifiedGraphBPreUser", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetDrive", + "OperationId": "site.list.lastModifiedGraphBPreUser_GetMailboxSetting", "Method": "Get", "Parameters": [ { @@ -289364,7 +286929,7 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { @@ -289380,11 +286945,31 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListDrive", + "OperationId": "site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting", + "Method": "Patch", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "list-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError", "Method": "Get", "Parameters": [ { @@ -289392,7 +286977,7 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { @@ -289432,11 +287017,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", + "Path": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListExternalColumn", + "OperationId": "site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount", "Method": "Get", "Parameters": [ { @@ -289444,17 +287029,9 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, { "Name": "$search", "Location": "Query" @@ -289462,33 +287039,17 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Path": "/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListList", + "OperationId": "site.list_ListOperation", "Method": "Get", "Parameters": [ { @@ -289496,7 +287057,7 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { @@ -289536,11 +287097,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", + "Path": "/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateList", + "OperationId": "site.list_CreateOperation", "Method": "Post", "Parameters": [ { @@ -289548,7 +287109,7 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" } ] @@ -289556,11 +287117,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval()", + "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", + "OperationId": "site.list_GetOperation", "Method": "Get", "Parameters": [ { @@ -289568,37 +287129,17 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" + "Name": "richLongRunningOperation-id", + "Location": "Path" }, { "Name": "$select", "Location": "Query" }, - { - "Name": "$orderby", - "Location": "Query" - }, { "Name": "$expand", "Location": "Query" @@ -289608,63 +287149,79 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", + "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", - "Method": "Get", + "OperationId": "site.list_UpdateOperation", + "Method": "Patch", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "startDateTime", + "Name": "richLongRunningOperation-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list_DeleteOperation", + "Method": "Delete", + "Parameters": [ { - "Name": "endDateTime", + "Name": "site-id", "Location": "Path" }, { - "Name": "interval", + "Name": "list-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" + "Name": "richLongRunningOperation-id", + "Location": "Path" }, { - "Name": "$filter", - "Location": "Query" - }, + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/operations/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.operation_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$count", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { - "Name": "$orderby", + "Name": "$search", "Location": "Query" }, { - "Name": "$expand", + "Name": "$filter", "Location": "Query" } ] @@ -289672,11 +287229,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", + "OperationId": "site.list_ListSubscription", "Method": "Get", "Parameters": [ { @@ -289684,11 +287241,7 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "listId", + "Name": "list-id", "Location": "Path" }, { @@ -289712,11 +287265,11 @@ "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { @@ -289728,23 +287281,19 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_getGraphBPrePath", - "Method": "Get", + "OperationId": "site.list_CreateSubscription", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "list-id", "Location": "Path" } ] @@ -289752,11 +287301,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetAnalytic", + "OperationId": "site.list_GetSubscription", "Method": "Get", "Parameters": [ { @@ -289764,11 +287313,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "subscription-id", "Location": "Path" }, { @@ -289784,11 +287333,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateAnalytic", + "OperationId": "site.list_UpdateSubscription", "Method": "Patch", "Parameters": [ { @@ -289796,11 +287345,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "subscription-id", "Location": "Path" } ] @@ -289808,11 +287357,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/analytics", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteAnalytic", + "OperationId": "site.list_DeleteSubscription", "Method": "Delete", "Parameters": [ { @@ -289820,11 +287369,11 @@ "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "subscription-id", "Location": "Path" }, { @@ -289836,32 +287385,44 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/columns", + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListColumn", - "Method": "Get", + "OperationId": "site.list.subscription_reauthorize", + "Method": "Post", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "list-id", "Location": "Path" }, { - "Name": "path1", + "Name": "subscription-id", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.list.subscription_GetCount", + "Method": "Get", + "Parameters": [ { - "Name": "$top", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$skip", - "Location": "Query" + "Name": "list-id", + "Location": "Path" }, { "Name": "$search", @@ -289870,71 +287431,47 @@ { "Name": "$filter", "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/columns", + "Path": "/sites/{site-id}/lists/$count", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateColumn", - "Method": "Post", + "OperationId": "site.list_GetCount", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "path1", - "Location": "Path" + "Name": "$filter", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/contentTypes", + "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListContentType", + "OperationId": "site_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -289956,11 +287493,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -289972,53 +287509,57 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/contentTypes", + "Path": "/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateContentType", - "Method": "Post", + "OperationId": "site_getActivitiesGraphBPreInterval", + "Method": "Get", "Parameters": [ { "Name": "site-id", "Location": "Path" }, { - "Name": "path", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "path1", + "Name": "endDateTime", "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/drive", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetDrive", - "Method": "Get", - "Parameters": [ + }, { - "Name": "site-id", + "Name": "interval", "Location": "Path" }, { - "Name": "path", - "Location": "Path" + "Name": "$top", + "Location": "Query" }, { - "Name": "path1", - "Location": "Path" + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" }, { "Name": "$select", "Location": "Query" }, + { + "Name": "$orderby", + "Location": "Query" + }, { "Name": "$expand", "Location": "Query" @@ -290028,11 +287569,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/drives", + "Path": "/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListDrive", + "OperationId": "site_getApplicableContentTypesGraphFPreList", "Method": "Get", "Parameters": [ { @@ -290040,11 +287581,7 @@ "Location": "Path" }, { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", + "Name": "listId", "Location": "Path" }, { @@ -290068,11 +287605,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -290084,11 +287621,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/externalColumns", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListExternalColumn", + "OperationId": "site_getGraphBPrePath", "Method": "Get", "Parameters": [ { @@ -290098,53 +287635,89 @@ { "Name": "path", "Location": "Path" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.getGraphBPrePath_GetAnalytic", + "Method": "Get", + "Parameters": [ { - "Name": "path1", + "Name": "site-id", "Location": "Path" }, { - "Name": "$top", - "Location": "Query" + "Name": "path", + "Location": "Path" }, { - "Name": "$skip", + "Name": "$select", "Location": "Query" }, { - "Name": "$search", + "Name": "$expand", "Location": "Query" - }, + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.getGraphBPrePath_UpdateAnalytic", + "Method": "Patch", + "Parameters": [ { - "Name": "$filter", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$count", - "Location": "Query" - }, + "Name": "path", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/analytics", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.getGraphBPrePath_DeleteAnalytic", + "Method": "Delete", + "Parameters": [ { - "Name": "$orderby", - "Location": "Query" + "Name": "site-id", + "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "path", + "Location": "Path" }, { - "Name": "$expand", - "Location": "Query" + "Name": "If-Match", + "Location": "Header" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lists", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListList", + "OperationId": "site.getGraphBPrePath_ListColumn", "Method": "Get", "Parameters": [ { @@ -290155,10 +287728,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -290196,11 +287765,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/lists", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/columns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateList", + "OperationId": "site.getGraphBPrePath_CreateColumn", "Method": "Post", "Parameters": [ { @@ -290210,21 +287779,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/operations", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListOperation", + "OperationId": "site.getGraphBPrePath_ListContentType", "Method": "Get", "Parameters": [ { @@ -290235,10 +287800,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -290276,11 +287837,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/operations", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/contentTypes", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateOperation", + "OperationId": "site.getGraphBPrePath_CreateContentType", "Method": "Post", "Parameters": [ { @@ -290290,21 +287851,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/pages", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drive", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListPage", + "OperationId": "site.getGraphBPrePath_GetDrive", "Method": "Get", "Parameters": [ { @@ -290316,7 +287873,31 @@ "Location": "Path" }, { - "Name": "path1", + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/drives", + "Module": "Sites" + }, + "MethodInfo": { + "OperationId": "site.getGraphBPrePath_ListDrive", + "Method": "Get", + "Parameters": [ + { + "Name": "site-id", + "Location": "Path" + }, + { + "Name": "path", "Location": "Path" }, { @@ -290356,12 +287937,12 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/pages", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/externalColumns", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreatePage", - "Method": "Post", + "OperationId": "site.getGraphBPrePath_ListExternalColumn", + "Method": "Get", "Parameters": [ { "Name": "site-id", @@ -290372,19 +287953,47 @@ "Location": "Path" }, { - "Name": "path1", - "Location": "Path" + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/permissions", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListPermission", + "OperationId": "site.getGraphBPrePath_ListList", "Method": "Get", "Parameters": [ { @@ -290395,10 +288004,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -290436,11 +288041,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/permissions", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/lists", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreatePermission", + "OperationId": "site.getGraphBPrePath_CreateList", "Method": "Post", "Parameters": [ { @@ -290450,21 +288055,17 @@ { "Name": "path", "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/sites", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval()", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListSite", + "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { @@ -290475,10 +288076,6 @@ "Name": "path", "Location": "Path" }, - { - "Name": "path1", - "Location": "Path" - }, { "Name": "$top", "Location": "Query" @@ -290500,11 +288097,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -290516,11 +288113,11 @@ }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getActivitiesByInterval(startDateTime=\u0027{startDateTime}\u0027,endDateTime=\u0027{endDateTime}\u0027,interval=\u0027{interval}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_GetTermStore", + "OperationId": "site.getGraphBPrePath_getActivitiesGraphBPreInterval", "Method": "Get", "Parameters": [ { @@ -290532,79 +288129,59 @@ "Location": "Path" }, { - "Name": "path1", + "Name": "startDateTime", "Location": "Path" }, { - "Name": "$select", - "Location": "Query" + "Name": "endDateTime", + "Location": "Path" }, { - "Name": "$expand", + "Name": "interval", + "Location": "Path" + }, + { + "Name": "$top", "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_UpdateTermStore", - "Method": "Patch", - "Parameters": [ + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$skip", + "Location": "Query" }, { - "Name": "path", - "Location": "Path" + "Name": "$search", + "Location": "Query" }, { - "Name": "path1", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStore", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_DeleteTermStore", - "Method": "Delete", - "Parameters": [ + "Name": "$filter", + "Location": "Query" + }, { - "Name": "site-id", - "Location": "Path" + "Name": "$count", + "Location": "Query" }, { - "Name": "path", - "Location": "Path" + "Name": "$select", + "Location": "Query" }, { - "Name": "path1", - "Location": "Path" + "Name": "$orderby", + "Location": "Query" }, { - "Name": "If-Match", - "Location": "Header" + "Name": "$expand", + "Location": "Query" } ] } }, { "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStores", + "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getApplicableContentTypesForList(listId=\u0027{listId}\u0027)", "Module": "Sites" }, "MethodInfo": { - "OperationId": "site.getGraphBPrePath_ListTermStore", + "OperationId": "site.getGraphBPrePath_getApplicableContentTypesGraphFPreList", "Method": "Get", "Parameters": [ { @@ -290616,7 +288193,7 @@ "Location": "Path" }, { - "Name": "path1", + "Name": "listId", "Location": "Path" }, { @@ -290640,11 +288217,11 @@ "Location": "Query" }, { - "Name": "$orderby", + "Name": "$select", "Location": "Query" }, { - "Name": "$select", + "Name": "$orderby", "Location": "Query" }, { @@ -290654,30 +288231,6 @@ ] } }, - { - "PathInfo": { - "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/microsoft.graph.getByPath(path=\u0027{path1}\u0027)/termStores", - "Module": "Sites" - }, - "MethodInfo": { - "OperationId": "site.getGraphBPrePath_CreateTermStore", - "Method": "Post", - "Parameters": [ - { - "Name": "site-id", - "Location": "Path" - }, - { - "Name": "path", - "Location": "Path" - }, - { - "Name": "path1", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/sites/{site-id}/microsoft.graph.getByPath(path=\u0027{path}\u0027)/operations", @@ -317474,10 +315027,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -317942,10 +315491,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -319602,10 +317147,6 @@ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -320218,10 +317759,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -320634,10 +318171,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -321822,6 +319355,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -321862,6 +319399,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -321974,6 +319515,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -322014,6 +319559,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -322286,6 +319835,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -322326,6 +319879,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -322438,6 +319995,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -322478,6 +320039,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -322590,6 +320155,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -322630,6 +320199,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -324053,10 +321626,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -324617,10 +322186,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -326757,10 +324322,6 @@ { "Name": "team-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -327389,10 +324950,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -327885,10 +325442,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -329209,162 +326762,166 @@ ] } }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_CreateOpenShift", - "Method": "Post", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_GetOpenShift", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "openShift-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_UpdateOpenShift", - "Method": "Patch", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "openShift-id", - "Location": "Path" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_DeleteOpenShift", - "Method": "Delete", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "openShift-id", - "Location": "Path" - }, - { - "Name": "If-Match", - "Location": "Header" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/openShifts/$count", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule.openShift_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Teams" - }, - "MethodInfo": { - "OperationId": "team.schedule_ListSchedulingGroup", - "Method": "Get", - "Parameters": [ - { - "Name": "team-id", - "Location": "Path" - }, - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - }, - { - "Name": "$orderby", - "Location": "Query" - }, - { - "Name": "$select", - "Location": "Query" - } - ] - } - }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/openShifts", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_CreateOpenShift", + "Method": "Post", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_GetOpenShift", + "Method": "Get", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "openShift-id", + "Location": "Path" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_UpdateOpenShift", + "Method": "Patch", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "openShift-id", + "Location": "Path" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_DeleteOpenShift", + "Method": "Delete", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "openShift-id", + "Location": "Path" + }, + { + "Name": "If-Match", + "Location": "Header" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/openShifts/$count", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule.openShift_GetCount", + "Method": "Get", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + } + ] + } + }, + { + "PathInfo": { + "Path": "/teams/{team-id}/schedule/schedulingGroups", + "Module": "Teams" + }, + "MethodInfo": { + "OperationId": "team.schedule_ListSchedulingGroup", + "Method": "Get", + "Parameters": [ + { + "Name": "team-id", + "Location": "Path" + }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" + }, + { + "Name": "$count", + "Location": "Query" + }, + { + "Name": "$orderby", + "Location": "Query" + }, + { + "Name": "$select", + "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" + } + ] + } + }, { "PathInfo": { "Path": "/teams/{team-id}/schedule/schedulingGroups", @@ -329401,6 +326958,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -329513,6 +327074,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -329553,6 +327118,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -329825,6 +327394,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -329865,6 +327438,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -329977,6 +327554,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -330017,6 +327598,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -330129,6 +327714,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -330169,6 +327758,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -331742,10 +329335,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -332306,10 +329895,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -334643,10 +332228,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -335111,10 +332692,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -336983,10 +334560,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -337503,10 +335076,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -339391,10 +336960,6 @@ { "Name": "team-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -340103,10 +337668,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -340571,10 +338132,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -341931,6 +339488,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -341979,6 +339540,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -342107,6 +339672,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -342155,6 +339724,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -342467,6 +340040,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -342515,6 +340092,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -342643,6 +340224,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -342691,6 +340276,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -342819,6 +340408,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } @@ -342867,6 +340460,10 @@ { "Name": "$select", "Location": "Query" + }, + { + "Name": "$expand", + "Location": "Query" } ] } diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 6e3126dfcf..653479ddae 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -1019,7 +1019,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Upsert federatedIdentityCredential - description: 'Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' + description: 'Create a new federatedIdentityCredential object for an application if it doesn''t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta @@ -1156,7 +1156,7 @@ paths: tags: - applications.federatedIdentityCredential summary: Upsert federatedIdentityCredential - description: 'Create a new federatedIdentityCredential object for an application if it does exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' + description: 'Create a new federatedIdentityCredential object for an application if it doesn''t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta @@ -1666,7 +1666,7 @@ paths: tags: - applications.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -1868,6 +1868,20 @@ paths: schema: type: string x-ms-docs-key-type: application + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -14619,7 +14633,7 @@ paths: tags: - servicePrincipals.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -14782,6 +14796,20 @@ paths: schema: type: string x-ms-docs-key-type: servicePrincipal + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -21135,6 +21163,8 @@ components: type: string description: The main logo for the application. Not nullable. format: base64url + nativeAuthenticationApisEnabled: + $ref: '#/components/schemas/microsoft.graph.nativeAuthenticationApisEnabled' notes: type: string description: Notes relevant for the management of the application. @@ -22396,6 +22426,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -22753,6 +22785,11 @@ components: type: string nullable: true description: 'The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.' + configurationUris: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.configurationUri' + description: The URIs required for the single sign-on configuration of a preintegrated application. description: type: string description: A description of the application. @@ -23038,7 +23075,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -23898,6 +23935,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.nativeAuthenticationApisEnabled: + title: nativeAuthenticationApisEnabled + enum: + - none + - all + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.onPremisesPublishing: title: onPremisesPublishing type: object @@ -24305,11 +24351,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -24885,6 +24931,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -24915,6 +24963,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -25384,10 +25433,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -25463,6 +25518,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -26085,12 +26142,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -27835,6 +27904,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -27843,11 +27922,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -27953,7 +28032,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -28322,6 +28401,32 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.configurationUri: + title: configurationUri + type: object + properties: + appliesToSingleSignOnMode: + type: string + description: 'The single sign-on mode that the URI is configured for. Possible values are: saml, password.' + examples: + type: array + items: + type: string + nullable: true + description: The various formats that the URI should follow. + isRequired: + type: boolean + description: Indicates whether this URI is required for the single sign-on configuration. + usage: + $ref: '#/components/schemas/microsoft.graph.uriUsageType' + values: + type: array + items: + type: string + nullable: true + description: The suggested values for the URI. Developers may need to customize these values for their tenant. + additionalProperties: + type: object microsoft.graph.informationalUrls: title: informationalUrls type: object @@ -28423,22 +28528,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.customClaimBase: title: customClaimBase type: object @@ -29666,6 +29762,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -29698,22 +29802,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -29722,6 +29820,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -29729,6 +29829,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -29739,12 +29845,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -29797,11 +29897,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -29822,12 +29917,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -29856,12 +29945,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -29892,12 +29975,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -29927,12 +30004,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -30590,6 +30661,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -30607,6 +30687,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -30683,6 +30769,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -30756,7 +30844,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -31544,6 +31652,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -31628,6 +31766,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -34599,8 +34758,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -34802,10 +34960,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -34899,10 +35053,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -36248,6 +36398,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -36645,6 +36802,15 @@ components: - synchronizationLearnMoreIbizaFwLink - configurationFields type: string + microsoft.graph.uriUsageType: + title: uriUsageType + enum: + - redirectUri + - identifierUri + - loginUrl + - logoutUrl + - unknownFutureValue + type: string microsoft.graph.updateWindow: title: updateWindow type: object @@ -36663,50 +36829,20 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -37125,6 +37261,14 @@ components: description: 'The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable.' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -37143,6 +37287,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -39028,6 +39186,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -39111,6 +39280,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.pageLayoutType: title: pageLayoutType enum: @@ -41336,6 +41520,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -41527,7 +41718,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -42264,6 +42455,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -42282,6 +42479,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -42297,6 +42498,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -42691,6 +42895,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -42917,23 +43123,56 @@ components: - Extensions - BaseObjectName type: string - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -43526,6 +43765,24 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeType: title: attendeeType enum: @@ -45947,6 +46204,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -46102,6 +46369,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/BackupRestore.yml b/openApiDocs/beta/BackupRestore.yml new file mode 100644 index 0000000000..e221d36d4c --- /dev/null +++ b/openApiDocs/beta/BackupRestore.yml @@ -0,0 +1,6456 @@ +openapi: 3.0.1 +info: + title: BackupRestore + version: v1.0-beta +servers: + - url: https://graph.microsoft.com/beta/ + description: Core +paths: + /solutions/backupRestore: + get: + tags: + - solutions.backupRestoreRoot + summary: Get backupRestoreRoot + description: Get the serviceStatus of the Microsoft 365 Backup Storage service in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta + operationId: solution_GetBackupRestore + 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.backupRestoreRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property backupRestore in solutions + operationId: solution_UpdateBackupRestore + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property backupRestore for solutions + operationId: solution_DeleteBackupRestore + 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 + /solutions/backupRestore/driveInclusionRules: + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solution.backupRestore_ListDriveInclusionRule + 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.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveInclusionRules for solutions + operationId: solution.backupRestore_CreateDriveInclusionRule + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveInclusionRules from solutions + description: The list of drive inclusion rules applied to the tenant. + operationId: solution.backupRestore_GetDriveInclusionRule + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveInclusionRules in solutions + operationId: solution.backupRestore_UpdateDriveInclusionRule + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveInclusionRules for solutions + operationId: solution.backupRestore_DeleteDriveInclusionRule + parameters: + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - 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 + /solutions/backupRestore/driveInclusionRules/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.driveInclusionRule_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/driveProtectionUnits: + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta + operationId: solution.backupRestore_ListDriveProtectionUnit + 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.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveProtectionUnits for solutions + operationId: solution.backupRestore_CreateDriveProtectionUnit + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: The list of drive protection units in the tenant. + operationId: solution.backupRestore_GetDriveProtectionUnit + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveProtectionUnits in solutions + operationId: solution.backupRestore_UpdateDriveProtectionUnit + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveProtectionUnits for solutions + operationId: solution.backupRestore_DeleteDriveProtectionUnit + parameters: + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - 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 + /solutions/backupRestore/driveProtectionUnits/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.driveProtectionUnit_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solution.backupRestore_ListExchangeProtectionPolicy + 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.exchangeProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create exchangeProtectionPolicy + description: Create a protection policy for the Exchange service in a Microsoft 365 tenant. The policy is set to inactive when it is created. Users can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta + operationId: solution.backupRestore_CreateExchangeProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeProtectionPolicies from solutions + description: The list of Exchange protection policies in the tenant. + operationId: solution.backupRestore_GetExchangeProtectionPolicy + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeProtectionPolicy + description: Update an Exchange protection policy. This method adds a mailboxprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta + operationId: solution.backupRestore_UpdateExchangeProtectionPolicy + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeProtectionPolicies for solutions + operationId: solution.backupRestore_DeleteExchangeProtectionPolicy + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - 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 + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules': + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxInclusionRules + description: 'Get a list of mailboxProtectionRule objects associated with an exchangeProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta + operationId: solution.backupRestore.exchangeProtectionPolicy_ListMailboxInclusionRule + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta + operationId: solution.backupRestore.exchangeProtectionPolicy_GetMailboxInclusionRule + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeProtectionPolicy.mailboxInclusionRule_GetCount + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solution.backupRestore.exchangeProtectionPolicy_ListMailboxProtectionUnit + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + operationId: solution.backupRestore.exchangeProtectionPolicy_GetMailboxProtectionUnit + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeProtectionPolicy.mailboxProtectionUnit_GetCount + parameters: + - name: exchangeProtectionPolicy-id + in: path + description: The unique identifier of exchangeProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeProtectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solution.backupRestore_ListExchangeRestoreSession + 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.exchangeRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to exchangeRestoreSessions for solutions + operationId: solution.backupRestore_CreateExchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get exchangeRestoreSessions from solutions + description: The list of Exchange restore sessions available in the tenant. + operationId: solution.backupRestore_GetExchangeRestoreSession + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update exchangeRestoreSession + description: Update the properties of an exchangeRestoreSession. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta + operationId: solution.backupRestore_UpdateExchangeRestoreSession + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property exchangeRestoreSessions for solutions + operationId: solution.backupRestore_DeleteExchangeRestoreSession + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - 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 + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts': + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxRestoreArtifacts + description: Get a list of the mailboxRestoreArtifact objects that are associated with an exchangeRestoreSession in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta + operationId: solution.backupRestore.exchangeRestoreSession_ListMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxRestoreArtifacts for solutions + operationId: solution.backupRestore.exchangeRestoreSession_CreateMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + operationId: solution.backupRestore.exchangeRestoreSession_GetMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxRestoreArtifacts in solutions + operationId: solution.backupRestore.exchangeRestoreSession_UpdateMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxRestoreArtifacts for solutions + operationId: solution.backupRestore.exchangeRestoreSession_DeleteMailboxRestoreArtifact + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - 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 + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.exchangeRestoreSession.mailboxRestoreArtifact_GetRestorePoint + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - name: mailboxRestoreArtifact-id + in: path + description: The unique identifier of mailboxRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeRestoreSession.mailboxRestoreArtifact_GetCount + parameters: + - name: exchangeRestoreSession-id + in: path + description: The unique identifier of exchangeRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: exchangeRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/exchangeRestoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.exchangeRestoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxInclusionRules: + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solution.backupRestore_ListMailboxInclusionRule + 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.mailboxProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxInclusionRules for solutions + operationId: solution.backupRestore_CreateMailboxInclusionRule + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxInclusionRules from solutions + description: The list of mailbox inclusion rules applied to the tenant. + operationId: solution.backupRestore_GetMailboxInclusionRule + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxInclusionRules in solutions + operationId: solution.backupRestore_UpdateMailboxInclusionRule + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxInclusionRules for solutions + operationId: solution.backupRestore_DeleteMailboxInclusionRule + parameters: + - name: mailboxProtectionRule-id + in: path + description: The unique identifier of mailboxProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionRule + - 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 + /solutions/backupRestore/mailboxInclusionRules/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.mailboxInclusionRule_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/mailboxProtectionUnits: + get: + tags: + - solutions.backupRestoreRoot + summary: List mailboxProtectionUnits + description: Get a list of mailboxProtectionUnit objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta + operationId: solution.backupRestore_ListMailboxProtectionUnit + 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.mailboxProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to mailboxProtectionUnits for solutions + operationId: solution.backupRestore_CreateMailboxProtectionUnit + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get mailboxProtectionUnits from solutions + description: The list of mailbox protection units in the tenant. + operationId: solution.backupRestore_GetMailboxProtectionUnit + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property mailboxProtectionUnits in solutions + operationId: solution.backupRestore_UpdateMailboxProtectionUnit + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property mailboxProtectionUnits for solutions + operationId: solution.backupRestore_DeleteMailboxProtectionUnit + parameters: + - name: mailboxProtectionUnit-id + in: path + description: The unique identifier of mailboxProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailboxProtectionUnit + - 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 + /solutions/backupRestore/mailboxProtectionUnits/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.mailboxProtectionUnit_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessProtectionPolicy + 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.oneDriveForBusinessProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create oneDriveForBusinessProtectionPolicy + description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta + operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessProtectionPolicies from solutions + description: The list of OneDrive for Business protection policies in the tenant. + operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessProtectionPolicy + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessProtectionPolicy + description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta + operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessProtectionPolicy + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions + operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessProtectionPolicy + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - 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 + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': + get: + tags: + - solutions.backupRestoreRoot + summary: List driveInclusionRules + description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveInclusionRule + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveInclusionRule + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionRule-id + in: path + description: The unique identifier of driveProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveInclusionRule_GetCount + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': + get: + tags: + - solutions.backupRestoreRoot + summary: List driveProtectionUnits + description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveProtectionUnit + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveProtectionUnits from solutions + description: Contains the protection units associated with a OneDrive for Business protection policy. + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveProtectionUnit + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - name: driveProtectionUnit-id + in: path + description: The unique identifier of driveProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveProtectionUnit_GetCount + parameters: + - name: oneDriveForBusinessProtectionPolicy-id + in: path + description: The unique identifier of oneDriveForBusinessProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessRestoreSession + 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.oneDriveForBusinessRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions + operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get oneDriveForBusinessRestoreSessions from solutions + description: The list of OneDrive for Business restore sessions available in the tenant. + operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessRestoreSession + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update oneDriveForBusinessRestoreSession + description: Update the properties of a oneDriveForBusinessRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta + operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessRestoreSession + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions + operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessRestoreSession + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - 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 + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': + get: + tags: + - solutions.backupRestoreRoot + summary: List driveRestoreArtifacts + description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_ListDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to driveRestoreArtifacts for solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_CreateDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get driveRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property driveRestoreArtifacts in solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_UpdateDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property driveRestoreArtifacts for solutions + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_DeleteDriveRestoreArtifact + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - 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 + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetRestorePoint + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - name: driveRestoreArtifact-id + in: path + description: The unique identifier of driveRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetCount + parameters: + - name: oneDriveForBusinessRestoreSession-id + in: path + description: The unique identifier of oneDriveForBusinessRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: oneDriveForBusinessRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solution.backupRestore_ListProtectionPolicy + 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.protectionPolicyBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to protectionPolicies for solutions + operationId: solution.backupRestore_CreateProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionPolicies from solutions + description: List of protection policies in the tenant. + operationId: solution.backupRestore_GetProtectionPolicy + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property protectionPolicies in solutions + operationId: solution.backupRestore_UpdateProtectionPolicy + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete protectionPolicyBase + description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta + operationId: solution.backupRestore_DeleteProtectionPolicy + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionPolicyBase + - 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 + /solutions/backupRestore/protectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.protectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/protectionUnits: + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + operationId: solution.backupRestore_ListProtectionUnit + 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.protectionUnitBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnitBase + description: Read the properties and relationships of a protectionUnitBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta + operationId: solution.backupRestore_GetProtectionUnit + parameters: + - name: protectionUnitBase-id + in: path + description: The unique identifier of protectionUnitBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: protectionUnitBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/protectionUnits/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.protectionUnit_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restorePoints: + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solution.backupRestore_ListRestorePoint + 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.restorePointCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restorePoints for solutions + operationId: solution.backupRestore_CreateRestorePoint + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restorePoints/{restorePoint-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoints from solutions + description: List of restore points in the tenant. + operationId: solution.backupRestore_GetRestorePoint + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restorePoints in solutions + operationId: solution.backupRestore_UpdateRestorePoint + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restorePoint + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property restorePoints for solutions + operationId: solution.backupRestore_DeleteRestorePoint + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restorePoint + - 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 + '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionUnit from solutions + description: 'The site, drive, or mailbox units that are protected under a protection policy.' + operationId: solution.backupRestore.restorePoint_GetProtectionUnit + parameters: + - name: restorePoint-id + in: path + description: The unique identifier of restorePoint + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restorePoint + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /solutions/backupRestore/restorePoints/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.restorePoint_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/restoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: List restoreSessionBase objects + description: Get a list of restoreSession objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta + operationId: solution.backupRestore_ListRestoreSession + 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.restoreSessionBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to restoreSessions for solutions + operationId: solution.backupRestore_CreateRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restoreSessionBase + description: Get the properties of a restoreSession object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta + operationId: solution.backupRestore_GetRestoreSession + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property restoreSessions in solutions + operationId: solution.backupRestore_UpdateRestoreSession + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete restoreSessionBase + description: Delete a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta + operationId: solution.backupRestore_DeleteRestoreSession + parameters: + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: restoreSessionBase + - 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 + /solutions/backupRestore/restoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.restoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/serviceApps: + get: + tags: + - solutions.backupRestoreRoot + summary: List serviceApps + description: Get a list of serviceApp objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta + operationId: solution.backupRestore_ListServiceApp + 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.serviceAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create serviceApp + description: Create a new serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta + operationId: solution.backupRestore_CreateServiceApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/serviceApps/{serviceApp-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get serviceApp + description: Read the properties and relationships of a serviceApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta + operationId: solution.backupRestore_GetServiceApp + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property serviceApps in solutions + operationId: solution.backupRestore_UpdateServiceApp + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete serviceApp + description: Delete a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta + operationId: solution.backupRestore_DeleteServiceApp + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + - 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 + /solutions/backupRestore/serviceApps/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.serviceApp_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies: + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solution.backupRestore_ListSharePointProtectionPolicy + 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.sharePointProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointProtectionPolicy + description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta + operationId: solution.backupRestore_CreateSharePointProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointProtectionPolicies from solutions + description: The list of SharePoint protection policies in the tenant. + operationId: solution.backupRestore_GetSharePointProtectionPolicy + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update sharePointProtectionPolicy + description: Update a SharePoint protection policy. This method adds a sharepointprotectionunit to or removes it from the protection policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta + operationId: solution.backupRestore_UpdateSharePointProtectionPolicy + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointProtectionPolicies for solutions + operationId: solution.backupRestore_DeleteSharePointProtectionPolicy + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - 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 + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': + get: + tags: + - solutions.backupRestoreRoot + summary: List siteInclusionRules + description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta + operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteInclusionRule + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get protectionRuleBase + description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta + operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteInclusionRule + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy.siteInclusionRule_GetCount + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta + operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteProtectionUnit + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The protection units (sites) that are protected under the site protection policy. + operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteProtectionUnit + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy.siteProtectionUnit_GetCount + parameters: + - name: sharePointProtectionPolicy-id + in: path + description: The unique identifier of sharePointProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointProtectionPolicies/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions: + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solution.backupRestore_ListSharePointRestoreSession + 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.sharePointRestoreSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create sharePointRestoreSession + description: Create a new sharePointRestoreSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta + operationId: solution.backupRestore_CreateSharePointRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get sharePointRestoreSessions from solutions + description: The list of SharePoint restore sessions available in the tenant. + operationId: solution.backupRestore_GetSharePointRestoreSession + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property sharePointRestoreSessions in solutions + operationId: solution.backupRestore_UpdateSharePointRestoreSession + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property sharePointRestoreSessions for solutions + operationId: solution.backupRestore_DeleteSharePointRestoreSession + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - 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 + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': + get: + tags: + - solutions.backupRestoreRoot + summary: List siteRestoreArtifacts + description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta + operationId: solution.backupRestore.sharePointRestoreSession_ListSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteRestoreArtifacts for solutions + operationId: solution.backupRestore.sharePointRestoreSession_CreateSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteRestoreArtifacts from solutions + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + operationId: solution.backupRestore.sharePointRestoreSession_GetSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteRestoreArtifacts in solutions + operationId: solution.backupRestore.sharePointRestoreSession_UpdateSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteRestoreArtifacts for solutions + operationId: solution.backupRestore.sharePointRestoreSession_DeleteSiteRestoreArtifact + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - 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 + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + get: + tags: + - solutions.backupRestoreRoot + summary: Get restorePoint from solutions + description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. + operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetRestorePoint + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - name: siteRestoreArtifact-id + in: path + description: The unique identifier of siteRestoreArtifact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteRestoreArtifact + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count': + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetCount + parameters: + - name: sharePointRestoreSession-id + in: path + description: The unique identifier of sharePointRestoreSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharePointRestoreSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/sharePointRestoreSessions/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.sharePointRestoreSession_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteInclusionRules: + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solution.backupRestore_ListSiteInclusionRule + 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.siteProtectionRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteInclusionRules for solutions + operationId: solution.backupRestore_CreateSiteInclusionRule + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteInclusionRules from solutions + description: The list of site inclusion rules applied to the tenant. + operationId: solution.backupRestore_GetSiteInclusionRule + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteInclusionRules in solutions + operationId: solution.backupRestore_UpdateSiteInclusionRule + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteInclusionRules for solutions + operationId: solution.backupRestore_DeleteSiteInclusionRule + parameters: + - name: siteProtectionRule-id + in: path + description: The unique identifier of siteProtectionRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionRule + - 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 + /solutions/backupRestore/siteInclusionRules/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.siteInclusionRule_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/backupRestore/siteProtectionUnits: + get: + tags: + - solutions.backupRestoreRoot + summary: List siteProtectionUnits + description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta + operationId: solution.backupRestore_ListSiteProtectionUnit + 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.siteProtectionUnitCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.backupRestoreRoot + summary: Create new navigation property to siteProtectionUnits for solutions + operationId: solution.backupRestore_CreateSiteProtectionUnit + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': + get: + tags: + - solutions.backupRestoreRoot + summary: Get siteProtectionUnits from solutions + description: The list of site protection units in the tenant. + operationId: solution.backupRestore_GetSiteProtectionUnit + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.backupRestoreRoot + summary: Update the navigation property siteProtectionUnits in solutions + operationId: solution.backupRestore_UpdateSiteProtectionUnit + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.backupRestoreRoot + summary: Delete navigation property siteProtectionUnits for solutions + operationId: solution.backupRestore_DeleteSiteProtectionUnit + parameters: + - name: siteProtectionUnit-id + in: path + description: The unique identifier of siteProtectionUnit + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: siteProtectionUnit + - 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 + /solutions/backupRestore/siteProtectionUnits/$count: + get: + tags: + - solutions.backupRestoreRoot + summary: Get the number of the resource + operationId: solution.backupRestore.siteProtectionUnit_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' +components: + schemas: + microsoft.graph.backupRestoreRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: backupRestoreRoot + type: object + properties: + serviceStatus: + $ref: '#/components/schemas/microsoft.graph.serviceStatus' + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: The list of drive inclusion rules applied to the tenant. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: The list of drive protection units in the tenant. + x-ms-navigationProperty: true + exchangeProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + description: The list of Exchange protection policies in the tenant. + x-ms-navigationProperty: true + exchangeRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + description: The list of Exchange restore sessions available in the tenant. + x-ms-navigationProperty: true + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The list of mailbox inclusion rules applied to the tenant. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The list of mailbox protection units in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + description: The list of OneDrive for Business protection policies in the tenant. + x-ms-navigationProperty: true + oneDriveForBusinessRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + description: The list of OneDrive for Business restore sessions available in the tenant. + x-ms-navigationProperty: true + protectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + description: List of protection policies in the tenant. + x-ms-navigationProperty: true + protectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: List of protection units in the tenant. + x-ms-navigationProperty: true + restorePoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + description: List of restore points in the tenant. + x-ms-navigationProperty: true + restoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + description: List of restore sessions in the tenant. + x-ms-navigationProperty: true + serviceApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + description: List of Backup Storage apps in the tenant. + x-ms-navigationProperty: true + sharePointProtectionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + description: The list of SharePoint protection policies in the tenant. + x-ms-navigationProperty: true + sharePointRestoreSessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + description: The list of SharePoint restore sessions available in the tenant. + x-ms-navigationProperty: true + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The list of site inclusion rules applied to the tenant. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The list of site protection units in the tenant. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.driveProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: driveProtectionRule + type: object + properties: + driveExpression: + type: string + description: 'Contains a drive expression. For examples, see driveExpression examples.' + nullable: true + additionalProperties: + type: object + microsoft.graph.driveProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: driveProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email associated with the directory object. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.exchangeProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: exchangeProtectionPolicy + type: object + properties: + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The rules associated with the Exchange protection policy. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: mailboxProtectionRule + type: object + properties: + mailboxExpression: + type: string + description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: mailboxProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: The ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email address associated with the directory object. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.exchangeRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: exchangeRestoreSession + type: object + properties: + mailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.restorePoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restorePoint + type: object + properties: + 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: Expiration date time of the restore point. + format: date-time + nullable: true + protectionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date time when the restore point was created. + format: date-time + nullable: true + tags: + $ref: '#/components/schemas/microsoft.graph.restorePointTags' + protectionUnit: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: oneDriveForBusinessProtectionPolicy + type: object + properties: + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: Contains the details of the Onedrive for Business protection rule. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Contains the protection units associated with a OneDrive for Business protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: oneDriveForBusinessRestoreSession + type: object + properties: + driveRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.driveRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: driveRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.protectionPolicyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionPolicyBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 time of creation of the policy. + format: date-time + nullable: true + displayName: + type: string + description: The name of the policy to be created. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 timestamp of the last modification of the policy. + format: date-time + nullable: true + retentionSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.retentionSetting' + description: Contains the retention setting details for the policy. + status: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' + additionalProperties: + type: object + microsoft.graph.protectionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 time of creation of the protection unit. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Timestamp of the last modification of this protection unit. + format: date-time + nullable: true + policyId: + type: string + description: The unique identifier of the protection policy based on which protection unit was created. + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' + additionalProperties: + type: object + microsoft.graph.restoreSessionBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreSessionBase + type: object + properties: + completedDateTime: + 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 time of completion of the restore session. + format: date-time + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 time of creation of the restore session. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Timestamp of the last modification of the restore session. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.restoreSessionStatus' + additionalProperties: + type: object + microsoft.graph.serviceApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: serviceApp + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + effectiveDateTime: + 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: Timestamp of the effective activation of the service app. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Timestamp of the last modification of the entity. + format: date-time + nullable: true + registrationDateTime: + 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: Timestamp of the creation of the service app entity. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' + additionalProperties: + type: object + microsoft.graph.sharePointProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: sharePointProtectionPolicy + type: object + properties: + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The rules associated with the SharePoint Protection policy. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The protection units (sites) that are protected under the site protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.siteProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: siteProtectionRule + type: object + properties: + siteExpression: + type: string + description: 'Contains a site expression. For examples, see siteExpression example.' + nullable: true + additionalProperties: + type: object + microsoft.graph.siteProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: siteProtectionUnit + type: object + properties: + siteId: + type: string + description: Unique identifier of the SharePoint site. + nullable: true + siteName: + type: string + description: Name of the SharePoint site. + nullable: true + readOnly: true + siteWebUrl: + type: string + description: The web URL of the SharePoint site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.sharePointRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: sharePointRestoreSession + type: object + properties: + siteRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.siteRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: siteRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.entity: + title: entity + type: object + properties: + id: + type: string + description: The unique identifier for an entity. Read-only. + additionalProperties: + type: object + microsoft.graph.serviceStatus: + title: serviceStatus + type: object + properties: + backupServiceConsumer: + $ref: '#/components/schemas/microsoft.graph.backupServiceConsumer' + disableReason: + $ref: '#/components/schemas/microsoft.graph.disableReason' + gracePeriodDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the grace period. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Timestamp of the last modification of the entity. + format: date-time + nullable: true + restoreAllowedTillDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The expiration time of the restoration allowed period. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' + additionalProperties: + type: object + microsoft.graph.protectionRuleBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionRuleBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 time of creation of the rule. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + isAutoApplyEnabled: + type: boolean + description: Indicates whether the protection rule is static or dynamic. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Timestamp of the last modification made to the rule. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' + additionalProperties: + type: object + microsoft.graph.restoreArtifactBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactBase + type: object + properties: + completionDateTime: + 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 time when restoration of restore artifact is completed. + format: date-time + nullable: true + destinationType: + $ref: '#/components/schemas/microsoft.graph.destinationType' + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + startDateTime: + 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 time when restoration of restore artifact is started. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' + restorePoint: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + additionalProperties: + type: object + microsoft.graph.restorePointTags: + title: restorePointTags + enum: + - none + - fastRestore + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.identitySet: + title: identitySet + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + device: + $ref: '#/components/schemas/microsoft.graph.identity' + user: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object + microsoft.graph.retentionSetting: + title: retentionSetting + type: object + properties: + interval: + type: string + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string + microsoft.graph.publicError: + title: publicError + type: object + properties: + code: + type: string + description: Represents the error code. + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: Details of the error. + innerError: + $ref: '#/components/schemas/microsoft.graph.publicInnerError' + message: + type: string + description: A non-localized message for the developer. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionUnitStatus: + title: protectionUnitStatus + enum: + - protectRequested + - protected + - unprotectRequested + - unprotected + - removeRequested + - unknownFutureValue + type: string + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string + microsoft.graph.identity: + title: identity + type: object + properties: + displayName: + type: string + description: The display name of the identity. This property is read-only. + nullable: true + id: + type: string + description: The identifier of the identity. This property is read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string + microsoft.graph.ODataErrors.ODataError: + required: + - error + type: object + properties: + error: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError' + additionalProperties: + type: object + microsoft.graph.driveProtectionRuleCollectionResponse: + title: Collection of driveProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + ODataCountResponse: + type: integer + format: int32 + microsoft.graph.driveProtectionUnitCollectionResponse: + title: Collection of driveProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + title: Collection of exchangeProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionRuleCollectionResponse: + title: Collection of mailboxProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionUnitCollectionResponse: + title: Collection of mailboxProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.exchangeRestoreSessionCollectionResponse: + title: Collection of exchangeRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + title: Collection of mailboxRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + title: Collection of oneDriveForBusinessProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + title: Collection of oneDriveForBusinessRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.driveRestoreArtifactCollectionResponse: + title: Collection of driveRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionPolicyBaseCollectionResponse: + title: Collection of protectionPolicyBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.protectionUnitBaseCollectionResponse: + title: Collection of protectionUnitBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.restorePointCollectionResponse: + title: Collection of restorePoint + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.restoreSessionBaseCollectionResponse: + title: Collection of restoreSessionBase + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.serviceAppCollectionResponse: + title: Collection of serviceApp + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + title: Collection of sharePointProtectionPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.siteProtectionRuleCollectionResponse: + title: Collection of siteProtectionRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.siteProtectionUnitCollectionResponse: + title: Collection of siteProtectionUnit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.sharePointRestoreSessionCollectionResponse: + title: Collection of sharePointRestoreSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.siteRestoreArtifactCollectionResponse: + title: Collection of siteRestoreArtifact + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + type: string + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string + microsoft.graph.protectionRuleStatus: + title: protectionRuleStatus + enum: + - draft + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string + microsoft.graph.destinationType: + title: destinationType + enum: + - new + - inPlace + - unknownFutureValue + type: string + microsoft.graph.artifactRestoreStatus: + title: artifactRestoreStatus + enum: + - added + - scheduling + - scheduled + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.publicErrorDetail: + title: publicErrorDetail + type: object + properties: + code: + type: string + description: The error code. + nullable: true + message: + type: string + description: The error message. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.publicInnerError: + title: publicInnerError + type: object + properties: + code: + type: string + description: The error code. + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: A collection of error details. + message: + type: string + description: The error message. + nullable: true + target: + type: string + description: The target of the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.ODataErrors.MainError: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + x-ms-primary-error-message: true + target: + type: string + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails' + innerError: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' + additionalProperties: + type: object + microsoft.graph.ODataErrors.ErrorDetails: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + target: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.ODataErrors.InnerError: + type: object + additionalProperties: + type: object + description: The structure of this object is service-specific + responses: + error: + description: error + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' + microsoft.graph.driveProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRuleCollectionResponse' + ODataCountResponse: + description: The count of the resource + content: + text/plain: + schema: + $ref: '#/components/schemas/ODataCountResponse' + microsoft.graph.driveProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitCollectionResponse' + microsoft.graph.exchangeProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + microsoft.graph.mailboxProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRuleCollectionResponse' + microsoft.graph.mailboxProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitCollectionResponse' + microsoft.graph.exchangeRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSessionCollectionResponse' + microsoft.graph.mailboxRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + microsoft.graph.driveRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactCollectionResponse' + microsoft.graph.protectionPolicyBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBaseCollectionResponse' + microsoft.graph.protectionUnitBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBaseCollectionResponse' + microsoft.graph.restorePointCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restorePointCollectionResponse' + microsoft.graph.restoreSessionBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBaseCollectionResponse' + microsoft.graph.serviceAppCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAppCollectionResponse' + microsoft.graph.sharePointProtectionPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + microsoft.graph.siteProtectionRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRuleCollectionResponse' + microsoft.graph.siteProtectionUnitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitCollectionResponse' + microsoft.graph.sharePointRestoreSessionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSessionCollectionResponse' + microsoft.graph.siteRestoreArtifactCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactCollectionResponse' + parameters: + top: + name: $top + in: query + description: Show only the first n items + style: form + explode: false + schema: + minimum: 0 + type: integer + example: 50 + skip: + name: $skip + in: query + description: Skip the first n items + style: form + explode: false + schema: + minimum: 0 + type: integer + search: + name: $search + in: query + description: Search items by search phrases + style: form + explode: false + schema: + type: string + filter: + name: $filter + in: query + description: Filter items by property values + style: form + explode: false + schema: + type: string + count: + name: $count + in: query + description: Include count of items + style: form + explode: false + schema: + type: boolean + securitySchemes: + azureaadv2: + type: oauth2 + flows: + authorizationCode: + authorizationUrl: https://login.microsoftonline.com/common/oauth2/v2.0/authorize + tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token + scopes: { } +security: + - azureaadv2: [ ] diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index 15963c2d1d..7ffd014d9a 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -2118,58 +2118,126 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore: - get: + /solutions/backupRestore/microsoft.graph.enable: + post: + tags: + - solutions.Actions + summary: Invoke action enable + description: Enable the Microsoft 365 Backup Storage service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta + operationId: solution.backupRestore_enable + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + appOwnerTenantId: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate': + post: tags: - - solutions.backupRestoreRoot - summary: Get backupRestoreRoot - description: Get the serviceStatus of the Microsoft 365 Backup Storage service in a tenant. + - solutions.Actions + summary: Invoke action activate + description: Activate a protectionPolicyBase. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta - operationId: solution_GetBackupRestore + url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta + operationId: solution.backupRestore.protectionPolicy_activate parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: protectionPolicyBase + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate': + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a protectionPolicyBase. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta + operationId: solution.backupRestore.protectionPolicy_deactivate + parameters: + - name: protectionPolicyBase-id + in: path + description: The unique identifier of protectionPolicyBase + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: protectionPolicyBase responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + /solutions/backupRestore/restorePoints/microsoft.graph.search: + post: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property backupRestore in solutions - operationId: solution_UpdateBackupRestore + - solutions.Actions + summary: Invoke action search + description: Search for the restorePoint objects associated with a protectionUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta + operationId: solution.backupRestore.restorePoint_search requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + type: object + properties: + protectionUnitIds: + type: array + items: + type: string + nullable: true + protectionTimePeriod: + $ref: '#/components/schemas/microsoft.graph.timePeriod' + restorePointPreference: + $ref: '#/components/schemas/microsoft.graph.restorePointPreference' + tags: + $ref: '#/components/schemas/microsoft.graph.restorePointTags' + additionalProperties: + type: object required: true responses: 2XX: @@ -2177,35 +2245,118 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate': + post: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property backupRestore for solutions - operationId: solution_DeleteBackupRestore + - solutions.Actions + summary: Invoke action activate + description: Activate a draft restoreSessionBase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta + operationId: solution.backupRestore.restoreSession_activate parameters: - - name: If-Match - in: header - description: ETag + - name: restoreSessionBase-id + in: path + description: The unique identifier of restoreSessionBase + required: true style: simple schema: type: string + x-ms-docs-key-type: restoreSessionBase responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /solutions/backupRestore/driveInclusionRules: + x-ms-docs-operation-type: action + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate': + post: + tags: + - solutions.Actions + summary: Invoke action activate + description: Activate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta + operationId: solution.backupRestore.serviceApp_activate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + effectiveDateTime: + 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 + format: date-time + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate': + post: + tags: + - solutions.Actions + summary: Invoke action deactivate + description: Deactivate a serviceApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta + operationId: solution.backupRestore.serviceApp_deactivate + parameters: + - name: serviceApp-id + in: path + description: The unique identifier of serviceApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceApp + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/bookingBusinesses: get: tags: - - solutions.backupRestoreRoot - summary: Get driveInclusionRules from solutions - description: The list of drive inclusion rules applied to the tenant. - operationId: solution.backupRestore_ListDriveInclusionRule + - solutions.bookingBusiness + summary: Get bookingBusinesses from solutions + description: A collection of businesses in Microsoft Bookings. Read-only. Nullable. + operationId: solution_ListBookingBusiness parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -2244,7 +2395,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + $ref: '#/components/responses/microsoft.graph.bookingBusinessCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -2253,15 +2404,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to driveInclusionRules for solutions - operationId: solution.backupRestore_CreateDriveInclusionRule + - solutions.bookingBusiness + summary: Create new navigation property to bookingBusinesses for solutions + operationId: solution_CreateBookingBusiness requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingBusiness' required: true responses: 2XX: @@ -2269,26 +2420,26 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingBusiness' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}': + '/solutions/bookingBusinesses/{bookingBusiness-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get driveInclusionRules from solutions - description: The list of drive inclusion rules applied to the tenant. - operationId: solution.backupRestore_GetDriveInclusionRule + - solutions.bookingBusiness + summary: Get bookingBusinesses from solutions + description: A collection of businesses in Microsoft Bookings. Read-only. Nullable. + operationId: solution_GetBookingBusiness parameters: - - name: driveProtectionRule-id + - name: bookingBusiness-id in: path - description: The unique identifier of driveProtectionRule + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: driveProtectionRule + x-ms-docs-key-type: bookingBusiness - name: $select in: query description: Select properties to be returned @@ -2315,30 +2466,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingBusiness' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property driveInclusionRules in solutions - operationId: solution.backupRestore_UpdateDriveInclusionRule + - solutions.bookingBusiness + summary: Update the navigation property bookingBusinesses in solutions + operationId: solution_UpdateBookingBusiness parameters: - - name: driveProtectionRule-id + - name: bookingBusiness-id in: path - description: The unique identifier of driveProtectionRule + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: driveProtectionRule + x-ms-docs-key-type: bookingBusiness requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingBusiness' required: true responses: 2XX: @@ -2346,24 +2497,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingBusiness' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property driveInclusionRules for solutions - operationId: solution.backupRestore_DeleteDriveInclusionRule - parameters: - - name: driveProtectionRule-id + - solutions.bookingBusiness + summary: Delete bookingBusiness + description: Delete a bookingBusiness object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-beta + operationId: solution_DeleteBookingBusiness + parameters: + - name: bookingBusiness-id in: path - description: The unique identifier of driveProtectionRule + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: driveProtectionRule + x-ms-docs-key-type: bookingBusiness - name: If-Match in: header description: ETag @@ -2376,31 +2531,22 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/driveInclusionRules/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.driveInclusionRule_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/driveProtectionUnits: + '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments': get: tags: - - solutions.backupRestoreRoot - summary: List driveProtectionUnits - description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta - operationId: solution.backupRestore_ListDriveProtectionUnit + - solutions.bookingBusiness + summary: Get bookingAppointment + description: Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The start and end properties are always returned in UTC. + operationId: solution.bookingBusiness_ListAppointment parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -2438,7 +2584,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -2447,15 +2593,24 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to driveProtectionUnits for solutions - operationId: solution.backupRestore_CreateDriveProtectionUnit + - solutions.bookingBusiness + summary: Create new navigation property to appointments for solutions + operationId: solution.bookingBusiness_CreateAppointment + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: 2XX: @@ -2463,26 +2618,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}': + '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get driveProtectionUnits from solutions - description: The list of drive protection units in the tenant. - operationId: solution.backupRestore_GetDriveProtectionUnit + - solutions.bookingBusiness + summary: Get bookingAppointment + description: Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The start and end properties are always returned in UTC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-beta + operationId: solution.bookingBusiness_GetAppointment parameters: - - name: driveProtectionUnit-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingAppointment-id in: path - description: The unique identifier of driveProtectionUnit + description: The unique identifier of bookingAppointment required: true style: simple schema: type: string - x-ms-docs-key-type: driveProtectionUnit + x-ms-docs-key-type: bookingAppointment - name: $select in: query description: Select properties to be returned @@ -2509,30 +2675,42 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property driveProtectionUnits in solutions - operationId: solution.backupRestore_UpdateDriveProtectionUnit + - solutions.bookingBusiness + summary: Update bookingAppointment + description: Update the properties of a bookingAppointment object in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-beta + operationId: solution.bookingBusiness_UpdateAppointment parameters: - - name: driveProtectionUnit-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingAppointment-id in: path - description: The unique identifier of driveProtectionUnit + description: The unique identifier of bookingAppointment required: true style: simple schema: type: string - x-ms-docs-key-type: driveProtectionUnit + x-ms-docs-key-type: bookingAppointment requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: 2XX: @@ -2540,24 +2718,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property driveProtectionUnits for solutions - operationId: solution.backupRestore_DeleteDriveProtectionUnit + - solutions.bookingBusiness + summary: Delete bookingAppointment + description: Delete a bookingAppointment in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-beta + operationId: solution.bookingBusiness_DeleteAppointment parameters: - - name: driveProtectionUnit-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingAppointment-id in: path - description: The unique identifier of driveProtectionUnit + description: The unique identifier of bookingAppointment required: true style: simple schema: type: string - x-ms-docs-key-type: driveProtectionUnit + x-ms-docs-key-type: bookingAppointment - name: If-Match in: header description: ETag @@ -2570,13 +2760,67 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/driveProtectionUnits/$count: + '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/microsoft.graph.cancel': + post: + tags: + - solutions.Actions + summary: Invoke action cancel + description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta + operationId: solution.bookingBusiness.appointment_cancel + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingAppointment-id + in: path + description: The unique identifier of bookingAppointment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingAppointment + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + cancellationMessage: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.bookingBusiness summary: Get the number of the resource - operationId: solution.backupRestore.driveProtectionUnit_GetCount + operationId: solution.bookingBusiness.appointment_GetCount parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -2584,14 +2828,38 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/exchangeProtectionPolicies: + '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView': get: tags: - - solutions.backupRestoreRoot - summary: Get exchangeProtectionPolicies from solutions - description: The list of Exchange protection policies in the tenant. - operationId: solution.backupRestore_ListExchangeProtectionPolicy + - solutions.bookingBusiness + summary: Get calendarView from solutions + description: The set of appointments of this business in a specified date range. Read-only. Nullable. + operationId: solution.bookingBusiness_ListCalendarView parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: start + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: end + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -2629,7 +2897,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.exchangeProtectionPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -2638,19 +2906,24 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create exchangeProtectionPolicy - description: Create a protection policy for the Exchange service in a Microsoft 365 tenant. The policy is set to inactive when it is created. Users can also provide a list of protection units under the policy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta - operationId: solution.backupRestore_CreateExchangeProtectionPolicy + - solutions.bookingBusiness + summary: Create new navigation property to calendarView for solutions + operationId: solution.bookingBusiness_CreateCalendarView + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: 2XX: @@ -2658,26 +2931,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}': + '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get exchangeProtectionPolicies from solutions - description: The list of Exchange protection policies in the tenant. - operationId: solution.backupRestore_GetExchangeProtectionPolicy + - solutions.bookingBusiness + summary: Get calendarView from solutions + description: The set of appointments of this business in a specified date range. Read-only. Nullable. + operationId: solution.bookingBusiness_GetCalendarView parameters: - - name: exchangeProtectionPolicy-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingAppointment-id in: path - description: The unique identifier of exchangeProtectionPolicy + description: The unique identifier of bookingAppointment required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeProtectionPolicy + x-ms-docs-key-type: bookingAppointment + - name: start + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: end + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string - name: $select in: query description: Select properties to be returned @@ -2704,34 +3001,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update exchangeProtectionPolicy - description: Update an Exchange protection policy. This method adds a mailboxprotectionunit to or removes it from the protection policy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta - operationId: solution.backupRestore_UpdateExchangeProtectionPolicy + - solutions.bookingBusiness + summary: Update the navigation property calendarView in solutions + operationId: solution.bookingBusiness_UpdateCalendarView parameters: - - name: exchangeProtectionPolicy-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingAppointment-id in: path - description: The unique identifier of exchangeProtectionPolicy + description: The unique identifier of bookingAppointment required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeProtectionPolicy + x-ms-docs-key-type: bookingAppointment requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: 2XX: @@ -2739,24 +3040,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property exchangeProtectionPolicies for solutions - operationId: solution.backupRestore_DeleteExchangeProtectionPolicy + - solutions.bookingBusiness + summary: Delete navigation property calendarView for solutions + operationId: solution.bookingBusiness_DeleteCalendarView parameters: - - name: exchangeProtectionPolicy-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingAppointment-id in: path - description: The unique identifier of exchangeProtectionPolicy + description: The unique identifier of bookingAppointment required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeProtectionPolicy + x-ms-docs-key-type: bookingAppointment - name: If-Match in: header description: ETag @@ -2769,25 +3078,90 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules': - get: + '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/microsoft.graph.cancel': + post: tags: - - solutions.backupRestoreRoot - summary: List mailboxInclusionRules - description: 'Get a list of mailboxProtectionRule objects associated with an exchangeProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + - solutions.Actions + summary: Invoke action cancel + description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta - operationId: solution.backupRestore.exchangeProtectionPolicy_ListMailboxInclusionRule + url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta + operationId: solution.bookingBusiness.calendarView_cancel + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingAppointment-id + in: path + description: The unique identifier of bookingAppointment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingAppointment + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + cancellationMessage: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count': + get: + tags: + - solutions.bookingBusiness + summary: Get the number of the resource + operationId: solution.bookingBusiness.calendarView_GetCount + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/bookingBusinesses/{bookingBusiness-id}/customers': + get: + tags: + - solutions.bookingBusiness + summary: Get customers from solutions + description: All the customers of this business. Read-only. Nullable. + operationId: solution.bookingBusiness_ListCustomer parameters: - - name: exchangeProtectionPolicy-id + - name: bookingBusiness-id in: path - description: The unique identifier of exchangeProtectionPolicy + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeProtectionPolicy + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -2825,40 +3199,68 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + $ref: '#/components/responses/microsoft.graph.bookingCustomerCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}': + post: + tags: + - solutions.bookingBusiness + summary: Create new navigation property to customers for solutions + operationId: solution.bookingBusiness_CreateCustomer + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCustomer' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCustomer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get protectionRuleBase - description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta - operationId: solution.backupRestore.exchangeProtectionPolicy_GetMailboxInclusionRule + - solutions.bookingBusiness + summary: Get customers from solutions + description: All the customers of this business. Read-only. Nullable. + operationId: solution.bookingBusiness_GetCustomer parameters: - - name: exchangeProtectionPolicy-id + - name: bookingBusiness-id in: path - description: The unique identifier of exchangeProtectionPolicy + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeProtectionPolicy - - name: mailboxProtectionRule-id + x-ms-docs-key-type: bookingBusiness + - name: bookingCustomer-id in: path - description: The unique identifier of mailboxProtectionRule + description: The unique identifier of bookingCustomer required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionRule + x-ms-docs-key-type: bookingCustomer - name: $select in: query description: Select properties to be returned @@ -2885,25 +3287,98 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingCustomer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.bookingBusiness + summary: Update the navigation property customers in solutions + operationId: solution.bookingBusiness_UpdateCustomer + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingCustomer-id + in: path + description: The unique identifier of bookingCustomer + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingCustomer + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCustomer' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCustomer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.bookingBusiness + summary: Delete navigation property customers for solutions + operationId: solution.bookingBusiness_DeleteCustomer + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingCustomer-id + in: path + description: The unique identifier of bookingCustomer + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingCustomer + - 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 - '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count': + '/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.bookingBusiness summary: Get the number of the resource - operationId: solution.backupRestore.exchangeProtectionPolicy.mailboxInclusionRule_GetCount + operationId: solution.bookingBusiness.customer_GetCount parameters: - - name: exchangeProtectionPolicy-id + - name: bookingBusiness-id in: path - description: The unique identifier of exchangeProtectionPolicy + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeProtectionPolicy + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -2911,22 +3386,22 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits': + '/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions': get: tags: - - solutions.backupRestoreRoot - summary: Get mailboxProtectionUnits from solutions - description: The protection units (mailboxes) that are protected under the Exchange protection policy. - operationId: solution.backupRestore.exchangeProtectionPolicy_ListMailboxProtectionUnit + - solutions.bookingBusiness + summary: Get customQuestions from solutions + description: All custom questions of this business. + operationId: solution.bookingBusiness_ListCustomQuestion parameters: - - name: exchangeProtectionPolicy-id + - name: bookingBusiness-id in: path - description: The unique identifier of exchangeProtectionPolicy + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeProtectionPolicy + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -2964,166 +3439,33 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + $ref: '#/components/responses/microsoft.graph.bookingCustomQuestionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}': - get: + post: tags: - - solutions.backupRestoreRoot - summary: Get mailboxProtectionUnits from solutions - description: The protection units (mailboxes) that are protected under the Exchange protection policy. - operationId: solution.backupRestore.exchangeProtectionPolicy_GetMailboxProtectionUnit + - solutions.bookingBusiness + summary: Create new navigation property to customQuestions for solutions + operationId: solution.bookingBusiness_CreateCustomQuestion parameters: - - name: exchangeProtectionPolicy-id - in: path - description: The unique identifier of exchangeProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: exchangeProtectionPolicy - - name: mailboxProtectionUnit-id + - name: bookingBusiness-id in: path - description: The unique identifier of mailboxProtectionUnit + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionUnit - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count': - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.exchangeProtectionPolicy.mailboxProtectionUnit_GetCount - parameters: - - name: exchangeProtectionPolicy-id - in: path - description: The unique identifier of exchangeProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: exchangeProtectionPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/exchangeProtectionPolicies/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.exchangeProtectionPolicy_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/exchangeRestoreSessions: - get: - tags: - - solutions.backupRestoreRoot - summary: Get exchangeRestoreSessions from solutions - description: The list of Exchange restore sessions available in the tenant. - operationId: solution.backupRestore_ListExchangeRestoreSession - 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.exchangeRestoreSessionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to exchangeRestoreSessions for solutions - operationId: solution.backupRestore_CreateExchangeRestoreSession + x-ms-docs-key-type: bookingBusiness requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' required: true responses: 2XX: @@ -3131,26 +3473,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}': + '/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get exchangeRestoreSessions from solutions - description: The list of Exchange restore sessions available in the tenant. - operationId: solution.backupRestore_GetExchangeRestoreSession + - solutions.bookingBusiness + summary: Get customQuestions from solutions + description: All custom questions of this business. + operationId: solution.bookingBusiness_GetCustomQuestion parameters: - - name: exchangeRestoreSession-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingCustomQuestion-id in: path - description: The unique identifier of exchangeRestoreSession + description: The unique identifier of bookingCustomQuestion required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeRestoreSession + x-ms-docs-key-type: bookingCustomQuestion - name: $select in: query description: Select properties to be returned @@ -3177,34 +3527,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update exchangeRestoreSession - description: Update the properties of an exchangeRestoreSession. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta - operationId: solution.backupRestore_UpdateExchangeRestoreSession + - solutions.bookingBusiness + summary: Update the navigation property customQuestions in solutions + operationId: solution.bookingBusiness_UpdateCustomQuestion parameters: - - name: exchangeRestoreSession-id + - name: bookingBusiness-id in: path - description: The unique identifier of exchangeRestoreSession + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingCustomQuestion-id + in: path + description: The unique identifier of bookingCustomQuestion required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeRestoreSession + x-ms-docs-key-type: bookingCustomQuestion requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' required: true responses: 2XX: @@ -3212,24 +3566,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property exchangeRestoreSessions for solutions - operationId: solution.backupRestore_DeleteExchangeRestoreSession + - solutions.bookingBusiness + summary: Delete navigation property customQuestions for solutions + operationId: solution.bookingBusiness_DeleteCustomQuestion parameters: - - name: exchangeRestoreSession-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingCustomQuestion-id in: path - description: The unique identifier of exchangeRestoreSession + description: The unique identifier of bookingCustomQuestion required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeRestoreSession + x-ms-docs-key-type: bookingCustomQuestion - name: If-Match in: header description: ETag @@ -3242,325 +3604,154 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts': + '/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count': get: tags: - - solutions.backupRestoreRoot - summary: List mailboxRestoreArtifacts - description: Get a list of the mailboxRestoreArtifact objects that are associated with an exchangeRestoreSession in a tenant. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta - operationId: solution.backupRestore.exchangeRestoreSession_ListMailboxRestoreArtifact + - solutions.bookingBusiness + summary: Get the number of the resource + operationId: solution.bookingBusiness.customQuestion_GetCount parameters: - - name: exchangeRestoreSession-id + - name: bookingBusiness-id in: path - description: The unique identifier of exchangeRestoreSession + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeRestoreSession - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.mailboxRestoreArtifactCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + '/solutions/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.getStaffAvailability': post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to mailboxRestoreArtifacts for solutions - operationId: solution.backupRestore.exchangeRestoreSession_CreateMailboxRestoreArtifact + - solutions.Actions + summary: Invoke action getStaffAvailability + description: Get the availability information of staff members of a Microsoft Bookings calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta + operationId: solution.bookingBusiness_getStaffAvailability parameters: - - name: exchangeRestoreSession-id + - name: bookingBusiness-id in: path - description: The unique identifier of exchangeRestoreSession + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeRestoreSession + x-ms-docs-key-type: bookingBusiness requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + type: object + properties: + staffIds: + type: array + items: + type: string + startDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + endDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.staffAvailabilityItem' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}': - get: + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/solutions/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.publish': + post: tags: - - solutions.backupRestoreRoot - summary: Get mailboxRestoreArtifacts from solutions - description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. - operationId: solution.backupRestore.exchangeRestoreSession_GetMailboxRestoreArtifact + - solutions.Actions + summary: Invoke action publish + description: 'Make the scheduling page of this business available to external customers. Set the isPublished property to true, and publicUrl property to the URL of the scheduling page.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta + operationId: solution.bookingBusiness_publish parameters: - - name: exchangeRestoreSession-id - in: path - description: The unique identifier of exchangeRestoreSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: exchangeRestoreSession - - name: mailboxRestoreArtifact-id - in: path - description: The unique identifier of mailboxRestoreArtifact - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: mailboxRestoreArtifact - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.backupRestoreRoot - summary: Update the navigation property mailboxRestoreArtifacts in solutions - operationId: solution.backupRestore.exchangeRestoreSession_UpdateMailboxRestoreArtifact - parameters: - - name: exchangeRestoreSession-id - in: path - description: The unique identifier of exchangeRestoreSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: exchangeRestoreSession - - name: mailboxRestoreArtifact-id + - name: bookingBusiness-id in: path - description: The unique identifier of mailboxRestoreArtifact + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxRestoreArtifact - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' - required: true + x-ms-docs-key-type: bookingBusiness responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/solutions/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.unpublish': + post: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property mailboxRestoreArtifacts for solutions - operationId: solution.backupRestore.exchangeRestoreSession_DeleteMailboxRestoreArtifact + - solutions.Actions + summary: Invoke action unpublish + description: 'Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and publicUrl property to null.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta + operationId: solution.bookingBusiness_unpublish parameters: - - name: exchangeRestoreSession-id - in: path - description: The unique identifier of exchangeRestoreSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: exchangeRestoreSession - - name: mailboxRestoreArtifact-id + - name: bookingBusiness-id in: path - description: The unique identifier of mailboxRestoreArtifact + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxRestoreArtifact - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: bookingBusiness responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint': - get: - tags: - - solutions.backupRestoreRoot - summary: Get restorePoint from solutions - description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. - operationId: solution.backupRestore.exchangeRestoreSession.mailboxRestoreArtifact_GetRestorePoint - parameters: - - name: exchangeRestoreSession-id - in: path - description: The unique identifier of exchangeRestoreSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: exchangeRestoreSession - - name: mailboxRestoreArtifact-id - in: path - description: The unique identifier of mailboxRestoreArtifact - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: mailboxRestoreArtifact - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count': + x-ms-docs-operation-type: action + '/solutions/bookingBusinesses/{bookingBusiness-id}/services': get: tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.exchangeRestoreSession.mailboxRestoreArtifact_GetCount + - solutions.bookingBusiness + summary: Get services from solutions + description: All the services offered by this business. Read-only. Nullable. + operationId: solution.bookingBusiness_ListService parameters: - - name: exchangeRestoreSession-id + - name: bookingBusiness-id in: path - description: The unique identifier of exchangeRestoreSession + description: The unique identifier of bookingBusiness required: true style: simple schema: type: string - x-ms-docs-key-type: exchangeRestoreSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/exchangeRestoreSessions/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.exchangeRestoreSession_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/mailboxInclusionRules: - get: - tags: - - solutions.backupRestoreRoot - summary: Get mailboxInclusionRules from solutions - description: The list of mailbox inclusion rules applied to the tenant. - operationId: solution.backupRestore_ListMailboxInclusionRule - parameters: + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3598,7 +3789,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.mailboxProtectionRuleCollectionResponse' + $ref: '#/components/responses/microsoft.graph.bookingServiceCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -3607,15 +3798,24 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to mailboxInclusionRules for solutions - operationId: solution.backupRestore_CreateMailboxInclusionRule + - solutions.bookingBusiness + summary: Create new navigation property to services for solutions + operationId: solution.bookingBusiness_CreateService + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingService' required: true responses: 2XX: @@ -3623,26 +3823,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingService' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}': + '/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get mailboxInclusionRules from solutions - description: The list of mailbox inclusion rules applied to the tenant. - operationId: solution.backupRestore_GetMailboxInclusionRule + - solutions.bookingBusiness + summary: Get services from solutions + description: All the services offered by this business. Read-only. Nullable. + operationId: solution.bookingBusiness_GetService parameters: - - name: mailboxProtectionRule-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingService-id in: path - description: The unique identifier of mailboxProtectionRule + description: The unique identifier of bookingService required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionRule + x-ms-docs-key-type: bookingService - name: $select in: query description: Select properties to be returned @@ -3669,30 +3877,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingService' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property mailboxInclusionRules in solutions - operationId: solution.backupRestore_UpdateMailboxInclusionRule + - solutions.bookingBusiness + summary: Update the navigation property services in solutions + operationId: solution.bookingBusiness_UpdateService parameters: - - name: mailboxProtectionRule-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingService-id in: path - description: The unique identifier of mailboxProtectionRule + description: The unique identifier of bookingService required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionRule + x-ms-docs-key-type: bookingService requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingService' required: true responses: 2XX: @@ -3700,24 +3916,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + $ref: '#/components/schemas/microsoft.graph.bookingService' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property mailboxInclusionRules for solutions - operationId: solution.backupRestore_DeleteMailboxInclusionRule + - solutions.bookingBusiness + summary: Delete navigation property services for solutions + operationId: solution.bookingBusiness_DeleteService parameters: - - name: mailboxProtectionRule-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingService-id in: path - description: The unique identifier of mailboxProtectionRule + description: The unique identifier of bookingService required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionRule + x-ms-docs-key-type: bookingService - name: If-Match in: header description: ETag @@ -3730,13 +3954,21 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/mailboxInclusionRules/$count: + '/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.bookingBusiness summary: Get the number of the resource - operationId: solution.backupRestore.mailboxInclusionRule_GetCount + operationId: solution.bookingBusiness.service_GetCount parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -3744,17 +3976,22 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/mailboxProtectionUnits: + '/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers': get: tags: - - solutions.backupRestoreRoot - summary: List mailboxProtectionUnits - description: Get a list of mailboxProtectionUnit objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta - operationId: solution.backupRestore_ListMailboxProtectionUnit + - solutions.bookingBusiness + summary: Get staffMembers from solutions + description: All the staff members that provide services in this business. Read-only. Nullable. + operationId: solution.bookingBusiness_ListStaffMember parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3792,7 +4029,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.mailboxProtectionUnitCollectionResponse' + $ref: '#/components/responses/microsoft.graph.bookingStaffMemberCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -3801,15 +4038,24 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to mailboxProtectionUnits for solutions - operationId: solution.backupRestore_CreateMailboxProtectionUnit - requestBody: - description: New navigation property + - solutions.bookingBusiness + summary: Create new navigation property to staffMembers for solutions + operationId: solution.bookingBusiness_CreateStaffMember + parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + requestBody: + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' required: true responses: 2XX: @@ -3817,26 +4063,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}': + '/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get mailboxProtectionUnits from solutions - description: The list of mailbox protection units in the tenant. - operationId: solution.backupRestore_GetMailboxProtectionUnit + - solutions.bookingBusiness + summary: Get staffMembers from solutions + description: All the staff members that provide services in this business. Read-only. Nullable. + operationId: solution.bookingBusiness_GetStaffMember parameters: - - name: mailboxProtectionUnit-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingStaffMember-id in: path - description: The unique identifier of mailboxProtectionUnit + description: The unique identifier of bookingStaffMember required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionUnit + x-ms-docs-key-type: bookingStaffMember - name: $select in: query description: Select properties to be returned @@ -3863,30 +4117,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property mailboxProtectionUnits in solutions - operationId: solution.backupRestore_UpdateMailboxProtectionUnit + - solutions.bookingBusiness + summary: Update the navigation property staffMembers in solutions + operationId: solution.bookingBusiness_UpdateStaffMember parameters: - - name: mailboxProtectionUnit-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingStaffMember-id in: path - description: The unique identifier of mailboxProtectionUnit + description: The unique identifier of bookingStaffMember required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionUnit + x-ms-docs-key-type: bookingStaffMember requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' required: true responses: 2XX: @@ -3894,24 +4156,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property mailboxProtectionUnits for solutions - operationId: solution.backupRestore_DeleteMailboxProtectionUnit + - solutions.bookingBusiness + summary: Delete navigation property staffMembers for solutions + operationId: solution.bookingBusiness_DeleteStaffMember parameters: - - name: mailboxProtectionUnit-id + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness + - name: bookingStaffMember-id in: path - description: The unique identifier of mailboxProtectionUnit + description: The unique identifier of bookingStaffMember required: true style: simple schema: type: string - x-ms-docs-key-type: mailboxProtectionUnit + x-ms-docs-key-type: bookingStaffMember - name: If-Match in: header description: ETag @@ -3924,13 +4194,21 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/mailboxProtectionUnits/$count: + '/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.bookingBusiness summary: Get the number of the resource - operationId: solution.backupRestore.mailboxProtectionUnit_GetCount + operationId: solution.bookingBusiness.staffMember_GetCount parameters: + - name: bookingBusiness-id + in: path + description: The unique identifier of bookingBusiness + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -3938,45 +4216,30 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/microsoft.graph.enable: - post: + /solutions/bookingBusinesses/$count: + get: tags: - - solutions.Actions - summary: Invoke action enable - description: Enable the Microsoft 365 Backup Storage service for a tenant. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta - operationId: solution.backupRestore_enable - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - appOwnerTenantId: - type: string - additionalProperties: - type: object - required: true + - solutions.bookingBusiness + summary: Get the number of the resource + operationId: solution.bookingBusiness_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceStatus' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /solutions/backupRestore/oneDriveForBusinessProtectionPolicies: + /solutions/bookingCurrencies: get: tags: - - solutions.backupRestoreRoot - summary: Get oneDriveForBusinessProtectionPolicies from solutions - description: The list of OneDrive for Business protection policies in the tenant. - operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessProtectionPolicy + - solutions.bookingCurrency + summary: List bookingCurrencies + description: Get a list of bookingCurrency objects available to a Microsoft Bookings business. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-beta + operationId: solution_ListBookingCurrency parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -4015,7 +4278,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.bookingCurrencyCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -4024,19 +4287,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create oneDriveForBusinessProtectionPolicy - description: 'Create a protection policy for the OneDrive service in Microsoft 365. When the policy is created, its state is set to inactive. Users can also provide a list of protection units under the policy.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta - operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessProtectionPolicy + - solutions.bookingCurrency + summary: Create new navigation property to bookingCurrencies for solutions + operationId: solution_CreateBookingCurrency requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingCurrency' required: true responses: 2XX: @@ -4044,26 +4303,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingCurrency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}': + '/solutions/bookingCurrencies/{bookingCurrency-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get oneDriveForBusinessProtectionPolicies from solutions - description: The list of OneDrive for Business protection policies in the tenant. - operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessProtectionPolicy + - solutions.bookingCurrency + summary: Get bookingCurrency + description: 'Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-beta + operationId: solution_GetBookingCurrency parameters: - - name: oneDriveForBusinessProtectionPolicy-id + - name: bookingCurrency-id in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy + description: The unique identifier of bookingCurrency required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + x-ms-docs-key-type: bookingCurrency - name: $select in: query description: Select properties to be returned @@ -4090,34 +4352,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingCurrency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update oneDriveForBusinessProtectionPolicy - description: Update the protection policy for the OneDrive service in Microsoft 365. This method adds a driveProtectionUnit to or removes it from a oneDriveForBusinessProtectionPolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta - operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessProtectionPolicy + - solutions.bookingCurrency + summary: Update the navigation property bookingCurrencies in solutions + operationId: solution_UpdateBookingCurrency parameters: - - name: oneDriveForBusinessProtectionPolicy-id + - name: bookingCurrency-id in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy + description: The unique identifier of bookingCurrency required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + x-ms-docs-key-type: bookingCurrency requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingCurrency' required: true responses: 2XX: @@ -4125,24 +4383,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.bookingCurrency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property oneDriveForBusinessProtectionPolicies for solutions - operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessProtectionPolicy + - solutions.bookingCurrency + summary: Delete navigation property bookingCurrencies for solutions + operationId: solution_DeleteBookingCurrency parameters: - - name: oneDriveForBusinessProtectionPolicy-id + - name: bookingCurrency-id in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy + description: The unique identifier of bookingCurrency required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy + x-ms-docs-key-type: bookingCurrency - name: If-Match in: header description: ETag @@ -4155,96 +4413,69 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules': + /solutions/bookingCurrencies/$count: get: tags: - - solutions.backupRestoreRoot - summary: List driveInclusionRules - description: 'Get a list of the driveProtectionRule objects that are associated with a OneDrive for Business protection policy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveInclusionRule + - solutions.bookingCurrency + summary: Get the number of the resource + operationId: solution.bookingCurrency_GetCount parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveProtectionRuleCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}': - get: + '/solutions/businessScenarios/{businessScenario-id}/planner/microsoft.graph.getPlan': + post: tags: - - solutions.backupRestoreRoot - summary: Get protectionRuleBase - description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' + - solutions.Actions + summary: Invoke action getPlan + description: 'Get information about the plannerPlan mapped to a given target. If a plannerPlan doesn''t exist for the specified target at the time of the request, a new plan will be created for the businessScenario.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveInclusionRule + url: https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta + operationId: solution.businessScenario.planner_getPlan parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - name: driveProtectionRule-id + - name: businessScenario-id in: path - description: The unique identifier of driveProtectionRule + description: The unique identifier of businessScenario required: true style: simple schema: type: string - x-ms-docs-key-type: driveProtectionRule + x-ms-docs-key-type: businessScenario + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + target: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTaskTargetBase' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanReference' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /solutions/virtualEvents: + get: + tags: + - solutions.virtualEventsRoot + summary: Get virtualEvents from solutions + description: A collection of virtual events. + operationId: solution_GetVirtualEvent + parameters: - name: $select in: query description: Select properties to be returned @@ -4271,192 +4502,56 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count': - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveInclusionRule_GetCount - parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits': - get: - tags: - - solutions.backupRestoreRoot - summary: List driveProtectionUnits - description: Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_ListDriveProtectionUnit - parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.driveProtectionUnitCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}': - get: + patch: tags: - - solutions.backupRestoreRoot - summary: Get driveProtectionUnits from solutions - description: Contains the protection units associated with a OneDrive for Business protection policy. - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetDriveProtectionUnit - parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - name: driveProtectionUnit-id - in: path - description: The unique identifier of driveProtectionUnit - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: driveProtectionUnit - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - solutions.virtualEventsRoot + summary: Update the navigation property virtualEvents in solutions + operationId: solution_UpdateVirtualEvent + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count': - get: + delete: tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy.driveProtectionUnit_GetCount + - solutions.virtualEventsRoot + summary: Delete navigation property virtualEvents for solutions + operationId: solution_DeleteVirtualEvent parameters: - - name: oneDriveForBusinessProtectionPolicy-id - in: path - description: The unique identifier of oneDriveForBusinessProtectionPolicy - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessProtectionPolicy - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessProtectionPolicy_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - /solutions/backupRestore/oneDriveForBusinessRestoreSessions: + x-ms-docs-operation-type: operation + /solutions/virtualEvents/events: get: tags: - - solutions.backupRestoreRoot - summary: Get oneDriveForBusinessRestoreSessions from solutions - description: The list of OneDrive for Business restore sessions available in the tenant. - operationId: solution.backupRestore_ListOneDriveGraphFPreBusinessRestoreSession + - solutions.virtualEventsRoot + summary: Get events from solutions + operationId: solution.virtualEvent_ListEvent parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -4495,7 +4590,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -4504,15 +4599,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to oneDriveForBusinessRestoreSessions for solutions - operationId: solution.backupRestore_CreateOneDriveGraphFPreBusinessRestoreSession + - solutions.virtualEventsRoot + summary: Create new navigation property to events for solutions + operationId: solution.virtualEvent_CreateEvent requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEvent' required: true responses: 2XX: @@ -4520,26 +4615,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}': + '/solutions/virtualEvents/events/{virtualEvent-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get oneDriveForBusinessRestoreSessions from solutions - description: The list of OneDrive for Business restore sessions available in the tenant. - operationId: solution.backupRestore_GetOneDriveGraphFPreBusinessRestoreSession + - solutions.virtualEventsRoot + summary: Get events from solutions + operationId: solution.virtualEvent_GetEvent parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: virtualEvent - name: $select in: query description: Select properties to be returned @@ -4566,34 +4660,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update oneDriveForBusinessRestoreSession - description: Update the properties of a oneDriveForBusinessRestoreSession object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta - operationId: solution.backupRestore_UpdateOneDriveGraphFPreBusinessRestoreSession + - solutions.virtualEventsRoot + summary: Update the navigation property events in solutions + operationId: solution.virtualEvent_UpdateEvent parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: virtualEvent requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEvent' required: true responses: 2XX: @@ -4601,24 +4691,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property oneDriveForBusinessRestoreSessions for solutions - operationId: solution.backupRestore_DeleteOneDriveGraphFPreBusinessRestoreSession + - solutions.virtualEventsRoot + summary: Delete navigation property events for solutions + operationId: solution.virtualEvent_DeleteEvent parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: virtualEvent - name: If-Match in: header description: ETag @@ -4631,25 +4721,64 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts': + '/solutions/virtualEvents/events/{virtualEvent-id}/microsoft.graph.cancel': + post: + tags: + - solutions.Actions + summary: Invoke action cancel + operationId: solution.virtualEvent.event_cancel + parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/virtualEvents/events/{virtualEvent-id}/microsoft.graph.publish': + post: + tags: + - solutions.Actions + summary: Invoke action publish + operationId: solution.virtualEvent.event_publish + parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/virtualEvents/events/{virtualEvent-id}/presenters': get: tags: - - solutions.backupRestoreRoot - summary: List driveRestoreArtifacts - description: Get a list of the driveRestoreArtifact objects and their properties for a oneDriveForBusinessRestoreSession for a tenant. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_ListDriveRestoreArtifact + - solutions.virtualEventsRoot + summary: Get presenters from solutions + description: The virtual event presenters. + operationId: solution.virtualEvent.event_ListPresenter parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: virtualEvent - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -4687,7 +4816,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveRestoreArtifactCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -4696,24 +4825,24 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to driveRestoreArtifacts for solutions - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_CreateDriveRestoreArtifact + - solutions.virtualEventsRoot + summary: Create new navigation property to presenters for solutions + operationId: solution.virtualEvent.event_CreatePresenter parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: virtualEvent requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: @@ -4721,34 +4850,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}': + '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get driveRestoreArtifacts from solutions - description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetDriveRestoreArtifact + - solutions.virtualEventsRoot + summary: Get presenters from solutions + description: The virtual event presenters. + operationId: solution.virtualEvent.event_GetPresenter parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - - name: driveRestoreArtifact-id + x-ms-docs-key-type: virtualEvent + - name: virtualEventPresenter-id in: path - description: The unique identifier of driveRestoreArtifact + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: driveRestoreArtifact + x-ms-docs-key-type: virtualEventPresenter - name: $select in: query description: Select properties to be returned @@ -4775,38 +4904,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property driveRestoreArtifacts in solutions - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_UpdateDriveRestoreArtifact + - solutions.virtualEventsRoot + summary: Update the navigation property presenters in solutions + operationId: solution.virtualEvent.event_UpdatePresenter parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - - name: driveRestoreArtifact-id + x-ms-docs-key-type: virtualEvent + - name: virtualEventPresenter-id in: path - description: The unique identifier of driveRestoreArtifact + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: driveRestoreArtifact + x-ms-docs-key-type: virtualEventPresenter requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: @@ -4814,32 +4943,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property driveRestoreArtifacts for solutions - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_DeleteDriveRestoreArtifact + - solutions.virtualEventsRoot + summary: Delete navigation property presenters for solutions + operationId: solution.virtualEvent.event_DeletePresenter parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - - name: driveRestoreArtifact-id + x-ms-docs-key-type: virtualEvent + - name: virtualEventPresenter-id in: path - description: The unique identifier of driveRestoreArtifact + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: driveRestoreArtifact + x-ms-docs-key-type: virtualEventPresenter - name: If-Match in: header description: ETag @@ -4852,30 +4981,104 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint': + '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions': + get: + tags: + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.event.presenter_ListSession + parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventPresenter-id + in: path + description: The unique identifier of virtualEventPresenter + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventPresenter + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get restorePoint from solutions - description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetRestorePoint + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.event.presenter_GetSession parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventPresenter-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession - - name: driveRestoreArtifact-id + x-ms-docs-key-type: virtualEventPresenter + - name: virtualEventSession-id in: path - description: The unique identifier of driveRestoreArtifact + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: driveRestoreArtifact + x-ms-docs-key-type: virtualEventSession - name: $select in: query description: Select properties to be returned @@ -4902,25 +5105,94 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl=''{joinWebUrl}'')': + get: + tags: + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.event.presenter.session_GetGraphBPreJoinWebUrl + parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventPresenter-id + in: path + description: The unique identifier of virtualEventPresenter + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventPresenter + - name: joinWebUrl + in: path + description: Alternate key of virtualEventSession + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count': + '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.virtualEventsRoot summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession.driveRestoreArtifact_GetCount + operationId: solution.virtualEvent.event.presenter.session_GetCount parameters: - - name: oneDriveForBusinessRestoreSession-id + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventPresenter-id in: path - description: The unique identifier of oneDriveForBusinessRestoreSession + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: oneDriveForBusinessRestoreSession + x-ms-docs-key-type: virtualEventPresenter - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -4928,13 +5200,21 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count: + '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.virtualEventsRoot summary: Get the number of the resource - operationId: solution.backupRestore.oneDriveGraphFPreBusinessRestoreSession_GetCount + operationId: solution.virtualEvent.event.presenter_GetCount parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -4942,14 +5222,22 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/protectionPolicies: + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions': get: tags: - - solutions.backupRestoreRoot - summary: Get protectionPolicies from solutions - description: List of protection policies in the tenant. - operationId: solution.backupRestore_ListProtectionPolicy + - solutions.virtualEventsRoot + summary: Get sessions from solutions + description: The sessions for the virtual event. + operationId: solution.virtualEvent.event_ListSession parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -4987,7 +5275,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.protectionPolicyBaseCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -4996,15 +5284,24 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to protectionPolicies for solutions - operationId: solution.backupRestore_CreateProtectionPolicy + - solutions.virtualEventsRoot + summary: Create new navigation property to sessions for solutions + operationId: solution.virtualEvent.event_CreateSession + parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: @@ -5012,26 +5309,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get protectionPolicies from solutions - description: List of protection policies in the tenant. - operationId: solution.backupRestore_GetProtectionPolicy + - solutions.virtualEventsRoot + summary: Get sessions from solutions + description: The sessions for the virtual event. + operationId: solution.virtualEvent.event_GetSession parameters: - - name: protectionPolicyBase-id + - name: virtualEvent-id in: path - description: The unique identifier of protectionPolicyBase + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: protectionPolicyBase + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession - name: $select in: query description: Select properties to be returned @@ -5058,30 +5363,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property protectionPolicies in solutions - operationId: solution.backupRestore_UpdateProtectionPolicy + - solutions.virtualEventsRoot + summary: Update the navigation property sessions in solutions + operationId: solution.virtualEvent.event_UpdateSession parameters: - - name: protectionPolicyBase-id + - name: virtualEvent-id in: path - description: The unique identifier of protectionPolicyBase + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: protectionPolicyBase - requestBody: - description: New navigation property values - content: - application/json: + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + requestBody: + description: New navigation property values + content: + application/json: schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: @@ -5089,28 +5402,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete protectionPolicyBase - description: Delete a protection policy. Read the properties and relationships of a protectionPolicyBase object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta - operationId: solution.backupRestore_DeleteProtectionPolicy + - solutions.virtualEventsRoot + summary: Delete navigation property sessions for solutions + operationId: solution.virtualEvent.event_DeleteSession parameters: - - name: protectionPolicyBase-id + - name: virtualEvent-id in: path - description: The unique identifier of protectionPolicyBase + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: protectionPolicyBase + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession - name: If-Match in: header description: ETag @@ -5123,86 +5440,30 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.activate': - post: + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports': + get: tags: - - solutions.Actions - summary: Invoke action activate - description: Activate a protectionPolicyBase. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta - operationId: solution.backupRestore.protectionPolicy_activate + - solutions.virtualEventsRoot + summary: Get attendanceReports from solutions + description: The attendance reports of an online meeting. Read-only. + operationId: solution.virtualEvent.event.session_ListAttendanceReport parameters: - - name: protectionPolicyBase-id + - name: virtualEvent-id in: path - description: The unique identifier of protectionPolicyBase + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: protectionPolicyBase - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/microsoft.graph.deactivate': - post: - tags: - - solutions.Actions - summary: Invoke action deactivate - description: Deactivate a protectionPolicyBase. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta - operationId: solution.backupRestore.protectionPolicy_deactivate - parameters: - - name: protectionPolicyBase-id + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id in: path - description: The unique identifier of protectionPolicyBase + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: protectionPolicyBase - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /solutions/backupRestore/protectionPolicies/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.protectionPolicy_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/protectionUnits: - get: - tags: - - solutions.backupRestoreRoot - summary: Get protectionUnitBase - description: Read the properties and relationships of a protectionUnitBase object. - operationId: solution.backupRestore_ListProtectionUnit - parameters: + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -5240,139 +5501,41 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.protectionUnitBaseCollectionResponse' + $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}': - get: + post: tags: - - solutions.backupRestoreRoot - summary: Get protectionUnitBase - description: Read the properties and relationships of a protectionUnitBase object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta - operationId: solution.backupRestore_GetProtectionUnit + - solutions.virtualEventsRoot + summary: Create new navigation property to attendanceReports for solutions + operationId: solution.virtualEvent.event.session_CreateAttendanceReport parameters: - - name: protectionUnitBase-id + - name: virtualEvent-id in: path - description: The unique identifier of protectionUnitBase + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: protectionUnitBase - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /solutions/backupRestore/protectionUnits/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.protectionUnit_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/restorePoints: - get: - tags: - - solutions.backupRestoreRoot - summary: Get restorePoints from solutions - description: List of restore points in the tenant. - operationId: solution.backupRestore_ListRestorePoint - 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 + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.restorePointCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to restorePoints for solutions - operationId: solution.backupRestore_CreateRestorePoint + type: string + x-ms-docs-key-type: virtualEventSession requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: @@ -5380,26 +5543,42 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/restorePoints/{restorePoint-id}': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get restorePoints from solutions - description: List of restore points in the tenant. - operationId: solution.backupRestore_GetRestorePoint + - solutions.virtualEventsRoot + summary: Get attendanceReports from solutions + description: The attendance reports of an online meeting. Read-only. + operationId: solution.virtualEvent.event.session_GetAttendanceReport parameters: - - name: restorePoint-id + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id in: path - description: The unique identifier of restorePoint + description: The unique identifier of meetingAttendanceReport required: true style: simple schema: type: string - x-ms-docs-key-type: restorePoint + x-ms-docs-key-type: meetingAttendanceReport - name: $select in: query description: Select properties to be returned @@ -5426,55 +5605,87 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property restorePoints in solutions - operationId: solution.backupRestore_UpdateRestorePoint + - solutions.virtualEventsRoot + summary: Update the navigation property attendanceReports in solutions + operationId: solution.virtualEvent.event.session_UpdateAttendanceReport parameters: - - name: restorePoint-id + - name: virtualEvent-id in: path - description: The unique identifier of restorePoint + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: restorePoint - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' - required: true - responses: + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + required: true + responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property restorePoints for solutions - operationId: solution.backupRestore_DeleteRestorePoint + - solutions.virtualEventsRoot + summary: Delete navigation property attendanceReports for solutions + operationId: solution.virtualEvent.event.session_DeleteAttendanceReport parameters: - - name: restorePoint-id + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id in: path - description: The unique identifier of restorePoint + description: The unique identifier of meetingAttendanceReport required: true style: simple schema: type: string - x-ms-docs-key-type: restorePoint + x-ms-docs-key-type: meetingAttendanceReport - name: If-Match in: header description: ETag @@ -5487,118 +5698,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': get: tags: - - solutions.backupRestoreRoot - summary: Get protectionUnit from solutions - description: 'The site, drive, or mailbox units that are protected under a protection policy.' - operationId: solution.backupRestore.restorePoint_GetProtectionUnit + - solutions.virtualEventsRoot + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. + operationId: solution.virtualEvent.event.session.attendanceReport_ListAttendanceRecord parameters: - - name: restorePoint-id + - name: virtualEvent-id in: path - description: The unique identifier of restorePoint + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: restorePoint - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /solutions/backupRestore/restorePoints/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.restorePoint_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/restorePoints/microsoft.graph.search: - post: - tags: - - solutions.Actions - summary: Invoke action search - description: Search for the restorePoint objects associated with a protectionUnit. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta - operationId: solution.backupRestore.restorePoint_search - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - protectionUnitIds: - type: array - items: - type: string - nullable: true - protectionTimePeriod: - $ref: '#/components/schemas/microsoft.graph.timePeriod' - restorePointPreference: - $ref: '#/components/schemas/microsoft.graph.restorePointPreference' - tags: - $ref: '#/components/schemas/microsoft.graph.restorePointTags' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restorePointSearchResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /solutions/backupRestore/restoreSessions: - get: - tags: - - solutions.backupRestoreRoot - summary: List restoreSessionBase objects - description: Get a list of restoreSession objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta - operationId: solution.backupRestore_ListRestoreSession - parameters: + type: string + x-ms-docs-key-type: meetingAttendanceReport - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -5636,7 +5767,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.restoreSessionBaseCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -5645,15 +5776,40 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to restoreSessions for solutions - operationId: solution.backupRestore_CreateRestoreSession + - solutions.virtualEventsRoot + summary: Create new navigation property to attendanceRecords for solutions + operationId: solution.virtualEvent.event.session.attendanceReport_CreateAttendanceRecord + parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: @@ -5661,29 +5817,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get restoreSessionBase - description: Get the properties of a restoreSession object by ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta - operationId: solution.backupRestore_GetRestoreSession + - solutions.virtualEventsRoot + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. + operationId: solution.virtualEvent.event.session.attendanceReport_GetAttendanceRecord parameters: - - name: restoreSessionBase-id + - name: virtualEvent-id in: path - description: The unique identifier of restoreSessionBase + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: restoreSessionBase + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - name: attendanceRecord-id + in: path + description: The unique identifier of attendanceRecord + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attendanceRecord - name: $select in: query description: Select properties to be returned @@ -5710,59 +5887,103 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property restoreSessions in solutions - operationId: solution.backupRestore_UpdateRestoreSession + - solutions.virtualEventsRoot + summary: Update the navigation property attendanceRecords in solutions + operationId: solution.virtualEvent.event.session.attendanceReport_UpdateAttendanceRecord parameters: - - name: restoreSessionBase-id + - name: virtualEvent-id in: path - description: The unique identifier of restoreSessionBase + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: restoreSessionBase - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.backupRestoreRoot - summary: Delete restoreSessionBase - description: Delete a draft restoreSessionBase object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta - operationId: solution.backupRestore_DeleteRestoreSession - parameters: - - name: restoreSessionBase-id + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id in: path - description: The unique identifier of restoreSessionBase + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: restoreSessionBase + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - name: attendanceRecord-id + in: path + description: The unique identifier of attendanceRecord + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attendanceRecord + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.virtualEventsRoot + summary: Delete navigation property attendanceRecords for solutions + operationId: solution.virtualEvent.event.session.attendanceReport_DeleteAttendanceRecord + parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - name: attendanceRecord-id + in: path + description: The unique identifier of attendanceRecord + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attendanceRecord - name: If-Match in: header description: ETag @@ -5775,42 +5996,67 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/microsoft.graph.activate': - post: + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': + get: tags: - - solutions.Actions - summary: Invoke action activate - description: Activate a draft restoreSessionBase object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta - operationId: solution.backupRestore.restoreSession_activate + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.event.session.attendanceReport.attendanceRecord_GetCount parameters: - - name: restoreSessionBase-id + - name: virtualEvent-id in: path - description: The unique identifier of restoreSessionBase + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: restoreSessionBase + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /solutions/backupRestore/restoreSessions/$count: + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.virtualEventsRoot summary: Get the number of the resource - operationId: solution.backupRestore.restoreSession_GetCount + operationId: solution.virtualEvent.event.session.attendanceReport_GetCount parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -5818,17 +6064,29 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/serviceApps: + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters': get: tags: - - solutions.backupRestoreRoot - summary: List serviceApps - description: Get a list of serviceApp objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta - operationId: solution.backupRestore_ListServiceApp + - solutions.virtualEventsRoot + summary: Get presenters from solutions + operationId: solution.virtualEvent.event.session_ListPresenter parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -5866,58 +6124,44 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceAppCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - solutions.backupRestoreRoot - summary: Create serviceApp - description: Create a new serviceApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta - operationId: solution.backupRestore_CreateServiceApp - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/serviceApps/{serviceApp-id}': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get serviceApp - description: Read the properties and relationships of a serviceApp object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta - operationId: solution.backupRestore_GetServiceApp + - solutions.virtualEventsRoot + summary: Get presenters from solutions + operationId: solution.virtualEvent.event.session_GetPresenter parameters: - - name: serviceApp-id + - name: virtualEvent-id in: path - description: The unique identifier of serviceApp + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: serviceApp + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: virtualEventPresenter-id + in: path + description: The unique identifier of virtualEventPresenter + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventPresenter - name: $select in: query description: Select properties to be returned @@ -5944,165 +6188,63 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count': + get: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property serviceApps in solutions - operationId: solution.backupRestore_UpdateServiceApp + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.event.session.presenter_GetCount parameters: - - name: serviceApp-id + - name: virtualEvent-id in: path - description: The unique identifier of serviceApp + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: serviceApp - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.backupRestoreRoot - summary: Delete serviceApp - description: Delete a serviceApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta - operationId: solution.backupRestore_DeleteServiceApp - parameters: - - name: serviceApp-id + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id in: path - description: The unique identifier of serviceApp + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: serviceApp - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: virtualEventSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.activate': - post: + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations': + get: tags: - - solutions.Actions - summary: Invoke action activate - description: Activate a serviceApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta - operationId: solution.backupRestore.serviceApp_activate + - solutions.virtualEventsRoot + summary: Get registrations from solutions + operationId: solution.virtualEvent.event.session_ListRegistration parameters: - - name: serviceApp-id + - name: virtualEvent-id in: path - description: The unique identifier of serviceApp + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: serviceApp - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - effectiveDateTime: - 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 - format: date-time - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/backupRestore/serviceApps/{serviceApp-id}/microsoft.graph.deactivate': - post: - tags: - - solutions.Actions - summary: Invoke action deactivate - description: Deactivate a serviceApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta - operationId: solution.backupRestore.serviceApp_deactivate - parameters: - - name: serviceApp-id + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id in: path - description: The unique identifier of serviceApp + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: serviceApp - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /solutions/backupRestore/serviceApps/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.serviceApp_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/sharePointProtectionPolicies: - get: - tags: - - solutions.backupRestoreRoot - summary: Get sharePointProtectionPolicies from solutions - description: The list of SharePoint protection policies in the tenant. - operationId: solution.backupRestore_ListSharePointProtectionPolicy - parameters: + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -6140,55 +6282,44 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sharePointProtectionPolicyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - solutions.backupRestoreRoot - summary: Create sharePointProtectionPolicy - description: Create a protection policy for a M365 service SharePoint. Policy will be created in inactive state. User can also provide a list of protection units under the policy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta - operationId: solution.backupRestore_CreateSharePointProtectionPolicy - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get sharePointProtectionPolicies from solutions - description: The list of SharePoint protection policies in the tenant. - operationId: solution.backupRestore_GetSharePointProtectionPolicy + - solutions.virtualEventsRoot + summary: Get registrations from solutions + operationId: solution.virtualEvent.event.session_GetRegistration parameters: - - name: sharePointProtectionPolicy-id + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: virtualEventRegistration-id + in: path + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy + x-ms-docs-key-type: virtualEventRegistration - name: $select in: query description: Select properties to be returned @@ -6215,105 +6346,41 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email=''{email}'')': + get: tags: - - solutions.backupRestoreRoot - summary: Update sharePointProtectionPolicy - description: Update a SharePoint protection policy. This method adds a sharepointprotectionunit to or removes it from the protection policy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta - operationId: solution.backupRestore_UpdateSharePointProtectionPolicy + - solutions.virtualEventsRoot + summary: Get registrations from solutions + operationId: solution.virtualEvent.event.session.registration_GetGraphBPreEmail parameters: - - name: sharePointProtectionPolicy-id + - name: virtualEvent-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.backupRestoreRoot - summary: Delete navigation property sharePointProtectionPolicies for solutions - operationId: solution.backupRestore_DeleteSharePointProtectionPolicy - parameters: - - name: sharePointProtectionPolicy-id + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - 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 - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules': - get: - tags: - - solutions.backupRestoreRoot - summary: List siteInclusionRules - description: 'Get a list of siteProtectionRule objects associated with a sharePointProtectionPolicy. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta - operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteInclusionRule - parameters: - - name: sharePointProtectionPolicy-id + x-ms-docs-key-type: virtualEventSession + - name: email in: path - description: The unique identifier of sharePointProtectionPolicy + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + nullable: true - name: $select in: query description: Select properties to be returned @@ -6336,40 +6403,45 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId=''{userId}'')': get: tags: - - solutions.backupRestoreRoot - summary: Get protectionRuleBase - description: 'Get a protection rule that''s associated with a protection policy. You can use this operation to get mailbox, drive, and site protection rules. An inclusion rule indicates that a protection policy should contain protection units that match the specified rule criteria. The initial status of a protection rule upon creation is active. After the rule is applied, the state is either completed or completedWithErrors.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta - operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteInclusionRule + - solutions.virtualEventsRoot + summary: Get registrations from solutions + operationId: solution.virtualEvent.event.session.registration_GetGraphBPreUserId parameters: - - name: sharePointProtectionPolicy-id + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - name: siteProtectionRule-id + x-ms-docs-key-type: virtualEventSession + - name: userId in: path - description: The unique identifier of siteProtectionRule + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionRule + nullable: true - name: $select in: query description: Select properties to be returned @@ -6396,25 +6468,33 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.virtualEventsRoot summary: Get the number of the resource - operationId: solution.backupRestore.sharePointProtectionPolicy.siteInclusionRule_GetCount + operationId: solution.virtualEvent.event.session.registration_GetCount parameters: - - name: sharePointProtectionPolicy-id + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: virtualEventSession-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -6422,40 +6502,30 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl=''{joinWebUrl}'')': get: tags: - - solutions.backupRestoreRoot - summary: List siteProtectionUnits - description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta - operationId: solution.backupRestore.sharePointProtectionPolicy_ListSiteProtectionUnit - parameters: - - name: sharePointProtectionPolicy-id + - solutions.virtualEventsRoot + summary: Get sessions from solutions + description: The sessions for the virtual event. + operationId: solution.virtualEvent.event.session_GetGraphBPreJoinWebUrl + parameters: + - name: virtualEvent-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: virtualEvent + - name: joinWebUrl + in: path + description: Alternate key of virtualEventSession + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + nullable: true - name: $select in: query description: Select properties to be returned @@ -6478,82 +6548,102 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}': - get: + patch: tags: - - solutions.backupRestoreRoot - summary: Get siteProtectionUnits from solutions - description: The protection units (sites) that are protected under the site protection policy. - operationId: solution.backupRestore.sharePointProtectionPolicy_GetSiteProtectionUnit + - solutions.virtualEventsRoot + summary: Update the navigation property sessions in solutions + operationId: solution.virtualEvent.event.session_UpdateGraphBPreJoinWebUrl parameters: - - name: sharePointProtectionPolicy-id + - name: virtualEvent-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy - - name: siteProtectionUnit-id + x-ms-docs-key-type: virtualEvent + - name: joinWebUrl in: path - description: The unique identifier of siteProtectionUnit + description: Alternate key of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionUnit - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.virtualEventsRoot + summary: Delete navigation property sessions for solutions + operationId: solution.virtualEvent.event.session_DeleteGraphBPreJoinWebUrl + parameters: + - name: virtualEvent-id + in: path + description: The unique identifier of virtualEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEvent + - name: joinWebUrl + in: path + description: Alternate key of virtualEventSession + required: true + style: simple + schema: + type: string + nullable: true + - 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 - '/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count': + '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.virtualEventsRoot summary: Get the number of the resource - operationId: solution.backupRestore.sharePointProtectionPolicy.siteProtectionUnit_GetCount + operationId: solution.virtualEvent.event.session_GetCount parameters: - - name: sharePointProtectionPolicy-id + - name: virtualEvent-id in: path - description: The unique identifier of sharePointProtectionPolicy + description: The unique identifier of virtualEvent required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointProtectionPolicy + x-ms-docs-key-type: virtualEvent - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -6561,12 +6651,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/sharePointProtectionPolicies/$count: + /solutions/virtualEvents/events/$count: get: tags: - - solutions.backupRestoreRoot + - solutions.virtualEventsRoot summary: Get the number of the resource - operationId: solution.backupRestore.sharePointProtectionPolicy_GetCount + operationId: solution.virtualEvent.event_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -6575,13 +6665,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/sharePointRestoreSessions: + /solutions/virtualEvents/townhalls: get: tags: - - solutions.backupRestoreRoot - summary: Get sharePointRestoreSessions from solutions - description: The list of SharePoint restore sessions available in the tenant. - operationId: solution.backupRestore_ListSharePointRestoreSession + - solutions.virtualEventsRoot + summary: Get virtualEventTownhall + description: Read the properties and relationships of a virtualEventTownhall object. + operationId: solution.virtualEvent_ListTownhall parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -6620,7 +6710,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sharePointRestoreSessionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventTownhallCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -6629,19 +6719,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create sharePointRestoreSession - description: Create a new sharePointRestoreSession object. + - solutions.virtualEventsRoot + summary: Create virtualEventTownhall + description: Create a new virtualEventTownhall object in draft mode. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta - operationId: solution.backupRestore_CreateSharePointRestoreSession + url: https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta + operationId: solution.virtualEvent_CreateTownhall requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' required: true responses: 2XX: @@ -6649,26 +6739,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get sharePointRestoreSessions from solutions - description: The list of SharePoint restore sessions available in the tenant. - operationId: solution.backupRestore_GetSharePointRestoreSession + - solutions.virtualEventsRoot + summary: Get virtualEventTownhall + description: Read the properties and relationships of a virtualEventTownhall object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta + operationId: solution.virtualEvent_GetTownhall parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession + x-ms-docs-key-type: virtualEventTownhall - name: $select in: query description: Select properties to be returned @@ -6695,30 +6788,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property sharePointRestoreSessions in solutions - operationId: solution.backupRestore_UpdateSharePointRestoreSession + - solutions.virtualEventsRoot + summary: Update virtualEventTownhall + description: Update the properties of a virtualEventTownhall object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta + operationId: solution.virtualEvent_UpdateTownhall parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession + x-ms-docs-key-type: virtualEventTownhall requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' required: true responses: 2XX: @@ -6726,24 +6823,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property sharePointRestoreSessions for solutions - operationId: solution.backupRestore_DeleteSharePointRestoreSession + - solutions.virtualEventsRoot + summary: Delete navigation property townhalls for solutions + operationId: solution.virtualEvent_DeleteTownhall parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession + x-ms-docs-key-type: virtualEventTownhall - name: If-Match in: header description: ETag @@ -6756,25 +6853,25 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters': get: tags: - - solutions.backupRestoreRoot - summary: List siteRestoreArtifacts - description: List all the siteRestoreArtifact objects for a sharePointRestoreSession for the tenant. + - solutions.virtualEventsRoot + summary: List presenters + description: 'Get the list of all virtualEventPresenter objects associated with a virtual event. Currently the supported virtual event types are: virtualEventTownhall, virtualEventWebinar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta - operationId: solution.backupRestore.sharePointRestoreSession_ListSiteRestoreArtifact + url: https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta + operationId: solution.virtualEvent.townhall_ListPresenter parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession + x-ms-docs-key-type: virtualEventTownhall - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -6812,7 +6909,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteRestoreArtifactCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -6821,24 +6918,28 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to siteRestoreArtifacts for solutions - operationId: solution.backupRestore.sharePointRestoreSession_CreateSiteRestoreArtifact + - solutions.virtualEventsRoot + summary: Create virtualEventPresenter + description: 'Create a new virtualEventPresenter object on a virtual event. Currently the supported virtual event types are: virtualEventTownhall, virtualEventWebinar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta + operationId: solution.virtualEvent.townhall_CreatePresenter parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession + x-ms-docs-key-type: virtualEventTownhall requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: @@ -6846,34 +6947,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get siteRestoreArtifacts from solutions - description: A collection of restore points and destination details that can be used to restore SharePoint sites. - operationId: solution.backupRestore.sharePointRestoreSession_GetSiteRestoreArtifact + - solutions.virtualEventsRoot + summary: Get virtualEventPresenter + description: 'Read the properties and relationships of a virtualEventPresenter object. Currently the supported virtual event types are: virtualEventTownhall, virtualEventWebinar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta + operationId: solution.virtualEvent.townhall_GetPresenter parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifact-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventPresenter-id in: path - description: The unique identifier of siteRestoreArtifact + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: siteRestoreArtifact + x-ms-docs-key-type: virtualEventPresenter - name: $select in: query description: Select properties to be returned @@ -6900,38 +7004,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property siteRestoreArtifacts in solutions - operationId: solution.backupRestore.sharePointRestoreSession_UpdateSiteRestoreArtifact + - solutions.virtualEventsRoot + summary: Update the navigation property presenters in solutions + operationId: solution.virtualEvent.townhall_UpdatePresenter parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifact-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventPresenter-id in: path - description: The unique identifier of siteRestoreArtifact + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: siteRestoreArtifact + x-ms-docs-key-type: virtualEventPresenter requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: @@ -6939,32 +7043,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property siteRestoreArtifacts for solutions - operationId: solution.backupRestore.sharePointRestoreSession_DeleteSiteRestoreArtifact + - solutions.virtualEventsRoot + summary: Delete virtualEventPresenter + description: 'Delete a virtualEventPresenter from a virtual event. Currently the supported virtual event types are: virtualEventTownhall, virtualEventWebinar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta + operationId: solution.virtualEvent.townhall_DeletePresenter parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifact-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventPresenter-id in: path - description: The unique identifier of siteRestoreArtifact + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: siteRestoreArtifact + x-ms-docs-key-type: virtualEventPresenter - name: If-Match in: header description: ETag @@ -6977,30 +7085,44 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions': get: tags: - - solutions.backupRestoreRoot - summary: Get restorePoint from solutions - description: Represents the date and time when an artifact is protected by a protectionPolicy and can be restored. - operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetRestorePoint + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.townhall.presenter_ListSession parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession - - name: siteRestoreArtifact-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventPresenter-id in: path - description: The unique identifier of siteRestoreArtifact + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: siteRestoreArtifact + x-ms-docs-key-type: virtualEventPresenter + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -7023,73 +7145,44 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.sharePointRestoreSession.siteRestoreArtifact_GetCount + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.townhall.presenter_GetSession parameters: - - name: sharePointRestoreSession-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of sharePointRestoreSession + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: sharePointRestoreSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/sharePointRestoreSessions/$count: - get: - tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.sharePointRestoreSession_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/backupRestore/siteInclusionRules: - get: - tags: - - solutions.backupRestoreRoot - summary: Get siteInclusionRules from solutions - description: The list of site inclusion rules applied to the tenant. - operationId: solution.backupRestore_ListSiteInclusionRule - 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 + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventPresenter-id + in: path + description: The unique identifier of virtualEventPresenter + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: virtualEventPresenter + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession - name: $select in: query description: Select properties to be returned @@ -7112,51 +7205,45 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteProtectionRuleCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to siteInclusionRules for solutions - operationId: solution.backupRestore_CreateSiteInclusionRule - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl=''{joinWebUrl}'')': get: tags: - - solutions.backupRestoreRoot - summary: Get siteInclusionRules from solutions - description: The list of site inclusion rules applied to the tenant. - operationId: solution.backupRestore_GetSiteInclusionRule + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.townhall.presenter.session_GetGraphBPreJoinWebUrl parameters: - - name: siteProtectionRule-id + - name: virtualEventTownhall-id + in: path + description: The unique identifier of virtualEventTownhall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventPresenter-id + in: path + description: The unique identifier of virtualEventPresenter + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventPresenter + - name: joinWebUrl in: path - description: The unique identifier of siteProtectionRule + description: Alternate key of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionRule + nullable: true - name: $select in: query description: Select properties to be returned @@ -7183,74 +7270,55 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count': + get: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property siteInclusionRules in solutions - operationId: solution.backupRestore_UpdateSiteInclusionRule + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.townhall.presenter.session_GetCount parameters: - - name: siteProtectionRule-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of siteProtectionRule + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionRule - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.backupRestoreRoot - summary: Delete navigation property siteInclusionRules for solutions - operationId: solution.backupRestore_DeleteSiteInclusionRule - parameters: - - name: siteProtectionRule-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventPresenter-id in: path - description: The unique identifier of siteProtectionRule + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionRule - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: virtualEventPresenter + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /solutions/backupRestore/siteInclusionRules/$count: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count': get: tags: - - solutions.backupRestoreRoot + - solutions.virtualEventsRoot summary: Get the number of the resource - operationId: solution.backupRestore.siteInclusionRule_GetCount + operationId: solution.virtualEvent.townhall.presenter_GetCount parameters: + - name: virtualEventTownhall-id + in: path + description: The unique identifier of virtualEventTownhall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventTownhall - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -7258,17 +7326,22 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /solutions/backupRestore/siteProtectionUnits: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions': get: tags: - - solutions.backupRestoreRoot - summary: List siteProtectionUnits - description: Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta - operationId: solution.backupRestore_ListSiteProtectionUnit + - solutions.virtualEventsRoot + summary: Get sessions from solutions + description: The sessions for the virtual event. + operationId: solution.virtualEvent.townhall_ListSession parameters: + - name: virtualEventTownhall-id + in: path + description: The unique identifier of virtualEventTownhall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventTownhall - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -7306,7 +7379,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteProtectionUnitCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -7315,15 +7388,24 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.backupRestoreRoot - summary: Create new navigation property to siteProtectionUnits for solutions - operationId: solution.backupRestore_CreateSiteProtectionUnit + - solutions.virtualEventsRoot + summary: Create new navigation property to sessions for solutions + operationId: solution.virtualEvent.townhall_CreateSession + parameters: + - name: virtualEventTownhall-id + in: path + description: The unique identifier of virtualEventTownhall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventTownhall requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: @@ -7331,26 +7413,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}': get: tags: - - solutions.backupRestoreRoot - summary: Get siteProtectionUnits from solutions - description: The list of site protection units in the tenant. - operationId: solution.backupRestore_GetSiteProtectionUnit + - solutions.virtualEventsRoot + summary: Get sessions from solutions + description: The sessions for the virtual event. + operationId: solution.virtualEvent.townhall_GetSession parameters: - - name: siteProtectionUnit-id + - name: virtualEventTownhall-id + in: path + description: The unique identifier of virtualEventTownhall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of siteProtectionUnit + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionUnit + x-ms-docs-key-type: virtualEventSession - name: $select in: query description: Select properties to be returned @@ -7377,30 +7467,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.backupRestoreRoot - summary: Update the navigation property siteProtectionUnits in solutions - operationId: solution.backupRestore_UpdateSiteProtectionUnit + - solutions.virtualEventsRoot + summary: Update the navigation property sessions in solutions + operationId: solution.virtualEvent.townhall_UpdateSession parameters: - - name: siteProtectionUnit-id + - name: virtualEventTownhall-id + in: path + description: The unique identifier of virtualEventTownhall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of siteProtectionUnit + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionUnit + x-ms-docs-key-type: virtualEventSession requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: @@ -7408,24 +7506,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.backupRestoreRoot - summary: Delete navigation property siteProtectionUnits for solutions - operationId: solution.backupRestore_DeleteSiteProtectionUnit + - solutions.virtualEventsRoot + summary: Delete navigation property sessions for solutions + operationId: solution.virtualEvent.townhall_DeleteSession parameters: - - name: siteProtectionUnit-id + - name: virtualEventTownhall-id + in: path + description: The unique identifier of virtualEventTownhall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of siteProtectionUnit + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: siteProtectionUnit + x-ms-docs-key-type: virtualEventSession - name: If-Match in: header description: ETag @@ -7438,28 +7544,30 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/backupRestore/siteProtectionUnits/$count: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports': get: tags: - - solutions.backupRestoreRoot - summary: Get the number of the resource - operationId: solution.backupRestore.siteProtectionUnit_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/bookingBusinesses: - get: - tags: - - solutions.bookingBusiness - summary: Get bookingBusinesses from solutions - description: A collection of businesses in Microsoft Bookings. Read-only. Nullable. - operationId: solution_ListBookingBusiness + - solutions.virtualEventsRoot + summary: Get attendanceReports from solutions + description: The attendance reports of an online meeting. Read-only. + operationId: solution.virtualEvent.townhall.session_ListAttendanceReport parameters: + - name: virtualEventTownhall-id + in: path + description: The unique identifier of virtualEventTownhall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -7497,7 +7605,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.bookingBusinessCollectionResponse' + $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -7506,15 +7614,32 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.bookingBusiness - summary: Create new navigation property to bookingBusinesses for solutions - operationId: solution_CreateBookingBusiness + - solutions.virtualEventsRoot + summary: Create new navigation property to attendanceReports for solutions + operationId: solution.virtualEvent.townhall.session_CreateAttendanceReport + parameters: + - name: virtualEventTownhall-id + in: path + description: The unique identifier of virtualEventTownhall + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingBusiness' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: @@ -7522,26 +7647,42 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingBusiness' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}': get: tags: - - solutions.bookingBusiness - summary: Get bookingBusinesses from solutions - description: A collection of businesses in Microsoft Bookings. Read-only. Nullable. - operationId: solution_GetBookingBusiness + - solutions.virtualEventsRoot + summary: Get attendanceReports from solutions + description: The attendance reports of an online meeting. Read-only. + operationId: solution.virtualEvent.townhall.session_GetAttendanceReport parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport - name: $select in: query description: Select properties to be returned @@ -7568,30 +7709,46 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingBusiness' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.bookingBusiness - summary: Update the navigation property bookingBusinesses in solutions - operationId: solution_UpdateBookingBusiness + - solutions.virtualEventsRoot + summary: Update the navigation property attendanceReports in solutions + operationId: solution.virtualEvent.townhall.session_UpdateAttendanceReport parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingBusiness' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: @@ -7599,28 +7756,40 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingBusiness' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.bookingBusiness - summary: Delete bookingBusiness - description: Delete a bookingBusiness object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-beta - operationId: solution_DeleteBookingBusiness + - solutions.virtualEventsRoot + summary: Delete navigation property attendanceReports for solutions + operationId: solution.virtualEvent.townhall.session_DeleteAttendanceReport parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport - name: If-Match in: header description: ETag @@ -7633,22 +7802,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': get: tags: - - solutions.bookingBusiness - summary: Get bookingAppointment - description: Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The start and end properties are always returned in UTC. - operationId: solution.bookingBusiness_ListAppointment + - solutions.virtualEventsRoot + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. + operationId: solution.virtualEvent.townhall.session.attendanceReport_ListAttendanceRecord parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -7686,7 +7871,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -7695,24 +7880,40 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.bookingBusiness - summary: Create new navigation property to appointments for solutions - operationId: solution.bookingBusiness_CreateAppointment + - solutions.virtualEventsRoot + summary: Create new navigation property to attendanceRecords for solutions + operationId: solution.virtualEvent.townhall.session.attendanceReport_CreateAttendanceRecord parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: @@ -7720,45 +7921,58 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': get: tags: - - solutions.bookingBusiness - summary: Get bookingAppointment - description: Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The start and end properties are always returned in UTC. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-beta - operationId: solution.bookingBusiness_GetAppointment + - solutions.virtualEventsRoot + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. + operationId: solution.virtualEvent.townhall.session.attendanceReport_GetAttendanceRecord parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingAppointment-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingAppointment + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingAppointment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple schema: - uniqueItems: true - type: array + type: string + x-ms-docs-key-type: meetingAttendanceReport + - name: attendanceRecord-id + in: path + description: The unique identifier of attendanceRecord + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attendanceRecord + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array items: type: string - name: $expand @@ -7777,42 +7991,54 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.bookingBusiness - summary: Update bookingAppointment - description: Update the properties of a bookingAppointment object in the specified bookingBusiness. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-beta - operationId: solution.bookingBusiness_UpdateAppointment + - solutions.virtualEventsRoot + summary: Update the navigation property attendanceRecords in solutions + operationId: solution.virtualEvent.townhall.session.attendanceReport_UpdateAttendanceRecord parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingAppointment-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingAppointment + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingAppointment + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - name: attendanceRecord-id + in: path + description: The unique identifier of attendanceRecord + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attendanceRecord requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: @@ -7820,36 +8046,48 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.bookingBusiness - summary: Delete bookingAppointment - description: Delete a bookingAppointment in the specified bookingBusiness. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-beta - operationId: solution.bookingBusiness_DeleteAppointment + - solutions.virtualEventsRoot + summary: Delete navigation property attendanceRecords for solutions + operationId: solution.virtualEvent.townhall.session.attendanceReport_DeleteAttendanceRecord parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingAppointment-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingAppointment + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingAppointment + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - name: attendanceRecord-id + in: path + description: The unique identifier of attendanceRecord + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attendanceRecord - name: If-Match in: header description: ETag @@ -7862,67 +8100,67 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/microsoft.graph.cancel': - post: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': + get: tags: - - solutions.Actions - summary: Invoke action cancel - description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta - operationId: solution.bookingBusiness.appointment_cancel + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.townhall.session.attendanceReport.attendanceRecord_GetCount parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingAppointment-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingAppointment + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingAppointment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - cancellationMessage: - type: string - nullable: true - additionalProperties: - type: object - required: true + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count': get: tags: - - solutions.bookingBusiness + - solutions.virtualEventsRoot summary: Get the number of the resource - operationId: solution.bookingBusiness.appointment_GetCount + operationId: solution.virtualEvent.townhall.session.attendanceReport_GetCount parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -7930,38 +8168,29 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters': get: tags: - - solutions.bookingBusiness - summary: Get calendarView from solutions - description: The set of appointments of this business in a specified date range. Read-only. Nullable. - operationId: solution.bookingBusiness_ListCalendarView + - solutions.virtualEventsRoot + summary: Get presenters from solutions + operationId: solution.virtualEvent.townhall.session_ListPresenter parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: start - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: end - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession required: true - style: form - explode: false + style: simple schema: type: string + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -7999,84 +8228,44 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}': + get: tags: - - solutions.bookingBusiness - summary: Create new navigation property to calendarView for solutions - operationId: solution.bookingBusiness_CreateCalendarView + - solutions.virtualEventsRoot + summary: Get presenters from solutions + operationId: solution.virtualEvent.townhall.session_GetPresenter parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}': - get: - tags: - - solutions.bookingBusiness - summary: Get calendarView from solutions - description: The set of appointments of this business in a specified date range. Read-only. Nullable. - operationId: solution.bookingBusiness_GetCalendarView - parameters: - - name: bookingBusiness-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingAppointment-id + x-ms-docs-key-type: virtualEventSession + - name: virtualEventPresenter-id in: path - description: The unique identifier of bookingAppointment + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: bookingAppointment - - name: start - in: query - description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: end - in: query - description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string + x-ms-docs-key-type: virtualEventPresenter - name: $select in: query description: Select properties to be returned @@ -8103,167 +8292,63 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.bookingBusiness - summary: Update the navigation property calendarView in solutions - operationId: solution.bookingBusiness_UpdateCalendarView - parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingAppointment-id - in: path - description: The unique identifier of bookingAppointment - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingAppointment - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.bookingBusiness - summary: Delete navigation property calendarView for solutions - operationId: solution.bookingBusiness_DeleteCalendarView - parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingAppointment-id - in: path - description: The unique identifier of bookingAppointment - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingAppointment - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/microsoft.graph.cancel': - post: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count': + get: tags: - - solutions.Actions - summary: Invoke action cancel - description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta - operationId: solution.bookingBusiness.calendarView_cancel + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.townhall.session.presenter_GetCount parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingAppointment-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingAppointment + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingAppointment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - cancellationMessage: - type: string - nullable: true - additionalProperties: - type: object - required: true + x-ms-docs-key-type: virtualEventSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations': get: tags: - - solutions.bookingBusiness - summary: Get the number of the resource - operationId: solution.bookingBusiness.calendarView_GetCount + - solutions.virtualEventsRoot + summary: Get registrations from solutions + operationId: solution.virtualEvent.townhall.session_ListRegistration parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/bookingBusinesses/{bookingBusiness-id}/customers': - get: - tags: - - solutions.bookingBusiness - summary: Get customers from solutions - description: All the customers of this business. Read-only. Nullable. - operationId: solution.bookingBusiness_ListCustomer - parameters: - - name: bookingBusiness-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -8301,68 +8386,44 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.bookingCustomerCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}': + get: tags: - - solutions.bookingBusiness - summary: Create new navigation property to customers for solutions - operationId: solution.bookingBusiness_CreateCustomer + - solutions.virtualEventsRoot + summary: Get registrations from solutions + operationId: solution.virtualEvent.townhall.session_GetRegistration parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomer' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomer' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}': - get: - tags: - - solutions.bookingBusiness - summary: Get customers from solutions - description: All the customers of this business. Read-only. Nullable. - operationId: solution.bookingBusiness_GetCustomer - parameters: - - name: bookingBusiness-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingCustomer-id + x-ms-docs-key-type: virtualEventSession + - name: virtualEventRegistration-id in: path - description: The unique identifier of bookingCustomer + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: bookingCustomer + x-ms-docs-key-type: virtualEventRegistration - name: $select in: query description: Select properties to be returned @@ -8389,136 +8450,102 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomer' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email=''{email}'')': + get: tags: - - solutions.bookingBusiness - summary: Update the navigation property customers in solutions - operationId: solution.bookingBusiness_UpdateCustomer + - solutions.virtualEventsRoot + summary: Get registrations from solutions + operationId: solution.virtualEvent.townhall.session.registration_GetGraphBPreEmail parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingCustomer-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingCustomer + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingCustomer - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomer' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomer' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.bookingBusiness - summary: Delete navigation property customers for solutions - operationId: solution.bookingBusiness_DeleteCustomer - parameters: - - name: bookingBusiness-id + x-ms-docs-key-type: virtualEventSession + - name: email in: path - description: The unique identifier of bookingBusiness + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingCustomer-id - in: path - description: The unique identifier of bookingCustomer - required: true - style: simple + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: bookingCustomer - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId=''{userId}'')': get: tags: - - solutions.bookingBusiness - summary: Get the number of the resource - operationId: solution.bookingBusiness.customer_GetCount + - solutions.virtualEventsRoot + summary: Get registrations from solutions + operationId: solution.virtualEvent.townhall.session.registration_GetGraphBPreUserId parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions': - get: - tags: - - solutions.bookingBusiness - summary: Get customQuestions from solutions - description: All custom questions of this business. - operationId: solution.bookingBusiness_ListCustomQuestion - parameters: - - name: bookingBusiness-id + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: virtualEventSession + - name: userId + in: path + description: Alternate key of virtualEventRegistration + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + nullable: true - name: $select in: query description: Select properties to be returned @@ -8541,68 +8568,68 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.bookingCustomQuestionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count': + get: tags: - - solutions.bookingBusiness - summary: Create new navigation property to customQuestions for solutions - operationId: solution.bookingBusiness_CreateCustomQuestion + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.townhall.session.registration_GetCount parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' - required: true + x-ms-docs-key-type: virtualEventTownhall + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl=''{joinWebUrl}'')': get: tags: - - solutions.bookingBusiness - summary: Get customQuestions from solutions - description: All custom questions of this business. - operationId: solution.bookingBusiness_GetCustomQuestion + - solutions.virtualEventsRoot + summary: Get sessions from solutions + description: The sessions for the virtual event. + operationId: solution.virtualEvent.townhall.session_GetGraphBPreJoinWebUrl parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingCustomQuestion-id + x-ms-docs-key-type: virtualEventTownhall + - name: joinWebUrl in: path - description: The unique identifier of bookingCustomQuestion + description: Alternate key of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingCustomQuestion + nullable: true - name: $select in: query description: Select properties to be returned @@ -8629,38 +8656,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.bookingBusiness - summary: Update the navigation property customQuestions in solutions - operationId: solution.bookingBusiness_UpdateCustomQuestion + - solutions.virtualEventsRoot + summary: Update the navigation property sessions in solutions + operationId: solution.virtualEvent.townhall.session_UpdateGraphBPreJoinWebUrl parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingCustomQuestion-id + x-ms-docs-key-type: virtualEventTownhall + - name: joinWebUrl in: path - description: The unique identifier of bookingCustomQuestion + description: Alternate key of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingCustomQuestion + nullable: true requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: @@ -8668,32 +8695,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.bookingBusiness - summary: Delete navigation property customQuestions for solutions - operationId: solution.bookingBusiness_DeleteCustomQuestion + - solutions.virtualEventsRoot + summary: Delete navigation property sessions for solutions + operationId: solution.virtualEvent.townhall.session_DeleteGraphBPreJoinWebUrl parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingCustomQuestion-id + x-ms-docs-key-type: virtualEventTownhall + - name: joinWebUrl in: path - description: The unique identifier of bookingCustomQuestion + description: Alternate key of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: bookingCustomQuestion + nullable: true - name: If-Match in: header description: ETag @@ -8706,21 +8733,21 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count': + '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count': get: tags: - - solutions.bookingBusiness + - solutions.virtualEventsRoot summary: Get the number of the resource - operationId: solution.bookingBusiness.customQuestion_GetCount + operationId: solution.virtualEvent.townhall.session_GetCount parameters: - - name: bookingBusiness-id + - name: virtualEventTownhall-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventTownhall required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventTownhall - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -8728,55 +8755,89 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/solutions/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.getStaffAvailability': - post: + /solutions/virtualEvents/townhalls/$count: + get: tags: - - solutions.Actions - summary: Invoke action getStaffAvailability - description: Get the availability information of staff members of a Microsoft Bookings calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta - operationId: solution.bookingBusiness_getStaffAvailability + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.townhall_GetCount parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/virtualEvents/townhalls/microsoft.graph.getByUserIdAndRole(userId=''{userId}'',role=''{role}'')': + get: + tags: + - solutions.Functions + summary: Invoke function getByUserIdAndRole + operationId: solution.virtualEvent.townhall_getGraphBPreUserIdAndRole + parameters: + - name: userId + in: path + description: 'Usage: userId=''{userId}''' required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - staffIds: - type: array - items: - type: string - startDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - endDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true + - name: role + in: path + description: 'Usage: role=''{role}''' + required: true + style: simple + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Success content: application/json: schema: + title: Collection of virtualEventTownhall type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.staffAvailabilityItem' + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' '@odata.nextLink': type: string nullable: true @@ -8784,76 +8845,94 @@ paths: type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action + x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/solutions/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.publish': - post: + '/solutions/virtualEvents/townhalls/microsoft.graph.getByUserRole(role=''{role}'')': + get: tags: - - solutions.Actions - summary: Invoke action publish - description: 'Make the scheduling page of this business available to external customers. Set the isPublished property to true, and publicUrl property to the URL of the scheduling page.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta - operationId: solution.bookingBusiness_publish + - solutions.Functions + summary: Invoke function getByUserRole + operationId: solution.virtualEvent.townhall_getGraphBPreUserRole parameters: - - name: bookingBusiness-id + - name: role in: path - description: The unique identifier of bookingBusiness + description: 'Usage: role=''{role}''' required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/bookingBusinesses/{bookingBusiness-id}/microsoft.graph.unpublish': - post: - tags: - - solutions.Actions - summary: Invoke action unpublish - description: 'Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and publicUrl property to null.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta - operationId: solution.bookingBusiness_unpublish - parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: bookingBusiness + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Success + content: + application/json: + schema: + title: Collection of virtualEventTownhall + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/bookingBusinesses/{bookingBusiness-id}/services': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /solutions/virtualEvents/webinars: get: tags: - - solutions.bookingBusiness - summary: Get services from solutions - description: All the services offered by this business. Read-only. Nullable. - operationId: solution.bookingBusiness_ListService + - solutions.virtualEventsRoot + summary: List webinars + description: Get the list of all virtualEventWebinar objects created in the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta + operationId: solution.virtualEvent_ListWebinar parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingBusiness - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -8891,7 +8970,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.bookingServiceCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventWebinarCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -8900,24 +8979,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.bookingBusiness - summary: Create new navigation property to services for solutions - operationId: solution.bookingBusiness_CreateService - parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingBusiness + - solutions.virtualEventsRoot + summary: Create virtualEventWebinar + description: Create a new virtualEventWebinar object in draft mode. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta + operationId: solution.virtualEvent_CreateWebinar requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingService' + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' required: true responses: 2XX: @@ -8925,34 +8999,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingService' + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}': get: tags: - - solutions.bookingBusiness - summary: Get services from solutions - description: All the services offered by this business. Read-only. Nullable. - operationId: solution.bookingBusiness_GetService + - solutions.virtualEventsRoot + summary: Get virtualEventWebinar + description: Read the properties and relationships of a virtualEventWebinar object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta + operationId: solution.virtualEvent_GetWebinar parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingService-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingService + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingService + x-ms-docs-key-type: virtualEventWebinar - name: $select in: query description: Select properties to be returned @@ -8979,38 +9048,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingService' + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.bookingBusiness - summary: Update the navigation property services in solutions - operationId: solution.bookingBusiness_UpdateService + - solutions.virtualEventsRoot + summary: Update virtualEventWebinar + description: Update the properties of a virtualEventWebinar object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta + operationId: solution.virtualEvent_UpdateWebinar parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingService-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingService + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingService + x-ms-docs-key-type: virtualEventWebinar requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingService' + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' required: true responses: 2XX: @@ -9018,32 +9083,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingService' + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.bookingBusiness - summary: Delete navigation property services for solutions - operationId: solution.bookingBusiness_DeleteService + - solutions.virtualEventsRoot + summary: Delete navigation property webinars for solutions + operationId: solution.virtualEvent_DeleteWebinar parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingService-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingService + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingService + x-ms-docs-key-type: virtualEventWebinar - name: If-Match in: header description: ETag @@ -9056,44 +9113,22 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count': - get: - tags: - - solutions.bookingBusiness - summary: Get the number of the resource - operationId: solution.bookingBusiness.service_GetCount - parameters: - - name: bookingBusiness-id - in: path - description: The unique identifier of bookingBusiness - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: bookingBusiness - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters': get: tags: - - solutions.bookingBusiness - summary: Get staffMembers from solutions - description: All the staff members that provide services in this business. Read-only. Nullable. - operationId: solution.bookingBusiness_ListStaffMember + - solutions.virtualEventsRoot + summary: Get presenters from solutions + description: The virtual event presenters. + operationId: solution.virtualEvent.webinar_ListPresenter parameters: - - name: bookingBusiness-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventWebinar - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -9131,7 +9166,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.bookingStaffMemberCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -9140,24 +9175,24 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.bookingBusiness - summary: Create new navigation property to staffMembers for solutions - operationId: solution.bookingBusiness_CreateStaffMember + - solutions.virtualEventsRoot + summary: Create new navigation property to presenters for solutions + operationId: solution.virtualEvent.webinar_CreatePresenter parameters: - - name: bookingBusiness-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness + x-ms-docs-key-type: virtualEventWebinar requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: @@ -9165,34 +9200,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}': get: tags: - - solutions.bookingBusiness - summary: Get staffMembers from solutions - description: All the staff members that provide services in this business. Read-only. Nullable. - operationId: solution.bookingBusiness_GetStaffMember + - solutions.virtualEventsRoot + summary: Get presenters from solutions + description: The virtual event presenters. + operationId: solution.virtualEvent.webinar_GetPresenter parameters: - - name: bookingBusiness-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingStaffMember-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventPresenter-id in: path - description: The unique identifier of bookingStaffMember + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: bookingStaffMember + x-ms-docs-key-type: virtualEventPresenter - name: $select in: query description: Select properties to be returned @@ -9219,38 +9254,42 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.bookingBusiness - summary: Update the navigation property staffMembers in solutions - operationId: solution.bookingBusiness_UpdateStaffMember + - solutions.virtualEventsRoot + summary: Update virtualEventPresenter + description: Update the properties of a virtualEventPresenter object. Currently the supported virtual event type is virtualEventWebinar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta + operationId: solution.virtualEvent.webinar_UpdatePresenter parameters: - - name: bookingBusiness-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingStaffMember-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventPresenter-id in: path - description: The unique identifier of bookingStaffMember + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: bookingStaffMember + x-ms-docs-key-type: virtualEventPresenter requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: @@ -9258,32 +9297,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.bookingBusiness - summary: Delete navigation property staffMembers for solutions - operationId: solution.bookingBusiness_DeleteStaffMember + - solutions.virtualEventsRoot + summary: Delete navigation property presenters for solutions + operationId: solution.virtualEvent.webinar_DeletePresenter parameters: - - name: bookingBusiness-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - name: bookingStaffMember-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventPresenter-id in: path - description: The unique identifier of bookingStaffMember + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: bookingStaffMember + x-ms-docs-key-type: virtualEventPresenter - name: If-Match in: header description: ETag @@ -9296,53 +9335,29 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions': get: tags: - - solutions.bookingBusiness - summary: Get the number of the resource - operationId: solution.bookingBusiness.staffMember_GetCount + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.webinar.presenter_ListSession parameters: - - name: bookingBusiness-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingBusiness + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingBusiness - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/bookingBusinesses/$count: - get: - tags: - - solutions.bookingBusiness - summary: Get the number of the resource - operationId: solution.bookingBusiness_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/bookingCurrencies: - get: - tags: - - solutions.bookingCurrency - summary: List bookingCurrencies - description: Get a list of bookingCurrency objects available to a Microsoft Bookings business. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-beta - operationId: solution_ListBookingCurrency - parameters: + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventPresenter-id + in: path + description: The unique identifier of virtualEventPresenter + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventPresenter - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -9380,54 +9395,44 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.bookingCurrencyCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - solutions.bookingCurrency - summary: Create new navigation property to bookingCurrencies for solutions - operationId: solution_CreateBookingCurrency - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCurrency' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCurrency' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/bookingCurrencies/{bookingCurrency-id}': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}': get: tags: - - solutions.bookingCurrency - summary: Get bookingCurrency - description: 'Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-beta - operationId: solution_GetBookingCurrency + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.webinar.presenter_GetSession parameters: - - name: bookingCurrency-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingCurrency + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingCurrency + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventPresenter-id + in: path + description: The unique identifier of virtualEventPresenter + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventPresenter + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession - name: $select in: query description: Select properties to be returned @@ -9454,107 +9459,41 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.bookingCurrency' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl=''{joinWebUrl}'')': + get: tags: - - solutions.bookingCurrency - summary: Update the navigation property bookingCurrencies in solutions - operationId: solution_UpdateBookingCurrency + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.webinar.presenter.session_GetGraphBPreJoinWebUrl parameters: - - name: bookingCurrency-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of bookingCurrency + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: bookingCurrency - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCurrency' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bookingCurrency' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.bookingCurrency - summary: Delete navigation property bookingCurrencies for solutions - operationId: solution_DeleteBookingCurrency - parameters: - - name: bookingCurrency-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventPresenter-id in: path - description: The unique identifier of bookingCurrency + description: The unique identifier of virtualEventPresenter required: true style: simple schema: type: string - x-ms-docs-key-type: bookingCurrency - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: virtualEventPresenter + - name: joinWebUrl + in: path + description: Alternate key of virtualEventSession + required: true style: simple schema: type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /solutions/bookingCurrencies/$count: - get: - tags: - - solutions.bookingCurrency - summary: Get the number of the resource - operationId: solution.bookingCurrency_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/businessScenarios: - get: - tags: - - solutions.businessScenario - summary: List businessScenarios - description: Get a list of all businessScenario objects in an organization. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta - operationId: solution_ListBusinessScenario - 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 + nullable: true - name: $select in: query description: Select properties to be returned @@ -9577,58 +9516,85 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.businessScenarioCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count': + get: tags: - - solutions.businessScenario - summary: Create businessScenario - description: Create a new businessScenario object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta - operationId: solution_CreateBusinessScenario - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenario' - required: true + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.presenter.session_GetCount + parameters: + - name: virtualEventWebinar-id + in: path + description: The unique identifier of virtualEventWebinar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventPresenter-id + in: path + description: The unique identifier of virtualEventPresenter + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventPresenter + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenario' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count': + get: + tags: + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.presenter_GetCount + parameters: + - name: virtualEventWebinar-id + in: path + description: The unique identifier of virtualEventWebinar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventWebinar + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration': get: tags: - - solutions.businessScenario - summary: Get businessScenario - description: Read the properties and relationships of a businessScenario object. + - solutions.virtualEventsRoot + summary: Get virtualEventWebinarRegistrationConfiguration + description: Read the properties and relationships of a virtualEventWebinarRegistrationConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta - operationId: solution_GetBusinessScenario + url: https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta + operationId: solution.virtualEvent.webinar_GetRegistrationConfiguration parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventWebinar - name: $select in: query description: Select properties to be returned @@ -9655,34 +9621,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.businessScenario' + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.businessScenario - summary: Update businessScenario - description: Update the properties of a businessScenario object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta - operationId: solution_UpdateBusinessScenario + - solutions.virtualEventsRoot + summary: Update the navigation property registrationConfiguration in solutions + operationId: solution.virtualEvent.webinar_UpdateRegistrationConfiguration parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventWebinar requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.businessScenario' + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' required: true responses: 2XX: @@ -9690,28 +9652,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.businessScenario' + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.businessScenario - summary: Delete businessScenario - description: Delete a businessScenario object. The deletion of a scenario causes all data associated with the scenario to be deleted. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta - operationId: solution_DeleteBusinessScenario + - solutions.virtualEventsRoot + summary: Delete navigation property registrationConfiguration for solutions + operationId: solution.virtualEvent.webinar_DeleteRegistrationConfiguration parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventWebinar - name: If-Match in: header description: ETag @@ -9724,25 +9682,40 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions': get: tags: - - solutions.businessScenario - summary: Get businessScenarioPlanner - description: Read the properties and relationships of a businessScenarioPlanner object. + - solutions.virtualEventsRoot + summary: List questions + description: Get a list of all registration questions for a webinar. The list can include either predefined registration questions or custom registration questions. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta - operationId: solution.businessScenario_GetPlanner + url: https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-beta + operationId: solution.virtualEvent.webinar.registrationConfiguration_ListQuestion parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventWebinar + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -9765,131 +9738,72 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' + $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationQuestionBaseCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - solutions.businessScenario - summary: Update the navigation property planner in solutions - operationId: solution.businessScenario_UpdatePlanner - parameters: - - name: businessScenario-id + - solutions.virtualEventsRoot + summary: Create question + description: Create a registration question for a webinar. You can create either a predefined registration question or a custom registration question. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-beta + operationId: solution.virtualEvent.webinar.registrationConfiguration_CreateQuestion + parameters: + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventWebinar requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.businessScenario - summary: Delete navigation property planner for solutions - operationId: solution.businessScenario_DeletePlanner - parameters: - - name: businessScenario-id - in: path - description: The unique identifier of businessScenario - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenario - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/microsoft.graph.getPlan': - post: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}': + get: tags: - - solutions.Actions - summary: Invoke action getPlan - description: 'Get information about the plannerPlan mapped to a given target. If a plannerPlan doesn''t exist for the specified target at the time of the request, a new plan will be created for the businessScenario.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta - operationId: solution.businessScenario.planner_getPlan + - solutions.virtualEventsRoot + summary: Get questions from solutions + description: Registration questions. + operationId: solution.virtualEvent.webinar.registrationConfiguration_GetQuestion parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - target: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTaskTargetBase' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanReference' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration': - get: - tags: - - solutions.businessScenario - summary: Get plannerPlanConfiguration - description: Read the properties and relationships of a plannerPlanConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-beta - operationId: solution.businessScenario.planner_GetPlanConfiguration - parameters: - - name: businessScenario-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistrationQuestionBase-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventRegistrationQuestionBase required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventRegistrationQuestionBase - name: $select in: query description: Select properties to be returned @@ -9916,34 +9830,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.businessScenario - summary: Update plannerPlanConfiguration - description: Update the properties of a plannerPlanConfiguration object for a businessScenario. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta - operationId: solution.businessScenario.planner_UpdatePlanConfiguration + - solutions.virtualEventsRoot + summary: Update the navigation property questions in solutions + operationId: solution.virtualEvent.webinar.registrationConfiguration_UpdateQuestion parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistrationQuestionBase-id + in: path + description: The unique identifier of virtualEventRegistrationQuestionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventRegistrationQuestionBase requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' required: true responses: 2XX: @@ -9951,24 +9869,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.businessScenario - summary: Delete navigation property planConfiguration for solutions - operationId: solution.businessScenario.planner_DeletePlanConfiguration + - solutions.virtualEventsRoot + summary: Delete virtualEventRegistrationQuestionBase + description: 'Delete a registration question from a webinar. The question can either be a predefined registration question or a custom registration question. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-beta + operationId: solution.virtualEvent.webinar.registrationConfiguration_DeleteQuestion parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistrationQuestionBase-id + in: path + description: The unique identifier of virtualEventRegistrationQuestionBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventRegistrationQuestionBase - name: If-Match in: header description: ETag @@ -9981,25 +9911,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count': + get: + tags: + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.registrationConfiguration.question_GetCount + parameters: + - name: virtualEventWebinar-id + in: path + description: The unique identifier of virtualEventWebinar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventWebinar + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations': get: tags: - - solutions.businessScenario - summary: List plannerPlanConfigurationLocalizations - description: Get a list of the plannerPlanConfigurationLocalization objects and their properties. + - solutions.virtualEventsRoot + summary: List virtualEventRegistrations + description: Get a list of all registration records of a webinar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta - operationId: solution.businessScenario.planner.planConfiguration_ListLocalization + url: https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta + operationId: solution.virtualEvent.webinar_ListRegistration parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventWebinar - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -10037,7 +9989,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.plannerPlanConfigurationLocalizationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -10046,28 +9998,28 @@ paths: x-ms-docs-operation-type: operation post: tags: - - solutions.businessScenario - summary: Create plannerPlanConfigurationLocalization - description: Create a new plannerPlanConfigurationLocalization object. + - solutions.virtualEventsRoot + summary: Create virtualEventRegistration + description: 'Create a registration record for a registrant of a webinar. This method registers the person for the webinar. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-post-localizations?view=graph-rest-beta - operationId: solution.businessScenario.planner.planConfiguration_CreateLocalization + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta + operationId: solution.virtualEvent.webinar_CreateRegistration parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventWebinar requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' required: true responses: 2XX: @@ -10075,37 +10027,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}': get: tags: - - solutions.businessScenario - summary: Get plannerPlanConfigurationLocalization - description: Read the properties and relationships of a plannerPlanConfigurationLocalization object. + - solutions.virtualEventsRoot + summary: Get virtualEventRegistration + description: Get the properties and relationships of a virtualEventRegistration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-get?view=graph-rest-beta - operationId: solution.businessScenario.planner.planConfiguration_GetLocalization + url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta + operationId: solution.virtualEvent.webinar_GetRegistration parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: plannerPlanConfigurationLocalization-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistration-id in: path - description: The unique identifier of plannerPlanConfigurationLocalization + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: plannerPlanConfigurationLocalization + x-ms-docs-key-type: virtualEventRegistration - name: $select in: query description: Select properties to be returned @@ -10132,42 +10084,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.businessScenario - summary: Update plannerPlanConfigurationLocalization - description: Update the properties of a plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-update?view=graph-rest-beta - operationId: solution.businessScenario.planner.planConfiguration_UpdateLocalization + - solutions.virtualEventsRoot + summary: Update the navigation property registrations in solutions + operationId: solution.virtualEvent.webinar_UpdateRegistration parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: plannerPlanConfigurationLocalization-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistration-id in: path - description: The unique identifier of plannerPlanConfigurationLocalization + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: plannerPlanConfigurationLocalization + x-ms-docs-key-type: virtualEventRegistration requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' required: true responses: 2XX: @@ -10175,36 +10123,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.businessScenario - summary: Delete plannerPlanConfigurationLocalization - description: Delete a plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-delete-localizations?view=graph-rest-beta - operationId: solution.businessScenario.planner.planConfiguration_DeleteLocalization + - solutions.virtualEventsRoot + summary: Delete navigation property registrations for solutions + operationId: solution.virtualEvent.webinar_DeleteRegistration parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: plannerPlanConfigurationLocalization-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistration-id in: path - description: The unique identifier of plannerPlanConfigurationLocalization + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: plannerPlanConfigurationLocalization + x-ms-docs-key-type: virtualEventRegistration - name: If-Match in: header description: ETag @@ -10217,157 +10161,63 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count': - get: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/microsoft.graph.cancel': + post: tags: - - solutions.businessScenario - summary: Get the number of the resource - operationId: solution.businessScenario.planner.planConfiguration.localization_GetCount + - solutions.Actions + summary: Invoke action cancel + description: 'Cancel a registrant''s registration record for a webinar. ' + operationId: solution.virtualEvent.webinar.registration_cancel parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistration-id + in: path + description: The unique identifier of virtualEventRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventRegistration responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration': + x-ms-docs-operation-type: action + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions': get: tags: - - solutions.businessScenario - summary: Get plannerTaskConfiguration - description: Read the properties and relationships of a plannerTaskConfiguration object. + - solutions.virtualEventsRoot + summary: List sessions + description: Get a list of sessions that a registrant registered for in a webinar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-beta - operationId: solution.businessScenario.planner_GetTaskConfiguration + url: https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta + operationId: solution.virtualEvent.webinar.registration_ListSession parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.businessScenario - summary: Update plannerTaskConfiguration - description: Update the properties of a plannerTaskConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-beta - operationId: solution.businessScenario.planner_UpdateTaskConfiguration - parameters: - - name: businessScenario-id - in: path - description: The unique identifier of businessScenario - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenario - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.businessScenario - summary: Delete navigation property taskConfiguration for solutions - operationId: solution.businessScenario.planner_DeleteTaskConfiguration - parameters: - - name: businessScenario-id - in: path - description: The unique identifier of businessScenario - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenario - - 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 - '/solutions/businessScenarios/{businessScenario-id}/planner/tasks': - get: - tags: - - solutions.businessScenario - summary: List businessScenarioTasks - description: Get a list of the businessScenarioTask objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta - operationId: solution.businessScenario.planner_ListTask - parameters: - - name: businessScenario-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistration-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario + x-ms-docs-key-type: virtualEventRegistration - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -10405,75 +10255,44 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.businessScenarioTaskCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}': + get: tags: - - solutions.businessScenario - summary: Create businessScenarioTask - description: Create a new businessScenarioTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-beta - operationId: solution.businessScenario.planner_CreateTask + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.webinar.registration_GetSession parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}': - get: - tags: - - solutions.businessScenario - summary: Get businessScenarioTask - description: Read the properties and relationships of a businessScenarioTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta - operationId: solution.businessScenario.planner_GetTask - parameters: - - name: businessScenario-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistration-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventRegistration + - name: virtualEventSession-id in: path - description: The unique identifier of businessScenarioTask + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask + x-ms-docs-key-type: virtualEventSession - name: $select in: query description: Select properties to be returned @@ -10500,115 +10319,128 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl=''{joinWebUrl}'')': + get: tags: - - solutions.businessScenario - summary: Update businessScenarioTask - description: Update the properties of a businessScenarioTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-beta - operationId: solution.businessScenario.planner_UpdateTask + - solutions.virtualEventsRoot + summary: Get sessions from solutions + operationId: solution.virtualEvent.webinar.registration.session_GetGraphBPreJoinWebUrl parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistration-id in: path - description: The unique identifier of businessScenarioTask + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' - required: true + x-ms-docs-key-type: virtualEventRegistration + - name: joinWebUrl + in: path + description: Alternate key of virtualEventSession + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count': + get: tags: - - solutions.businessScenario - summary: Delete businessScenarioTask - description: Delete a businessScenarioTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-beta - operationId: solution.businessScenario.planner_DeleteTask + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.registration.session_GetCount parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventRegistration-id in: path - description: The unique identifier of businessScenarioTask + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: virtualEventRegistration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')': get: tags: - - solutions.businessScenario - summary: Get assignedToTaskBoardFormat from solutions - description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. - operationId: solution.businessScenario.planner.task_GetAssignedToTaskBoardFormat + - solutions.virtualEventsRoot + summary: Get virtualEventRegistration + description: Get the properties and relationships of a virtualEventRegistration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta + operationId: solution.virtualEvent.webinar.registration_GetGraphBPreEmail parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: email in: path - description: The unique identifier of businessScenarioTask + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask + nullable: true - name: $select in: query description: Select properties to be returned @@ -10635,45 +10467,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.businessScenario - summary: Update the navigation property assignedToTaskBoardFormat in solutions - operationId: solution.businessScenario.planner.task_UpdateAssignedToTaskBoardFormat + - solutions.virtualEventsRoot + summary: Update the navigation property registrations in solutions + operationId: solution.virtualEvent.webinar.registration_UpdateGraphBPreEmail parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: email in: path - description: The unique identifier of businessScenarioTask - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenarioTask - - name: If-Match - in: header - description: ETag value. + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string + nullable: true requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' required: true responses: 2XX: @@ -10681,32 +10506,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.businessScenario - summary: Delete navigation property assignedToTaskBoardFormat for solutions - operationId: solution.businessScenario.planner.task_DeleteAssignedToTaskBoardFormat - parameters: - - name: businessScenario-id + - solutions.virtualEventsRoot + summary: Delete navigation property registrations for solutions + operationId: solution.virtualEvent.webinar.registration_DeleteGraphBPreEmail + parameters: + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: email in: path - description: The unique identifier of businessScenarioTask + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask + nullable: true - name: If-Match in: header description: ETag @@ -10719,30 +10544,63 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')/microsoft.graph.cancel': + post: + tags: + - solutions.Actions + summary: Invoke action cancel + description: 'Cancel a registrant''s registration record for a webinar. ' + operationId: solution.virtualEvent.webinar.registration.email_cancel + parameters: + - name: virtualEventWebinar-id + in: path + description: The unique identifier of virtualEventWebinar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventWebinar + - name: email + in: path + description: Alternate key of virtualEventRegistration + required: true + style: simple + schema: + type: string + nullable: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')': get: tags: - - solutions.businessScenario - summary: Get bucketTaskBoardFormat from solutions - description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. - operationId: solution.businessScenario.planner.task_GetBucketTaskBoardFormat + - solutions.virtualEventsRoot + summary: Get virtualEventRegistration + description: Get the properties and relationships of a virtualEventRegistration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta + operationId: solution.virtualEvent.webinar.registration_GetGraphBPreUserId parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: userId in: path - description: The unique identifier of businessScenarioTask + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask + nullable: true - name: $select in: query description: Select properties to be returned @@ -10769,45 +10627,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.businessScenario - summary: Update the navigation property bucketTaskBoardFormat in solutions - operationId: solution.businessScenario.planner.task_UpdateBucketTaskBoardFormat + - solutions.virtualEventsRoot + summary: Update the navigation property registrations in solutions + operationId: solution.virtualEvent.webinar.registration_UpdateGraphBPreUserId parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: userId in: path - description: The unique identifier of businessScenarioTask - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenarioTask - - name: If-Match - in: header - description: ETag value. + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string + nullable: true requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' required: true responses: 2XX: @@ -10815,32 +10666,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.businessScenario - summary: Delete navigation property bucketTaskBoardFormat for solutions - operationId: solution.businessScenario.planner.task_DeleteBucketTaskBoardFormat + - solutions.virtualEventsRoot + summary: Delete navigation property registrations for solutions + operationId: solution.virtualEvent.webinar.registration_DeleteGraphBPreUserId parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: userId in: path - description: The unique identifier of businessScenarioTask + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask + nullable: true - name: If-Match in: header description: ETag @@ -10853,30 +10704,92 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')/microsoft.graph.cancel': + post: + tags: + - solutions.Actions + summary: Invoke action cancel + description: 'Cancel a registrant''s registration record for a webinar. ' + operationId: solution.virtualEvent.webinar.registration.userId_cancel + parameters: + - name: virtualEventWebinar-id + in: path + description: The unique identifier of virtualEventWebinar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventWebinar + - name: userId + in: path + description: Alternate key of virtualEventRegistration + required: true + style: simple + schema: + type: string + nullable: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count': get: tags: - - solutions.businessScenario - summary: Get details from solutions - description: Read-only. Nullable. More details about the task. - operationId: solution.businessScenario.planner.task_GetDetail + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.registration_GetCount parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions': + get: + tags: + - solutions.virtualEventsRoot + summary: List sessions + description: 'Get a list of all virtualEventSession objects under a virtual event. Currently, the following virtual event types are supported: virtualEventTownhall and virtualEventWebinar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta + operationId: solution.virtualEvent.webinar_ListSession + parameters: + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenarioTask + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask + x-ms-docs-key-type: virtualEventWebinar + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -10899,118 +10812,71 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' + $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - solutions.businessScenario - summary: Update the navigation property details in solutions - operationId: solution.businessScenario.planner.task_UpdateDetail + - solutions.virtualEventsRoot + summary: Create new navigation property to sessions for solutions + operationId: solution.virtualEvent.webinar_CreateSession parameters: - - name: businessScenario-id - in: path - description: The unique identifier of businessScenario - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenarioTask - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenarioTask - - name: If-Match - in: header - description: ETag value. + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string + x-ms-docs-key-type: virtualEventWebinar requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.businessScenario - summary: Delete navigation property details for solutions - operationId: solution.businessScenario.planner.task_DeleteDetail - parameters: - - name: businessScenario-id - in: path - description: The unique identifier of businessScenario - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id - in: path - description: The unique identifier of businessScenarioTask - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenarioTask - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}': get: tags: - - solutions.businessScenario - summary: Get progressTaskBoardFormat from solutions - description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. - operationId: solution.businessScenario.planner.task_GetProgressTaskBoardFormat + - solutions.virtualEventsRoot + summary: Get virtualEventSession + description: 'Read the properties and relationships of a virtualEventSession object. Currently, the following virtual event types are supported: virtualEventTownhall and virtualEventWebinar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta + operationId: solution.virtualEvent.webinar_GetSession parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: The unique identifier of businessScenarioTask + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask + x-ms-docs-key-type: virtualEventSession - name: $select in: query description: Select properties to be returned @@ -11037,45 +10903,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - solutions.businessScenario - summary: Update the navigation property progressTaskBoardFormat in solutions - operationId: solution.businessScenario.planner.task_UpdateProgressTaskBoardFormat + - solutions.virtualEventsRoot + summary: Update the navigation property sessions in solutions + operationId: solution.virtualEvent.webinar_UpdateSession parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: The unique identifier of businessScenarioTask - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: businessScenarioTask - - name: If-Match - in: header - description: ETag value. + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string + x-ms-docs-key-type: virtualEventSession requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: @@ -11083,32 +10942,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - solutions.businessScenario - summary: Delete navigation property progressTaskBoardFormat for solutions - operationId: solution.businessScenario.planner.task_DeleteProgressTaskBoardFormat + - solutions.virtualEventsRoot + summary: Delete navigation property sessions for solutions + operationId: solution.virtualEvent.webinar_DeleteSession parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - name: businessScenarioTask-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: The unique identifier of businessScenarioTask + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenarioTask + x-ms-docs-key-type: virtualEventSession - name: If-Match in: header description: ETag @@ -11121,47 +10980,48 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports': get: tags: - - solutions.businessScenario - summary: Get the number of the resource - operationId: solution.businessScenario.planner.task_GetCount + - solutions.virtualEventsRoot + summary: List meetingAttendanceReports + description: 'Get a list of meetingAttendanceReport objects for an onlineMeeting or a virtualEvent. Each time an online meeting or a virtual event ends, an attendance report is generated for that session.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta + operationId: solution.virtualEvent.webinar.session_ListAttendanceReport parameters: - - name: businessScenario-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: businessScenario - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/businessScenarios(uniqueName=''{uniqueName}'')': - get: - tags: - - solutions.businessScenario - summary: Get businessScenario - description: Read the properties and relationships of a businessScenario object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta - operationId: solution.businessScenario_GetGraphBPreUniqueName - parameters: - - name: uniqueName + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: Alternate key of businessScenario + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: virtualEventSession + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -11184,101 +11044,87 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenario' + $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - solutions.businessScenario - summary: Update businessScenario - description: Update the properties of a businessScenario object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta - operationId: solution.businessScenario_UpdateGraphBPreUniqueName + - solutions.virtualEventsRoot + summary: Create new navigation property to attendanceReports for solutions + operationId: solution.virtualEvent.webinar.session_CreateAttendanceReport parameters: - - name: uniqueName + - name: virtualEventWebinar-id in: path - description: Alternate key of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.businessScenario' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.businessScenario' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}': + get: tags: - - solutions.businessScenario - summary: Delete businessScenario - description: Delete a businessScenario object. The deletion of a scenario causes all data associated with the scenario to be deleted. + - solutions.virtualEventsRoot + summary: Get meetingAttendanceReport + description: 'Get the meetingAttendanceReport for an onlineMeeting or a virtualEvent. When an online meeting ends, an attendance report is generated for that session.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta - operationId: solution.businessScenario_DeleteGraphBPreUniqueName + url: https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta + operationId: solution.virtualEvent.webinar.session_GetAttendanceReport parameters: - - name: uniqueName + - name: virtualEventWebinar-id in: path - description: Alternate key of businessScenario + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - nullable: true - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true style: simple schema: type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /solutions/businessScenarios/$count: - get: - tags: - - solutions.businessScenario - summary: Get the number of the resource - operationId: solution.businessScenario_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/virtualEvents: - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEvents from solutions - description: A collection of virtual events. - operationId: solution_GetVirtualEvent - parameters: + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport - name: $select in: query description: Select properties to be returned @@ -11305,21 +11151,46 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot - summary: Update the navigation property virtualEvents in solutions - operationId: solution_UpdateVirtualEvent + summary: Update the navigation property attendanceReports in solutions + operationId: solution.virtualEvent.webinar.session_UpdateAttendanceReport + parameters: + - name: virtualEventWebinar-id + in: path + description: The unique identifier of virtualEventWebinar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: @@ -11327,16 +11198,40 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot - summary: Delete navigation property virtualEvents for solutions - operationId: solution_DeleteVirtualEvent + summary: Delete navigation property attendanceReports for solutions + operationId: solution.virtualEvent.webinar.session_DeleteAttendanceReport parameters: + - name: virtualEventWebinar-id + in: path + description: The unique identifier of virtualEventWebinar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport - name: If-Match in: header description: ETag @@ -11349,13 +11244,38 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /solutions/virtualEvents/events: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': get: tags: - solutions.virtualEventsRoot - summary: Get events from solutions - operationId: solution.virtualEvent_ListEvent + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. + operationId: solution.virtualEvent.webinar.session.attendanceReport_ListAttendanceRecord parameters: + - name: virtualEventWebinar-id + in: path + description: The unique identifier of virtualEventWebinar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -11393,7 +11313,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventCollectionResponse' + $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -11403,14 +11323,39 @@ paths: post: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to events for solutions - operationId: solution.virtualEvent_CreateEvent + summary: Create new navigation property to attendanceRecords for solutions + operationId: solution.virtualEvent.webinar.session.attendanceReport_CreateAttendanceRecord + parameters: + - name: virtualEventWebinar-id + in: path + description: The unique identifier of virtualEventWebinar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: @@ -11418,25 +11363,50 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': get: tags: - solutions.virtualEventsRoot - summary: Get events from solutions - operationId: solution.virtualEvent_GetEvent + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. + operationId: solution.virtualEvent.webinar.session.attendanceReport_GetAttendanceRecord parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - name: attendanceRecord-id + in: path + description: The unique identifier of attendanceRecord + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attendanceRecord - name: $select in: query description: Select properties to be returned @@ -11463,30 +11433,54 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot - summary: Update the navigation property events in solutions - operationId: solution.virtualEvent_UpdateEvent + summary: Update the navigation property attendanceRecords in solutions + operationId: solution.virtualEvent.webinar.session.attendanceReport_UpdateAttendanceRecord parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - name: attendanceRecord-id + in: path + description: The unique identifier of attendanceRecord + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attendanceRecord requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: @@ -11494,24 +11488,48 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot - summary: Delete navigation property events for solutions - operationId: solution.virtualEvent_DeleteEvent + summary: Delete navigation property attendanceRecords for solutions + operationId: solution.virtualEvent.webinar.session.attendanceReport_DeleteAttendanceRecord parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - name: attendanceRecord-id + in: path + description: The unique identifier of attendanceRecord + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attendanceRecord - name: If-Match in: header description: ETag @@ -11524,64 +11542,97 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/microsoft.graph.cancel': - post: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': + get: tags: - - solutions.Actions - summary: Invoke action cancel - operationId: solution.virtualEvent.event_cancel + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.session.attendanceReport.attendanceRecord_GetCount parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - name: meetingAttendanceReport-id + in: path + description: The unique identifier of meetingAttendanceReport + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: meetingAttendanceReport + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/virtualEvents/events/{virtualEvent-id}/microsoft.graph.publish': - post: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count': + get: tags: - - solutions.Actions - summary: Invoke action publish - operationId: solution.virtualEvent.event_publish + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.session.attendanceReport_GetCount parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters': get: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions - description: The virtual event presenters. - operationId: solution.virtualEvent.event_ListPresenter + operationId: solution.virtualEvent.webinar.session_ListPresenter parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -11626,53 +11677,29 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}': + get: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to presenters for solutions - operationId: solution.virtualEvent.event_CreatePresenter + summary: Get presenters from solutions + operationId: solution.virtualEvent.webinar.session_GetPresenter parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get presenters from solutions - description: The virtual event presenters. - operationId: solution.virtualEvent.event_GetPresenter - parameters: - - name: virtualEvent-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent + x-ms-docs-key-type: virtualEventSession - name: virtualEventPresenter-id in: path description: The unique identifier of virtualEventPresenter @@ -11711,102 +11738,59 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property presenters in solutions - operationId: solution.virtualEvent.event_UpdatePresenter - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count': + get: tags: - solutions.virtualEventsRoot - summary: Delete navigation property presenters for solutions - operationId: solution.virtualEvent.event_DeletePresenter + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.session.presenter_GetCount parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventPresenter-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: The unique identifier of virtualEventPresenter + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventPresenter - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: virtualEventSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations': get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.event.presenter_ListSession + summary: Get registrations from solutions + operationId: solution.virtualEvent.webinar.session_ListRegistration parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventPresenter-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: The unique identifier of virtualEventPresenter + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventPresenter + x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -11844,44 +11828,44 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}': get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.event.presenter_GetSession + summary: Get registrations from solutions + operationId: solution.virtualEvent.webinar.session_GetRegistration parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventPresenter-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: The unique identifier of virtualEventPresenter + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventPresenter - - name: virtualEventSession-id + x-ms-docs-key-type: virtualEventSession + - name: virtualEventRegistration-id in: path - description: The unique identifier of virtualEventSession + description: The unique identifier of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventSession + x-ms-docs-key-type: virtualEventRegistration - name: $select in: query description: Select properties to be returned @@ -11908,36 +11892,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl=''{joinWebUrl}'')': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email=''{email}'')': get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.event.presenter.session_GetGraphBPreJoinWebUrl + summary: Get registrations from solutions + operationId: solution.virtualEvent.webinar.session.registration_GetGraphBPreEmail parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventPresenter-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: The unique identifier of virtualEventPresenter + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventPresenter - - name: joinWebUrl + x-ms-docs-key-type: virtualEventSession + - name: email in: path - description: Alternate key of virtualEventSession + description: Alternate key of virtualEventRegistration required: true style: simple schema: @@ -11969,93 +11953,41 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId=''{userId}'')': get: tags: - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.event.presenter.session_GetCount + summary: Get registrations from solutions + operationId: solution.virtualEvent.webinar.session.registration_GetGraphBPreUserId parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventPresenter-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEventPresenter + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventPresenter - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.event.presenter_GetCount - parameters: - - name: virtualEvent-id + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: The sessions for the virtual event. - operationId: solution.virtualEvent.event_ListSession - parameters: - - name: virtualEvent-id + x-ms-docs-key-type: virtualEventSession + - name: userId in: path - description: The unique identifier of virtualEvent + description: Alternate key of virtualEventRegistration required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + nullable: true - name: $select in: query description: Select properties to be returned @@ -12078,68 +12010,71 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count': + get: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to sessions for solutions - operationId: solution.virtualEvent.event_CreateSession + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.session.registration_GetCount parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - required: true + x-ms-docs-key-type: virtualEventWebinar + - name: virtualEventSession-id + in: path + description: The unique identifier of virtualEventSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: virtualEventSession + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl=''{joinWebUrl}'')': get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: The sessions for the virtual event. - operationId: solution.virtualEvent.event_GetSession + summary: Get virtualEventSession + description: 'Read the properties and relationships of a virtualEventSession object. Currently, the following virtual event types are supported: virtualEventTownhall and virtualEventWebinar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta + operationId: solution.virtualEvent.webinar.session_GetGraphBPreJoinWebUrl parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id + x-ms-docs-key-type: virtualEventWebinar + - name: joinWebUrl in: path - description: The unique identifier of virtualEventSession + description: Alternate key of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventSession + nullable: true - name: $select in: query description: Select properties to be returned @@ -12174,24 +12109,24 @@ paths: tags: - solutions.virtualEventsRoot summary: Update the navigation property sessions in solutions - operationId: solution.virtualEvent.event_UpdateSession + operationId: solution.virtualEvent.webinar.session_UpdateGraphBPreJoinWebUrl parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id + x-ms-docs-key-type: virtualEventWebinar + - name: joinWebUrl in: path - description: The unique identifier of virtualEventSession + description: Alternate key of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventSession + nullable: true requestBody: description: New navigation property values content: @@ -12213,24 +12148,24 @@ paths: tags: - solutions.virtualEventsRoot summary: Delete navigation property sessions for solutions - operationId: solution.virtualEvent.event_DeleteSession + operationId: solution.virtualEvent.webinar.session_DeleteGraphBPreJoinWebUrl parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id + x-ms-docs-key-type: virtualEventWebinar + - name: joinWebUrl in: path - description: The unique identifier of virtualEventSession + description: Alternate key of virtualEventSession required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventSession + nullable: true - name: If-Match in: header description: ETag @@ -12243,38 +12178,75 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports': + '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count': get: tags: - solutions.virtualEventsRoot - summary: Get attendanceReports from solutions - description: The attendance reports of an online meeting. Read-only. - operationId: solution.virtualEvent.event.session_ListAttendanceReport + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar.session_GetCount parameters: - - name: virtualEvent-id + - name: virtualEventWebinar-id in: path - description: The unique identifier of virtualEvent + description: The unique identifier of virtualEventWebinar required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id + x-ms-docs-key-type: virtualEventWebinar + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /solutions/virtualEvents/webinars/$count: + get: + tags: + - solutions.virtualEventsRoot + summary: Get the number of the resource + operationId: solution.virtualEvent.webinar_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/virtualEvents/webinars/microsoft.graph.getByUserIdAndRole(userId=''{userId}'',role=''{role}'')': + get: + tags: + - solutions.Functions + summary: Invoke function getByUserIdAndRole + description: Get a list of virtualEventWebinar objects where the specified user is either the organizer or a coorganizer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta + operationId: solution.virtualEvent.webinar_getGraphBPreUserIdAndRole + parameters: + - name: userId in: path - description: The unique identifier of virtualEventSession + description: 'Usage: userId=''{userId}''' + required: true + style: simple + schema: + type: string + - name: role + in: path + description: 'Usage: role=''{role}''' required: true style: simple schema: type: string - x-ms-docs-key-type: virtualEventSession - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -12282,9 +12254,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -12304,84 +12276,51 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create new navigation property to attendanceReports for solutions - operationId: solution.virtualEvent.event.session_CreateAttendanceReport - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - required: true - responses: - 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + title: Collection of virtualEventWebinar + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/solutions/virtualEvents/webinars/microsoft.graph.getByUserRole(role=''{role}'')': get: tags: - - solutions.virtualEventsRoot - summary: Get attendanceReports from solutions - description: The attendance reports of an online meeting. Read-only. - operationId: solution.virtualEvent.event.session_GetAttendanceReport + - solutions.Functions + summary: Invoke function getByUserRole + description: Get a list of virtualEventWebinar objects where the signed-in user is either the organizer or a coorganizer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta + operationId: solution.virtualEvent.webinar_getGraphBPreUserRole parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id + - name: role in: path - description: The unique identifier of meetingAttendanceReport + description: 'Usage: role=''{role}''' required: true style: simple schema: type: string - x-ms-docs-key-type: meetingAttendanceReport + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -12392,6 +12331,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -12404,6451 +12353,7 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property attendanceReports in solutions - operationId: solution.virtualEvent.event.session_UpdateAttendanceReport - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property attendanceReports for solutions - operationId: solution.virtualEvent.event.session_DeleteAttendanceReport - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - 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 - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': - get: - tags: - - solutions.virtualEventsRoot - summary: Get attendanceRecords from solutions - description: List of attendance records of an attendance report. Read-only. - operationId: solution.virtualEvent.event.session.attendanceReport_ListAttendanceRecord - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create new navigation property to attendanceRecords for solutions - operationId: solution.virtualEvent.event.session.attendanceReport_CreateAttendanceRecord - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get attendanceRecords from solutions - description: List of attendance records of an attendance report. Read-only. - operationId: solution.virtualEvent.event.session.attendanceReport_GetAttendanceRecord - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: attendanceRecord-id - in: path - description: The unique identifier of attendanceRecord - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attendanceRecord - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property attendanceRecords in solutions - operationId: solution.virtualEvent.event.session.attendanceReport_UpdateAttendanceRecord - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: attendanceRecord-id - in: path - description: The unique identifier of attendanceRecord - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attendanceRecord - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property attendanceRecords for solutions - operationId: solution.virtualEvent.event.session.attendanceReport_DeleteAttendanceRecord - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: attendanceRecord-id - in: path - description: The unique identifier of attendanceRecord - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attendanceRecord - - 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 - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.event.session.attendanceReport.attendanceRecord_GetCount - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.event.session.attendanceReport_GetCount - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters': - get: - tags: - - solutions.virtualEventsRoot - summary: Get presenters from solutions - operationId: solution.virtualEvent.event.session_ListPresenter - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get presenters from solutions - operationId: solution.virtualEvent.event.session_GetPresenter - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.event.session.presenter_GetCount - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.event.session_ListRegistration - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.event.session_GetRegistration - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email=''{email}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.event.session.registration_GetGraphBPreEmail - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: email - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId=''{userId}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.event.session.registration_GetGraphBPreUserId - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: userId - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.event.session.registration_GetCount - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl=''{joinWebUrl}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: The sessions for the virtual event. - operationId: solution.virtualEvent.event.session_GetGraphBPreJoinWebUrl - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property sessions in solutions - operationId: solution.virtualEvent.event.session_UpdateGraphBPreJoinWebUrl - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property sessions for solutions - operationId: solution.virtualEvent.event.session_DeleteGraphBPreJoinWebUrl - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - - 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 - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.event.session_GetCount - parameters: - - name: virtualEvent-id - in: path - description: The unique identifier of virtualEvent - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEvent - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/virtualEvents/events/$count: - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.event_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/virtualEvents/townhalls: - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventTownhall - description: Read the properties and relationships of a virtualEventTownhall object. - operationId: solution.virtualEvent_ListTownhall - 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.virtualEventTownhallCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create virtualEventTownhall - description: Create a new virtualEventTownhall object in draft mode. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta - operationId: solution.virtualEvent_CreateTownhall - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventTownhall - description: Read the properties and relationships of a virtualEventTownhall object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta - operationId: solution.virtualEvent_GetTownhall - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update virtualEventTownhall - description: Update the properties of a vvirtualEventTownhall object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta - operationId: solution.virtualEvent_UpdateTownhall - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property townhalls for solutions - operationId: solution.virtualEvent_DeleteTownhall - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - 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 - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters': - get: - tags: - - solutions.virtualEventsRoot - summary: List presenters - description: 'Get the list of all virtualEventPresenter objects associated with a virtual event. Currently the supported virtual event types are: virtualEventTownhall, virtualEventWebinar.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta - operationId: solution.virtualEvent.townhall_ListPresenter - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create virtualEventPresenter - description: 'Create a new virtualEventPresenter object on a virtual event. Currently the supported virtual event types are: virtualEventTownhall, virtualEventWebinar.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta - operationId: solution.virtualEvent.townhall_CreatePresenter - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventPresenter - description: 'Read the properties and relationships of a virtualEventPresenter object. Currently the supported virtual event types are: virtualEventTownhall, virtualEventWebinar.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta - operationId: solution.virtualEvent.townhall_GetPresenter - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property presenters in solutions - operationId: solution.virtualEvent.townhall_UpdatePresenter - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete virtualEventPresenter - description: 'Delete a virtualEventPresenter from a virtual event. Currently the supported virtual event types are: virtualEventTownhall, virtualEventWebinar.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta - operationId: solution.virtualEvent.townhall_DeletePresenter - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - 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 - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.townhall.presenter_ListSession - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.townhall.presenter_GetSession - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl=''{joinWebUrl}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.townhall.presenter.session_GetGraphBPreJoinWebUrl - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.townhall.presenter.session_GetCount - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.townhall.presenter_GetCount - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: The sessions for the virtual event. - operationId: solution.virtualEvent.townhall_ListSession - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create new navigation property to sessions for solutions - operationId: solution.virtualEvent.townhall_CreateSession - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: The sessions for the virtual event. - operationId: solution.virtualEvent.townhall_GetSession - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property sessions in solutions - operationId: solution.virtualEvent.townhall_UpdateSession - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property sessions for solutions - operationId: solution.virtualEvent.townhall_DeleteSession - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - 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 - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports': - get: - tags: - - solutions.virtualEventsRoot - summary: Get attendanceReports from solutions - description: The attendance reports of an online meeting. Read-only. - operationId: solution.virtualEvent.townhall.session_ListAttendanceReport - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create new navigation property to attendanceReports for solutions - operationId: solution.virtualEvent.townhall.session_CreateAttendanceReport - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get attendanceReports from solutions - description: The attendance reports of an online meeting. Read-only. - operationId: solution.virtualEvent.townhall.session_GetAttendanceReport - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property attendanceReports in solutions - operationId: solution.virtualEvent.townhall.session_UpdateAttendanceReport - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property attendanceReports for solutions - operationId: solution.virtualEvent.townhall.session_DeleteAttendanceReport - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - 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 - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': - get: - tags: - - solutions.virtualEventsRoot - summary: Get attendanceRecords from solutions - description: List of attendance records of an attendance report. Read-only. - operationId: solution.virtualEvent.townhall.session.attendanceReport_ListAttendanceRecord - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create new navigation property to attendanceRecords for solutions - operationId: solution.virtualEvent.townhall.session.attendanceReport_CreateAttendanceRecord - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get attendanceRecords from solutions - description: List of attendance records of an attendance report. Read-only. - operationId: solution.virtualEvent.townhall.session.attendanceReport_GetAttendanceRecord - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: attendanceRecord-id - in: path - description: The unique identifier of attendanceRecord - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attendanceRecord - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property attendanceRecords in solutions - operationId: solution.virtualEvent.townhall.session.attendanceReport_UpdateAttendanceRecord - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: attendanceRecord-id - in: path - description: The unique identifier of attendanceRecord - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attendanceRecord - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property attendanceRecords for solutions - operationId: solution.virtualEvent.townhall.session.attendanceReport_DeleteAttendanceRecord - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: attendanceRecord-id - in: path - description: The unique identifier of attendanceRecord - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attendanceRecord - - 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 - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.townhall.session.attendanceReport.attendanceRecord_GetCount - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.townhall.session.attendanceReport_GetCount - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters': - get: - tags: - - solutions.virtualEventsRoot - summary: Get presenters from solutions - operationId: solution.virtualEvent.townhall.session_ListPresenter - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get presenters from solutions - operationId: solution.virtualEvent.townhall.session_GetPresenter - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.townhall.session.presenter_GetCount - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.townhall.session_ListRegistration - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.townhall.session_GetRegistration - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email=''{email}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.townhall.session.registration_GetGraphBPreEmail - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: email - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId=''{userId}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.townhall.session.registration_GetGraphBPreUserId - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: userId - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.townhall.session.registration_GetCount - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl=''{joinWebUrl}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: The sessions for the virtual event. - operationId: solution.virtualEvent.townhall.session_GetGraphBPreJoinWebUrl - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property sessions in solutions - operationId: solution.virtualEvent.townhall.session_UpdateGraphBPreJoinWebUrl - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property sessions for solutions - operationId: solution.virtualEvent.townhall.session_DeleteGraphBPreJoinWebUrl - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - - 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 - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.townhall.session_GetCount - parameters: - - name: virtualEventTownhall-id - in: path - description: The unique identifier of virtualEventTownhall - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventTownhall - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/virtualEvents/townhalls/$count: - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.townhall_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/townhalls/microsoft.graph.getByUserIdAndRole(userId=''{userId}'',role=''{role}'')': - get: - tags: - - solutions.Functions - summary: Invoke function getByUserIdAndRole - operationId: solution.virtualEvent.townhall_getGraphBPreUserIdAndRole - parameters: - - name: userId - in: path - description: 'Usage: userId=''{userId}''' - required: true - style: simple - schema: - type: string - - name: role - in: path - description: 'Usage: role=''{role}''' - required: true - style: simple - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of virtualEventTownhall - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - '@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 - '/solutions/virtualEvents/townhalls/microsoft.graph.getByUserRole(role=''{role}'')': - get: - tags: - - solutions.Functions - summary: Invoke function getByUserRole - operationId: solution.virtualEvent.townhall_getGraphBPreUserRole - parameters: - - name: role - in: path - description: 'Usage: role=''{role}''' - required: true - style: simple - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of virtualEventTownhall - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - '@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 - /solutions/virtualEvents/webinars: - get: - tags: - - solutions.virtualEventsRoot - summary: List webinars - description: Get the list of all virtualEventWebinar objects created in the tenant. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta - operationId: solution.virtualEvent_ListWebinar - 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.virtualEventWebinarCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create virtualEventWebinar - description: Create a new virtualEventWebinar object in draft mode. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta - operationId: solution.virtualEvent_CreateWebinar - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventWebinar - description: Read the properties and relationships of a virtualEventWebinar object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta - operationId: solution.virtualEvent_GetWebinar - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update virtualEventWebinar - description: Update the properties of a virtualEventWebinar object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta - operationId: solution.virtualEvent_UpdateWebinar - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property webinars for solutions - operationId: solution.virtualEvent_DeleteWebinar - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - 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 - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters': - get: - tags: - - solutions.virtualEventsRoot - summary: Get presenters from solutions - description: The virtual event presenters. - operationId: solution.virtualEvent.webinar_ListPresenter - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create new navigation property to presenters for solutions - operationId: solution.virtualEvent.webinar_CreatePresenter - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get presenters from solutions - description: The virtual event presenters. - operationId: solution.virtualEvent.webinar_GetPresenter - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update virtualEventPresenter - description: Update the properties of a virtualEventPresenter object. Currently the supported virtual event type is virtualEventWebinar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta - operationId: solution.virtualEvent.webinar_UpdatePresenter - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property presenters for solutions - operationId: solution.virtualEvent.webinar_DeletePresenter - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - 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 - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.webinar.presenter_ListSession - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.webinar.presenter_GetSession - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl=''{joinWebUrl}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.webinar.presenter.session_GetGraphBPreJoinWebUrl - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar.presenter.session_GetCount - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar.presenter_GetCount - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration': - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventWebinarRegistrationConfiguration - description: Read the properties and relationships of a virtualEventWebinarRegistrationConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta - operationId: solution.virtualEvent.webinar_GetRegistrationConfiguration - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations': - get: - tags: - - solutions.virtualEventsRoot - summary: List virtualEventRegistrations - description: Get a list of all registration records of a webinar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta - operationId: solution.virtualEvent.webinar_ListRegistration - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create virtualEventRegistration - description: 'Create a registration record for a registrant of a webinar. This method registers the person for the webinar. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta - operationId: solution.virtualEvent.webinar_CreateRegistration - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventRegistration - description: Get the properties and relationships of a virtualEventRegistration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta - operationId: solution.virtualEvent.webinar_GetRegistration - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property registrations in solutions - operationId: solution.virtualEvent.webinar_UpdateRegistration - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property registrations for solutions - operationId: solution.virtualEvent.webinar_DeleteRegistration - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - - 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 - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/microsoft.graph.cancel': - post: - tags: - - solutions.Actions - summary: Invoke action cancel - description: 'Cancel a registrant''s registration record for a webinar. ' - operationId: solution.virtualEvent.webinar.registration_cancel - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions': - get: - tags: - - solutions.virtualEventsRoot - summary: List sessions - description: Get a list of sessions that a registrant registered for in a webinar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta - operationId: solution.virtualEvent.webinar.registration_ListSession - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.webinar.registration_GetSession - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl=''{joinWebUrl}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get sessions from solutions - operationId: solution.virtualEvent.webinar.registration.session_GetGraphBPreJoinWebUrl - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar.registration.session_GetCount - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventRegistration - description: Get the properties and relationships of a virtualEventRegistration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta - operationId: solution.virtualEvent.webinar.registration_GetGraphBPreEmail - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: email - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property registrations in solutions - operationId: solution.virtualEvent.webinar.registration_UpdateGraphBPreEmail - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: email - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property registrations for solutions - operationId: solution.virtualEvent.webinar.registration_DeleteGraphBPreEmail - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: email - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - 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 - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')/microsoft.graph.cancel': - post: - tags: - - solutions.Actions - summary: Invoke action cancel - description: 'Cancel a registrant''s registration record for a webinar. ' - operationId: solution.virtualEvent.webinar.registration.email_cancel - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: email - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventRegistration - description: Get the properties and relationships of a virtualEventRegistration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta - operationId: solution.virtualEvent.webinar.registration_GetGraphBPreUserId - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: userId - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property registrations in solutions - operationId: solution.virtualEvent.webinar.registration_UpdateGraphBPreUserId - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: userId - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property registrations for solutions - operationId: solution.virtualEvent.webinar.registration_DeleteGraphBPreUserId - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: userId - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - 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 - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')/microsoft.graph.cancel': - post: - tags: - - solutions.Actions - summary: Invoke action cancel - description: 'Cancel a registrant''s registration record for a webinar. ' - operationId: solution.virtualEvent.webinar.registration.userId_cancel - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: userId - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar.registration_GetCount - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions': - get: - tags: - - solutions.virtualEventsRoot - summary: List sessions - description: 'Get a list of all virtualEventSession objects under a virtual event. Currently, the following virtual event types are supported: virtualEventTownhall and virtualEventWebinar.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta - operationId: solution.virtualEvent.webinar_ListSession - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create new navigation property to sessions for solutions - operationId: solution.virtualEvent.webinar_CreateSession - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventSession - description: 'Read the properties and relationships of a virtualEventSession object. Currently, the following virtual event types are supported: virtualEventTownhall and virtualEventWebinar.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta - operationId: solution.virtualEvent.webinar_GetSession - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property sessions in solutions - operationId: solution.virtualEvent.webinar_UpdateSession - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property sessions for solutions - operationId: solution.virtualEvent.webinar_DeleteSession - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - 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 - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports': - get: - tags: - - solutions.virtualEventsRoot - summary: List meetingAttendanceReports - description: 'Get a list of meetingAttendanceReport objects for an onlineMeeting or a virtualEvent. Each time an online meeting or a virtual event ends, an attendance report is generated for that session.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta - operationId: solution.virtualEvent.webinar.session_ListAttendanceReport - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create new navigation property to attendanceReports for solutions - operationId: solution.virtualEvent.webinar.session_CreateAttendanceReport - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get meetingAttendanceReport - description: 'Get the meetingAttendanceReport for an onlineMeeting or a virtualEvent. When an online meeting ends, an attendance report is generated for that session.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta - operationId: solution.virtualEvent.webinar.session_GetAttendanceReport - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property attendanceReports in solutions - operationId: solution.virtualEvent.webinar.session_UpdateAttendanceReport - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property attendanceReports for solutions - operationId: solution.virtualEvent.webinar.session_DeleteAttendanceReport - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - 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 - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': - get: - tags: - - solutions.virtualEventsRoot - summary: Get attendanceRecords from solutions - description: List of attendance records of an attendance report. Read-only. - operationId: solution.virtualEvent.webinar.session.attendanceReport_ListAttendanceRecord - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - solutions.virtualEventsRoot - summary: Create new navigation property to attendanceRecords for solutions - operationId: solution.virtualEvent.webinar.session.attendanceReport_CreateAttendanceRecord - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get attendanceRecords from solutions - description: List of attendance records of an attendance report. Read-only. - operationId: solution.virtualEvent.webinar.session.attendanceReport_GetAttendanceRecord - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: attendanceRecord-id - in: path - description: The unique identifier of attendanceRecord - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attendanceRecord - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property attendanceRecords in solutions - operationId: solution.virtualEvent.webinar.session.attendanceReport_UpdateAttendanceRecord - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: attendanceRecord-id - in: path - description: The unique identifier of attendanceRecord - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attendanceRecord - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property attendanceRecords for solutions - operationId: solution.virtualEvent.webinar.session.attendanceReport_DeleteAttendanceRecord - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - name: attendanceRecord-id - in: path - description: The unique identifier of attendanceRecord - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: attendanceRecord - - 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 - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar.session.attendanceReport.attendanceRecord_GetCount - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: meetingAttendanceReport-id - in: path - description: The unique identifier of meetingAttendanceReport - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: meetingAttendanceReport - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar.session.attendanceReport_GetCount - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters': - get: - tags: - - solutions.virtualEventsRoot - summary: Get presenters from solutions - operationId: solution.virtualEvent.webinar.session_ListPresenter - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get presenters from solutions - operationId: solution.virtualEvent.webinar.session_GetPresenter - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: virtualEventPresenter-id - in: path - description: The unique identifier of virtualEventPresenter - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventPresenter - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar.session.presenter_GetCount - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.webinar.session_ListRegistration - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.webinar.session_GetRegistration - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: virtualEventRegistration-id - in: path - description: The unique identifier of virtualEventRegistration - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventRegistration - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email=''{email}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.webinar.session.registration_GetGraphBPreEmail - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: email - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId=''{userId}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get registrations from solutions - operationId: solution.virtualEvent.webinar.session.registration_GetGraphBPreUserId - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - name: userId - in: path - description: Alternate key of virtualEventRegistration - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar.session.registration_GetCount - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: virtualEventSession-id - in: path - description: The unique identifier of virtualEventSession - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventSession - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl=''{joinWebUrl}'')': - get: - tags: - - solutions.virtualEventsRoot - summary: Get virtualEventSession - description: 'Read the properties and relationships of a virtualEventSession object. Currently, the following virtual event types are supported: virtualEventTownhall and virtualEventWebinar.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta - operationId: solution.virtualEvent.webinar.session_GetGraphBPreJoinWebUrl - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - solutions.virtualEventsRoot - summary: Update the navigation property sessions in solutions - operationId: solution.virtualEvent.webinar.session_UpdateGraphBPreJoinWebUrl - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - solutions.virtualEventsRoot - summary: Delete navigation property sessions for solutions - operationId: solution.virtualEvent.webinar.session_DeleteGraphBPreJoinWebUrl - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - name: joinWebUrl - in: path - description: Alternate key of virtualEventSession - required: true - style: simple - schema: - type: string - nullable: true - - 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 - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count': - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar.session_GetCount - parameters: - - name: virtualEventWebinar-id - in: path - description: The unique identifier of virtualEventWebinar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: virtualEventWebinar - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /solutions/virtualEvents/webinars/$count: - get: - tags: - - solutions.virtualEventsRoot - summary: Get the number of the resource - operationId: solution.virtualEvent.webinar_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/solutions/virtualEvents/webinars/microsoft.graph.getByUserIdAndRole(userId=''{userId}'',role=''{role}'')': - get: - tags: - - solutions.Functions - summary: Invoke function getByUserIdAndRole - description: Get a list of virtualEventWebinar objects where the specified user is either the organizer or a coorganizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta - operationId: solution.virtualEvent.webinar_getGraphBPreUserIdAndRole - parameters: - - name: userId - in: path - description: 'Usage: userId=''{userId}''' - required: true - style: simple - schema: - type: string - - name: role - in: path - description: 'Usage: role=''{role}''' - required: true - style: simple - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of virtualEventWebinar - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' - '@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 - '/solutions/virtualEvents/webinars/microsoft.graph.getByUserRole(role=''{role}'')': - get: - tags: - - solutions.Functions - summary: Invoke function getByUserRole - description: Get a list of virtualEventWebinar objects where the signed-in user is either the organizer or a coorganizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta - operationId: solution.virtualEvent.webinar_getGraphBPreUserRole - parameters: - - name: role - in: path - description: 'Usage: role=''{role}''' - required: true - style: simple - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success + description: Success content: application/json: schema: @@ -18905,171 +12410,14 @@ components: type: string description: The email address for the business. nullable: true - isPublished: - type: boolean - description: The scheduling page has been made available to external customers. Use the publish and unpublish actions to set this property. Read-only. - nullable: true - readOnly: true - languageTag: - type: string - description: The language of the self service booking page - nullable: true - lastUpdatedDateTime: - 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, time and timezone when the booking business was last updated.' - format: date-time - nullable: true - phone: - type: string - description: 'The telephone number for the business. The phone property, together with address and webSiteUrl, appear in the footer of a business scheduling page.' - nullable: true - publicUrl: - type: string - description: 'The URL for the scheduling page, which is set after you publish or unpublish the page. Read-only.' - nullable: true - readOnly: true - schedulingPolicy: - $ref: '#/components/schemas/microsoft.graph.bookingSchedulingPolicy' - webSiteUrl: - type: string - description: 'The URL of the business web site. The webSiteUrl property, together with address, phone, appear in the footer of a business scheduling page.' - nullable: true - appointments: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - description: All the appointments of this business. Read-only. Nullable. - x-ms-navigationProperty: true - calendarView: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - description: The set of appointments of this business in a specified date range. Read-only. Nullable. - x-ms-navigationProperty: true - customers: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingCustomer' - description: All the customers of this business. Read-only. Nullable. - x-ms-navigationProperty: true - customQuestions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' - description: All custom questions of this business. - x-ms-navigationProperty: true - services: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingService' - description: All the services offered by this business. Read-only. Nullable. - x-ms-navigationProperty: true - staffMembers: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' - description: All the staff members that provide services in this business. Read-only. Nullable. - x-ms-navigationProperty: true - additionalProperties: - type: object - description: Represents a Microsoft Bookings Business. - microsoft.graph.bookingAppointment: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: bookingAppointment - type: object - properties: - additionalInformation: - type: string - description: Additional information that is sent to the customer when an appointment is confirmed. - nullable: true - anonymousJoinWebUrl: - type: string - description: The URL of the meeting to join anonymously. - nullable: true - appointmentLabel: - type: string - description: The user can stamp a custom label on the appointment. - nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date, time, and timezone when the appointment was created.' - format: date-time - nullable: true - customerEmailAddress: - type: string - description: The SMTP address of the bookingCustomer who is booking the appointment. - nullable: true - customerId: - type: string - description: 'The ID of the bookingCustomer for this appointment. If no ID is specified when an appointment is created, then a new bookingCustomer object is created. Once set, you should consider the customerId immutable.' - nullable: true - customerLocation: - $ref: '#/components/schemas/microsoft.graph.location' - customerName: - type: string - description: The customer's name. - nullable: true - customerNotes: - type: string - description: Notes from the customer associated with this appointment. You can get the value only when you read this bookingAppointment by its ID. You can set this property only when you initially create an appointment with a new customer. - nullable: true - customerPhone: - type: string - description: The customer's phone number. - nullable: true - customers: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingCustomerInformationBase' - description: A collection of the customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional. - customerTimeZone: - type: string - description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.' - nullable: true - duration: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'The length of the appointment, denoted in ISO8601 format.' - format: duration - readOnly: true - end: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - filledAttendeesCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: The current number of customers in the appointment. - format: int32 - readOnly: true - invoiceAmount: - type: number - description: The billed amount on the invoice. - format: double - invoiceDate: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - invoiceId: - type: string - description: The ID of the invoice. - nullable: true - invoiceStatus: - $ref: '#/components/schemas/microsoft.graph.bookingInvoiceStatus' - invoiceUrl: - type: string - description: The URL of the invoice in Microsoft Bookings. - nullable: true - isCustomerAllowedToManageBooking: - type: boolean - description: Indicates that the customer can manage bookings created by the staff. The default value is false. - nullable: true - isLocationOnline: + isPublished: type: boolean - description: Indicates that the appointment is held online. The default value is false. - joinWebUrl: + description: The scheduling page has been made available to external customers. Use the publish and unpublish actions to set this property. Read-only. + nullable: true + readOnly: true + languageTag: type: string - description: The URL of the online meeting for the appointment. + description: The language of the self service booking page nullable: true lastUpdatedDateTime: 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])$' @@ -19077,610 +12425,512 @@ components: description: 'The date, time and timezone when the booking business was last updated.' format: date-time nullable: true - maximumAttendeesCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: 'The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.' - format: int32 - onlineMeetingUrl: - type: string - nullable: true - optOutOfCustomerEmail: - type: boolean - description: True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment. - postBuffer: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.' - format: duration - preBuffer: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.' - format: duration - price: - type: number - description: The regular price for an appointment for the specified bookingService. - format: double - priceType: - $ref: '#/components/schemas/microsoft.graph.bookingPriceType' - reminders: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingReminder' - description: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID. - selfServiceAppointmentId: + phone: type: string - description: 'Another tracking ID for the appointment, if the appointment was created directly by the customer on the scheduling page, as opposed to by a staff member on behalf of customer.' + description: 'The telephone number for the business. The phone property, together with address and webSiteUrl, appear in the footer of a business scheduling page.' nullable: true - serviceId: + publicUrl: type: string - description: The ID of the bookingService associated with this appointment. + description: 'The URL for the scheduling page, which is set after you publish or unpublish the page. Read-only.' nullable: true - serviceLocation: - $ref: '#/components/schemas/microsoft.graph.location' - serviceName: - type: string - description: 'The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the serviceId property.' - serviceNotes: + readOnly: true + schedulingPolicy: + $ref: '#/components/schemas/microsoft.graph.bookingSchedulingPolicy' + webSiteUrl: type: string - description: Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID. + description: 'The URL of the business web site. The webSiteUrl property, together with address, phone, appear in the footer of a business scheduling page.' nullable: true - smsNotificationsEnabled: - type: boolean - description: True indicates SMS notifications will be sent to the customers for the appointment. Default value is false. - staffMemberIds: + appointments: type: array items: - type: string - nullable: true - description: The ID of each bookingStaffMember who is scheduled in this appointment. - start: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - description: Represents a booked appointment of a service by a customer in a business. - microsoft.graph.bookingCustomer: - allOf: - - $ref: '#/components/schemas/microsoft.graph.bookingPerson' - - title: bookingCustomer - type: object - properties: - addresses: + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + description: All the appointments of this business. Read-only. Nullable. + x-ms-navigationProperty: true + calendarView: type: array items: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - description: 'Addresses associated with the customer, including home, business and other addresses.' - 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, time, and timezone when the customer was created.' - format: date-time - nullable: true - lastUpdatedDateTime: - 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, time, and timezone when the customer was last updated.' - format: date-time - nullable: true - phones: + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + description: The set of appointments of this business in a specified date range. Read-only. Nullable. + x-ms-navigationProperty: true + customers: type: array items: - $ref: '#/components/schemas/microsoft.graph.phone' - description: 'Phone numbers associated with the customer, including home, business and mobile numbers.' - additionalProperties: - type: object - description: Represents a customer of the business. - microsoft.graph.bookingCustomQuestion: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: bookingCustomQuestion - type: object - properties: - answerInputType: - $ref: '#/components/schemas/microsoft.graph.answerInputType' - answerOptions: + $ref: '#/components/schemas/microsoft.graph.bookingCustomer' + description: All the customers of this business. Read-only. Nullable. + x-ms-navigationProperty: true + customQuestions: type: array items: - type: string - nullable: true - description: List of possible answer values. - 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, time and timezone when the custom question was created.' - format: date-time - nullable: true - displayName: - type: string - description: Display name of this entity. - lastUpdatedDateTime: - 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, time and timezone when the custom question was last updated.' - format: date-time - nullable: true + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' + description: All custom questions of this business. + x-ms-navigationProperty: true + services: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingService' + description: All the services offered by this business. Read-only. Nullable. + x-ms-navigationProperty: true + staffMembers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' + description: All the staff members that provide services in this business. Read-only. Nullable. + x-ms-navigationProperty: true additionalProperties: type: object - description: Represents a custom question of the business. - microsoft.graph.dateTimeTimeZone: - title: dateTimeTimeZone - type: object - properties: - dateTime: - type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' - timeZone: - type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' - nullable: true - additionalProperties: - type: object - microsoft.graph.staffAvailabilityItem: - title: staffAvailabilityItem - type: object - properties: - availabilityItems: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.availabilityItem' - description: Each item in this collection indicates a slot and the status of the staff member. - staffId: - type: string - description: The ID of the staff member. - nullable: true - additionalProperties: - type: object - microsoft.graph.bookingService: + description: Represents a Microsoft Bookings Business. + microsoft.graph.bookingAppointment: allOf: - - $ref: '#/components/schemas/microsoft.graph.bookingNamedEntity' - - title: bookingService + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: bookingAppointment type: object properties: additionalInformation: type: string description: Additional information that is sent to the customer when an appointment is confirmed. nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + anonymousJoinWebUrl: type: string - description: 'The date, time and timezone when the Service was created.' - format: date-time + description: The URL of the meeting to join anonymously. nullable: true - customQuestions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingQuestionAssignment' - description: Contains the set of custom questions associated with a particular service. - defaultDuration: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'The default length of the service, represented in numbers of days, hours, minutes, and seconds. For example, P11D23H59M59.999999999999S.' - format: duration - defaultLocation: - $ref: '#/components/schemas/microsoft.graph.location' - defaultPrice: - type: number - description: The default monetary price for the service. - format: double - defaultPriceType: - $ref: '#/components/schemas/microsoft.graph.bookingPriceType' - defaultReminders: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingReminder' - description: The default set of reminders for an appointment of this service. The value of this property is available only when reading this bookingService by its ID. - description: + appointmentLabel: type: string - description: A text description for the service. - nullable: true - isAnonymousJoinEnabled: - type: boolean - description: Indicates if an anonymousJoinWebUrl(webrtcUrl) is generated for the appointment booked for this service. The default value is false. - isCustomerAllowedToManageBooking: - type: boolean - description: Indicates that the customer can manage bookings created by the staff. The default value is false. + description: The user can stamp a custom label on the appointment. nullable: true - isHiddenFromCustomers: - type: boolean - description: True means this service isn't available to customers for booking. - isLocationOnline: - type: boolean - description: Indicates that the appointments for the service are held online. The default value is false. - languageTag: - type: string - description: The language of the self service booking page. - lastUpdatedDateTime: + 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, time and timezone when the Service was last updated.' + description: 'The date, time, and timezone when the appointment was created.' format: date-time nullable: true - maximumAttendeesCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: 'The maximum number of customers allowed in a service. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.' - format: int32 - notes: + customerEmailAddress: + type: string + description: The SMTP address of the bookingCustomer who is booking the appointment. + nullable: true + customerId: type: string - description: Additional information about this service. + description: 'The ID of the bookingCustomer for this appointment. If no ID is specified when an appointment is created, then a new bookingCustomer object is created. Once set, you should consider the customerId immutable.' nullable: true - postBuffer: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + customerLocation: + $ref: '#/components/schemas/microsoft.graph.location' + customerName: type: string - description: 'The time to buffer after an appointment for this service ends, and before the next customer appointment can be booked.' - format: duration - preBuffer: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + description: The customer's name. + nullable: true + customerNotes: type: string - description: The time to buffer before an appointment for this service can start. - format: duration - schedulingPolicy: - $ref: '#/components/schemas/microsoft.graph.bookingSchedulingPolicy' - smsNotificationsEnabled: - type: boolean - description: True indicates SMS notifications can be sent to the customers for the appointment of the service. Default value is false. + description: Notes from the customer associated with this appointment. You can get the value only when you read this bookingAppointment by its ID. You can set this property only when you initially create an appointment with a new customer. nullable: true - staffMemberIds: + customerPhone: + type: string + description: The customer's phone number. + nullable: true + customers: type: array items: - type: string - nullable: true - description: Represents those staff members who provide this service. - webUrl: + $ref: '#/components/schemas/microsoft.graph.bookingCustomerInformationBase' + description: A collection of the customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional. + customerTimeZone: type: string - description: The URL a customer uses to access the service. + description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.' nullable: true + duration: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'The length of the appointment, denoted in ISO8601 format.' + format: duration readOnly: true - additionalProperties: - type: object - description: Represents a particular service offered by a booking business. - microsoft.graph.bookingStaffMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.bookingPerson' - - title: bookingStaffMember - type: object - properties: - availabilityIsAffectedByPersonalCalendar: - type: boolean - description: 'True means that if the staff member is a Microsoft 365 user, the Bookings API would verify the staff member''s availability in their personal calendar in Microsoft 365, before making a booking.' - colorIndex: + end: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + filledAttendeesCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Identifies a color to represent the staff member. The color corresponds to the color palette in the Staff details page in the Bookings app. + description: The current number of customers in the appointment. format: int32 + readOnly: true + invoiceAmount: + type: number + description: The billed amount on the invoice. + format: double + invoiceDate: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + invoiceId: + type: string + description: The ID of the invoice. nullable: true - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + invoiceStatus: + $ref: '#/components/schemas/microsoft.graph.bookingInvoiceStatus' + invoiceUrl: type: string - description: 'The date, time and timezone when the staff member was created.' - format: date-time + description: The URL of the invoice in Microsoft Bookings. nullable: true - isEmailNotificationEnabled: + isCustomerAllowedToManageBooking: type: boolean - description: Indicates that a staff members are notified via email when a booking assigned to them is created or changed. The default value is true + description: Indicates that the customer can manage bookings created by the staff. The default value is false. + nullable: true + isLocationOnline: + type: boolean + description: Indicates that the appointment is held online. The default value is false. + joinWebUrl: + type: string + description: The URL of the online meeting for the appointment. + nullable: true lastUpdatedDateTime: 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, time and timezone when the staff member was last updated.' + description: 'The date, time and timezone when the booking business was last updated.' format: date-time nullable: true - membershipStatus: - $ref: '#/components/schemas/microsoft.graph.bookingStaffMembershipStatus' - role: - $ref: '#/components/schemas/microsoft.graph.bookingStaffRole' - timeZone: + maximumAttendeesCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.' + format: int32 + onlineMeetingUrl: type: string - description: 'The time zone of the staff member. For a list of possible values, see dateTimeTimeZone.' nullable: true - useBusinessHours: - type: boolean - description: True means the staff member's availability is as specified in the businessHours property of the business. False means the availability is determined by the staff member's workingHours property setting. - workingHours: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' - description: 'The range of hours each day of the week that the staff member is available for booking. By default, they''re initialized to be the same as the businessHours property of the business.' - additionalProperties: - type: object - description: Represents a staff member who provides services in a business. - microsoft.graph.bookingCurrency: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: bookingCurrency - type: object - properties: - symbol: - type: string - description: 'The currency symbol. For example, the currency symbol for the US dollar and for the Australian dollar is $.' - additionalProperties: - type: object - microsoft.graph.solutionsRoot: - title: solutionsRoot - type: object - properties: - backupRestore: - $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' - bookingBusinesses: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingBusiness' - description: A collection of businesses in Microsoft Bookings. Read-only. Nullable. - x-ms-navigationProperty: true - bookingCurrencies: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingCurrency' - description: A collection of monetary currencies supported by a bookingBusiness. Read-only. Nullable. - x-ms-navigationProperty: true - businessScenarios: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.businessScenario' - description: A collection of scenarios that contain relevant data and configuration information for a specific problem domain. - x-ms-navigationProperty: true - virtualEvents: - $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' - additionalProperties: - type: object - microsoft.graph.backupRestoreRoot: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: backupRestoreRoot - type: object - properties: - serviceStatus: - $ref: '#/components/schemas/microsoft.graph.serviceStatus' - driveInclusionRules: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' - description: The list of drive inclusion rules applied to the tenant. - x-ms-navigationProperty: true - driveProtectionUnits: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' - description: The list of drive protection units in the tenant. - x-ms-navigationProperty: true - exchangeProtectionPolicies: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' - description: The list of Exchange protection policies in the tenant. - x-ms-navigationProperty: true - exchangeRestoreSessions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' - description: The list of Exchange restore sessions available in the tenant. - x-ms-navigationProperty: true - mailboxInclusionRules: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' - description: The list of mailbox inclusion rules applied to the tenant. - x-ms-navigationProperty: true - mailboxProtectionUnits: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' - description: The list of mailbox protection units in the tenant. - x-ms-navigationProperty: true - oneDriveForBusinessProtectionPolicies: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' - description: The list of OneDrive for Business protection policies in the tenant. - x-ms-navigationProperty: true - oneDriveForBusinessRestoreSessions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' - description: The list of OneDrive for Business restore sessions available in the tenant. - x-ms-navigationProperty: true - protectionPolicies: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - description: List of protection policies in the tenant. - x-ms-navigationProperty: true - protectionUnits: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' - description: List of protection units in the tenant. - x-ms-navigationProperty: true - restorePoints: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.restorePoint' - description: List of restore points in the tenant. - x-ms-navigationProperty: true - restoreSessions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' - description: List of restore sessions in the tenant. - x-ms-navigationProperty: true - serviceApps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - description: List of Backup Storage apps in the tenant. - x-ms-navigationProperty: true - sharePointProtectionPolicies: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - description: The list of SharePoint protection policies in the tenant. - x-ms-navigationProperty: true - sharePointRestoreSessions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' - description: The list of SharePoint restore sessions available in the tenant. - x-ms-navigationProperty: true - siteInclusionRules: + optOutOfCustomerEmail: + type: boolean + description: True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment. + postBuffer: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.' + format: duration + preBuffer: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.' + format: duration + price: + type: number + description: The regular price for an appointment for the specified bookingService. + format: double + priceType: + $ref: '#/components/schemas/microsoft.graph.bookingPriceType' + reminders: type: array items: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' - description: The list of site inclusion rules applied to the tenant. - x-ms-navigationProperty: true - siteProtectionUnits: + $ref: '#/components/schemas/microsoft.graph.bookingReminder' + description: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID. + selfServiceAppointmentId: + type: string + description: 'Another tracking ID for the appointment, if the appointment was created directly by the customer on the scheduling page, as opposed to by a staff member on behalf of customer.' + nullable: true + serviceId: + type: string + description: The ID of the bookingService associated with this appointment. + nullable: true + serviceLocation: + $ref: '#/components/schemas/microsoft.graph.location' + serviceName: + type: string + description: 'The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the serviceId property.' + serviceNotes: + type: string + description: Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID. + nullable: true + smsNotificationsEnabled: + type: boolean + description: True indicates SMS notifications will be sent to the customers for the appointment. Default value is false. + staffMemberIds: type: array items: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' - description: The list of site protection units in the tenant. - x-ms-navigationProperty: true + type: string + nullable: true + description: The ID of each bookingStaffMember who is scheduled in this appointment. + start: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object - microsoft.graph.driveProtectionRule: + description: Represents a booked appointment of a service by a customer in a business. + microsoft.graph.bookingCustomer: allOf: - - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' - - title: driveProtectionRule + - $ref: '#/components/schemas/microsoft.graph.bookingPerson' + - title: bookingCustomer type: object properties: - driveExpression: + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + description: 'Addresses associated with the customer, including home, business and other addresses.' + 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: 'Contains a drive expression. For examples, see driveExpression examples.' + description: 'The date, time, and timezone when the customer was created.' + format: date-time nullable: true + lastUpdatedDateTime: + 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, time, and timezone when the customer was last updated.' + format: date-time + nullable: true + phones: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.phone' + description: 'Phone numbers associated with the customer, including home, business and mobile numbers.' additionalProperties: type: object - microsoft.graph.driveProtectionUnit: + description: Represents a customer of the business. + microsoft.graph.bookingCustomQuestion: allOf: - - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' - - title: driveProtectionUnit + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: bookingCustomQuestion type: object properties: - directoryObjectId: + answerInputType: + $ref: '#/components/schemas/microsoft.graph.answerInputType' + answerOptions: + type: array + items: + type: string + nullable: true + description: List of possible answer values. + 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: ID of the directory object. + description: 'The date, time and timezone when the custom question was created.' + format: date-time nullable: true displayName: type: string - description: Display name of the directory object. - nullable: true - readOnly: true - email: + description: Display name of this entity. + lastUpdatedDateTime: + 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: Email associated with the directory object. + description: 'The date, time and timezone when the custom question was last updated.' + format: date-time nullable: true - readOnly: true additionalProperties: type: object - microsoft.graph.exchangeProtectionPolicy: + description: Represents a custom question of the business. + microsoft.graph.dateTimeTimeZone: + title: dateTimeTimeZone + type: object + properties: + dateTime: + type: string + description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.' + timeZone: + type: string + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.' + nullable: true + additionalProperties: + type: object + microsoft.graph.staffAvailabilityItem: + title: staffAvailabilityItem + type: object + properties: + availabilityItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.availabilityItem' + description: Each item in this collection indicates a slot and the status of the staff member. + staffId: + type: string + description: The ID of the staff member. + nullable: true + additionalProperties: + type: object + microsoft.graph.bookingService: allOf: - - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - - title: exchangeProtectionPolicy + - $ref: '#/components/schemas/microsoft.graph.bookingNamedEntity' + - title: bookingService type: object properties: - mailboxInclusionRules: + additionalInformation: + type: string + description: Additional information that is sent to the customer when an appointment is confirmed. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date, time and timezone when the Service was created.' + format: date-time + nullable: true + customQuestions: type: array items: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' - description: The rules associated with the Exchange protection policy. - x-ms-navigationProperty: true - mailboxProtectionUnits: + $ref: '#/components/schemas/microsoft.graph.bookingQuestionAssignment' + description: Contains the set of custom questions associated with a particular service. + defaultDuration: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'The default length of the service, represented in numbers of days, hours, minutes, and seconds. For example, P11D23H59M59.999999999999S.' + format: duration + defaultLocation: + $ref: '#/components/schemas/microsoft.graph.location' + defaultPrice: + type: number + description: The default monetary price for the service. + format: double + defaultPriceType: + $ref: '#/components/schemas/microsoft.graph.bookingPriceType' + defaultReminders: type: array items: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' - description: The protection units (mailboxes) that are protected under the Exchange protection policy. - x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.mailboxProtectionRule: - allOf: - - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' - - title: mailboxProtectionRule - type: object - properties: - mailboxExpression: + $ref: '#/components/schemas/microsoft.graph.bookingReminder' + description: The default set of reminders for an appointment of this service. The value of this property is available only when reading this bookingService by its ID. + description: type: string - description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + description: A text description for the service. + nullable: true + isAnonymousJoinEnabled: + type: boolean + description: Indicates if an anonymousJoinWebUrl(webrtcUrl) is generated for the appointment booked for this service. The default value is false. + isCustomerAllowedToManageBooking: + type: boolean + description: Indicates that the customer can manage bookings created by the staff. The default value is false. + nullable: true + isHiddenFromCustomers: + type: boolean + description: True means this service isn't available to customers for booking. + isLocationOnline: + type: boolean + description: Indicates that the appointments for the service are held online. The default value is false. + languageTag: + type: string + description: The language of the self service booking page. + lastUpdatedDateTime: + 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, time and timezone when the Service was last updated.' + format: date-time + nullable: true + maximumAttendeesCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The maximum number of customers allowed in a service. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.' + format: int32 + notes: + type: string + description: Additional information about this service. + nullable: true + postBuffer: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'The time to buffer after an appointment for this service ends, and before the next customer appointment can be booked.' + format: duration + preBuffer: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The time to buffer before an appointment for this service can start. + format: duration + schedulingPolicy: + $ref: '#/components/schemas/microsoft.graph.bookingSchedulingPolicy' + smsNotificationsEnabled: + type: boolean + description: True indicates SMS notifications can be sent to the customers for the appointment of the service. Default value is false. + nullable: true + staffMemberIds: + type: array + items: + type: string + nullable: true + description: Represents those staff members who provide this service. + webUrl: + type: string + description: The URL a customer uses to access the service. nullable: true + readOnly: true additionalProperties: type: object - microsoft.graph.mailboxProtectionUnit: + description: Represents a particular service offered by a booking business. + microsoft.graph.bookingStaffMember: allOf: - - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' - - title: mailboxProtectionUnit + - $ref: '#/components/schemas/microsoft.graph.bookingPerson' + - title: bookingStaffMember type: object properties: - directoryObjectId: + availabilityIsAffectedByPersonalCalendar: + type: boolean + description: 'True means that if the staff member is a Microsoft 365 user, the Bookings API would verify the staff member''s availability in their personal calendar in Microsoft 365, before making a booking.' + colorIndex: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Identifies a color to represent the staff member. The color corresponds to the color palette in the Staff details page in the Bookings app. + format: int32 + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: The ID of the directory object. + description: 'The date, time and timezone when the staff member was created.' + format: date-time nullable: true - displayName: + isEmailNotificationEnabled: + type: boolean + description: Indicates that a staff members are notified via email when a booking assigned to them is created or changed. The default value is true + lastUpdatedDateTime: + 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: Display name of the directory object. + description: 'The date, time and timezone when the staff member was last updated.' + format: date-time nullable: true - readOnly: true - email: + membershipStatus: + $ref: '#/components/schemas/microsoft.graph.bookingStaffMembershipStatus' + role: + $ref: '#/components/schemas/microsoft.graph.bookingStaffRole' + timeZone: type: string - description: Email address associated with the directory object. + description: 'The time zone of the staff member. For a list of possible values, see dateTimeTimeZone.' nullable: true - readOnly: true - additionalProperties: - type: object - microsoft.graph.exchangeRestoreSession: - allOf: - - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' - - title: exchangeRestoreSession - type: object - properties: - mailboxRestoreArtifacts: + useBusinessHours: + type: boolean + description: True means the staff member's availability is as specified in the businessHours property of the business. False means the availability is determined by the staff member's workingHours property setting. + workingHours: type: array items: - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' - description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. - x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.mailboxRestoreArtifact: - allOf: - - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' - - title: mailboxRestoreArtifact - type: object - properties: - restoredFolderId: - type: string - description: The new restored folder identifier for the user. - nullable: true - restoredFolderName: - type: string - description: The new restored folder name. - nullable: true - readOnly: true + $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' + description: 'The range of hours each day of the week that the staff member is available for booking. By default, they''re initialized to be the same as the businessHours property of the business.' additionalProperties: type: object - microsoft.graph.restorePoint: + description: Represents a staff member who provides services in a business. + microsoft.graph.bookingCurrency: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: restorePoint + - title: bookingCurrency type: object properties: - 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: Expiration date time of the restore point. - format: date-time - nullable: true - protectionDateTime: - 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])$' + symbol: type: string - description: Date time when the restore point was created. - format: date-time - nullable: true - tags: - $ref: '#/components/schemas/microsoft.graph.restorePointTags' - protectionUnit: - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: 'The currency symbol. For example, the currency symbol for the US dollar and for the Australian dollar is $.' additionalProperties: type: object + microsoft.graph.solutionsRoot: + title: solutionsRoot + type: object + properties: + backupRestore: + $ref: '#/components/schemas/microsoft.graph.backupRestoreRoot' + bookingBusinesses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingBusiness' + description: A collection of businesses in Microsoft Bookings. Read-only. Nullable. + x-ms-navigationProperty: true + bookingCurrencies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingCurrency' + description: A collection of monetary currencies supported by a bookingBusiness. Read-only. Nullable. + x-ms-navigationProperty: true + businessScenarios: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + description: A collection of scenarios that contain relevant data and configuration information for a specific problem domain. + x-ms-navigationProperty: true + virtualEvents: + $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' + additionalProperties: + type: object microsoft.graph.serviceStatus: title: serviceStatus type: object @@ -19713,62 +12963,6 @@ components: $ref: '#/components/schemas/microsoft.graph.backupServiceStatus' additionalProperties: type: object - microsoft.graph.oneDriveForBusinessProtectionPolicy: - allOf: - - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - - title: oneDriveForBusinessProtectionPolicy - type: object - properties: - driveInclusionRules: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' - description: Contains the details of the Onedrive for Business protection rule. - x-ms-navigationProperty: true - driveProtectionUnits: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' - description: Contains the protection units associated with a OneDrive for Business protection policy. - x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.oneDriveForBusinessRestoreSession: - allOf: - - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' - - title: oneDriveForBusinessRestoreSession - type: object - properties: - driveRestoreArtifacts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' - description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. - x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.driveRestoreArtifact: - allOf: - - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' - - title: driveRestoreArtifact - type: object - properties: - restoredSiteId: - type: string - description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' - nullable: true - restoredSiteName: - type: string - description: The name of the restored site. - nullable: true - readOnly: true - restoredSiteWebUrl: - type: string - description: The web URL of the restored site. - nullable: true - readOnly: true - additionalProperties: - type: object microsoft.graph.protectionPolicyBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -19804,38 +12998,6 @@ components: $ref: '#/components/schemas/microsoft.graph.protectionPolicyStatus' additionalProperties: type: object - microsoft.graph.protectionUnitBase: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: protectionUnitBase - type: object - properties: - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - 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 time of creation of the protection unit. - format: date-time - nullable: true - error: - $ref: '#/components/schemas/microsoft.graph.publicError' - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - 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: Timestamp of the last modification of this protection unit. - format: date-time - nullable: true - policyId: - type: string - description: The unique identifier of the protection policy based on which protection unit was created. - nullable: true - status: - $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' - additionalProperties: - type: object microsoft.graph.timePeriod: title: timePeriod type: object @@ -19957,2347 +13119,2558 @@ components: $ref: '#/components/schemas/microsoft.graph.serviceAppStatus' additionalProperties: type: object - microsoft.graph.sharePointProtectionPolicy: + microsoft.graph.businessScenarioTaskTargetBase: + title: businessScenarioTaskTargetBase + type: object + properties: + taskTargetKind: + $ref: '#/components/schemas/microsoft.graph.plannerTaskTargetKind' + additionalProperties: + type: object + microsoft.graph.businessScenarioPlanReference: allOf: - - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - - title: sharePointProtectionPolicy + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: businessScenarioPlanReference type: object properties: - siteInclusionRules: + title: + type: string + description: The title property of the plannerPlan. + nullable: true + additionalProperties: + type: object + microsoft.graph.virtualEventsRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: virtualEventsRoot + type: object + properties: + events: type: array items: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' - description: The rules associated with the SharePoint Protection policy. + $ref: '#/components/schemas/microsoft.graph.virtualEvent' x-ms-navigationProperty: true - siteProtectionUnits: + townhalls: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' + description: A collection of town halls. Nullable. + x-ms-navigationProperty: true + webinars: type: array items: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' - description: The protection units (sites) that are protected under the site protection policy. + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' + description: A collection of webinars. Nullable. x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.siteProtectionRule: + microsoft.graph.virtualEvent: allOf: - - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' - - title: siteProtectionRule + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: virtualEvent type: object properties: - siteExpression: + createdBy: + $ref: '#/components/schemas/microsoft.graph.communicationsIdentitySet' + description: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: type: string - description: 'Contains a site expression. For examples, see siteExpression example.' + description: The display name of the virtual event. nullable: true + endDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' + startDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + status: + $ref: '#/components/schemas/microsoft.graph.virtualEventStatus' + presenters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' + description: The virtual event presenters. + x-ms-navigationProperty: true + sessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + description: The sessions for the virtual event. + x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.siteProtectionUnit: + microsoft.graph.virtualEventPresenter: allOf: - - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' - - title: siteProtectionUnit + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: virtualEventPresenter type: object properties: - siteId: - type: string - description: Unique identifier of the SharePoint site. - nullable: true - siteName: - type: string - description: Name of the SharePoint site. - nullable: true - readOnly: true - siteWebUrl: + email: type: string - description: The web URL of the SharePoint site. + description: Email address of the presenter. nullable: true - readOnly: true - additionalProperties: - type: object - microsoft.graph.sharePointRestoreSession: - allOf: - - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' - - title: sharePointRestoreSession - type: object - properties: - siteRestoreArtifacts: + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + presenterDetails: + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenterDetails' + sessions: type: array items: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' - description: A collection of restore points and destination details that can be used to restore SharePoint sites. + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.siteRestoreArtifact: + microsoft.graph.virtualEventSession: allOf: - - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' - - title: siteRestoreArtifact + - $ref: '#/components/schemas/microsoft.graph.onlineMeetingBase' + - title: virtualEventSession type: object properties: - restoredSiteId: - type: string - description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' - nullable: true - restoredSiteName: - type: string - description: The name of the restored site. - nullable: true - readOnly: true - restoredSiteWebUrl: - type: string - description: The web URL of the restored site. - nullable: true - readOnly: true + endDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + startDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + presenters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' + x-ms-navigationProperty: true + registrations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' + x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.businessScenario: + microsoft.graph.meetingAttendanceReport: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: businessScenario + - title: meetingAttendanceReport type: object properties: - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - createdDateTime: + meetingEndDateTime: 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 when the scenario was created. 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 is 2014-01-01T00:00:00Z.' + description: UTC time when the meeting ended. Read-only. format: date-time - displayName: - type: string - description: Display name of the scenario. nullable: true - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - lastModifiedDateTime: + meetingStartDateTime: 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 when the scenario was last modified. 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 is 2014-01-01T00:00:00Z.' + description: UTC time when the meeting started. Read-only. format: date-time - ownerAppIds: - type: array - items: - type: string - nullable: true - description: Identifiers of applications that are authorized to work with this scenario. - uniqueName: - type: string - description: 'Unique name of the scenario. To avoid conflicts, the recommended value for the unique name is a reverse domain name format, owned by the author of the scenario. For example, a scenario authored by Contoso.com would have a unique name that starts with com.contoso.' nullable: true - planner: - $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' - additionalProperties: - type: object - microsoft.graph.businessScenarioPlanner: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: businessScenarioPlanner - type: object - properties: - planConfiguration: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' - taskConfiguration: - $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' - tasks: + totalParticipantCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of participants. Read-only. + format: int32 + nullable: true + attendanceRecords: type: array items: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' - description: The Planner tasks for the scenario. + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + description: List of attendance records of an attendance report. Read-only. x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.businessScenarioTaskTargetBase: - title: businessScenarioTaskTargetBase - type: object - properties: - taskTargetKind: - $ref: '#/components/schemas/microsoft.graph.plannerTaskTargetKind' - additionalProperties: - type: object - microsoft.graph.businessScenarioPlanReference: + microsoft.graph.attendanceRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: businessScenarioPlanReference + - title: attendanceRecord type: object properties: - title: + attendanceIntervals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceInterval' + description: List of time periods between joining and leaving a meeting. + emailAddress: type: string - description: The title property of the plannerPlan. + description: Email address of the user associated with this attendance record. + nullable: true + identity: + $ref: '#/components/schemas/microsoft.graph.identity' + registrantId: + type: string + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) + nullable: true + role: + type: string + description: 'Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.' + nullable: true + totalAttendanceInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total duration of the attendances in seconds. + format: int32 nullable: true additionalProperties: type: object - microsoft.graph.plannerPlanConfiguration: + microsoft.graph.virtualEventRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: plannerPlanConfiguration + - title: virtualEventRegistration type: object properties: - buckets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationBucketDefinition' - description: List the buckets that should be created in the plan. - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - createdDateTime: + cancelationDateTime: 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 when the plan configuration was created. 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 is 2014-01-01T00:00:00Z.' + description: 'Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. 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 is 2014-01-01T00:00:00Z.' format: date-time - defaultLanguage: + nullable: true + email: type: string - description: The language code for the default language to be used for the names of the objects created for the plan. + description: Email address of the registrant. nullable: true - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - lastModifiedDateTime: + firstName: + type: string + description: First name of the registrant. + nullable: true + lastName: + type: string + description: Last name of the registrant. + nullable: true + preferredLanguage: + type: string + description: The registrant's preferred language. + nullable: true + preferredTimezone: + type: string + description: The registrant's time zone details. + nullable: true + registrationDateTime: 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 when the plan configuration was last modified. 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 is 2014-01-01T00:00:00Z.' + description: 'Date and time when the registrant registers for the virtual event. 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 is 2014-01-01T00:00:00Z.' format: date-time - localizations: + nullable: true + registrationQuestionAnswers: type: array items: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' - description: Localized names for the plan configuration. + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionAnswer' + description: The registrant's answer to the registration questions. + status: + $ref: '#/components/schemas/microsoft.graph.virtualEventAttendeeRegistrationStatus' + userId: + type: string + description: The registrant's ID in Microsoft Entra ID. Only appears when the registrant is registered in Microsoft Entra ID. + nullable: true + sessions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.plannerPlanConfigurationLocalization: + microsoft.graph.virtualEventTownhall: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: plannerPlanConfigurationLocalization + - $ref: '#/components/schemas/microsoft.graph.virtualEvent' + - title: virtualEventTownhall type: object properties: - buckets: + audience: + $ref: '#/components/schemas/microsoft.graph.meetingAudience' + coOrganizers: type: array items: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationBucketLocalization' - description: Localized names for configured buckets in the plan configuration. - languageTag: - type: string - description: The language code associated with the localized names in this object. - nullable: true - planTitle: - type: string - description: Localized title of the plan. + $ref: '#/components/schemas/microsoft.graph.communicationsUserIdentity' + description: Identity information of the coorganizers of the town hall. + invitedAttendees: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identity' + description: 'The attendees invited to the town hall. The supported identities are: communicationsUserIdentity and communicationsGuestIdentity.' + isInviteOnly: + type: boolean + description: Indicates whether the town hall is only open to invited people and groups within your organization. The isInviteOnly property can only be true if the value of the audience property is set to organization. nullable: true additionalProperties: type: object - microsoft.graph.plannerTaskConfiguration: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: plannerTaskConfiguration - type: object - properties: - editPolicy: - $ref: '#/components/schemas/microsoft.graph.plannerTaskPolicy' - additionalProperties: - type: object - microsoft.graph.businessScenarioTask: + microsoft.graph.virtualEventWebinar: allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerTask' - - title: businessScenarioTask + - $ref: '#/components/schemas/microsoft.graph.virtualEvent' + - title: virtualEventWebinar type: object properties: - businessScenarioProperties: - $ref: '#/components/schemas/microsoft.graph.businessScenarioProperties' - target: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTaskTargetBase' + audience: + $ref: '#/components/schemas/microsoft.graph.meetingAudience' + coOrganizers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.communicationsUserIdentity' + description: Identity information of coorganizers of the webinar. + registrationConfiguration: + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' + registrations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' + description: Registration records of the webinar. + x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.plannerAssignedToTaskBoardTaskFormat: + microsoft.graph.virtualEventWebinarRegistrationConfiguration: allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerDelta' - - title: plannerAssignedToTaskBoardTaskFormat + - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationConfiguration' + - title: virtualEventWebinarRegistrationConfiguration type: object properties: - orderHintsByAssignee: - $ref: '#/components/schemas/microsoft.graph.plannerOrderHintsByAssignee' - unassignedOrderHint: - type: string - description: 'Hint value used to order the task on the AssignedTo view of the Task Board when the task isn''t assigned to anyone, or if the orderHintsByAssignee dictionary doesn''t provide an order hint for the user the task is assigned to. The format is defined as outlined here.' + isManualApprovalEnabled: + type: boolean + nullable: true + isWaitlistEnabled: + type: boolean nullable: true additionalProperties: type: object - microsoft.graph.plannerBucketTaskBoardTaskFormat: + microsoft.graph.virtualEventRegistrationQuestionBase: allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerDelta' - - title: plannerBucketTaskBoardTaskFormat + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: virtualEventRegistrationQuestionBase type: object properties: - orderHint: + displayName: type: string - description: 'Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner.' + description: Display name of the registration question. + nullable: true + isRequired: + type: boolean + description: Indicates whether an answer to the question is required. The default value is false. nullable: true additionalProperties: type: object - microsoft.graph.plannerTaskDetails: + microsoft.graph.bookingNamedEntity: allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerDelta' - - title: plannerTaskDetails + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: bookingNamedEntity type: object properties: - approvalAttachment: - $ref: '#/components/schemas/microsoft.graph.plannerBaseApprovalAttachment' - checklist: - $ref: '#/components/schemas/microsoft.graph.plannerChecklistItems' - completionRequirements: - $ref: '#/components/schemas/microsoft.graph.plannerTaskCompletionRequirementDetails' - description: + displayName: type: string - description: Description of the task. - nullable: true - forms: - $ref: '#/components/schemas/microsoft.graph.plannerFormsDictionary' - notes: - $ref: '#/components/schemas/microsoft.graph.itemBody' - previewType: - $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' - references: - $ref: '#/components/schemas/microsoft.graph.plannerExternalReferences' + description: 'A name for the derived entity, which interfaces with customers.' additionalProperties: type: object - microsoft.graph.plannerProgressTaskBoardTaskFormat: + description: Booking entities that provide a display name. + microsoft.graph.physicalAddress: + title: physicalAddress + type: object + properties: + city: + type: string + description: The city. + nullable: true + countryOrRegion: + type: string + description: 'The country or region. It''s a free-format string value, for example, ''United States''.' + nullable: true + postalCode: + type: string + description: The postal code. + nullable: true + postOfficeBox: + type: string + description: The post office box number. + nullable: true + state: + type: string + description: The state. + nullable: true + street: + type: string + description: The street. + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.physicalAddressType' + additionalProperties: + type: object + microsoft.graph.bookingPageSettings: + title: bookingPageSettings + type: object + properties: + accessControl: + $ref: '#/components/schemas/microsoft.graph.bookingPageAccessControl' + bookingPageColorCode: + type: string + description: 'Custom color for the bookings page. The value should be in Hex format. Example: #123456.' + businessTimeZone: + type: string + description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.' + customerConsentMessage: + type: string + description: The personal data collection and usage consent message in the bookings page. + enforceOneTimePassword: + type: boolean + description: Determines if the one-time password is required to create an appointment. The default value is false. + isBusinessLogoDisplayEnabled: + type: boolean + description: Indicates if the business logo is displayed on the bookings page. The default value is false. + isCustomerConsentEnabled: + type: boolean + description: Enables personal data collection and the usage consent toggle on the bookings page. The default value is false. + isSearchEngineIndexabilityDisabled: + type: boolean + description: Ensures that the web crawlers don't index this page. The defaults value is false. + isTimeSlotTimeZoneSetToBusinessTimeZone: + type: boolean + description: Displays the booking time slots in the business time zone. The default value is false. + privacyPolicyWebUrl: + type: string + description: 'RL of a webpage that provides the terms and conditions of the business. If a privacy policy isn''t included, the following text appears on the bookings page as default: ''The policies and practices of apply to the use of your data.' + termsAndConditionsWebUrl: + type: string + description: URL of a webpage that provides the terms and conditions of the business. + additionalProperties: + type: object + microsoft.graph.bookingWorkHours: + title: bookingWorkHours + type: object + properties: + day: + $ref: '#/components/schemas/microsoft.graph.dayOfWeek' + timeSlots: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingWorkTimeSlot' + description: A list of start/end times during a day. + additionalProperties: + type: object + description: This type represents the set of working hours in a single day of the week. + microsoft.graph.bookingSchedulingPolicy: + title: bookingSchedulingPolicy + type: object + properties: + allowStaffSelection: + type: boolean + description: True if to allow customers to choose a specific person for the booking. + customAvailabilities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityWindow' + description: Custom availability of the service in a given time frame of the service. + generalAvailability: + $ref: '#/components/schemas/microsoft.graph.bookingsAvailability' + isMeetingInviteToCustomersEnabled: + type: boolean + description: Indicates if the meeting invite is sent to the customers. The default value is false + nullable: true + maximumAdvance: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: Maximum number of days in advance that a booking can be made. It follows the ISO 8601 format. + format: duration + minimumLeadTime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The minimum amount of time before which bookings and cancellations must be made. It follows the ISO 8601 format. + format: duration + sendConfirmationsToOwner: + type: boolean + description: True to notify the business via email when a booking is created or changed. Use the email address specified in the email property of the bookingBusiness entity for the business. + timeSlotInterval: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'Duration of each time slot, denoted in ISO 8601 format.' + format: duration + additionalProperties: + type: object + description: This type represents the set of policies that dictate how bookings can be created in a Booking Calendar. + microsoft.graph.entity: + title: entity + type: object + properties: + id: + type: string + description: The unique identifier for an entity. Read-only. + additionalProperties: + type: object + microsoft.graph.location: + title: location + type: object + properties: + address: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + coordinates: + $ref: '#/components/schemas/microsoft.graph.outlookGeoCoordinates' + displayName: + type: string + description: The name associated with the location. + nullable: true + locationEmailAddress: + type: string + description: Optional email address of the location. + nullable: true + locationType: + $ref: '#/components/schemas/microsoft.graph.locationType' + locationUri: + type: string + description: Optional URI representing the location. + nullable: true + uniqueId: + type: string + description: For internal use only. + nullable: true + uniqueIdType: + $ref: '#/components/schemas/microsoft.graph.locationUniqueIdType' + additionalProperties: + type: object + microsoft.graph.bookingCustomerInformationBase: + title: bookingCustomerInformationBase + type: object + additionalProperties: + type: object + ReferenceNumeric: + enum: + - '-INF' + - INF + - NaN + microsoft.graph.bookingInvoiceStatus: + title: bookingInvoiceStatus + enum: + - draft + - reviewing + - open + - canceled + - paid + - corrective + type: string + microsoft.graph.bookingPriceType: + title: bookingPriceType + enum: + - undefined + - fixedPrice + - startingAt + - hourly + - free + - priceVaries + - callUs + - notSet + type: string + description: Represents the type of pricing of a booking service. + x-ms-enum: + name: bookingPriceType + modelAsString: false + values: + - value: undefined + description: The price of the service is not defined. + name: undefined + - value: fixedPrice + description: The price of the service is fixed. + name: fixedPrice + - value: startingAt + description: 'The price of the service starts with a particular value, but can be higher based on the final services performed.' + name: startingAt + - value: hourly + description: The price of the service depends on the number of hours a staff member works on the service. + name: hourly + - value: free + description: The service is free. + name: free + - value: priceVaries + description: The price of the service varies. + name: priceVaries + - value: callUs + description: The price of the service is not listed. + name: callUs + - value: notSet + description: The price of the service is not set. + name: notSet + microsoft.graph.bookingReminder: + title: bookingReminder + type: object + properties: + message: + type: string + description: The message in the reminder. + offset: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format. + format: duration + recipients: + $ref: '#/components/schemas/microsoft.graph.bookingReminderRecipients' + additionalProperties: + type: object + description: This type represents when and to whom to send an e-mail reminder. + microsoft.graph.bookingPerson: allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerDelta' - - title: plannerProgressTaskBoardTaskFormat + - $ref: '#/components/schemas/microsoft.graph.bookingNamedEntity' + - title: bookingPerson type: object properties: - orderHint: + emailAddress: type: string - description: 'Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner.' + description: The email address of the person. nullable: true additionalProperties: type: object - microsoft.graph.virtualEventsRoot: + description: Represents a booking customer or staff member. + microsoft.graph.phone: + title: phone + type: object + properties: + number: + type: string + description: The phone number. + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.phoneType' + additionalProperties: + type: object + microsoft.graph.answerInputType: + title: answerInputType + enum: + - text + - radioButton + - unknownFutureValue + type: string + microsoft.graph.availabilityItem: + title: availabilityItem + type: object + properties: + endDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + serviceId: + type: string + description: 'Indicates the service ID for 1:n appointments. If the appointment is of type 1:n, this field is present, otherwise, null.' + nullable: true + startDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + status: + $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityStatus' + additionalProperties: + type: object + microsoft.graph.bookingQuestionAssignment: + title: bookingQuestionAssignment + type: object + properties: + isRequired: + type: boolean + description: Indicates whether it's mandatory to answer the custom question. + questionId: + type: string + description: The ID of the custom question. + additionalProperties: + type: object + microsoft.graph.bookingStaffMembershipStatus: + title: bookingStaffMembershipStatus + enum: + - active + - pendingAcceptance + - rejectedByStaff + - unknownFutureValue + type: string + microsoft.graph.bookingStaffRole: + title: bookingStaffRole + enum: + - guest + - administrator + - viewer + - externalGuest + - unknownFutureValue + - scheduler + - teamMember + type: string + microsoft.graph.backupRestoreRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: virtualEventsRoot + - title: backupRestoreRoot type: object properties: - events: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' - x-ms-navigationProperty: true - townhalls: + serviceStatus: + $ref: '#/components/schemas/microsoft.graph.serviceStatus' + driveInclusionRules: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - description: A collection of town halls. Nullable. + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: The list of drive inclusion rules applied to the tenant. x-ms-navigationProperty: true - webinars: + driveProtectionUnits: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' - description: A collection of webinars. Nullable. + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: The list of drive protection units in the tenant. x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.virtualEvent: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: virtualEvent - type: object - properties: - createdBy: - $ref: '#/components/schemas/microsoft.graph.communicationsIdentitySet' - description: - $ref: '#/components/schemas/microsoft.graph.itemBody' - displayName: - type: string - description: The display name of the virtual event. - nullable: true - endDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - startDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - status: - $ref: '#/components/schemas/microsoft.graph.virtualEventStatus' - presenters: + exchangeProtectionPolicies: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - description: The virtual event presenters. + $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' + description: The list of Exchange protection policies in the tenant. x-ms-navigationProperty: true - sessions: + exchangeRestoreSessions: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - description: The sessions for the virtual event. - x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.virtualEventPresenter: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: virtualEventPresenter - type: object - properties: - email: - type: string - description: Email address of the presenter. - nullable: true - identity: - $ref: '#/components/schemas/microsoft.graph.identity' - presenterDetails: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenterDetails' - sessions: + $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' + description: The list of Exchange restore sessions available in the tenant. + x-ms-navigationProperty: true + mailboxInclusionRules: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The list of mailbox inclusion rules applied to the tenant. x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.virtualEventSession: - allOf: - - $ref: '#/components/schemas/microsoft.graph.onlineMeetingBase' - - title: virtualEventSession - type: object - properties: - endDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - startDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - presenters: + mailboxProtectionUnits: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The list of mailbox protection units in the tenant. x-ms-navigationProperty: true - registrations: + oneDriveForBusinessProtectionPolicies: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' + description: The list of OneDrive for Business protection policies in the tenant. x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.meetingAttendanceReport: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: meetingAttendanceReport - type: object - properties: - meetingEndDateTime: - 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: UTC time when the meeting ended. Read-only. - format: date-time - nullable: true - meetingStartDateTime: - 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: UTC time when the meeting started. Read-only. - format: date-time - nullable: true - totalParticipantCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Total number of participants. Read-only. - format: int32 - nullable: true - attendanceRecords: + oneDriveForBusinessRestoreSessions: type: array items: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - description: List of attendance records of an attendance report. Read-only. + $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' + description: The list of OneDrive for Business restore sessions available in the tenant. x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.attendanceRecord: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: attendanceRecord - type: object - properties: - attendanceIntervals: + protectionPolicies: type: array items: - $ref: '#/components/schemas/microsoft.graph.attendanceInterval' - description: List of time periods between joining and leaving a meeting. - emailAddress: - type: string - description: Email address of the user associated with this attendance record. - nullable: true - identity: - $ref: '#/components/schemas/microsoft.graph.identity' - registrantId: - type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - nullable: true - role: - type: string - description: 'Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.' - nullable: true - totalAttendanceInSeconds: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Total duration of the attendances in seconds. - format: int32 - nullable: true - additionalProperties: - type: object - microsoft.graph.virtualEventRegistration: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: virtualEventRegistration - type: object - properties: - cancelationDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true - email: - type: string - description: Email address of the registrant. - nullable: true - firstName: - type: string - description: First name of the registrant. - nullable: true - lastName: - type: string - description: Last name of the registrant. - nullable: true - preferredLanguage: - type: string - description: The registrant's preferred language. - nullable: true - preferredTimezone: - type: string - description: The registrant's time zone details. - nullable: true - registrationDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time when the registrant registers for the virtual event. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true - registrationQuestionAnswers: + $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + description: List of protection policies in the tenant. + x-ms-navigationProperty: true + protectionUnits: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionAnswer' - description: The registrant's answer to the registration questions. - status: - $ref: '#/components/schemas/microsoft.graph.virtualEventAttendeeRegistrationStatus' - userId: - type: string - description: The registrant's ID in Microsoft Entra ID. Only appears when the registrant is registered in Microsoft Entra ID. - nullable: true - sessions: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + description: List of protection units in the tenant. + x-ms-navigationProperty: true + restorePoints: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + $ref: '#/components/schemas/microsoft.graph.restorePoint' + description: List of restore points in the tenant. x-ms-navigationProperty: true - additionalProperties: - type: object - microsoft.graph.virtualEventTownhall: - allOf: - - $ref: '#/components/schemas/microsoft.graph.virtualEvent' - - title: virtualEventTownhall - type: object - properties: - audience: - $ref: '#/components/schemas/microsoft.graph.meetingAudience' - coOrganizers: + restoreSessions: type: array items: - $ref: '#/components/schemas/microsoft.graph.communicationsUserIdentity' - description: Identity information of the coorganizers of the town hall. - invitedAttendees: + $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + description: List of restore sessions in the tenant. + x-ms-navigationProperty: true + serviceApps: type: array items: - $ref: '#/components/schemas/microsoft.graph.identity' - description: 'The attendees invited to the town hall. The supported identities are: communicationsUserIdentity and communicationsGuestIdentity.' - isInviteOnly: - type: boolean - description: Indicates whether the town hall is only open to invited people and groups within your organization. The isInviteOnly property can only be true if the value of the audience property is set to organization. - nullable: true - additionalProperties: - type: object - microsoft.graph.virtualEventWebinar: - allOf: - - $ref: '#/components/schemas/microsoft.graph.virtualEvent' - - title: virtualEventWebinar - type: object - properties: - audience: - $ref: '#/components/schemas/microsoft.graph.meetingAudience' - coOrganizers: + $ref: '#/components/schemas/microsoft.graph.serviceApp' + description: List of Backup Storage apps in the tenant. + x-ms-navigationProperty: true + sharePointProtectionPolicies: type: array items: - $ref: '#/components/schemas/microsoft.graph.communicationsUserIdentity' - description: Identity information of coorganizers of the webinar. - registrationConfiguration: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' - registrations: + $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' + description: The list of SharePoint protection policies in the tenant. + x-ms-navigationProperty: true + sharePointRestoreSessions: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - description: Registration records of the webinar. + $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' + description: The list of SharePoint restore sessions available in the tenant. + x-ms-navigationProperty: true + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The list of site inclusion rules applied to the tenant. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The list of site protection units in the tenant. x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.virtualEventWebinarRegistrationConfiguration: - allOf: - - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationConfiguration' - - title: virtualEventWebinarRegistrationConfiguration - type: object - properties: - isManualApprovalEnabled: - type: boolean - nullable: true - isWaitlistEnabled: - type: boolean - nullable: true - additionalProperties: - type: object - microsoft.graph.bookingNamedEntity: + microsoft.graph.businessScenario: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: bookingNamedEntity + - title: businessScenario type: object properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 when the scenario was created. 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 is 2014-01-01T00:00:00Z.' + format: date-time displayName: type: string - description: 'A name for the derived entity, which interfaces with customers.' + description: Display name of the scenario. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 when the scenario was last modified. 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 is 2014-01-01T00:00:00Z.' + format: date-time + ownerAppIds: + type: array + items: + type: string + nullable: true + description: Identifiers of applications that are authorized to work with this scenario. + uniqueName: + type: string + description: 'Unique name of the scenario. To avoid conflicts, the recommended value for the unique name is a reverse domain name format, owned by the author of the scenario. For example, a scenario authored by Contoso.com would have a unique name that starts with com.contoso.' + nullable: true + planner: + $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' additionalProperties: type: object - description: Booking entities that provide a display name. - microsoft.graph.physicalAddress: - title: physicalAddress + microsoft.graph.backupServiceConsumer: + title: backupServiceConsumer + enum: + - unknown + - firstparty + - thirdparty + - unknownFutureValue + type: string + microsoft.graph.disableReason: + title: disableReason + enum: + - none + - invalidBillingProfile + - userRequested + - unknownFutureValue + type: string + microsoft.graph.identitySet: + title: identitySet type: object properties: - city: - type: string - description: The city. - nullable: true - countryOrRegion: - type: string - description: 'The country or region. It''s a free-format string value, for example, ''United States''.' - nullable: true - postalCode: - type: string - description: The postal code. - nullable: true - postOfficeBox: - type: string - description: The post office box number. - nullable: true - state: - type: string - description: The state. - nullable: true - street: - type: string - description: The street. - nullable: true - type: - $ref: '#/components/schemas/microsoft.graph.physicalAddressType' + application: + $ref: '#/components/schemas/microsoft.graph.identity' + device: + $ref: '#/components/schemas/microsoft.graph.identity' + user: + $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object - microsoft.graph.bookingPageSettings: - title: bookingPageSettings + microsoft.graph.backupServiceStatus: + title: backupServiceStatus + enum: + - disabled + - enabled + - protectionChangeLocked + - restoreLocked + - unknownFutureValue + type: string + microsoft.graph.retentionSetting: + title: retentionSetting type: object properties: - accessControl: - $ref: '#/components/schemas/microsoft.graph.bookingPageAccessControl' - bookingPageColorCode: - type: string - description: 'Custom color for the bookings page. The value should be in Hex format. Example: #123456.' - businessTimeZone: - type: string - description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.' - customerConsentMessage: - type: string - description: The personal data collection and usage consent message in the bookings page. - enforceOneTimePassword: - type: boolean - description: Determines if the one-time password is required to create an appointment. The default value is false. - isBusinessLogoDisplayEnabled: - type: boolean - description: Indicates if the business logo is displayed on the bookings page. The default value is false. - isCustomerConsentEnabled: - type: boolean - description: Enables personal data collection and the usage consent toggle on the bookings page. The default value is false. - isSearchEngineIndexabilityDisabled: - type: boolean - description: Ensures that the web crawlers don't index this page. The defaults value is false. - isTimeSlotTimeZoneSetToBusinessTimeZone: - type: boolean - description: Displays the booking time slots in the business time zone. The default value is false. - privacyPolicyWebUrl: + interval: type: string - description: 'RL of a webpage that provides the terms and conditions of the business. If a privacy policy isn''t included, the following text appears on the bookings page as default: ''The policies and practices of apply to the use of your data.' - termsAndConditionsWebUrl: + description: The frequency of the backup. + nullable: true + period: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: URL of a webpage that provides the terms and conditions of the business. + description: The period of time to retain the protected data for a single Microsoft 365 service. + format: duration + nullable: true additionalProperties: type: object - microsoft.graph.bookingWorkHours: - title: bookingWorkHours + microsoft.graph.protectionPolicyStatus: + title: protectionPolicyStatus + enum: + - inactive + - activeWithErrors + - updating + - active + - unknownFutureValue + type: string + microsoft.graph.restorePointSearchResult: + title: restorePointSearchResult type: object properties: - day: - $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - timeSlots: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingWorkTimeSlot' - description: A list of start/end times during a day. + restorePoint: + $ref: '#/components/schemas/microsoft.graph.restorePoint' additionalProperties: type: object - description: This type represents the set of working hours in a single day of the week. - microsoft.graph.bookingSchedulingPolicy: - title: bookingSchedulingPolicy + microsoft.graph.publicError: + title: publicError type: object properties: - allowStaffSelection: - type: boolean - description: True if to allow customers to choose a specific person for the booking. - customAvailabilities: + code: + type: string + description: Represents the error code. + nullable: true + details: type: array items: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityWindow' - description: Custom availability of the service in a given time frame of the service. - generalAvailability: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailability' - isMeetingInviteToCustomersEnabled: - type: boolean - description: Indicates if the meeting invite is sent to the customers. The default value is false - nullable: true - maximumAdvance: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: Maximum number of days in advance that a booking can be made. It follows the ISO 8601 format. - format: duration - minimumLeadTime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: The minimum amount of time before which bookings and cancellations must be made. It follows the ISO 8601 format. - format: duration - sendConfirmationsToOwner: - type: boolean - description: True to notify the business via email when a booking is created or changed. Use the email address specified in the email property of the bookingBusiness entity for the business. - timeSlotInterval: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: Details of the error. + innerError: + $ref: '#/components/schemas/microsoft.graph.publicInnerError' + message: type: string - description: 'Duration of each time slot, denoted in ISO 8601 format.' - format: duration - additionalProperties: - type: object - description: This type represents the set of policies that dictate how bookings can be created in a Booking Calendar. - microsoft.graph.entity: - title: entity - type: object - properties: - id: + description: A non-localized message for the developer. + nullable: true + target: type: string - description: The unique identifier for an entity. Read-only. + description: The target of the error. + nullable: true additionalProperties: type: object - microsoft.graph.location: - title: location + microsoft.graph.restoreSessionStatus: + title: restoreSessionStatus + enum: + - draft + - activating + - active + - completedWithError + - completed + - unknownFutureValue + - failed + type: string + microsoft.graph.identity: + title: identity type: object properties: - address: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - coordinates: - $ref: '#/components/schemas/microsoft.graph.outlookGeoCoordinates' displayName: type: string - description: The name associated with the location. - nullable: true - locationEmailAddress: - type: string - description: Optional email address of the location. + description: The display name of the identity. This property is read-only. nullable: true - locationType: - $ref: '#/components/schemas/microsoft.graph.locationType' - locationUri: + id: type: string - description: Optional URI representing the location. + description: The identifier of the identity. This property is read-only. nullable: true - uniqueId: + additionalProperties: + type: object + microsoft.graph.serviceAppStatus: + title: serviceAppStatus + enum: + - inactive + - active + - pendingActive + - pendingInactive + - unknownFutureValue + type: string + microsoft.graph.plannerTaskTargetKind: + title: plannerTaskTargetKind + enum: + - group + - unknownFutureValue + type: string + microsoft.graph.communicationsIdentitySet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.identitySet' + - title: communicationsIdentitySet + type: object + properties: + applicationInstance: + $ref: '#/components/schemas/microsoft.graph.identity' + assertedIdentity: + $ref: '#/components/schemas/microsoft.graph.identity' + azureCommunicationServicesUser: + $ref: '#/components/schemas/microsoft.graph.identity' + encrypted: + $ref: '#/components/schemas/microsoft.graph.identity' + endpointType: + $ref: '#/components/schemas/microsoft.graph.endpointType' + guest: + $ref: '#/components/schemas/microsoft.graph.identity' + onPremises: + $ref: '#/components/schemas/microsoft.graph.identity' + phone: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object + microsoft.graph.itemBody: + title: itemBody + type: object + properties: + content: type: string - description: For internal use only. + description: The content of the item. nullable: true - uniqueIdType: - $ref: '#/components/schemas/microsoft.graph.locationUniqueIdType' + contentType: + $ref: '#/components/schemas/microsoft.graph.bodyType' additionalProperties: type: object - microsoft.graph.bookingCustomerInformationBase: - title: bookingCustomerInformationBase + microsoft.graph.virtualEventSettings: + title: virtualEventSettings type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true additionalProperties: type: object - ReferenceNumeric: - enum: - - '-INF' - - INF - - NaN - microsoft.graph.bookingInvoiceStatus: - title: bookingInvoiceStatus + microsoft.graph.virtualEventStatus: + title: virtualEventStatus enum: - draft - - reviewing - - open + - published - canceled - - paid - - corrective - type: string - microsoft.graph.bookingPriceType: - title: bookingPriceType - enum: - - undefined - - fixedPrice - - startingAt - - hourly - - free - - priceVaries - - callUs - - notSet + - unknownFutureValue type: string - description: Represents the type of pricing of a booking service. - x-ms-enum: - name: bookingPriceType - modelAsString: false - values: - - value: undefined - description: The price of the service is not defined. - name: undefined - - value: fixedPrice - description: The price of the service is fixed. - name: fixedPrice - - value: startingAt - description: 'The price of the service starts with a particular value, but can be higher based on the final services performed.' - name: startingAt - - value: hourly - description: The price of the service depends on the number of hours a staff member works on the service. - name: hourly - - value: free - description: The service is free. - name: free - - value: priceVaries - description: The price of the service varies. - name: priceVaries - - value: callUs - description: The price of the service is not listed. - name: callUs - - value: notSet - description: The price of the service is not set. - name: notSet - microsoft.graph.bookingReminder: - title: bookingReminder + microsoft.graph.virtualEventPresenterDetails: + title: virtualEventPresenterDetails type: object properties: - message: + bio: + $ref: '#/components/schemas/microsoft.graph.itemBody' + company: type: string - description: The message in the reminder. - offset: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + description: The presenter's company name. + nullable: true + jobTitle: type: string - description: The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format. - format: duration - recipients: - $ref: '#/components/schemas/microsoft.graph.bookingReminderRecipients' + description: The presenter's job title. + nullable: true + linkedInProfileWebUrl: + type: string + description: The presenter's LinkedIn profile URL. + nullable: true + personalSiteWebUrl: + type: string + description: The presenter's personal website URL. + nullable: true + photo: + type: string + description: The content stream of the presenter's photo. + format: base64url + nullable: true + twitterProfileWebUrl: + type: string + description: The presenter's Twitter profile URL. + nullable: true additionalProperties: type: object - description: This type represents when and to whom to send an e-mail reminder. - microsoft.graph.bookingPerson: + microsoft.graph.onlineMeetingBase: allOf: - - $ref: '#/components/schemas/microsoft.graph.bookingNamedEntity' - - title: bookingPerson + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: onlineMeetingBase type: object properties: - emailAddress: + allowAttendeeToEnableCamera: + type: boolean + description: Indicates whether attendees can turn on their camera. + nullable: true + allowAttendeeToEnableMic: + type: boolean + description: Indicates whether attendees can turn on their microphone. + nullable: true + allowBreakoutRooms: + type: boolean + nullable: true + allowedPresenters: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' + allowLiveShare: + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' + allowMeetingChat: + $ref: '#/components/schemas/microsoft.graph.meetingChatMode' + allowParticipantsToChangeName: + type: boolean + description: Specifies if participants are allowed to rename themselves in an instance of the meeting. + nullable: true + allowPowerPointSharing: + type: boolean + nullable: true + allowRecording: + type: boolean + description: Indicates whether recording is enabled for the meeting. + nullable: true + allowTeamworkReactions: + type: boolean + description: Indicates if Teams reactions are enabled for the meeting. + nullable: true + allowTranscription: + type: boolean + description: Indicates whether transcription is enabled for the meeting. + nullable: true + allowWhiteboard: + type: boolean + nullable: true + anonymizeIdentityForRoles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingRole' + description: 'Specifies whose identity is anonymized in the meeting. Possible values are: attendee. The attendee value can''t be removed through a PATCH operation once added.' + audioConferencing: + $ref: '#/components/schemas/microsoft.graph.audioConferencing' + chatInfo: + $ref: '#/components/schemas/microsoft.graph.chatInfo' + chatRestrictions: + $ref: '#/components/schemas/microsoft.graph.chatRestrictions' + isEndToEndEncryptionEnabled: + type: boolean + nullable: true + isEntryExitAnnounced: + type: boolean + description: Indicates whether to announce when callers join or leave. + nullable: true + joinInformation: + $ref: '#/components/schemas/microsoft.graph.itemBody' + joinMeetingIdSettings: + $ref: '#/components/schemas/microsoft.graph.joinMeetingIdSettings' + joinWebUrl: type: string - description: The email address of the person. + description: The join URL of the online meeting. Read-only. nullable: true + lobbyBypassSettings: + $ref: '#/components/schemas/microsoft.graph.lobbyBypassSettings' + recordAutomatically: + type: boolean + description: Indicates whether to record the meeting automatically. + nullable: true + shareMeetingChatHistoryDefault: + $ref: '#/components/schemas/microsoft.graph.meetingChatHistoryDefaultMode' + subject: + type: string + description: The subject of the online meeting. + nullable: true + videoTeleconferenceId: + type: string + description: The video teleconferencing ID. Read-only. + nullable: true + watermarkProtection: + $ref: '#/components/schemas/microsoft.graph.watermarkProtectionValues' + attendanceReports: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + description: The attendance reports of an online meeting. Read-only. + x-ms-navigationProperty: true additionalProperties: type: object - description: Represents a booking customer or staff member. - microsoft.graph.phone: - title: phone + microsoft.graph.attendanceInterval: + title: attendanceInterval type: object properties: - number: + durationInSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime.' + format: int32 + nullable: true + joinDateTime: + 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 phone number. + description: The time the attendee joined in UTC. + format: date-time nullable: true - type: - $ref: '#/components/schemas/microsoft.graph.phoneType' - additionalProperties: - type: object - microsoft.graph.answerInputType: - title: answerInputType - enum: - - text - - radioButton - - unknownFutureValue - type: string - microsoft.graph.availabilityItem: - title: availabilityItem - type: object - properties: - endDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - serviceId: + leaveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Indicates the service ID for 1:n appointments. If the appointment is of type 1:n, this field is present, otherwise, null.' + description: The time the attendee left in UTC. + format: date-time nullable: true - startDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - status: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityStatus' additionalProperties: type: object - microsoft.graph.bookingQuestionAssignment: - title: bookingQuestionAssignment + microsoft.graph.virtualEventRegistrationQuestionAnswer: + title: virtualEventRegistrationQuestionAnswer type: object properties: - isRequired: + booleanValue: type: boolean - description: Indicates whether it's mandatory to answer the custom question. + description: Boolean answer to the virtualEventRegistrationCustomQuestion. Only appears when answerInputType is boolean. + nullable: true + displayName: + type: string + description: Display name of the registration question. + nullable: true + multiChoiceValues: + type: array + items: + type: string + nullable: true + description: A collection of text answers to the virtualEventRegistrationCustomQuestion. Only appears when answerInputType is multiChoice. questionId: type: string - description: The ID of the custom question. + description: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + nullable: true + value: + type: string + description: 'Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. Appears when answerInputType is text, multilineText or singleChoice.' + nullable: true additionalProperties: type: object - microsoft.graph.bookingStaffMembershipStatus: - title: bookingStaffMembershipStatus + microsoft.graph.virtualEventAttendeeRegistrationStatus: + title: virtualEventAttendeeRegistrationStatus enum: - - active - - pendingAcceptance - - rejectedByStaff + - registered + - canceled + - waitlisted + - pendingApproval + - rejectedByOrganizer - unknownFutureValue type: string - microsoft.graph.bookingStaffRole: - title: bookingStaffRole + microsoft.graph.meetingAudience: + title: meetingAudience enum: - - guest - - administrator - - viewer - - externalGuest + - everyone + - organization - unknownFutureValue - - scheduler - - teamMember type: string - microsoft.graph.protectionRuleBase: + microsoft.graph.communicationsUserIdentity: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: protectionRuleBase + - $ref: '#/components/schemas/microsoft.graph.identity' + - title: communicationsUserIdentity type: object properties: - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - 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 time of creation of the rule. - format: date-time - nullable: true - error: - $ref: '#/components/schemas/microsoft.graph.publicError' - isAutoApplyEnabled: - type: boolean - description: Indicates whether the protection rule is static or dynamic. - nullable: true - lastModifiedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - 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])$' + tenantId: type: string - description: Timestamp of the last modification made to the rule. - format: date-time + description: The user's tenant ID. nullable: true - status: - $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' additionalProperties: type: object - microsoft.graph.restoreArtifactBase: + microsoft.graph.virtualEventRegistrationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: restoreArtifactBase + - title: virtualEventRegistrationConfiguration type: object properties: - completionDateTime: - 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 time when restoration of restore artifact is completed. - format: date-time + capacity: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total capacity of the virtual event. + format: int32 nullable: true - destinationType: - $ref: '#/components/schemas/microsoft.graph.destinationType' - error: - $ref: '#/components/schemas/microsoft.graph.publicError' - startDateTime: - 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])$' + registrationWebUrl: type: string - description: The time when restoration of restore artifact is started. - format: date-time + description: Registration URL of the virtual event. nullable: true - status: - $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' - restorePoint: - $ref: '#/components/schemas/microsoft.graph.restorePoint' + questions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' + description: Registration questions. + x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.backupServiceConsumer: - title: backupServiceConsumer - enum: - - unknown - - firstparty - - thirdparty - - unknownFutureValue - type: string - microsoft.graph.disableReason: - title: disableReason - enum: - - none - - invalidBillingProfile - - userRequested - - unknownFutureValue - type: string - microsoft.graph.identitySet: - title: identitySet + microsoft.graph.bookingBusinessCollectionResponse: + title: Collection of bookingBusiness type: object properties: - application: - $ref: '#/components/schemas/microsoft.graph.identity' - device: - $ref: '#/components/schemas/microsoft.graph.identity' - user: - $ref: '#/components/schemas/microsoft.graph.identity' + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingBusiness' + '@odata.nextLink': + type: string + nullable: true additionalProperties: type: object - microsoft.graph.backupServiceStatus: - title: backupServiceStatus - enum: - - disabled - - enabled - - protectionChangeLocked - - restoreLocked - - unknownFutureValue - type: string - microsoft.graph.retentionSetting: - title: retentionSetting + microsoft.graph.ODataErrors.ODataError: + required: + - error type: object properties: - interval: - type: string - description: The frequency of the backup. - nullable: true - period: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: The period of time to retain the protected data for a single Microsoft 365 service. - format: duration - nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError' additionalProperties: type: object - microsoft.graph.protectionPolicyStatus: - title: protectionPolicyStatus - enum: - - inactive - - activeWithErrors - - updating - - active - - unknownFutureValue - type: string - microsoft.graph.publicError: - title: publicError + microsoft.graph.bookingAppointmentCollectionResponse: + title: Collection of bookingAppointment type: object properties: - code: - type: string - description: Represents the error code. - nullable: true - details: + value: type: array items: - $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' - description: Details of the error. - innerError: - $ref: '#/components/schemas/microsoft.graph.publicInnerError' - message: - type: string - description: A non-localized message for the developer. - nullable: true - target: + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' + '@odata.nextLink': type: string - description: The target of the error. nullable: true additionalProperties: type: object - microsoft.graph.protectionUnitStatus: - title: protectionUnitStatus - enum: - - protectRequested - - protected - - unprotectRequested - - unprotected - - removeRequested - - unknownFutureValue - type: string - microsoft.graph.restorePointSearchResult: - title: restorePointSearchResult - type: object - properties: - restorePoint: - $ref: '#/components/schemas/microsoft.graph.restorePoint' - additionalProperties: - type: object - microsoft.graph.restoreSessionStatus: - title: restoreSessionStatus - enum: - - draft - - activating - - active - - completedWithError - - completed - - unknownFutureValue - - failed - type: string - microsoft.graph.identity: - title: identity + ODataCountResponse: + type: integer + format: int32 + microsoft.graph.bookingCustomerCollectionResponse: + title: Collection of bookingCustomer type: object properties: - displayName: - type: string - description: The display name of the identity. This property is read-only. - nullable: true - id: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingCustomer' + '@odata.nextLink': type: string - description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object - microsoft.graph.serviceAppStatus: - title: serviceAppStatus - enum: - - inactive - - active - - pendingActive - - pendingInactive - - unknownFutureValue - type: string - microsoft.graph.plannerTaskTargetKind: - title: plannerTaskTargetKind - enum: - - group - - unknownFutureValue - type: string - microsoft.graph.plannerPlanConfigurationBucketDefinition: - title: plannerPlanConfigurationBucketDefinition + microsoft.graph.bookingCustomQuestionCollectionResponse: + title: Collection of bookingCustomQuestion type: object properties: - externalBucketId: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' + '@odata.nextLink': type: string - description: Application-specified identifier of the bucket. nullable: true additionalProperties: type: object - microsoft.graph.plannerPlanConfigurationBucketLocalization: - title: plannerPlanConfigurationBucketLocalization + microsoft.graph.bookingServiceCollectionResponse: + title: Collection of bookingService type: object properties: - externalBucketId: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingService' + '@odata.nextLink': type: string - description: Application-specified identifier of the bucket. nullable: true - name: + additionalProperties: + type: object + microsoft.graph.bookingStaffMemberCollectionResponse: + title: Collection of bookingStaffMember + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' + '@odata.nextLink': type: string - description: Name of the bucket. nullable: true additionalProperties: type: object - microsoft.graph.plannerTaskPolicy: - title: plannerTaskPolicy + microsoft.graph.bookingCurrencyCollectionResponse: + title: Collection of bookingCurrency type: object properties: - rules: + value: type: array items: - $ref: '#/components/schemas/microsoft.graph.plannerTaskRoleBasedRule' - description: 'The rules that should be enforced on the tasks when they''re being changed outside of the scenario, based on the role of the caller.' + $ref: '#/components/schemas/microsoft.graph.bookingCurrency' + '@odata.nextLink': + type: string + nullable: true additionalProperties: type: object - microsoft.graph.plannerTask: - allOf: - - $ref: '#/components/schemas/microsoft.graph.plannerDelta' - - title: plannerTask - type: object - properties: - activeChecklistItemCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: 'The number of checklist items with value set to false, representing incomplete items.' - format: int32 - nullable: true - appliedCategories: - $ref: '#/components/schemas/microsoft.graph.plannerAppliedCategories' - archivalInfo: - $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' - assigneePriority: - type: string - description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in planner.' - nullable: true - assignments: - $ref: '#/components/schemas/microsoft.graph.plannerAssignments' - bucketId: - type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. - nullable: true - checklistItemCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: The number of checklist items that are present on the task. - format: int32 - nullable: true - completedBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - completedDateTime: - 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: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - conversationThreadId: - type: string - description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. - nullable: true - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - 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: 'Read-only. The date and time at which the task is created. 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - creationSource: - $ref: '#/components/schemas/microsoft.graph.plannerTaskCreation' - dueDateTime: - 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 at which the task is due. 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - hasDescription: - type: boolean - description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' - nullable: true - isArchived: - type: boolean - description: 'Read-only. If set to true, the task is archived. An archived task is read-only.' - nullable: true - isOnMyDay: - type: boolean - description: 'Indicates whether to show this task in the MyDay view. If true, it shows the task.' - nullable: true - isOnMyDayLastModifiedDate: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' - type: string - description: Read-only. The date on which task is added to or removed from MyDay. - format: date - nullable: true - orderHint: - type: string - description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.' - nullable: true - percentComplete: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: 'The percentage of task completion. When set to 100, the task is completed.' - format: int32 - nullable: true - planId: - type: string - description: Plan ID to which the task belongs. - nullable: true - previewType: - $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' - priority: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: 'The priority of the task. Valid values are between 0 and 10, inclusive. Larger values indicate lower priority. For example, 0 has the highest priority and 10 has the lowest priority. Currently, planner interprets values 0 and 1 as ''urgent'', 2 and 3 and 4 as ''important'', 5, 6, and 7 as ''medium'', and 8, 9, and 10 as ''low''. Currently, planner sets the value 1 for ''urgent'', 3 for ''important'', 5 for ''medium'', and 9 for ''low''.' - format: int32 - nullable: true - recurrence: - $ref: '#/components/schemas/microsoft.graph.plannerTaskRecurrence' - referenceCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Number of external references that exist on the task. - format: int32 - nullable: true - specifiedCompletionRequirements: - $ref: '#/components/schemas/microsoft.graph.plannerTaskCompletionRequirements' - startDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date and time at which the task starts. 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 is 2014-01-01T00:00:00Z' - format: date-time - nullable: true - title: - type: string - description: Title of the task. - assignedToTaskBoardFormat: - $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' - bucketTaskBoardFormat: - $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' - details: - $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' - progressTaskBoardFormat: - $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' - additionalProperties: - type: object - microsoft.graph.businessScenarioProperties: - title: businessScenarioProperties + microsoft.graph.virtualEventCollectionResponse: + title: Collection of virtualEvent type: object properties: - externalBucketId: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEvent' + '@odata.nextLink': type: string - description: The identifier for the bucketDefinition configured in the plannerPlanConfiguration for the scenario. The task will be placed in the corresponding plannerBucket in the target plan. Required. nullable: true - externalContextId: + additionalProperties: + type: object + microsoft.graph.virtualEventPresenterCollectionResponse: + title: Collection of virtualEventPresenter + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' + '@odata.nextLink': type: string - description: 'The identifier for the context of the task. Context is an application controlled value, and tasks can be queried by their externalContextId. Optional.' nullable: true - externalObjectId: + additionalProperties: + type: object + microsoft.graph.virtualEventSessionCollectionResponse: + title: Collection of virtualEventSession + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventSession' + '@odata.nextLink': type: string - description: Application-specific identifier for the task. Every task for the same scenario must have a unique identifier specified for this property. Required. nullable: true - externalObjectVersion: + additionalProperties: + type: object + microsoft.graph.meetingAttendanceReportCollectionResponse: + title: Collection of meetingAttendanceReport + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' + '@odata.nextLink': type: string - description: Application-specific version of the task. Optional. nullable: true - webUrl: + additionalProperties: + type: object + microsoft.graph.attendanceRecordCollectionResponse: + title: Collection of attendanceRecord + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' + '@odata.nextLink': type: string - description: The URL to the application-specific experience for this task. Optional. nullable: true additionalProperties: type: object - microsoft.graph.plannerDelta: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: plannerDelta - type: object - additionalProperties: - type: object - microsoft.graph.plannerOrderHintsByAssignee: - title: plannerOrderHintsByAssignee - type: object - additionalProperties: - type: object - microsoft.graph.plannerBaseApprovalAttachment: - title: plannerBaseApprovalAttachment + microsoft.graph.virtualEventRegistrationCollectionResponse: + title: Collection of virtualEventRegistration type: object properties: - status: - $ref: '#/components/schemas/microsoft.graph.plannerApprovalStatus' + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' + '@odata.nextLink': + type: string + nullable: true additionalProperties: type: object - microsoft.graph.plannerChecklistItems: - title: plannerChecklistItems + microsoft.graph.virtualEventTownhallCollectionResponse: + title: Collection of virtualEventTownhall type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' + '@odata.nextLink': + type: string + nullable: true additionalProperties: type: object - microsoft.graph.plannerTaskCompletionRequirementDetails: - title: plannerTaskCompletionRequirementDetails + microsoft.graph.virtualEventWebinarCollectionResponse: + title: Collection of virtualEventWebinar type: object properties: - approvalRequirement: - $ref: '#/components/schemas/microsoft.graph.plannerApprovalRequirement' - checklistRequirement: - $ref: '#/components/schemas/microsoft.graph.plannerChecklistRequirement' - formsRequirement: - $ref: '#/components/schemas/microsoft.graph.plannerFormsRequirement' + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' + '@odata.nextLink': + type: string + nullable: true additionalProperties: type: object - microsoft.graph.plannerFormsDictionary: - allOf: - - $ref: '#/components/schemas/microsoft.graph.Dictionary' - - title: plannerFormsDictionary - type: object - additionalProperties: - type: object - microsoft.graph.itemBody: - title: itemBody + microsoft.graph.virtualEventRegistrationQuestionBaseCollectionResponse: + title: Collection of virtualEventRegistrationQuestionBase type: object properties: - content: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' + '@odata.nextLink': type: string - description: The content of the item. nullable: true - contentType: - $ref: '#/components/schemas/microsoft.graph.bodyType' additionalProperties: type: object - microsoft.graph.plannerPreviewType: - title: plannerPreviewType + microsoft.graph.physicalAddressType: + title: physicalAddressType enum: - - automatic - - noPreview - - checklist - - description - - reference + - unknown + - home + - business + - other type: string - microsoft.graph.plannerExternalReferences: - title: plannerExternalReferences - type: object - additionalProperties: - type: object - microsoft.graph.communicationsIdentitySet: - allOf: - - $ref: '#/components/schemas/microsoft.graph.identitySet' - - title: communicationsIdentitySet - type: object - properties: - applicationInstance: - $ref: '#/components/schemas/microsoft.graph.identity' - assertedIdentity: - $ref: '#/components/schemas/microsoft.graph.identity' - azureCommunicationServicesUser: - $ref: '#/components/schemas/microsoft.graph.identity' - encrypted: - $ref: '#/components/schemas/microsoft.graph.identity' - endpointType: - $ref: '#/components/schemas/microsoft.graph.endpointType' - guest: - $ref: '#/components/schemas/microsoft.graph.identity' - onPremises: - $ref: '#/components/schemas/microsoft.graph.identity' - phone: - $ref: '#/components/schemas/microsoft.graph.identity' - additionalProperties: - type: object - microsoft.graph.virtualEventStatus: - title: virtualEventStatus + microsoft.graph.bookingPageAccessControl: + title: bookingPageAccessControl enum: - - draft - - published - - canceled + - unrestricted + - restrictedToOrganization - unknownFutureValue type: string - microsoft.graph.virtualEventPresenterDetails: - title: virtualEventPresenterDetails + microsoft.graph.dayOfWeek: + title: dayOfWeek + enum: + - sunday + - monday + - tuesday + - wednesday + - thursday + - friday + - saturday + type: string + microsoft.graph.bookingWorkTimeSlot: + title: bookingWorkTimeSlot type: object properties: - bio: - $ref: '#/components/schemas/microsoft.graph.itemBody' - company: - type: string - description: The presenter's company name. - nullable: true - jobTitle: - type: string - description: The presenter's job title. - nullable: true - linkedInProfileWebUrl: - type: string - description: The presenter's LinkedIn profile URL. - nullable: true - personalSiteWebUrl: - type: string - description: The presenter's personal website URL. - nullable: true - photo: + end: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string - description: The content stream of the presenter's photo. - format: base64url - nullable: true - twitterProfileWebUrl: + description: 'The time of the day when work stops. For example, 17:00:00.0000000.' + format: time + start: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string - description: The presenter's Twitter profile URL. - nullable: true + description: 'The time of the day when work starts. For example, 08:00:00.0000000.' + format: time additionalProperties: type: object - microsoft.graph.onlineMeetingBase: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: onlineMeetingBase - type: object - properties: - allowAttendeeToEnableCamera: - type: boolean - description: Indicates whether attendees can turn on their camera. - nullable: true - allowAttendeeToEnableMic: - type: boolean - description: Indicates whether attendees can turn on their microphone. - nullable: true - allowBreakoutRooms: - type: boolean - nullable: true - allowedPresenters: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' - allowLiveShare: - type: boolean - nullable: true - allowMeetingChat: - $ref: '#/components/schemas/microsoft.graph.meetingChatMode' - allowParticipantsToChangeName: - type: boolean - description: Specifies if participants are allowed to rename themselves in an instance of the meeting. - nullable: true - allowPowerPointSharing: - type: boolean - nullable: true - allowRecording: - type: boolean - description: Indicates whether recording is enabled for the meeting. - nullable: true - allowTeamworkReactions: - type: boolean - description: Indicates if Teams reactions are enabled for the meeting. - nullable: true - allowTranscription: - type: boolean - description: Indicates whether transcription is enabled for the meeting. - nullable: true - allowWhiteboard: - type: boolean - nullable: true - anonymizeIdentityForRoles: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingRole' - description: 'Specifies whose identity is anonymized in the meeting. Possible values are: attendee. The attendee value can''t be removed through a PATCH operation once added.' - audioConferencing: - $ref: '#/components/schemas/microsoft.graph.audioConferencing' - chatInfo: - $ref: '#/components/schemas/microsoft.graph.chatInfo' - chatRestrictions: - $ref: '#/components/schemas/microsoft.graph.chatRestrictions' - isEndToEndEncryptionEnabled: - type: boolean - nullable: true - isEntryExitAnnounced: - type: boolean - description: Indicates whether to announce when callers join or leave. - nullable: true - joinInformation: - $ref: '#/components/schemas/microsoft.graph.itemBody' - joinMeetingIdSettings: - $ref: '#/components/schemas/microsoft.graph.joinMeetingIdSettings' - joinWebUrl: - type: string - description: The join URL of the online meeting. Read-only. - nullable: true - lobbyBypassSettings: - $ref: '#/components/schemas/microsoft.graph.lobbyBypassSettings' - recordAutomatically: - type: boolean - description: Indicates whether to record the meeting automatically. - nullable: true - shareMeetingChatHistoryDefault: - $ref: '#/components/schemas/microsoft.graph.meetingChatHistoryDefaultMode' - subject: + microsoft.graph.bookingsAvailabilityWindow: + allOf: + - $ref: '#/components/schemas/microsoft.graph.bookingsAvailability' + - title: bookingsAvailabilityWindow + type: object + properties: + endDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The subject of the online meeting. + description: End date of the availability window. + format: date nullable: true - videoTeleconferenceId: + startDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The video teleconferencing ID. Read-only. + description: Start date of the availability window. + format: date nullable: true - watermarkProtection: - $ref: '#/components/schemas/microsoft.graph.watermarkProtectionValues' - attendanceReports: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - description: The attendance reports of an online meeting. Read-only. - x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.attendanceInterval: - title: attendanceInterval + microsoft.graph.bookingsAvailability: + title: bookingsAvailability type: object properties: - durationInSeconds: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: 'Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime.' - format: int32 - nullable: true - joinDateTime: - 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 time the attendee joined in UTC. - format: date-time - nullable: true - leaveDateTime: - 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 time the attendee left in UTC. - format: date-time - nullable: true + availabilityType: + $ref: '#/components/schemas/microsoft.graph.bookingsServiceAvailabilityType' + businessHours: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' + description: The hours of operation in a week. The business hours value is set to null if the availability type isn't customWeeklyHours. additionalProperties: type: object - microsoft.graph.virtualEventRegistrationQuestionAnswer: - title: virtualEventRegistrationQuestionAnswer + microsoft.graph.outlookGeoCoordinates: + title: outlookGeoCoordinates type: object properties: - booleanValue: - type: boolean - description: Boolean answer to the virtualEventRegistrationCustomQuestion. Only appears when answerInputType is boolean. + accuracy: + type: number + description: 'The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.' + format: double nullable: true - displayName: - type: string - description: Display name of the registration question. + altitude: + type: number + description: The altitude of the location. + format: double nullable: true - multiChoiceValues: - type: array - items: - type: string - nullable: true - description: A collection of text answers to the virtualEventRegistrationCustomQuestion. Only appears when answerInputType is multiChoice. - questionId: - type: string - description: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + altitudeAccuracy: + type: number + description: The accuracy of the altitude. + format: double nullable: true - value: - type: string - description: 'Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. Appears when answerInputType is text, multilineText or singleChoice.' + latitude: + type: number + description: The latitude of the location. + format: double + nullable: true + longitude: + type: number + description: The longitude of the location. + format: double nullable: true additionalProperties: type: object - microsoft.graph.virtualEventAttendeeRegistrationStatus: - title: virtualEventAttendeeRegistrationStatus + microsoft.graph.locationType: + title: locationType enum: - - registered - - canceled - - waitlisted - - pendingApproval - - rejectedByOrganizer - - unknownFutureValue + - default + - conferenceRoom + - homeAddress + - businessAddress + - geoCoordinates + - streetAddress + - hotel + - restaurant + - localBusiness + - postalAddress type: string - microsoft.graph.meetingAudience: - title: meetingAudience + microsoft.graph.locationUniqueIdType: + title: locationUniqueIdType enum: - - everyone - - organization + - unknown + - locationStore + - directory + - private + - bing + type: string + microsoft.graph.bookingReminderRecipients: + title: bookingReminderRecipients + enum: + - allAttendees + - staff + - customer + type: string + microsoft.graph.phoneType: + title: phoneType + enum: + - home + - business + - mobile + - other + - assistant + - homeFax + - businessFax + - otherFax + - pager + - radio + type: string + microsoft.graph.bookingsAvailabilityStatus: + title: bookingsAvailabilityStatus + enum: + - available + - busy + - slotsAvailable + - outOfOffice - unknownFutureValue type: string - microsoft.graph.communicationsUserIdentity: + microsoft.graph.driveProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: driveProtectionRule + type: object + properties: + driveExpression: + type: string + description: 'Contains a drive expression. For examples, see driveExpression examples.' + nullable: true + additionalProperties: + type: object + microsoft.graph.driveProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: driveProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email associated with the directory object. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.exchangeProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: exchangeProtectionPolicy + type: object + properties: + mailboxInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' + description: The rules associated with the Exchange protection policy. + x-ms-navigationProperty: true + mailboxProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' + description: The protection units (mailboxes) that are protected under the Exchange protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.exchangeRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: exchangeRestoreSession + type: object + properties: + mailboxRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore Exchange mailboxes. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: mailboxProtectionRule + type: object + properties: + mailboxExpression: + type: string + description: 'Contains a mailbox expression. For examples, see mailboxExpression examples.' + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: mailboxProtectionUnit + type: object + properties: + directoryObjectId: + type: string + description: The ID of the directory object. + nullable: true + displayName: + type: string + description: Display name of the directory object. + nullable: true + readOnly: true + email: + type: string + description: Email address associated with the directory object. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.oneDriveForBusinessProtectionPolicy: allOf: - - $ref: '#/components/schemas/microsoft.graph.identity' - - title: communicationsUserIdentity + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: oneDriveForBusinessProtectionPolicy type: object properties: - tenantId: - type: string - description: The user's tenant ID. - nullable: true + driveInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' + description: Contains the details of the Onedrive for Business protection rule. + x-ms-navigationProperty: true + driveProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' + description: Contains the protection units associated with a OneDrive for Business protection policy. + x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.virtualEventRegistrationConfiguration: + microsoft.graph.oneDriveForBusinessRestoreSession: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: virtualEventRegistrationConfiguration + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: oneDriveForBusinessRestoreSession type: object properties: - capacity: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Total capacity of the virtual event. - format: int32 - nullable: true - registrationWebUrl: - type: string - description: Registration URL of the virtual event. - nullable: true - questions: + driveRestoreArtifacts: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' - description: Registration questions. + $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore a OneDrive for Business drive. x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.bookingBusinessCollectionResponse: - title: Collection of bookingBusiness - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingBusiness' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.ODataErrors.ODataError: - required: - - error - type: object - properties: - error: - $ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError' - additionalProperties: - type: object - microsoft.graph.bookingAppointmentCollectionResponse: - title: Collection of bookingAppointment - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - ODataCountResponse: - type: integer - format: int32 - microsoft.graph.bookingCustomerCollectionResponse: - title: Collection of bookingCustomer - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingCustomer' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.bookingCustomQuestionCollectionResponse: - title: Collection of bookingCustomQuestion - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.bookingServiceCollectionResponse: - title: Collection of bookingService - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingService' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.bookingStaffMemberCollectionResponse: - title: Collection of bookingStaffMember - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.bookingCurrencyCollectionResponse: - title: Collection of bookingCurrency - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingCurrency' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.driveProtectionRuleCollectionResponse: - title: Collection of driveProtectionRule - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRule' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.driveProtectionUnitCollectionResponse: - title: Collection of driveProtectionUnit - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnit' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.exchangeProtectionPolicyCollectionResponse: - title: Collection of exchangeProtectionPolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.mailboxProtectionRuleCollectionResponse: - title: Collection of mailboxProtectionRule - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRule' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.mailboxProtectionUnitCollectionResponse: - title: Collection of mailboxProtectionUnit - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.exchangeRestoreSessionCollectionResponse: - title: Collection of exchangeRestoreSession - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSession' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.mailboxRestoreArtifactCollectionResponse: - title: Collection of mailboxRestoreArtifact - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: - title: Collection of oneDriveForBusinessProtectionPolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: - title: Collection of oneDriveForBusinessRestoreSession - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.driveRestoreArtifactCollectionResponse: - title: Collection of driveRestoreArtifact + microsoft.graph.protectionUnitBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionUnitBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 time of creation of the protection unit. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Timestamp of the last modification of this protection unit. + format: date-time + nullable: true + policyId: + type: string + description: The unique identifier of the protection policy based on which protection unit was created. + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionUnitStatus' + additionalProperties: + type: object + microsoft.graph.restorePoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restorePoint + type: object + properties: + 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: Expiration date time of the restore point. + format: date-time + nullable: true + protectionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date time when the restore point was created. + format: date-time + nullable: true + tags: + $ref: '#/components/schemas/microsoft.graph.restorePointTags' + protectionUnit: + $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + additionalProperties: + type: object + microsoft.graph.sharePointProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' + - title: sharePointProtectionPolicy + type: object + properties: + siteInclusionRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' + description: The rules associated with the SharePoint Protection policy. + x-ms-navigationProperty: true + siteProtectionUnits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' + description: The protection units (sites) that are protected under the site protection policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.sharePointRestoreSession: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' + - title: sharePointRestoreSession + type: object + properties: + siteRestoreArtifacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' + description: A collection of restore points and destination details that can be used to restore SharePoint sites. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.siteProtectionRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionRuleBase' + - title: siteProtectionRule + type: object + properties: + siteExpression: + type: string + description: 'Contains a site expression. For examples, see siteExpression example.' + nullable: true + additionalProperties: + type: object + microsoft.graph.siteProtectionUnit: + allOf: + - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' + - title: siteProtectionUnit + type: object + properties: + siteId: + type: string + description: Unique identifier of the SharePoint site. + nullable: true + siteName: + type: string + description: Name of the SharePoint site. + nullable: true + readOnly: true + siteWebUrl: + type: string + description: The web URL of the SharePoint site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.businessScenarioPlanner: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: businessScenarioPlanner + type: object + properties: + planConfiguration: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' + taskConfiguration: + $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + description: The Planner tasks for the scenario. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.publicErrorDetail: + title: publicErrorDetail type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifact' - '@odata.nextLink': + code: type: string + description: The error code. nullable: true - additionalProperties: - type: object - microsoft.graph.protectionPolicyBaseCollectionResponse: - title: Collection of protectionPolicyBase - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBase' - '@odata.nextLink': + message: type: string + description: The error message. nullable: true - additionalProperties: - type: object - microsoft.graph.protectionUnitBaseCollectionResponse: - title: Collection of protectionUnitBase - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.protectionUnitBase' - '@odata.nextLink': + target: type: string + description: The target of the error. nullable: true additionalProperties: type: object - microsoft.graph.restorePointCollectionResponse: - title: Collection of restorePoint + microsoft.graph.publicInnerError: + title: publicInnerError type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.restorePoint' - '@odata.nextLink': + code: type: string + description: The error code. nullable: true - additionalProperties: - type: object - microsoft.graph.restoreSessionBaseCollectionResponse: - title: Collection of restoreSessionBase - type: object - properties: - value: + details: type: array items: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBase' - '@odata.nextLink': + $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' + description: A collection of error details. + message: type: string + description: The error message. nullable: true - additionalProperties: - type: object - microsoft.graph.serviceAppCollectionResponse: - title: Collection of serviceApp - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.serviceApp' - '@odata.nextLink': + target: type: string + description: The target of the error. nullable: true additionalProperties: type: object - microsoft.graph.sharePointProtectionPolicyCollectionResponse: - title: Collection of sharePointProtectionPolicy + microsoft.graph.endpointType: + title: endpointType + enum: + - default + - voicemail + - skypeForBusiness + - skypeForBusinessVoipPhone + - unknownFutureValue + type: string + microsoft.graph.bodyType: + title: bodyType + enum: + - text + - html + type: string + microsoft.graph.onlineMeetingPresenters: + title: onlineMeetingPresenters + enum: + - everyone + - organization + - roleIsPresenter + - organizer + - unknownFutureValue + type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.meetingChatMode: + title: meetingChatMode + enum: + - enabled + - disabled + - limited + - unknownFutureValue + type: string + microsoft.graph.onlineMeetingRole: + title: onlineMeetingRole + enum: + - attendee + - presenter + - producer + - unknownFutureValue + - coorganizer + type: string + microsoft.graph.audioConferencing: + title: audioConferencing type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' - '@odata.nextLink': + conferenceId: type: string + description: The conference id of the online meeting. nullable: true - additionalProperties: - type: object - microsoft.graph.siteProtectionRuleCollectionResponse: - title: Collection of siteProtectionRule - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRule' - '@odata.nextLink': + dialinUrl: type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.siteProtectionUnitCollectionResponse: - title: Collection of siteProtectionUnit - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnit' - '@odata.nextLink': + description: A URL to the externally-accessible web page that contains dial-in information. + nullable: true + tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true - additionalProperties: - type: object - microsoft.graph.sharePointRestoreSessionCollectionResponse: - title: Collection of sharePointRestoreSession - type: object - properties: - value: + tollFreeNumbers: type: array items: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSession' - '@odata.nextLink': + type: string + nullable: true + description: List of toll-free numbers that are displayed in the meeting invite. + tollNumber: type: string + description: The toll number that connects to the Audio Conference Provider. nullable: true + tollNumbers: + type: array + items: + type: string + nullable: true + description: List of toll numbers that are displayed in the meeting invite. additionalProperties: type: object - microsoft.graph.siteRestoreArtifactCollectionResponse: - title: Collection of siteRestoreArtifact + microsoft.graph.chatInfo: + title: chatInfo type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifact' - '@odata.nextLink': + messageId: + type: string + description: The unique identifier for a message in a Microsoft Teams channel. + nullable: true + replyChainMessageId: + type: string + description: The ID of the reply message. + nullable: true + threadId: type: string + description: The unique identifier for a thread in Microsoft Teams. nullable: true additionalProperties: type: object - microsoft.graph.businessScenarioCollectionResponse: - title: Collection of businessScenario + microsoft.graph.chatRestrictions: + title: chatRestrictions type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.businessScenario' - '@odata.nextLink': - type: string + allowTextOnly: + type: boolean + description: Indicates whether only text is allowed in the meeting chat. Optional. nullable: true additionalProperties: type: object - microsoft.graph.plannerPlanConfigurationLocalizationCollectionResponse: - title: Collection of plannerPlanConfigurationLocalization + microsoft.graph.joinMeetingIdSettings: + title: joinMeetingIdSettings type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' - '@odata.nextLink': + isPasscodeRequired: + type: boolean + description: Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional. + nullable: true + joinMeetingId: + type: string + description: The meeting ID to be used to join a meeting. Optional. Read-only. + nullable: true + passcode: type: string + description: The passcode to join a meeting. Optional. Read-only. nullable: true additionalProperties: type: object - microsoft.graph.businessScenarioTaskCollectionResponse: - title: Collection of businessScenarioTask + microsoft.graph.lobbyBypassSettings: + title: lobbyBypassSettings type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' - '@odata.nextLink': - type: string + isDialInBypassEnabled: + type: boolean + description: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.lobbyBypassScope' additionalProperties: type: object - microsoft.graph.virtualEventCollectionResponse: - title: Collection of virtualEvent + microsoft.graph.meetingChatHistoryDefaultMode: + title: meetingChatHistoryDefaultMode + enum: + - none + - all + - unknownFutureValue + type: string + microsoft.graph.watermarkProtectionValues: + title: watermarkProtectionValues type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' - '@odata.nextLink': - type: string + isEnabledForContentSharing: + type: boolean + description: Indicates whether to apply a watermark to any shared content. + nullable: true + isEnabledForVideo: + type: boolean + description: Indicates whether to apply a watermark to everyone's video feed. nullable: true additionalProperties: type: object - microsoft.graph.virtualEventPresenterCollectionResponse: - title: Collection of virtualEventPresenter + microsoft.graph.ODataErrors.MainError: + required: + - code + - message type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' - '@odata.nextLink': + code: + type: string + message: + type: string + x-ms-primary-error-message: true + target: type: string nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails' + innerError: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' additionalProperties: type: object - microsoft.graph.virtualEventSessionCollectionResponse: - title: Collection of virtualEventSession + microsoft.graph.bookingsServiceAvailabilityType: + title: bookingsServiceAvailabilityType + enum: + - bookWhenStaffAreFree + - notBookable + - customWeeklyHours + - unknownFutureValue + type: string + microsoft.graph.protectionRuleBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: protectionRuleBase + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 time of creation of the rule. + format: date-time + nullable: true + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + isAutoApplyEnabled: + type: boolean + description: Indicates whether the protection rule is static or dynamic. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Timestamp of the last modification made to the rule. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.protectionRuleStatus' + additionalProperties: + type: object + microsoft.graph.mailboxRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: mailboxRestoreArtifact + type: object + properties: + restoredFolderId: + type: string + description: The new restored folder identifier for the user. + nullable: true + restoredFolderName: + type: string + description: The new restored folder name. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.driveRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: driveRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.protectionUnitStatus: + title: protectionUnitStatus + enum: + - protectRequested + - protected + - unprotectRequested + - unprotected + - removeRequested + - unknownFutureValue + type: string + microsoft.graph.siteRestoreArtifact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.restoreArtifactBase' + - title: siteRestoreArtifact + type: object + properties: + restoredSiteId: + type: string + description: 'The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.' + nullable: true + restoredSiteName: + type: string + description: The name of the restored site. + nullable: true + readOnly: true + restoredSiteWebUrl: + type: string + description: The web URL of the restored site. + nullable: true + readOnly: true + additionalProperties: + type: object + microsoft.graph.plannerPlanConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerPlanConfiguration + type: object + properties: + buckets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationBucketDefinition' + description: List the buckets that should be created in the plan. + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 when the plan configuration was created. 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 is 2014-01-01T00:00:00Z.' + format: date-time + defaultLanguage: + type: string + description: The language code for the default language to be used for the names of the objects created for the plan. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 when the plan configuration was last modified. 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 is 2014-01-01T00:00:00Z.' + format: date-time + localizations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + description: Localized names for the plan configuration. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.plannerTaskConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerTaskConfiguration + type: object + properties: + editPolicy: + $ref: '#/components/schemas/microsoft.graph.plannerTaskPolicy' + additionalProperties: + type: object + microsoft.graph.businessScenarioTask: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerTask' + - title: businessScenarioTask + type: object + properties: + businessScenarioProperties: + $ref: '#/components/schemas/microsoft.graph.businessScenarioProperties' + target: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTaskTargetBase' + additionalProperties: + type: object + microsoft.graph.lobbyBypassScope: + title: lobbyBypassScope + enum: + - organizer + - organization + - organizationAndFederated + - everyone + - unknownFutureValue + - invited + - organizationExcludingGuests + type: string + microsoft.graph.ODataErrors.ErrorDetails: + required: + - code + - message type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - '@odata.nextLink': + code: type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.meetingAttendanceReportCollectionResponse: - title: Collection of meetingAttendanceReport - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - '@odata.nextLink': + message: type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.attendanceRecordCollectionResponse: - title: Collection of attendanceRecord - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.attendanceRecord' - '@odata.nextLink': + target: type: string nullable: true additionalProperties: type: object - microsoft.graph.virtualEventRegistrationCollectionResponse: - title: Collection of virtualEventRegistration + microsoft.graph.ODataErrors.InnerError: type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' - '@odata.nextLink': - type: string - nullable: true additionalProperties: type: object - microsoft.graph.virtualEventTownhallCollectionResponse: - title: Collection of virtualEventTownhall + description: The structure of this object is service-specific + microsoft.graph.protectionRuleStatus: + title: protectionRuleStatus + enum: + - draft + - active + - completed + - completedWithErrors + - unknownFutureValue + type: string + microsoft.graph.restoreArtifactBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: restoreArtifactBase + type: object + properties: + completionDateTime: + 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 time when restoration of restore artifact is completed. + format: date-time + nullable: true + destinationType: + $ref: '#/components/schemas/microsoft.graph.destinationType' + error: + $ref: '#/components/schemas/microsoft.graph.publicError' + startDateTime: + 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 time when restoration of restore artifact is started. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus' + restorePoint: + $ref: '#/components/schemas/microsoft.graph.restorePoint' + additionalProperties: + type: object + microsoft.graph.plannerPlanConfigurationBucketDefinition: + title: plannerPlanConfigurationBucketDefinition type: object properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' - '@odata.nextLink': + externalBucketId: type: string + description: Application-specified identifier of the bucket. nullable: true additionalProperties: type: object - microsoft.graph.virtualEventWebinarCollectionResponse: - title: Collection of virtualEventWebinar + microsoft.graph.plannerPlanConfigurationLocalization: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerPlanConfigurationLocalization + type: object + properties: + buckets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationBucketLocalization' + description: Localized names for configured buckets in the plan configuration. + languageTag: + type: string + description: The language code associated with the localized names in this object. + nullable: true + planTitle: + type: string + description: Localized title of the plan. + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerTaskPolicy: + title: plannerTaskPolicy type: object properties: - value: + rules: type: array items: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - microsoft.graph.physicalAddressType: - title: physicalAddressType - enum: - - unknown - - home - - business - - other - type: string - microsoft.graph.bookingPageAccessControl: - title: bookingPageAccessControl - enum: - - unrestricted - - restrictedToOrganization - - unknownFutureValue - type: string - microsoft.graph.dayOfWeek: - title: dayOfWeek - enum: - - sunday - - monday - - tuesday - - wednesday - - thursday - - friday - - saturday - type: string - microsoft.graph.bookingWorkTimeSlot: - title: bookingWorkTimeSlot - type: object - properties: - end: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' - type: string - description: 'The time of the day when work stops. For example, 17:00:00.0000000.' - format: time - start: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' - type: string - description: 'The time of the day when work starts. For example, 08:00:00.0000000.' - format: time + $ref: '#/components/schemas/microsoft.graph.plannerTaskRoleBasedRule' + description: 'The rules that should be enforced on the tasks when they''re being changed outside of the scenario, based on the role of the caller.' additionalProperties: type: object - microsoft.graph.bookingsAvailabilityWindow: + microsoft.graph.plannerTask: allOf: - - $ref: '#/components/schemas/microsoft.graph.bookingsAvailability' - - title: bookingsAvailabilityWindow + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerTask type: object properties: - endDate: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + activeChecklistItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The number of checklist items with value set to false, representing incomplete items.' + format: int32 + nullable: true + appliedCategories: + $ref: '#/components/schemas/microsoft.graph.plannerAppliedCategories' + archivalInfo: + $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' + assigneePriority: + type: string + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in planner.' + nullable: true + assignments: + $ref: '#/components/schemas/microsoft.graph.plannerAssignments' + bucketId: + type: string + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. + nullable: true + checklistItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of checklist items that are present on the task. + format: int32 + nullable: true + completedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + completedDateTime: + 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: End date of the availability window. - format: date + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. 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 is 2014-01-01T00:00:00Z' + format: date-time nullable: true - startDate: + conversationThreadId: + type: string + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: 'Read-only. The date and time at which the task is created. 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + creationSource: + $ref: '#/components/schemas/microsoft.graph.plannerTaskCreation' + dueDateTime: + 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 at which the task is due. 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + hasDescription: + type: boolean + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' + nullable: true + isArchived: + type: boolean + description: 'Read-only. If set to true, the task is archived. An archived task is read-only.' + nullable: true + isOnMyDay: + type: boolean + description: 'Indicates whether to show this task in the MyDay view. If true, it shows the task.' + nullable: true + isOnMyDayLastModifiedDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: Start date of the availability window. + description: Read-only. The date on which task is added to or removed from MyDay. format: date nullable: true + orderHint: + type: string + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.' + nullable: true + percentComplete: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The percentage of task completion. When set to 100, the task is completed.' + format: int32 + nullable: true + planId: + type: string + description: Plan ID to which the task belongs. + nullable: true + previewType: + $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' + priority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The priority of the task. Valid values are between 0 and 10, inclusive. Larger values indicate lower priority. For example, 0 has the highest priority and 10 has the lowest priority. Currently, planner interprets values 0 and 1 as ''urgent'', 2 and 3 and 4 as ''important'', 5, 6, and 7 as ''medium'', and 8, 9, and 10 as ''low''. Currently, planner sets the value 1 for ''urgent'', 3 for ''important'', 5 for ''medium'', and 9 for ''low''.' + format: int32 + nullable: true + recurrence: + $ref: '#/components/schemas/microsoft.graph.plannerTaskRecurrence' + referenceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Number of external references that exist on the task. + format: int32 + nullable: true + specifiedCompletionRequirements: + $ref: '#/components/schemas/microsoft.graph.plannerTaskCompletionRequirements' + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the task starts. 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + title: + type: string + description: Title of the task. + assignedToTaskBoardFormat: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' + bucketTaskBoardFormat: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' + details: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' + progressTaskBoardFormat: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' additionalProperties: type: object - microsoft.graph.bookingsAvailability: - title: bookingsAvailability - type: object - properties: - availabilityType: - $ref: '#/components/schemas/microsoft.graph.bookingsServiceAvailabilityType' - businessHours: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' - description: The hours of operation in a week. The business hours value is set to null if the availability type isn't customWeeklyHours. - additionalProperties: - type: object - microsoft.graph.outlookGeoCoordinates: - title: outlookGeoCoordinates + microsoft.graph.businessScenarioProperties: + title: businessScenarioProperties type: object properties: - accuracy: - type: number - description: 'The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.' - format: double + externalBucketId: + type: string + description: The identifier for the bucketDefinition configured in the plannerPlanConfiguration for the scenario. The task will be placed in the corresponding plannerBucket in the target plan. Required. nullable: true - altitude: - type: number - description: The altitude of the location. - format: double + externalContextId: + type: string + description: 'The identifier for the context of the task. Context is an application controlled value, and tasks can be queried by their externalContextId. Optional.' nullable: true - altitudeAccuracy: - type: number - description: The accuracy of the altitude. - format: double + externalObjectId: + type: string + description: Application-specific identifier for the task. Every task for the same scenario must have a unique identifier specified for this property. Required. nullable: true - latitude: - type: number - description: The latitude of the location. - format: double + externalObjectVersion: + type: string + description: Application-specific version of the task. Optional. nullable: true - longitude: - type: number - description: The longitude of the location. - format: double + webUrl: + type: string + description: The URL to the application-specific experience for this task. Optional. nullable: true additionalProperties: type: object - microsoft.graph.locationType: - title: locationType - enum: - - default - - conferenceRoom - - homeAddress - - businessAddress - - geoCoordinates - - streetAddress - - hotel - - restaurant - - localBusiness - - postalAddress - type: string - microsoft.graph.locationUniqueIdType: - title: locationUniqueIdType - enum: - - unknown - - locationStore - - directory - - private - - bing - type: string - microsoft.graph.bookingReminderRecipients: - title: bookingReminderRecipients - enum: - - allAttendees - - staff - - customer - type: string - microsoft.graph.phoneType: - title: phoneType - enum: - - home - - business - - mobile - - other - - assistant - - homeFax - - businessFax - - otherFax - - pager - - radio - type: string - microsoft.graph.bookingsAvailabilityStatus: - title: bookingsAvailabilityStatus - enum: - - available - - busy - - slotsAvailable - - outOfOffice - - unknownFutureValue - type: string - microsoft.graph.protectionRuleStatus: - title: protectionRuleStatus - enum: - - draft - - active - - completed - - completedWithErrors - - unknownFutureValue - type: string microsoft.graph.destinationType: title: destinationType enum: @@ -22316,44 +15689,17 @@ components: - failed - unknownFutureValue type: string - microsoft.graph.publicErrorDetail: - title: publicErrorDetail - type: object - properties: - code: - type: string - description: The error code. - nullable: true - message: - type: string - description: The error message. - nullable: true - target: - type: string - description: The target of the error. - nullable: true - additionalProperties: - type: object - microsoft.graph.publicInnerError: - title: publicInnerError + microsoft.graph.plannerPlanConfigurationBucketLocalization: + title: plannerPlanConfigurationBucketLocalization type: object properties: - code: - type: string - description: The error code. - nullable: true - details: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' - description: A collection of error details. - message: + externalBucketId: type: string - description: The error message. + description: Application-specified identifier of the bucket. nullable: true - target: + name: type: string - description: The target of the error. + description: Name of the bucket. nullable: true additionalProperties: type: object @@ -22371,6 +15717,13 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerTaskConfigurationRoleBase' additionalProperties: type: object + microsoft.graph.plannerDelta: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerDelta + type: object + additionalProperties: + type: object microsoft.graph.plannerAppliedCategories: title: plannerAppliedCategories type: object @@ -22409,6 +15762,15 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerTeamsPublicationInfo' additionalProperties: type: object + microsoft.graph.plannerPreviewType: + title: plannerPreviewType + enum: + - automatic + - noPreview + - checklist + - description + - reference + type: string microsoft.graph.plannerTaskRecurrence: title: plannerTaskRecurrence type: object @@ -22451,254 +15813,70 @@ components: type: string x-ms-enum-flags: isFlags: true - microsoft.graph.plannerApprovalStatus: - title: plannerApprovalStatus - enum: - - requested - - approved - - rejected - - cancelled - - unknownFutureValue - type: string - microsoft.graph.plannerApprovalRequirement: - title: plannerApprovalRequirement - type: object - properties: - isApprovalRequired: - type: boolean - description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' - nullable: true - additionalProperties: - type: object - microsoft.graph.plannerChecklistRequirement: - title: plannerChecklistRequirement - type: object - properties: - requiredChecklistItemIds: - type: array - items: - type: string - nullable: true - description: A collection of required plannerChecklistItems identifiers to complete the plannerTask. - additionalProperties: - type: object - microsoft.graph.plannerFormsRequirement: - title: plannerFormsRequirement - type: object - properties: - requiredForms: - type: array - items: - type: string - nullable: true - description: Read-only. A collection of keys from the plannerFormsDictionary that identify the plannerFormReference objects that specify the requirements to complete the plannerTask. - additionalProperties: - type: object - microsoft.graph.Dictionary: - title: Dictionary - type: object - additionalProperties: - type: object - microsoft.graph.bodyType: - title: bodyType - enum: - - text - - html - type: string - microsoft.graph.endpointType: - title: endpointType - enum: - - default - - voicemail - - skypeForBusiness - - skypeForBusinessVoipPhone - - unknownFutureValue - type: string - microsoft.graph.onlineMeetingPresenters: - title: onlineMeetingPresenters - enum: - - everyone - - organization - - roleIsPresenter - - organizer - - unknownFutureValue - type: string - microsoft.graph.meetingChatMode: - title: meetingChatMode - enum: - - enabled - - disabled - - limited - - unknownFutureValue - type: string - microsoft.graph.onlineMeetingRole: - title: onlineMeetingRole - enum: - - attendee - - presenter - - producer - - unknownFutureValue - - coorganizer - type: string - microsoft.graph.audioConferencing: - title: audioConferencing - type: object - properties: - conferenceId: - type: string - description: The conference id of the online meeting. - nullable: true - dialinUrl: - type: string - description: A URL to the externally-accessible web page that contains dial-in information. - nullable: true - tollFreeNumber: - type: string - description: The toll-free number that connects to the Audio Conference Provider. - nullable: true - tollFreeNumbers: - type: array - items: - type: string - nullable: true - description: List of toll-free numbers that are displayed in the meeting invite. - tollNumber: - type: string - description: The toll number that connects to the Audio Conference Provider. - nullable: true - tollNumbers: - type: array - items: - type: string - nullable: true - description: List of toll numbers that are displayed in the meeting invite. - additionalProperties: - type: object - microsoft.graph.chatInfo: - title: chatInfo - type: object - properties: - messageId: - type: string - description: The unique identifier for a message in a Microsoft Teams channel. - nullable: true - replyChainMessageId: - type: string - description: The ID of the reply message. - nullable: true - threadId: - type: string - description: The unique identifier for a thread in Microsoft Teams. - nullable: true - additionalProperties: - type: object - microsoft.graph.chatRestrictions: - title: chatRestrictions - type: object - properties: - allowTextOnly: - type: boolean - description: Indicates whether only text is allowed in the meeting chat. Optional. - nullable: true - additionalProperties: - type: object - microsoft.graph.joinMeetingIdSettings: - title: joinMeetingIdSettings - type: object - properties: - isPasscodeRequired: - type: boolean - description: Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional. - nullable: true - joinMeetingId: - type: string - description: The meeting ID to be used to join a meeting. Optional. Read-only. - nullable: true - passcode: - type: string - description: The passcode to join a meeting. Optional. Read-only. - nullable: true - additionalProperties: - type: object - microsoft.graph.lobbyBypassSettings: - title: lobbyBypassSettings - type: object - properties: - isDialInBypassEnabled: - type: boolean - description: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - nullable: true - scope: - $ref: '#/components/schemas/microsoft.graph.lobbyBypassScope' - additionalProperties: - type: object - microsoft.graph.meetingChatHistoryDefaultMode: - title: meetingChatHistoryDefaultMode - enum: - - none - - all - - unknownFutureValue - type: string - microsoft.graph.watermarkProtectionValues: - title: watermarkProtectionValues - type: object - properties: - isEnabledForContentSharing: - type: boolean - description: Indicates whether to apply a watermark to any shared content. - nullable: true - isEnabledForVideo: - type: boolean - description: Indicates whether to apply a watermark to everyone's video feed. - nullable: true - additionalProperties: - type: object - microsoft.graph.virtualEventRegistrationQuestionBase: + microsoft.graph.plannerAssignedToTaskBoardTaskFormat: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerAssignedToTaskBoardTaskFormat + type: object + properties: + orderHintsByAssignee: + $ref: '#/components/schemas/microsoft.graph.plannerOrderHintsByAssignee' + unassignedOrderHint: + type: string + description: 'Hint value used to order the task on the AssignedTo view of the Task Board when the task isn''t assigned to anyone, or if the orderHintsByAssignee dictionary doesn''t provide an order hint for the user the task is assigned to. The format is defined as outlined here.' + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerBucketTaskBoardTaskFormat: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerBucketTaskBoardTaskFormat + type: object + properties: + orderHint: + type: string + description: 'Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner.' + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerTaskDetails: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerTaskDetails + type: object + properties: + approvalAttachment: + $ref: '#/components/schemas/microsoft.graph.plannerBaseApprovalAttachment' + checklist: + $ref: '#/components/schemas/microsoft.graph.plannerChecklistItems' + completionRequirements: + $ref: '#/components/schemas/microsoft.graph.plannerTaskCompletionRequirementDetails' + description: + type: string + description: Description of the task. + nullable: true + forms: + $ref: '#/components/schemas/microsoft.graph.plannerFormsDictionary' + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + previewType: + $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' + references: + $ref: '#/components/schemas/microsoft.graph.plannerExternalReferences' + additionalProperties: + type: object + microsoft.graph.plannerProgressTaskBoardTaskFormat: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: virtualEventRegistrationQuestionBase + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerProgressTaskBoardTaskFormat type: object properties: - displayName: + orderHint: type: string - description: Display name of the registration question. - nullable: true - isRequired: - type: boolean - description: Indicates whether an answer to the question is required. The default value is false. + description: 'Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner.' nullable: true additionalProperties: type: object - microsoft.graph.ODataErrors.MainError: - required: - - code - - message - type: object - properties: - code: - type: string - message: - type: string - x-ms-primary-error-message: true - target: - type: string - nullable: true - details: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails' - innerError: - $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' - additionalProperties: - type: object - microsoft.graph.bookingsServiceAvailabilityType: - title: bookingsServiceAvailabilityType - enum: - - bookWhenStaffAreFree - - notBookable - - customWeeklyHours - - unknownFutureValue - type: string microsoft.graph.plannerTaskPropertyRule: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerPropertyRule' @@ -22851,37 +16029,48 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.lobbyBypassScope: - title: lobbyBypassScope - enum: - - organizer - - organization - - organizationAndFederated - - everyone - - unknownFutureValue - - invited - - organizationExcludingGuests - type: string - microsoft.graph.ODataErrors.ErrorDetails: - required: - - code - - message + microsoft.graph.plannerOrderHintsByAssignee: + title: plannerOrderHintsByAssignee + type: object + additionalProperties: + type: object + microsoft.graph.plannerBaseApprovalAttachment: + title: plannerBaseApprovalAttachment type: object properties: - code: - type: string - message: - type: string - target: - type: string - nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.plannerApprovalStatus' additionalProperties: type: object - microsoft.graph.ODataErrors.InnerError: + microsoft.graph.plannerChecklistItems: + title: plannerChecklistItems + type: object + additionalProperties: + type: object + microsoft.graph.plannerTaskCompletionRequirementDetails: + title: plannerTaskCompletionRequirementDetails + type: object + properties: + approvalRequirement: + $ref: '#/components/schemas/microsoft.graph.plannerApprovalRequirement' + checklistRequirement: + $ref: '#/components/schemas/microsoft.graph.plannerChecklistRequirement' + formsRequirement: + $ref: '#/components/schemas/microsoft.graph.plannerFormsRequirement' + additionalProperties: + type: object + microsoft.graph.plannerFormsDictionary: + allOf: + - $ref: '#/components/schemas/microsoft.graph.Dictionary' + - title: plannerFormsDictionary + type: object + additionalProperties: + type: object + microsoft.graph.plannerExternalReferences: + title: plannerExternalReferences type: object additionalProperties: type: object - description: The structure of this object is service-specific microsoft.graph.plannerPropertyRule: title: plannerPropertyRule type: object @@ -22948,6 +16137,54 @@ components: $ref: '#/components/schemas/microsoft.graph.recurrencePatternType' additionalProperties: type: object + microsoft.graph.plannerApprovalStatus: + title: plannerApprovalStatus + enum: + - requested + - approved + - rejected + - cancelled + - unknownFutureValue + type: string + microsoft.graph.plannerApprovalRequirement: + title: plannerApprovalRequirement + type: object + properties: + isApprovalRequired: + type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerChecklistRequirement: + title: plannerChecklistRequirement + type: object + properties: + requiredChecklistItemIds: + type: array + items: + type: string + nullable: true + description: A collection of required plannerChecklistItems identifiers to complete the plannerTask. + additionalProperties: + type: object + microsoft.graph.plannerFormsRequirement: + title: plannerFormsRequirement + type: object + properties: + requiredForms: + type: array + items: + type: string + nullable: true + description: Read-only. A collection of keys from the plannerFormsDictionary that identify the plannerFormReference objects that specify the requirements to complete the plannerTask. + additionalProperties: + type: object + microsoft.graph.Dictionary: + title: Dictionary + type: object + additionalProperties: + type: object microsoft.graph.plannerRuleKind: title: plannerRuleKind enum: @@ -23046,144 +16283,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCurrencyCollectionResponse' - microsoft.graph.driveProtectionRuleCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionRuleCollectionResponse' - microsoft.graph.driveProtectionUnitCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveProtectionUnitCollectionResponse' - microsoft.graph.exchangeProtectionPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.exchangeProtectionPolicyCollectionResponse' - microsoft.graph.mailboxProtectionRuleCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionRuleCollectionResponse' - microsoft.graph.mailboxProtectionUnitCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnitCollectionResponse' - microsoft.graph.exchangeRestoreSessionCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.exchangeRestoreSessionCollectionResponse' - microsoft.graph.mailboxRestoreArtifactCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxRestoreArtifactCollectionResponse' - microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicyCollectionResponse' - microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSessionCollectionResponse' - microsoft.graph.driveRestoreArtifactCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveRestoreArtifactCollectionResponse' - microsoft.graph.protectionPolicyBaseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionPolicyBaseCollectionResponse' - microsoft.graph.protectionUnitBaseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.protectionUnitBaseCollectionResponse' - microsoft.graph.restorePointCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restorePointCollectionResponse' - microsoft.graph.restoreSessionBaseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.restoreSessionBaseCollectionResponse' - microsoft.graph.serviceAppCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.serviceAppCollectionResponse' - microsoft.graph.sharePointProtectionPolicyCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointProtectionPolicyCollectionResponse' - microsoft.graph.siteProtectionRuleCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionRuleCollectionResponse' - microsoft.graph.siteProtectionUnitCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.siteProtectionUnitCollectionResponse' - microsoft.graph.sharePointRestoreSessionCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sharePointRestoreSessionCollectionResponse' - microsoft.graph.siteRestoreArtifactCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.siteRestoreArtifactCollectionResponse' - microsoft.graph.businessScenarioCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioCollectionResponse' - microsoft.graph.plannerPlanConfigurationLocalizationCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalizationCollectionResponse' - microsoft.graph.businessScenarioTaskCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.businessScenarioTaskCollectionResponse' microsoft.graph.virtualEventCollectionResponse: description: Retrieved collection content: @@ -23232,6 +16331,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarCollectionResponse' + microsoft.graph.virtualEventRegistrationQuestionBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBaseCollectionResponse' parameters: top: name: $top diff --git a/openApiDocs/beta/BusinessScenario.yml b/openApiDocs/beta/BusinessScenario.yml new file mode 100644 index 0000000000..a48f00093f --- /dev/null +++ b/openApiDocs/beta/BusinessScenario.yml @@ -0,0 +1,2823 @@ +openapi: 3.0.1 +info: + title: BusinessScenario + version: v1.0-beta +servers: + - url: https://graph.microsoft.com/beta/ + description: Core +paths: + /solutions/businessScenarios: + get: + tags: + - solutions.businessScenario + summary: List businessScenarios + description: Get a list of all businessScenario objects in an organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta + operationId: solution_ListBusinessScenario + 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.businessScenarioCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.businessScenario + summary: Create businessScenario + description: Create a new businessScenario object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta + operationId: solution_CreateBusinessScenario + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/businessScenarios/{businessScenario-id}': + get: + tags: + - solutions.businessScenario + summary: Get businessScenario + description: Read the properties and relationships of a businessScenario object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta + operationId: solution_GetBusinessScenario + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update businessScenario + description: Update the properties of a businessScenario object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta + operationId: solution_UpdateBusinessScenario + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete businessScenario + description: Delete a businessScenario object. The deletion of a scenario causes all data associated with the scenario to be deleted. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta + operationId: solution_DeleteBusinessScenario + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner': + get: + tags: + - solutions.businessScenario + summary: Get businessScenarioPlanner + description: Read the properties and relationships of a businessScenarioPlanner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta + operationId: solution.businessScenario_GetPlanner + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update the navigation property planner in solutions + operationId: solution.businessScenario_UpdatePlanner + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete navigation property planner for solutions + operationId: solution.businessScenario_DeletePlanner + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration': + get: + tags: + - solutions.businessScenario + summary: Get plannerPlanConfiguration + description: Read the properties and relationships of a plannerPlanConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-beta + operationId: solution.businessScenario.planner_GetPlanConfiguration + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update plannerPlanConfiguration + description: Update the properties of a plannerPlanConfiguration object for a businessScenario. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta + operationId: solution.businessScenario.planner_UpdatePlanConfiguration + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete navigation property planConfiguration for solutions + operationId: solution.businessScenario.planner_DeletePlanConfiguration + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations': + get: + tags: + - solutions.businessScenario + summary: List plannerPlanConfigurationLocalizations + description: Get a list of the plannerPlanConfigurationLocalization objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta + operationId: solution.businessScenario.planner.planConfiguration_ListLocalization + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.plannerPlanConfigurationLocalizationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.businessScenario + summary: Create plannerPlanConfigurationLocalization + description: Create a new plannerPlanConfigurationLocalization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-post-localizations?view=graph-rest-beta + operationId: solution.businessScenario.planner.planConfiguration_CreateLocalization + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}': + get: + tags: + - solutions.businessScenario + summary: Get plannerPlanConfigurationLocalization + description: Read the properties and relationships of a plannerPlanConfigurationLocalization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-get?view=graph-rest-beta + operationId: solution.businessScenario.planner.planConfiguration_GetLocalization + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: plannerPlanConfigurationLocalization-id + in: path + description: The unique identifier of plannerPlanConfigurationLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: plannerPlanConfigurationLocalization + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update plannerPlanConfigurationLocalization + description: Update the properties of a plannerPlanConfigurationLocalization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-update?view=graph-rest-beta + operationId: solution.businessScenario.planner.planConfiguration_UpdateLocalization + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: plannerPlanConfigurationLocalization-id + in: path + description: The unique identifier of plannerPlanConfigurationLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: plannerPlanConfigurationLocalization + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete plannerPlanConfigurationLocalization + description: Delete a plannerPlanConfigurationLocalization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-delete-localizations?view=graph-rest-beta + operationId: solution.businessScenario.planner.planConfiguration_DeleteLocalization + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: plannerPlanConfigurationLocalization-id + in: path + description: The unique identifier of plannerPlanConfigurationLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: plannerPlanConfigurationLocalization + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count': + get: + tags: + - solutions.businessScenario + summary: Get the number of the resource + operationId: solution.businessScenario.planner.planConfiguration.localization_GetCount + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration': + get: + tags: + - solutions.businessScenario + summary: Get plannerTaskConfiguration + description: Read the properties and relationships of a plannerTaskConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-beta + operationId: solution.businessScenario.planner_GetTaskConfiguration + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update plannerTaskConfiguration + description: Update the properties of a plannerTaskConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-beta + operationId: solution.businessScenario.planner_UpdateTaskConfiguration + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete navigation property taskConfiguration for solutions + operationId: solution.businessScenario.planner_DeleteTaskConfiguration + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner/tasks': + get: + tags: + - solutions.businessScenario + summary: List businessScenarioTasks + description: Get a list of the businessScenarioTask objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta + operationId: solution.businessScenario.planner_ListTask + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.businessScenarioTaskCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - solutions.businessScenario + summary: Create businessScenarioTask + description: Create a new businessScenarioTask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-beta + operationId: solution.businessScenario.planner_CreateTask + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}': + get: + tags: + - solutions.businessScenario + summary: Get businessScenarioTask + description: Read the properties and relationships of a businessScenarioTask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta + operationId: solution.businessScenario.planner_GetTask + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update businessScenarioTask + description: Update the properties of a businessScenarioTask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-beta + operationId: solution.businessScenario.planner_UpdateTask + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete businessScenarioTask + description: Delete a businessScenarioTask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-beta + operationId: solution.businessScenario.planner_DeleteTask + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat': + get: + tags: + - solutions.businessScenario + summary: Get assignedToTaskBoardFormat from solutions + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. + operationId: solution.businessScenario.planner.task_GetAssignedToTaskBoardFormat + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update the navigation property assignedToTaskBoardFormat in solutions + operationId: solution.businessScenario.planner.task_UpdateAssignedToTaskBoardFormat + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - name: If-Match + in: header + description: ETag value. + required: true + style: simple + schema: + type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete navigation property assignedToTaskBoardFormat for solutions + operationId: solution.businessScenario.planner.task_DeleteAssignedToTaskBoardFormat + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat': + get: + tags: + - solutions.businessScenario + summary: Get bucketTaskBoardFormat from solutions + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. + operationId: solution.businessScenario.planner.task_GetBucketTaskBoardFormat + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update the navigation property bucketTaskBoardFormat in solutions + operationId: solution.businessScenario.planner.task_UpdateBucketTaskBoardFormat + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - name: If-Match + in: header + description: ETag value. + required: true + style: simple + schema: + type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete navigation property bucketTaskBoardFormat for solutions + operationId: solution.businessScenario.planner.task_DeleteBucketTaskBoardFormat + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details': + get: + tags: + - solutions.businessScenario + summary: Get details from solutions + description: Read-only. Nullable. More details about the task. + operationId: solution.businessScenario.planner.task_GetDetail + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update the navigation property details in solutions + operationId: solution.businessScenario.planner.task_UpdateDetail + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - name: If-Match + in: header + description: ETag value. + required: true + style: simple + schema: + type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete navigation property details for solutions + operationId: solution.businessScenario.planner.task_DeleteDetail + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat': + get: + tags: + - solutions.businessScenario + summary: Get progressTaskBoardFormat from solutions + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. + operationId: solution.businessScenario.planner.task_GetProgressTaskBoardFormat + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update the navigation property progressTaskBoardFormat in solutions + operationId: solution.businessScenario.planner.task_UpdateProgressTaskBoardFormat + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - name: If-Match + in: header + description: ETag value. + required: true + style: simple + schema: + type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete navigation property progressTaskBoardFormat for solutions + operationId: solution.businessScenario.planner.task_DeleteProgressTaskBoardFormat + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - name: businessScenarioTask-id + in: path + description: The unique identifier of businessScenarioTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenarioTask + - 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 + '/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count': + get: + tags: + - solutions.businessScenario + summary: Get the number of the resource + operationId: solution.businessScenario.planner.task_GetCount + parameters: + - name: businessScenario-id + in: path + description: The unique identifier of businessScenario + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: businessScenario + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/solutions/businessScenarios(uniqueName=''{uniqueName}'')': + get: + tags: + - solutions.businessScenario + summary: Get businessScenario + description: Read the properties and relationships of a businessScenario object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta + operationId: solution.businessScenario_GetGraphBPreUniqueName + parameters: + - name: uniqueName + in: path + description: Alternate key of businessScenario + required: true + style: simple + schema: + type: string + nullable: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - solutions.businessScenario + summary: Update businessScenario + description: Update the properties of a businessScenario object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta + operationId: solution.businessScenario_UpdateGraphBPreUniqueName + parameters: + - name: uniqueName + in: path + description: Alternate key of businessScenario + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - solutions.businessScenario + summary: Delete businessScenario + description: Delete a businessScenario object. The deletion of a scenario causes all data associated with the scenario to be deleted. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta + operationId: solution.businessScenario_DeleteGraphBPreUniqueName + parameters: + - name: uniqueName + in: path + description: Alternate key of businessScenario + required: true + style: simple + schema: + type: string + nullable: true + - 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 + /solutions/businessScenarios/$count: + get: + tags: + - solutions.businessScenario + summary: Get the number of the resource + operationId: solution.businessScenario_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' +components: + schemas: + microsoft.graph.businessScenario: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: businessScenario + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 when the scenario was created. 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 is 2014-01-01T00:00:00Z.' + format: date-time + displayName: + type: string + description: Display name of the scenario. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 when the scenario was last modified. 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 is 2014-01-01T00:00:00Z.' + format: date-time + ownerAppIds: + type: array + items: + type: string + nullable: true + description: Identifiers of applications that are authorized to work with this scenario. + uniqueName: + type: string + description: 'Unique name of the scenario. To avoid conflicts, the recommended value for the unique name is a reverse domain name format, owned by the author of the scenario. For example, a scenario authored by Contoso.com would have a unique name that starts with com.contoso.' + nullable: true + planner: + $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' + additionalProperties: + type: object + microsoft.graph.businessScenarioPlanner: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: businessScenarioPlanner + type: object + properties: + planConfiguration: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' + taskConfiguration: + $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + description: The Planner tasks for the scenario. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.plannerPlanConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerPlanConfiguration + type: object + properties: + buckets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationBucketDefinition' + description: List the buckets that should be created in the plan. + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 when the plan configuration was created. 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 is 2014-01-01T00:00:00Z.' + format: date-time + defaultLanguage: + type: string + description: The language code for the default language to be used for the names of the objects created for the plan. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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 when the plan configuration was last modified. 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 is 2014-01-01T00:00:00Z.' + format: date-time + localizations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + description: Localized names for the plan configuration. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.plannerPlanConfigurationLocalization: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerPlanConfigurationLocalization + type: object + properties: + buckets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationBucketLocalization' + description: Localized names for configured buckets in the plan configuration. + languageTag: + type: string + description: The language code associated with the localized names in this object. + nullable: true + planTitle: + type: string + description: Localized title of the plan. + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerTaskConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerTaskConfiguration + type: object + properties: + editPolicy: + $ref: '#/components/schemas/microsoft.graph.plannerTaskPolicy' + additionalProperties: + type: object + microsoft.graph.businessScenarioTask: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerTask' + - title: businessScenarioTask + type: object + properties: + businessScenarioProperties: + $ref: '#/components/schemas/microsoft.graph.businessScenarioProperties' + target: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTaskTargetBase' + additionalProperties: + type: object + microsoft.graph.plannerAssignedToTaskBoardTaskFormat: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerAssignedToTaskBoardTaskFormat + type: object + properties: + orderHintsByAssignee: + $ref: '#/components/schemas/microsoft.graph.plannerOrderHintsByAssignee' + unassignedOrderHint: + type: string + description: 'Hint value used to order the task on the AssignedTo view of the Task Board when the task isn''t assigned to anyone, or if the orderHintsByAssignee dictionary doesn''t provide an order hint for the user the task is assigned to. The format is defined as outlined here.' + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerBucketTaskBoardTaskFormat: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerBucketTaskBoardTaskFormat + type: object + properties: + orderHint: + type: string + description: 'Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner.' + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerTaskDetails: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerTaskDetails + type: object + properties: + approvalAttachment: + $ref: '#/components/schemas/microsoft.graph.plannerBaseApprovalAttachment' + checklist: + $ref: '#/components/schemas/microsoft.graph.plannerChecklistItems' + completionRequirements: + $ref: '#/components/schemas/microsoft.graph.plannerTaskCompletionRequirementDetails' + description: + type: string + description: Description of the task. + nullable: true + forms: + $ref: '#/components/schemas/microsoft.graph.plannerFormsDictionary' + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + previewType: + $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' + references: + $ref: '#/components/schemas/microsoft.graph.plannerExternalReferences' + additionalProperties: + type: object + microsoft.graph.plannerProgressTaskBoardTaskFormat: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerProgressTaskBoardTaskFormat + type: object + properties: + orderHint: + type: string + description: 'Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner.' + nullable: true + additionalProperties: + type: object + microsoft.graph.entity: + title: entity + type: object + properties: + id: + type: string + description: The unique identifier for an entity. Read-only. + additionalProperties: + type: object + microsoft.graph.identitySet: + title: identitySet + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + device: + $ref: '#/components/schemas/microsoft.graph.identity' + user: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object + microsoft.graph.plannerPlanConfigurationBucketDefinition: + title: plannerPlanConfigurationBucketDefinition + type: object + properties: + externalBucketId: + type: string + description: Application-specified identifier of the bucket. + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerPlanConfigurationBucketLocalization: + title: plannerPlanConfigurationBucketLocalization + type: object + properties: + externalBucketId: + type: string + description: Application-specified identifier of the bucket. + nullable: true + name: + type: string + description: Name of the bucket. + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerTaskPolicy: + title: plannerTaskPolicy + type: object + properties: + rules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerTaskRoleBasedRule' + description: 'The rules that should be enforced on the tasks when they''re being changed outside of the scenario, based on the role of the caller.' + additionalProperties: + type: object + microsoft.graph.plannerTask: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerTask + type: object + properties: + activeChecklistItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The number of checklist items with value set to false, representing incomplete items.' + format: int32 + nullable: true + appliedCategories: + $ref: '#/components/schemas/microsoft.graph.plannerAppliedCategories' + archivalInfo: + $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' + assigneePriority: + type: string + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in planner.' + nullable: true + assignments: + $ref: '#/components/schemas/microsoft.graph.plannerAssignments' + bucketId: + type: string + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. + nullable: true + checklistItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of checklist items that are present on the task. + format: int32 + nullable: true + completedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + completedDateTime: + 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: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + conversationThreadId: + type: string + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: 'Read-only. The date and time at which the task is created. 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + creationSource: + $ref: '#/components/schemas/microsoft.graph.plannerTaskCreation' + dueDateTime: + 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 at which the task is due. 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + hasDescription: + type: boolean + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' + nullable: true + isArchived: + type: boolean + description: 'Read-only. If set to true, the task is archived. An archived task is read-only.' + nullable: true + isOnMyDay: + type: boolean + description: 'Indicates whether to show this task in the MyDay view. If true, it shows the task.' + nullable: true + isOnMyDayLastModifiedDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + description: Read-only. The date on which task is added to or removed from MyDay. + format: date + nullable: true + orderHint: + type: string + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.' + nullable: true + percentComplete: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The percentage of task completion. When set to 100, the task is completed.' + format: int32 + nullable: true + planId: + type: string + description: Plan ID to which the task belongs. + nullable: true + previewType: + $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' + priority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The priority of the task. Valid values are between 0 and 10, inclusive. Larger values indicate lower priority. For example, 0 has the highest priority and 10 has the lowest priority. Currently, planner interprets values 0 and 1 as ''urgent'', 2 and 3 and 4 as ''important'', 5, 6, and 7 as ''medium'', and 8, 9, and 10 as ''low''. Currently, planner sets the value 1 for ''urgent'', 3 for ''important'', 5 for ''medium'', and 9 for ''low''.' + format: int32 + nullable: true + recurrence: + $ref: '#/components/schemas/microsoft.graph.plannerTaskRecurrence' + referenceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Number of external references that exist on the task. + format: int32 + nullable: true + specifiedCompletionRequirements: + $ref: '#/components/schemas/microsoft.graph.plannerTaskCompletionRequirements' + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the task starts. 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + title: + type: string + description: Title of the task. + assignedToTaskBoardFormat: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' + bucketTaskBoardFormat: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' + details: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' + progressTaskBoardFormat: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' + additionalProperties: + type: object + microsoft.graph.businessScenarioProperties: + title: businessScenarioProperties + type: object + properties: + externalBucketId: + type: string + description: The identifier for the bucketDefinition configured in the plannerPlanConfiguration for the scenario. The task will be placed in the corresponding plannerBucket in the target plan. Required. + nullable: true + externalContextId: + type: string + description: 'The identifier for the context of the task. Context is an application controlled value, and tasks can be queried by their externalContextId. Optional.' + nullable: true + externalObjectId: + type: string + description: Application-specific identifier for the task. Every task for the same scenario must have a unique identifier specified for this property. Required. + nullable: true + externalObjectVersion: + type: string + description: Application-specific version of the task. Optional. + nullable: true + webUrl: + type: string + description: The URL to the application-specific experience for this task. Optional. + nullable: true + additionalProperties: + type: object + microsoft.graph.businessScenarioTaskTargetBase: + title: businessScenarioTaskTargetBase + type: object + properties: + taskTargetKind: + $ref: '#/components/schemas/microsoft.graph.plannerTaskTargetKind' + additionalProperties: + type: object + microsoft.graph.plannerDelta: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerDelta + type: object + additionalProperties: + type: object + microsoft.graph.plannerOrderHintsByAssignee: + title: plannerOrderHintsByAssignee + type: object + additionalProperties: + type: object + microsoft.graph.plannerBaseApprovalAttachment: + title: plannerBaseApprovalAttachment + type: object + properties: + status: + $ref: '#/components/schemas/microsoft.graph.plannerApprovalStatus' + additionalProperties: + type: object + microsoft.graph.plannerChecklistItems: + title: plannerChecklistItems + type: object + additionalProperties: + type: object + microsoft.graph.plannerTaskCompletionRequirementDetails: + title: plannerTaskCompletionRequirementDetails + type: object + properties: + approvalRequirement: + $ref: '#/components/schemas/microsoft.graph.plannerApprovalRequirement' + checklistRequirement: + $ref: '#/components/schemas/microsoft.graph.plannerChecklistRequirement' + formsRequirement: + $ref: '#/components/schemas/microsoft.graph.plannerFormsRequirement' + additionalProperties: + type: object + microsoft.graph.plannerFormsDictionary: + allOf: + - $ref: '#/components/schemas/microsoft.graph.Dictionary' + - title: plannerFormsDictionary + type: object + additionalProperties: + type: object + microsoft.graph.itemBody: + title: itemBody + type: object + properties: + content: + type: string + description: The content of the item. + nullable: true + contentType: + $ref: '#/components/schemas/microsoft.graph.bodyType' + additionalProperties: + type: object + microsoft.graph.plannerPreviewType: + title: plannerPreviewType + enum: + - automatic + - noPreview + - checklist + - description + - reference + type: string + microsoft.graph.plannerExternalReferences: + title: plannerExternalReferences + type: object + additionalProperties: + type: object + microsoft.graph.businessScenarioCollectionResponse: + title: Collection of businessScenario + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.businessScenario' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.ODataErrors.ODataError: + required: + - error + type: object + properties: + error: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError' + additionalProperties: + type: object + microsoft.graph.plannerPlanConfigurationLocalizationCollectionResponse: + title: Collection of plannerPlanConfigurationLocalization + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + ODataCountResponse: + type: integer + format: int32 + microsoft.graph.businessScenarioTaskCollectionResponse: + title: Collection of businessScenarioTask + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.identity: + title: identity + type: object + properties: + displayName: + type: string + description: The display name of the identity. This property is read-only. + nullable: true + id: + type: string + description: The identifier of the identity. This property is read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerTaskRoleBasedRule: + title: plannerTaskRoleBasedRule + type: object + properties: + defaultRule: + type: string + description: 'Default rule that applies when a property or action-specific rule is not provided. Possible values are: Allow, Block' + nullable: true + propertyRule: + $ref: '#/components/schemas/microsoft.graph.plannerTaskPropertyRule' + role: + $ref: '#/components/schemas/microsoft.graph.plannerTaskConfigurationRoleBase' + additionalProperties: + type: object + microsoft.graph.plannerAppliedCategories: + title: plannerAppliedCategories + type: object + additionalProperties: + type: object + microsoft.graph.plannerArchivalInfo: + title: plannerArchivalInfo + type: object + properties: + justification: + type: string + description: Read-only. Reason why the entity was archived or unarchived. + nullable: true + statusChangedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + statusChangedDateTime: + 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: Read-only. Date and time at which the entity's archive status changed. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerAssignments: + title: plannerAssignments + type: object + additionalProperties: + type: object + microsoft.graph.plannerTaskCreation: + title: plannerTaskCreation + type: object + properties: + creationSourceKind: + $ref: '#/components/schemas/microsoft.graph.plannerCreationSourceKind' + teamsPublicationInfo: + $ref: '#/components/schemas/microsoft.graph.plannerTeamsPublicationInfo' + additionalProperties: + type: object + microsoft.graph.plannerTaskRecurrence: + title: plannerTaskRecurrence + type: object + properties: + nextInSeriesTaskId: + type: string + description: 'The taskId of the next task in this series. This value is assigned at the time the next task in the series is created, and is null prior to that time.' + nullable: true + occurrenceId: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The 1-based index of this task within the recurrence series. The first task in a series has the value 1, the next task in the series has the value 2, and so on.' + format: int32 + previousInSeriesTaskId: + type: string + description: The taskId of the previous task in this series. null for the first task in a series since it has no predecessor. All subsequent tasks in the series have a value that corresponds to their predecessors. + nullable: true + recurrenceStartDateTime: + 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 when this recurrence series begin. For the first task in a series (occurrenceId = 1) this value is copied from schedule.patternStartDateTime. For subsequent tasks in the series (occurrenceId >= 2) this value is copied from the previous task and never changes; it preserves the start date of the recurring series. 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 is 2014-01-01T00:00:00Z.' + format: date-time + schedule: + $ref: '#/components/schemas/microsoft.graph.plannerRecurrenceSchedule' + seriesId: + type: string + description: The recurrence series this task belongs to. A GUID-based value that serves as the unique identifier for a series. + additionalProperties: + type: object + microsoft.graph.plannerTaskCompletionRequirements: + title: plannerTaskCompletionRequirements + enum: + - none + - checklistCompletion + - unknownFutureValue + - formCompletion + - approvalCompletion + - completionInHostedApp + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.plannerTaskTargetKind: + title: plannerTaskTargetKind + enum: + - group + - unknownFutureValue + type: string + microsoft.graph.plannerApprovalStatus: + title: plannerApprovalStatus + enum: + - requested + - approved + - rejected + - cancelled + - unknownFutureValue + type: string + microsoft.graph.plannerApprovalRequirement: + title: plannerApprovalRequirement + type: object + properties: + isApprovalRequired: + type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerChecklistRequirement: + title: plannerChecklistRequirement + type: object + properties: + requiredChecklistItemIds: + type: array + items: + type: string + nullable: true + description: A collection of required plannerChecklistItems identifiers to complete the plannerTask. + additionalProperties: + type: object + microsoft.graph.plannerFormsRequirement: + title: plannerFormsRequirement + type: object + properties: + requiredForms: + type: array + items: + type: string + nullable: true + description: Read-only. A collection of keys from the plannerFormsDictionary that identify the plannerFormReference objects that specify the requirements to complete the plannerTask. + additionalProperties: + type: object + microsoft.graph.Dictionary: + title: Dictionary + type: object + additionalProperties: + type: object + microsoft.graph.bodyType: + title: bodyType + enum: + - text + - html + type: string + microsoft.graph.ODataErrors.MainError: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + x-ms-primary-error-message: true + target: + type: string + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails' + innerError: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' + additionalProperties: + type: object + microsoft.graph.plannerTaskPropertyRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerPropertyRule' + - title: plannerTaskPropertyRule + type: object + properties: + appliedCategories: + $ref: '#/components/schemas/microsoft.graph.plannerFieldRules' + approvalAttachment: + $ref: '#/components/schemas/microsoft.graph.plannerFieldRules' + assignments: + $ref: '#/components/schemas/microsoft.graph.plannerFieldRules' + checkLists: + $ref: '#/components/schemas/microsoft.graph.plannerFieldRules' + completionRequirements: + type: array + items: + type: string + nullable: true + description: 'Rules and restrictions for completion requirements of the task. Accepted values are allow, add, remove, edit, and block.' + delete: + type: array + items: + type: string + nullable: true + description: Rules and restrictions for deleting the task. Accepted values are allow and block. + dueDate: + type: array + items: + type: string + nullable: true + description: Rules and restrictions for changing the due date of the task. Accepted values are allow and block. + forms: + $ref: '#/components/schemas/microsoft.graph.plannerFieldRules' + move: + type: array + items: + type: string + nullable: true + description: 'Rules and restrictions for moving the task between buckets or plans. Accepted values are allow, moveBetweenPlans, moveBetweenBuckets, and block.' + notes: + type: array + items: + type: string + nullable: true + description: Rules and restrictions for changing the notes of the task. Accepted values are allow and block. + order: + type: array + items: + type: string + nullable: true + description: Rules and restrictions for changing the order of the task. Accepted values are allow and block. + percentComplete: + type: array + items: + type: string + nullable: true + description: 'Rules and restrictions for changing the completion percentage of the task. Accepted values are allow, setToComplete, overrideRequirements, setToNotStarted, setToInProgress, and block.' + previewType: + type: array + items: + type: string + nullable: true + description: Rules and restrictions for changing the preview type of the task. Accepted values are allow and block. + priority: + type: array + items: + type: string + nullable: true + description: Rules and restrictions for changing the priority of the task. Accepted values are allow and block. + references: + $ref: '#/components/schemas/microsoft.graph.plannerFieldRules' + startDate: + type: array + items: + type: string + nullable: true + description: Rules and restrictions for changing the start date of the task. Accepted values are allow and block. + title: + type: array + items: + type: string + nullable: true + description: Rules and restrictions for changing the title of the task. Accepted values are allow and block. + additionalProperties: + type: object + microsoft.graph.plannerTaskConfigurationRoleBase: + title: plannerTaskConfigurationRoleBase + type: object + properties: + roleKind: + $ref: '#/components/schemas/microsoft.graph.plannerUserRoleKind' + additionalProperties: + type: object + microsoft.graph.plannerCreationSourceKind: + title: plannerCreationSourceKind + enum: + - none + - external + - publication + - unknownFutureValue + type: string + microsoft.graph.plannerTeamsPublicationInfo: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerTaskCreation' + - title: plannerTeamsPublicationInfo + type: object + properties: + 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 when this task was last modified by the publication process. Read-only. + format: date-time + nullable: true + publicationId: + type: string + description: The identifier of the publication. Read-only. + nullable: true + publishedToPlanId: + type: string + description: The identifier of the plannerPlan this task was originally placed in. Read-only. + nullable: true + publishingTeamId: + type: string + description: The identifier of the team that initiated the publication process. Read-only. + nullable: true + publishingTeamName: + type: string + description: 'The display name of the team that initiated the publication process. This display name is for reference only, and might not represent the most up-to-date name of the team. Read-only.' + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerRecurrenceSchedule: + title: plannerRecurrenceSchedule + type: object + properties: + nextOccurrenceDateTime: + 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 next date for this schedule. When a new task is instantiated to continue the recurrence series, this date is used for the dueDateTime of the new plannerTask. Auto-generated by the service. 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 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + pattern: + $ref: '#/components/schemas/microsoft.graph.recurrencePattern' + patternStartDateTime: + 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 start date for the recurrence pattern. 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 is 2014-01-01T00:00:00Z. Required.' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.ODataErrors.ErrorDetails: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + target: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.ODataErrors.InnerError: + type: object + additionalProperties: + type: object + description: The structure of this object is service-specific + microsoft.graph.plannerPropertyRule: + title: plannerPropertyRule + type: object + properties: + ruleKind: + $ref: '#/components/schemas/microsoft.graph.plannerRuleKind' + additionalProperties: + type: object + microsoft.graph.plannerFieldRules: + title: plannerFieldRules + type: object + properties: + defaultRules: + type: array + items: + type: string + nullable: true + description: The default rules that apply if no override matches to the current data. + overrides: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerRuleOverride' + description: Overrides that specify different rules for specific data associated with the field. + additionalProperties: + type: object + microsoft.graph.plannerUserRoleKind: + title: plannerUserRoleKind + enum: + - relationship + - unknownFutureValue + type: string + microsoft.graph.recurrencePattern: + title: recurrencePattern + type: object + properties: + dayOfMonth: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. + format: int32 + daysOfWeek: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.dayOfWeek' + description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + firstDayOfWeek: + $ref: '#/components/schemas/microsoft.graph.dayOfWeek' + index: + $ref: '#/components/schemas/microsoft.graph.weekIndex' + interval: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.' + format: int32 + month: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The month in which the event occurs. This is a number from 1 to 12. + format: int32 + type: + $ref: '#/components/schemas/microsoft.graph.recurrencePatternType' + additionalProperties: + type: object + microsoft.graph.plannerRuleKind: + title: plannerRuleKind + enum: + - taskRule + - bucketRule + - planRule + - unknownFutureValue + type: string + microsoft.graph.plannerRuleOverride: + title: plannerRuleOverride + type: object + properties: + name: + type: string + description: Name of the override. Allowed override values will be dependent on the property affected by the rule. + nullable: true + rules: + type: array + items: + type: string + nullable: true + description: Overridden rules. These are used as rules for the override instead of the default rules. + additionalProperties: + type: object + microsoft.graph.dayOfWeek: + title: dayOfWeek + enum: + - sunday + - monday + - tuesday + - wednesday + - thursday + - friday + - saturday + type: string + microsoft.graph.weekIndex: + title: weekIndex + enum: + - first + - second + - third + - fourth + - last + type: string + microsoft.graph.recurrencePatternType: + title: recurrencePatternType + enum: + - daily + - weekly + - absoluteMonthly + - relativeMonthly + - absoluteYearly + - relativeYearly + type: string + responses: + microsoft.graph.businessScenarioCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioCollectionResponse' + error: + description: error + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' + microsoft.graph.plannerPlanConfigurationLocalizationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalizationCollectionResponse' + ODataCountResponse: + description: The count of the resource + content: + text/plain: + schema: + $ref: '#/components/schemas/ODataCountResponse' + microsoft.graph.businessScenarioTaskCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTaskCollectionResponse' + parameters: + top: + name: $top + in: query + description: Show only the first n items + style: form + explode: false + schema: + minimum: 0 + type: integer + example: 50 + skip: + name: $skip + in: query + description: Skip the first n items + style: form + explode: false + schema: + minimum: 0 + type: integer + search: + name: $search + in: query + description: Search items by search phrases + style: form + explode: false + schema: + type: string + filter: + name: $filter + in: query + description: Filter items by property values + style: form + explode: false + schema: + type: string + count: + name: $count + in: query + description: Include count of items + style: form + explode: false + schema: + type: boolean + securitySchemes: + azureaadv2: + type: oauth2 + flows: + authorizationCode: + authorizationUrl: https://login.microsoftonline.com/common/oauth2/v2.0/authorize + tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token + scopes: { } +security: + - azureaadv2: [ ] diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 9fdcc2ee3f..7215be99f6 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -10053,7 +10053,7 @@ paths: post: tags: - users.onlineMeeting - summary: Create meetingRegistrant + summary: Create meetingRegistrant (deprecated) description: 'Enroll a meeting registrant in an online meeting that has meeting registration enabled on behalf of the registrant. This operation has two scenarios: In either scenario, the registrant will receive an email notification that contains their registration information.' externalDocs: description: Find more info here @@ -10205,7 +10205,7 @@ paths: delete: tags: - users.onlineMeeting - summary: Unenroll meeting registrant + summary: Unenroll meeting registrant (deprecated) description: 'Cancel an onlineMeeting registration for a meetingRegistrant on behalf of the registrant. Only use this method when the allowedRegistrant property of the meetingRegistration object has a value of organization and the registrant''s delegated permission was used to enroll. When the allowedRegistrant value is everyone, registrants can only use the link in the email they receive to cancel their registration.' externalDocs: description: Find more info here @@ -10991,11 +10991,11 @@ paths: get: tags: - users.presence - summary: 'presence: setStatusMessage' - description: Set a presence status message for a user. An optional expiration date and time can be supplied. + summary: Get presence + description: Get a user's presence information. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta operationId: user_GetPresence parameters: - name: user-id @@ -12078,7 +12078,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -12158,10 +12158,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -12291,10 +12287,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -12907,8 +12899,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -13882,6 +13873,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 7b713b8ada..205637f3c6 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -9363,12 +9363,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -11019,6 +11031,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -11544,6 +11558,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -11628,6 +11672,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.drive: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' @@ -12002,11 +12067,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -13720,6 +13785,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -13750,6 +13817,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -13938,10 +14006,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -14017,6 +14091,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -16041,6 +16117,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16049,11 +16135,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -17399,6 +17485,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -17482,6 +17579,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.quota: title: quota type: object @@ -19311,7 +19423,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -19509,6 +19621,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -19541,22 +19661,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -19565,6 +19679,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -19572,6 +19688,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -19582,12 +19704,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -19610,11 +19726,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -19635,12 +19746,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -19669,12 +19774,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -19705,12 +19804,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -19740,12 +19833,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -19999,6 +20086,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -20016,6 +20112,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -20092,6 +20194,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -20165,7 +20269,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -22551,8 +22675,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -22754,10 +22877,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -22851,10 +22970,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -24132,6 +24247,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -26484,22 +26606,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -26636,6 +26749,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -26654,6 +26775,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -28435,6 +28570,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -28626,7 +28768,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -29259,6 +29401,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -29277,6 +29425,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -29292,6 +29444,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -29686,6 +29841,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -31494,50 +31651,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -31644,7 +31771,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -31739,6 +31866,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamworkUserIdentityType: title: teamworkUserIdentityType enum: @@ -32842,6 +32987,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -34612,23 +34767,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -35621,6 +35809,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 94859539ae..568408b44f 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -6472,6 +6472,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -6706,11 +6708,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -7392,12 +7394,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -7896,7 +7910,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -8517,6 +8531,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -8547,6 +8563,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -8735,10 +8752,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -8814,6 +8837,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -10578,6 +10603,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -10586,11 +10621,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -11985,6 +12020,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -12069,6 +12134,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -12849,22 +12935,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -13259,6 +13336,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -13291,22 +13376,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -13315,6 +13394,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -13322,6 +13403,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -13332,12 +13419,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -13390,11 +13471,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -13415,12 +13491,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -13449,12 +13519,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -13485,12 +13549,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -13520,12 +13578,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -13779,6 +13831,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -13796,6 +13857,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -13872,6 +13939,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -13945,7 +14014,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -16405,8 +16494,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -16608,10 +16696,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -16705,10 +16789,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -17986,6 +18066,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -19619,6 +19706,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -19702,6 +19800,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -20454,50 +20567,20 @@ components: - public - unknownFutureValue type: string - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -20604,7 +20687,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -20860,6 +20943,14 @@ components: description: 'The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable.' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -20878,6 +20969,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -22825,6 +22930,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -23016,7 +23128,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -23649,6 +23761,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -23667,6 +23785,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -23682,6 +23804,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -24076,6 +24201,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -25510,23 +25637,56 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -26322,6 +26482,24 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamworkUserIdentityType: title: teamworkUserIdentityType enum: @@ -27477,6 +27655,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -28035,6 +28223,30 @@ components: $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index a3d3ebd40b..23d7804385 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -766,6 +766,41 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.changeAssignments': + post: + tags: + - deviceManagement.Actions + summary: Invoke action changeAssignments + operationId: deviceManagement.comanagedDevice_changeAssignment + parameters: + - 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: Action parameters + content: + application/json: + schema: + type: object + properties: + deviceAssignmentItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceAssignmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice': post: tags: @@ -2501,6 +2536,45 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.setEnrollmentTimeDeviceMembershipTarget': + post: + tags: + - deviceManagement.Actions + summary: Invoke action setEnrollmentTimeDeviceMembershipTarget + operationId: deviceManagement.configurationPolicy_setEnrollmentTimeDeviceMembershipTarget + parameters: + - name: deviceManagementConfigurationPolicy-id + in: path + description: The unique identifier of deviceManagementConfigurationPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementConfigurationPolicy + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + enrollmentTimeDeviceMembershipTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.enrollmentTimeDeviceMembershipTarget' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentTimeDeviceMembershipTargetResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/microsoft.graph.consentToDataSharing': post: tags: @@ -4810,6 +4884,41 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.changeAssignments': + post: + tags: + - deviceManagement.Actions + summary: Invoke action changeAssignments + operationId: deviceManagement.managedDevice_changeAssignment + parameters: + - 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: Action parameters + content: + application/json: + schema: + type: object + properties: + deviceAssignmentItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceAssignmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice': post: tags: @@ -12138,6 +12247,78 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /deviceManagement/reports/microsoft.graph.retrieveWin32CatalogAppsUpdateReport: + post: + tags: + - deviceManagement.Actions + summary: Invoke action retrieveWin32CatalogAppsUpdateReport + operationId: deviceManagement.report_retrieveWin32CatalogAppsUpdateReport + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + name: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + sessionId: + type: string + nullable: true + filter: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/microsoft.graph.assign': post: tags: @@ -12484,6 +12665,53 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/microsoft.graph.setEnrollmentTimeDeviceMembershipTarget': + post: + tags: + - deviceManagement.Actions + summary: Invoke action setEnrollmentTimeDeviceMembershipTarget + operationId: deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_setEnrollmentTimeDeviceMembershipTarget + parameters: + - name: deviceManagementReusablePolicySetting-id + in: path + description: The unique identifier of deviceManagementReusablePolicySetting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementReusablePolicySetting + - name: deviceManagementConfigurationPolicy-id + in: path + description: The unique identifier of deviceManagementConfigurationPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementConfigurationPolicy + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + enrollmentTimeDeviceMembershipTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.enrollmentTimeDeviceMembershipTarget' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentTimeDeviceMembershipTargetResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/roleScopeTags/{roleScopeTag-id}/microsoft.graph.assign': post: tags: @@ -15507,6 +15735,54 @@ components: - value: unknownFutureValue description: UnknownFutureValue name: unknownFutureValue + microsoft.graph.deviceAssignmentItem: + title: deviceAssignmentItem + type: object + properties: + assignmentItemActionIntent: + $ref: '#/components/schemas/microsoft.graph.deviceAssignmentItemIntent' + assignmentItemActionStatus: + $ref: '#/components/schemas/microsoft.graph.deviceAssignmentItemStatus' + errorCode: + type: integer + description: The error code for the application or configuration regarding the failed executed action on the managed device. Read-Only. Returned in the action result. 0 is default value and indicates no failure. Valid values -9.22337203685478E+18 to 9.22337203685478E+18. This property is read-only. + format: int64 + readOnly: true + intentActionMessage: + type: string + description: 'The intent action message for the application or configuration regarding the executed action on the managed device. When the action is on error, this property provides message on the reason of failure. When the action is in progress, this property provides message on what''s being processed on the device. Read-Only. Returned in the action result. Can be null. Max length is 1500. This property is read-only.' + nullable: true + readOnly: true + itemDisplayName: + type: string + description: The item displayName name for the application or configuration. Read-Only. Returned in the action result. Default value is null. The property value cannot be modified and is automatically populated with the action result. Max length is 200. This property is read-only. + nullable: true + readOnly: true + itemId: + type: string + description: The unique identifier for the application or configuration. ItemId is required property which needs to be set in the action POST request parameter for the DeviceAssignmentItem intended to remove. Max length is 40 + itemSubTypeDisplayName: + type: string + description: 'Indicates the specific type for the application or configuration. For example, unknown, application, appConfiguration, exploitProtection, bitLocker, deviceControl, microsoftEdgeBaseline, attackSurfaceReductionRulesConfigMgr, endpointDetectionandResponse, windowsUpdateforBusiness, microsoftDefenderFirewallRules, applicationControl, microsoftDefenderAntivirusexclusions, microsoftDefenderAntivirus, wiredNetwork, derivedPersonalIdentityVerificationCredential, windowsHealthMonitoring, extensions, mxProfileZebraOnly, deviceFirmwareConfigurationInterface, deliveryOptimization, identityProtection, kiosk, overrideGroupPolicy, domainJoinPreview, pkcsImportedCertificate, networkBoundary, endpointProtection, microsoftDefenderAtpWindows10Desktop, sharedMultiUserDevice, deviceFeatures, secureAssessmentEducation, wiFiImport, editionUpgradeAndModeSwitch, vpn, custom, softwareUpdates, deviceRestrictionsWindows10Team, email, trustedCertificate, scepCertificate, emailSamsungKnoxOnly, pkcsCertificate, deviceRestrictions, wiFi, settingsCatalog. Read-Only. Returned in the action result. Default value is null. The property value cannot be modified and is automatically populated with the action result. Max length is 200. This property is read-only.' + nullable: true + readOnly: true + itemType: + $ref: '#/components/schemas/microsoft.graph.deviceAssignmentItemType' + lastActionDateTime: + 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 when the application or configuration was initiated an action execution. Read-Only. Returned in the action result. The property value cannot be modified and is automatically populated when the action is initiated. 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, 2025 would look like this: ''2025-01-01T00:00:00Z''. This property is read-only.' + format: date-time + readOnly: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the application or configuration was last modified because of either action execution or status change. Read-Only. Returned in the action result. The property value cannot be modified and is automatically populated when the action is initiated or the device has a status change. 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, 2025 would look like this: ''2025-01-01T00:00:00Z''. This property is read-only.' + format: date-time + readOnly: true + additionalProperties: + type: object + description: 'Represents the application or configuration included in the ChangeAssignments action execution or result. For action execution, it represents the application or configuration intended to be uninstalled or removed on the managed device. For action result, it represents the live reporting data for this application or configuration regarding its removal or restoration process.' microsoft.graph.deviceLogCollectionRequest: title: deviceLogCollectionRequest type: object @@ -15987,6 +16263,19 @@ components: additionalProperties: type: object description: 'The EnrollmentTimeDeviceMembershipTargetResult entity represents the results of the set/get EnrollmentTimeDeviceMembershipTarget request. The set/get EnrollmentTimeDeviceMembershipTarget API validates the device membership targets specified by the admin to ensure that they exist, that they are of the proper type, and any other target requirements are met such as that the Intune Device Provisioning First Party App is an owner of the target. Failures other than validation will result in 500 else validationSucceeded will be true or false if any of the validation fails for EnrollmentTimeDeviceMembershipTarget.' + microsoft.graph.enrollmentTimeDeviceMembershipTarget: + title: enrollmentTimeDeviceMembershipTarget + type: object + properties: + targetId: + type: string + description: The unique identifiers of the targets that devices will become members of when enrolled with the asociated profile. + nullable: true + targetType: + $ref: '#/components/schemas/microsoft.graph.enrollmentTimeDeviceMembershipTargetType' + additionalProperties: + type: object + description: The EnrollmentTimeDeviceMembershipTarget entity represents the targets that devices will become members of when enrolled with the associated profile. The only device membership targets supported at this time is static security groups. microsoft.graph.dataSharingConsent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -17317,6 +17606,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -17378,6 +17669,7 @@ components: - frontlineLicenseUsageRealTimeReport - remoteConnectionQualityReports - inaccessibleCloudPcReports + - actionStatusReport - rawRemoteConnectionReports - cloudPcUsageCategoryReports - crossRegionDisasterRecoveryReport @@ -17611,6 +17903,89 @@ components: - value: windowsMobileApplicationManagement description: Indicates Mobile Application Management (MAM) for Windows devices. name: windowsMobileApplicationManagement + microsoft.graph.deviceAssignmentItemIntent: + title: deviceAssignmentItemIntent + enum: + - remove + - restore + - unknownFutureValue + type: string + description: 'A list of possible assignment item action intent values on the application or configuration when executing this action on the managed device. For example, if the application or configuration is intended to be removed on the managed device, then the intent value is remove, and if the application or configuration already under removal through previous actions and is now intended to be restored on the managed device, then the intent value is restore' + x-ms-enum: + name: deviceAssignmentItemIntent + modelAsString: false + values: + - value: remove + description: Default. Indicates that the deployed application or configuration is intended to be removed on the managed device + name: remove + - value: restore + description: Indicates that the application or configuration already under removal through previous actions and is now intended to be restored on the managed device + name: restore + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use + name: unknownFutureValue + microsoft.graph.deviceAssignmentItemStatus: + title: deviceAssignmentItemStatus + enum: + - initiated + - inProgress + - removed + - error + - succeeded + - unknownFutureValue + type: string + description: 'A list of possible assignment item action status values for the application or configuration regarding their executed action on the managed device. For example, a configuration included in the deviceAssignmentItems list has just been executed the action. Its status starts with inProgress until it''s successfully removed to reflect as removed status or failed to be removed to reflect as error status on the managed device. Similar status change happens for restoration process' + x-ms-enum: + name: deviceAssignmentItemStatus + modelAsString: false + values: + - value: initiated + description: Default. Indicates that the device assignment action to remove or restore an application or a configuration is 'initiated' on the managed device + name: initiated + - value: inProgress + description: Indicates that the device assignment action to remove or restore an application or a configuration is 'in progress' on the managed device + name: inProgress + - value: removed + description: Indicates that the application or configuration has been successfully removed on the managed device + name: removed + - value: error + description: Indicates that the application or configuration has failed to be removed or restored on the managed device. The error may be retriable depending on the intent action message and error code + name: error + - value: succeeded + description: Indicates that the application or configuration has been successfully restored on the managed device + name: succeeded + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use + name: unknownFutureValue + microsoft.graph.deviceAssignmentItemType: + title: deviceAssignmentItemType + enum: + - application + - deviceConfiguration + - deviceManagementConfigurationPolicy + - mobileAppConfiguration + - unknownFutureValue + type: string + description: 'A list of possible device assignment item types to execute this action on the managed device. Device assignment item represents existing assigned Intune resource such as application or configuration. Currently supported device assignment item types are Application, DeviceConfiguration, DeviceManagementConfigurationPolicy and MobileAppConfiguration' + x-ms-enum: + name: deviceAssignmentItemType + modelAsString: false + values: + - value: application + description: Default. Indicates that the device assignment item type for the action is graph.mobileApp. Application is uninstalled on removal and installed back on restoration + name: application + - value: deviceConfiguration + description: Indicates that the device assignment item type for the action is graph.deviceConfiguration. DeviceConfiguration associated settings are removed on removal and added back on restoration + name: deviceConfiguration + - value: deviceManagementConfigurationPolicy + description: Indicates that the device assignment item type for the action is graph.deviceManagementConfigurationPolicy. DeviceManagementConfigurationPolicy associated settings are removed on removal and added back on restoration + name: deviceManagementConfigurationPolicy + - value: mobileAppConfiguration + description: Indicates that the device assignment item type for the action is `graph.managedDeviceMobileAppConfiguration`. MobileAppConfiguration associated settings are removed on removal and added back on restoration + name: mobileAppConfiguration + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use + name: unknownFutureValue microsoft.graph.deviceLogCollectionTemplateType: title: deviceLogCollectionTemplateType enum: @@ -17940,6 +18315,27 @@ components: additionalProperties: type: object description: 'Represents the Validation status of the device membership targets. The set/get EnrollmentTimeDeviceMembershipTarget API validates the device membership targets specified by the admin to ensure that they exist, that they are of the proper type, and any other target requirements are met such as that the Intune Device Provisioning First Party App is an owner of the target.' + microsoft.graph.enrollmentTimeDeviceMembershipTargetType: + title: enrollmentTimeDeviceMembershipTargetType + enum: + - unknown + - staticSecurityGroup + - unknownFutureValue + type: string + description: Represents the type of the targets that devices will become members of when enrolled with the associated profile. Possible values are staticSecurityGroup. + x-ms-enum: + name: enrollmentTimeDeviceMembershipTargetType + modelAsString: false + values: + - value: unknown + description: Default value. Do not use. + name: unknown + - value: staticSecurityGroup + description: Indicates the device membership target specified refer to static Entra Security Groups. + name: staticSecurityGroup + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.discoverySource: title: discoverySource enum: @@ -19022,6 +19418,25 @@ components: - failed - notSupported type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -19711,6 +20126,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -19970,26 +20387,26 @@ components: nullable: true categoryId: type: string - description: Specify category in which the setting is under. Support $filters. + description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) nullable: true description: type: string - description: Description of the setting. + description: Description of the item nullable: true displayName: type: string - description: 'Name of the setting. For example: Allow Toast.' + description: Display name of the item nullable: true helpText: type: string - description: Help text of the setting. Give more details of the setting. + description: Help text of the item nullable: true infoUrls: type: array items: type: string nullable: true - description: List of links more info for the setting can be found at. + description: List of links more info for the setting can be found at keywords: type: array items: @@ -20013,7 +20430,7 @@ components: description: List of referred setting information. rootDefinitionId: type: string - description: Root setting definition id if the setting is a child setting. + description: Root setting definition if the setting is a child setting. nullable: true settingUsage: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage' @@ -21319,11 +21736,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -22222,6 +22639,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -22252,6 +22671,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -22721,10 +23141,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -22800,6 +23226,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -23369,12 +23797,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -25553,6 +25993,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -25561,11 +26011,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -26576,7 +27026,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -26800,6 +27250,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -26832,22 +27290,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -26856,6 +27308,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -26863,6 +27317,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -26873,12 +27333,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -26931,11 +27385,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -26956,12 +27405,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -26990,12 +27433,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -27026,12 +27463,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -27061,12 +27492,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -27724,6 +28149,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -27741,6 +28175,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -27849,6 +28289,7 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string microsoft.graph.typedEmailAddress: allOf: @@ -28533,6 +28974,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28617,6 +29088,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -31755,8 +32247,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -31958,10 +32449,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -32055,10 +32542,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -33404,6 +33887,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -33818,22 +34308,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -33970,6 +34451,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -33988,6 +34477,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -35832,6 +36335,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -35915,6 +36429,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -38171,6 +38700,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -38362,7 +38898,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -39099,6 +39635,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -39117,6 +39659,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -39132,6 +39678,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -39526,6 +40075,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -40156,50 +40707,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -40306,7 +40827,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -40401,6 +40922,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeType: title: attendeeType enum: @@ -42842,6 +43381,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -44229,23 +44778,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -45294,6 +45876,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index f0cfd56308..47294dca4d 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -14323,239 +14323,6 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /deviceManagement/virtualEndpoint/sharedUseServicePlans: - get: - tags: - - deviceManagement.virtualEndpoint - summary: List cloudPcSharedUseServicePlans (deprecated) - description: Get a list of the cloudPcSharedUseServicePlan objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualendpoint-list-shareduseserviceplans?view=graph-rest-beta - operationId: deviceManagement.virtualEndpoint_ListSharedUseServicePlan - 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.cloudPcSharedUseServicePlanCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-10-08' - date: '2023-06-08' - version: 2023-03/sharedUseServicePlans - description: 'The sharedUseServicePlans property is deprecated and will not be supported starting Oct 8, 2023. This property will not be included as part of the API response.' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - deviceManagement.virtualEndpoint - summary: Create new navigation property to sharedUseServicePlans for deviceManagement - operationId: deviceManagement.virtualEndpoint_CreateSharedUseServicePlan - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-10-08' - date: '2023-06-08' - version: 2023-03/sharedUseServicePlans - description: 'The sharedUseServicePlans property is deprecated and will not be supported starting Oct 8, 2023. This property will not be included as part of the API response.' - x-ms-docs-operation-type: operation - '/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}': - get: - tags: - - deviceManagement.virtualEndpoint - summary: Get cloudPcSharedUseServicePlan (deprecated) - description: Read the properties and relationships of a cloudPcSharedUseServicePlan object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcshareduseserviceplan-get?view=graph-rest-beta - operationId: deviceManagement.virtualEndpoint_GetSharedUseServicePlan - parameters: - - name: cloudPcSharedUseServicePlan-id - in: path - description: The unique identifier of cloudPcSharedUseServicePlan - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: cloudPcSharedUseServicePlan - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-10-08' - date: '2023-06-08' - version: 2023-03/sharedUseServicePlans - description: 'The sharedUseServicePlans property is deprecated and will not be supported starting Oct 8, 2023. This property will not be included as part of the API response.' - x-ms-docs-operation-type: operation - patch: - tags: - - deviceManagement.virtualEndpoint - summary: Update the navigation property sharedUseServicePlans in deviceManagement - operationId: deviceManagement.virtualEndpoint_UpdateSharedUseServicePlan - parameters: - - name: cloudPcSharedUseServicePlan-id - in: path - description: The unique identifier of cloudPcSharedUseServicePlan - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: cloudPcSharedUseServicePlan - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-10-08' - date: '2023-06-08' - version: 2023-03/sharedUseServicePlans - description: 'The sharedUseServicePlans property is deprecated and will not be supported starting Oct 8, 2023. This property will not be included as part of the API response.' - x-ms-docs-operation-type: operation - delete: - tags: - - deviceManagement.virtualEndpoint - summary: Delete navigation property sharedUseServicePlans for deviceManagement - operationId: deviceManagement.virtualEndpoint_DeleteSharedUseServicePlan - parameters: - - name: cloudPcSharedUseServicePlan-id - in: path - description: The unique identifier of cloudPcSharedUseServicePlan - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: cloudPcSharedUseServicePlan - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-10-08' - date: '2023-06-08' - version: 2023-03/sharedUseServicePlans - description: 'The sharedUseServicePlans property is deprecated and will not be supported starting Oct 8, 2023. This property will not be included as part of the API response.' - x-ms-docs-operation-type: operation - /deviceManagement/virtualEndpoint/sharedUseServicePlans/$count: - get: - tags: - - deviceManagement.virtualEndpoint - summary: Get the number of the resource - operationId: deviceManagement.virtualEndpoint.sharedUseServicePlan_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-10-08' - date: '2023-06-08' - version: 2023-03/sharedUseServicePlans - description: 'The sharedUseServicePlans property is deprecated and will not be supported starting Oct 8, 2023. This property will not be included as part of the API response.' /deviceManagement/virtualEndpoint/snapshots: get: tags: @@ -17180,12 +16947,6 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlan' description: Cloud PC service plans. x-ms-navigationProperty: true - sharedUseServicePlans: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan' - description: 'Cloud PC shared-use service plans. The sharedUseServicePlans relationship is deprecated and stopped returning data on October 8, 2023. Going forward, use the frontLineServicePlans relationship.' - x-ms-navigationProperty: true snapshots: type: array items: @@ -17269,10 +17030,16 @@ components: displayName: type: string description: Name of the bulk action. + initiatedByUserPrincipalName: + type: string + description: Indicates the user principal name (UPN) of the user who initiated this bulk action. Read-only. + nullable: true scheduledDuringMaintenanceWindow: type: boolean description: 'Indicates whether the bulk action is scheduled according to the maintenance window. When true, the bulk action uses the maintenance window to schedule the action; false means that the bulk action doesn''t use the maintenance window. The default value is false.' nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.cloudPcBulkActionStatus' additionalProperties: type: object microsoft.graph.cloudPC: @@ -17289,10 +17056,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -17368,6 +17141,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -18420,6 +18195,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -18589,32 +18366,6 @@ components: format: int32 additionalProperties: type: object - microsoft.graph.cloudPcSharedUseServicePlan: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: cloudPcSharedUseServicePlan - type: object - properties: - displayName: - type: string - description: The display name of the shared-use service plan. - nullable: true - totalCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Total number of shared-use service plans purchased by the customer. - format: int32 - nullable: true - usedCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: The number of service plans that the account uses. - format: int32 - nullable: true - additionalProperties: - type: object microsoft.graph.cloudPcSnapshot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20238,8 +19989,6 @@ components: resourceType: type: string description: The type of the audit resource. - type: - type: string additionalProperties: type: object microsoft.graph.cloudPcBulkActionSummary: @@ -20278,6 +20027,23 @@ components: format: int32 additionalProperties: type: object + microsoft.graph.cloudPcBulkActionStatus: + title: cloudPcBulkActionStatus + enum: + - pending + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -20295,6 +20061,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -20371,6 +20143,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -20444,7 +20218,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -20618,6 +20412,7 @@ components: properties: autopatchGroupId: type: string + description: The unique identifier (ID) of a Windows Autopatch group. An Autopatch group is a logical container or unit that groups several Microsoft Entra groups and software update policies. Devices with the same Autopatch group ID share unified software update management. The default value is null that indicates that no Autopatch group is associated with the provisioning policy. nullable: true additionalProperties: type: object @@ -20701,11 +20496,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -21570,6 +21365,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -21600,6 +21397,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -22667,12 +22465,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -24851,6 +24661,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -24859,11 +24679,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -25070,6 +24890,7 @@ components: - frontlineLicenseUsageRealTimeReport - remoteConnectionQualityReports - inaccessibleCloudPcReports + - actionStatusReport - rawRemoteConnectionReports - cloudPcUsageCategoryReports - crossRegionDisasterRecoveryReport @@ -25842,19 +25663,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.cloudPcSharedUseServicePlanCollectionResponse: - title: Collection of cloudPcSharedUseServicePlan - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.cloudPcSnapshotCollectionResponse: title: Collection of cloudPcSnapshot type: object @@ -26706,7 +26514,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -26930,6 +26738,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -26962,22 +26778,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -26986,6 +26796,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -26993,6 +26805,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -27003,12 +26821,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -27061,11 +26873,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -27086,12 +26893,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -27120,12 +26921,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -27156,12 +26951,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -27191,12 +26980,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -28615,6 +28398,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28699,6 +28512,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -31585,8 +31419,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -31788,10 +31621,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -31885,10 +31714,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -33234,6 +33059,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -33676,22 +33508,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -33828,6 +33651,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -33846,6 +33677,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -35650,6 +35495,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -35733,6 +35589,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -38019,6 +37890,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -38210,7 +38088,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -38947,6 +38825,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -38965,6 +38849,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -38980,6 +38868,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -39374,6 +39265,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -40024,50 +39917,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -40174,7 +40037,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -40269,6 +40132,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeType: title: attendeeType enum: @@ -42702,6 +42583,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -44089,23 +43980,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -45154,6 +45078,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object @@ -46677,12 +46625,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanCollectionResponse' - microsoft.graph.cloudPcSharedUseServicePlanCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlanCollectionResponse' microsoft.graph.cloudPcSnapshotCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/DeviceManagement.Enrollment.yml b/openApiDocs/beta/DeviceManagement.Enrollment.yml index 3d893da9dc..915bda9c79 100644 --- a/openApiDocs/beta/DeviceManagement.Enrollment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrollment.yml @@ -7313,11 +7313,11 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get unifiedRoleAssignmentMultiple - description: "Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment." + summary: List unifiedRoleAssignmentMultiple + description: "Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta operationId: roleManagement.deviceManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -9597,7 +9597,7 @@ paths: tags: - roleManagement.unifiedRbacApplication summary: Get appScope from roleManagement - description: Details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. + description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.exchange.roleAssignment_GetAppScope parameters: - name: unifiedRoleAssignment-id @@ -9700,7 +9700,7 @@ paths: tags: - roleManagement.unifiedRbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Provided so that callers can get the directory object using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.exchange.roleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignment-id @@ -9746,7 +9746,7 @@ paths: tags: - roleManagement.unifiedRbacApplication summary: Get principal from roleManagement - description: The assigned principal. Provided so that callers can get the principal using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.exchange.roleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignment-id @@ -9792,7 +9792,7 @@ paths: tags: - roleManagement.unifiedRbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. roleDefinition.id will be auto expanded. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.exchange.roleAssignment_GetRoleDefinition parameters: - name: unifiedRoleAssignment-id @@ -10466,7 +10466,7 @@ paths: tags: - roleManagement.unifiedRbacApplication summary: Get appScope from roleManagement - description: Details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. + description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.exchange.transitiveRoleAssignment_GetAppScope parameters: - name: unifiedRoleAssignment-id @@ -10569,7 +10569,7 @@ paths: tags: - roleManagement.unifiedRbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Provided so that callers can get the directory object using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.exchange.transitiveRoleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignment-id @@ -10615,7 +10615,7 @@ paths: tags: - roleManagement.unifiedRbacApplication summary: Get principal from roleManagement - description: The assigned principal. Provided so that callers can get the principal using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.exchange.transitiveRoleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignment-id @@ -10661,7 +10661,7 @@ paths: tags: - roleManagement.unifiedRbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. roleDefinition.id will be auto expanded. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.exchange.transitiveRoleAssignment_GetRoleDefinition parameters: - name: unifiedRoleAssignment-id @@ -12142,11 +12142,11 @@ components: properties: displayName: type: string - description: 'Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable id. This property is read only.' + description: 'Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable ID. Read only.' nullable: true type: type: string - description: 'Describes the type of app-specific resource represented by the app scope and is provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. This property is read only.' + description: 'Describes the type of app-specific resource represented by the app scope. For display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read only.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index 58086d084a..acf39cc00a 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -253,6 +253,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-09-30' + date: '2024-05-08' + version: 2024-05/getCloudPcRemoteActionResults + description: 'Starting September 30, 2024, getCloudPcRemoteActionResults API bound to managedDevice entity will be deprecated and no longer supported. Please use retrieveCloudPcRemoteActionResults API bound to cloudpc entity instead.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -868,6 +874,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-09-30' + date: '2024-05-08' + version: 2024-05/getCloudPcRemoteActionResults + description: 'Starting September 30, 2024, getCloudPcRemoteActionResults API bound to managedDevice entity will be deprecated and no longer supported. Please use retrieveCloudPcRemoteActionResults API bound to cloudpc entity instead.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -1024,6 +1036,80 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}/microsoft.graph.getAllManagedDeviceWindowsOSImages()': + get: + tags: + - deviceManagement.Functions + summary: Invoke function getAllManagedDeviceWindowsOSImages + operationId: deviceManagement.managedDeviceWindowsOSImage_getAllManagedDeviceWindowsOSImage + parameters: + - name: managedDeviceWindowsOperatingSystemImage-id + in: path + description: The unique identifier of managedDeviceWindowsOperatingSystemImage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceWindowsOperatingSystemImage + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of managedDeviceWindowsOperatingSystemImage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemImage' + '@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 /deviceManagement/microsoft.graph.getAssignedRoleDetails(): get: tags: @@ -2214,16 +2300,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function - '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getShiftWorkCloudPcAccessState()': + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getSupportedCloudPcRemoteActions()': get: tags: - deviceManagement.Functions - summary: Invoke function getShiftWorkCloudPcAccessState - description: 'Get the shiftWorkCloudPcAccessState of a shift work Cloud PC. This API only supports shared-use licenses. For more information, see cloudPcProvisioningPolicy. Shared-use licenses allow three users per license, with one user signed in at a time. Callers can get the latest shift work Cloud PC accessState and determine whether the shift work Cloud PC is accessible to the user. If a web client needs to connect to a shift work Cloud PC, the sharedCloudPcAccessState validates the bookmark scenario. If sharedCloudPcAccessState is not active/activating/standbyMode, the web client shows a ''bad bookmark''.' + summary: Invoke function getSupportedCloudPcRemoteActions + description: 'Get a list of supported Cloud PC remote actions for a specific Cloud PC device, including the action names and capabilities.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta - operationId: deviceManagement.virtualEndpoint.cloudPC_getShiftWorkCloudPcAccessState + url: https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta + operationId: deviceManagement.virtualEndpoint.cloudPC_getSupportedCloudPcRemoteAction parameters: - name: cloudPC-id in: path @@ -2233,32 +2319,44 @@ paths: schema: type: string x-ms-docs-key-type: cloudPC + - $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: - $ref: '#/components/schemas/microsoft.graph.shiftWorkCloudPcAccessState' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionCapability' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-12-31' - date: '2023-09-05' - version: 2023-08/getShiftWorkCloudPcAccessState - description: 'The getShiftWorkCloudPcAccessState API is deprecated and will stop returning data on Dec 31, 2023. Please use the new getFrontlineCloudPcAccessState API' x-ms-docs-operation-type: function - '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getSupportedCloudPcRemoteActions()': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPCRemoteActionResults()': get: tags: - deviceManagement.Functions - summary: Invoke function getSupportedCloudPcRemoteActions - description: 'Get a list of supported Cloud PC remote actions for a specific Cloud PC device, including the action names and capabilities.' + summary: Invoke function retrieveCloudPCRemoteActionResults + description: Retrieve remote action results and check the status of a specific remote action performed on the associated Cloud PC device. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta - operationId: deviceManagement.virtualEndpoint.cloudPC_getSupportedCloudPcRemoteAction + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta + operationId: deviceManagement.virtualEndpoint.cloudPC_retrieveCloudPCRemoteActionResult parameters: - name: cloudPC-id in: path @@ -2284,7 +2382,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionCapability' + $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionResult' '@odata.nextLink': type: string nullable: true @@ -2839,6 +2937,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -3278,6 +3378,30 @@ components: additionalProperties: type: object description: Default and customized value of a setting in a Security Baseline + microsoft.graph.managedDeviceWindowsOperatingSystemImage: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedDeviceWindowsOperatingSystemImage + type: object + properties: + availableUpdates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemUpdate' + description: 'Indicates the available Quality/Security updates for a specific Windows product version (example: Windows 11 22H1), for upto last 3 Patch Tuesdays . This value in the API response would be updated 2-3 days after every Patch Tuesday. Supports: $filter, $select, $top, $skip. Read-only.' + supportedArchitectures: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' + description: 'Indicates the list of architectures supported by the image. E.g. [''ARM64'',''X86'']. Supports: $filter, $select, $top, $skip. Read-only.' + supportedEditions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemEdition' + description: 'Indicates the list of editions supported by the image along with their support dates. Supports: $filter, $select, $top, $skip. Read-only.' + additionalProperties: + type: object + description: 'This entity defines different Windows Operating System products, like ''Windows 11 22H1'', ''Windows 11 22H2'' etc., along with their available configurations.' microsoft.graph.deviceAndAppManagementAssignedRoleDetails: title: deviceAndAppManagementAssignedRoleDetails type: object @@ -4029,17 +4153,6 @@ components: - standbyMode - unknownFutureValue type: string - microsoft.graph.shiftWorkCloudPcAccessState: - title: shiftWorkCloudPcAccessState - enum: - - unassigned - - noLicensesAvailable - - activationFailed - - active - - activating - - unknownFutureValue - - standbyMode - type: string microsoft.graph.cloudPcRemoteActionCapability: title: cloudPcRemoteActionCapability type: object @@ -4064,10 +4177,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -4143,6 +4262,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -4201,6 +4322,7 @@ components: lastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: Indicates the date and time when last sync tenant encryption setting. format: date-time nullable: true tenantDiskEncryptionType: @@ -4253,6 +4375,11 @@ components: - notIn - endsWith - notEndsWith + - greaterThan + - greaterThanOrEquals + - lessThan + - lessThanOrEquals + - unknownFutureValue type: string description: Represents the different type of operators which can be used to craft the AssignmentFilter rule. x-ms-enum: @@ -4260,38 +4387,53 @@ components: modelAsString: false values: - value: notSet - description: NotSet. + description: Indicates operator is not set name: notSet - value: equals - description: Equals. + description: Indicates the devices whose property value equals the configured input in Assignment Filters. name: equals - value: notEquals - description: NotEquals. + description: Indicates the devices whose property value not equals the configured input in Assignment Filters. name: notEquals - value: startsWith - description: StartsWith. + description: Indicates the devices whose property value starts with the configured input in Assignment Filters. name: startsWith - value: notStartsWith - description: NotStartsWith. + description: Indicates the devices whose property value does not start with the configured input in Assignment Filters. name: notStartsWith - value: contains - description: Contains. + description: Indicates the devices whose property value contains the configured input in Assignment Filters. name: contains - value: notContains - description: NotContains. + description: Indicates the devices whose property value does not contain the configured input in Assignment Filters. name: notContains - value: in - description: In. + description: Indicates the devices whose property value equals one of the configured input in Assignment Filters. name: in - value: notIn - description: NotIn. + description: Indicates the devices whose property value does not equals any of the configured input in Assignment Filters. name: notIn - value: endsWith - description: EndsWith. + description: Indicates the devices whose property value ends with the configured input in Assignment Filters. name: endsWith - value: notEndsWith - description: NotEndsWith. + description: Indicates the devices whose property value does not end with the configured input in Assignment Filters. name: notEndsWith + - value: greaterThan + description: Indicates the devices whose property value is greater than the configured input in Assignment Filters. + name: greaterThan + - value: greaterThanOrEquals + description: Indicates the devices whose property value is greater than or equal to the configured input in Assignment Filters. + name: greaterThanOrEquals + - value: lessThan + description: Indicates the devices whose property value is less than the configured input in Assignment Filters. + name: lessThan + - value: lessThanOrEquals + description: Indicates the devices whose property value is less than or equal to the configured input in Assignment Filters. + name: lessThanOrEquals + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.actionState: title: actionState enum: @@ -4303,6 +4445,25 @@ components: - failed - notSupported type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -4807,6 +4968,71 @@ components: - value: removed description: The setting is removed name: removed + microsoft.graph.managedDeviceWindowsOperatingSystemUpdate: + title: managedDeviceWindowsOperatingSystemUpdate + type: object + properties: + buildVersion: + type: string + description: Indicates the build version for associated windows update. Windows Operating System updates are usually released on the Patch Tuesday or B-week of each month. Read-only. + releaseMonth: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Indicates the Month in which this B-week update was released. Read-only. + format: int32 + releaseYear: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Indicates the Year in which this B-week update was released. Read-only. + format: int32 + additionalProperties: + type: object + description: Updates for different Windows' versions are usually released on the Patch Tuesday or B-week of each month. This complex type defines the Build-version and the release-date for a particular B-week update of the Windows' version. + microsoft.graph.managedDeviceArchitecture: + title: managedDeviceArchitecture + enum: + - unknown + - x86 + - x64 + - arm + - arM64 + type: string + description: Processor architecture + x-ms-enum: + name: managedDeviceArchitecture + modelAsString: false + values: + - value: unknown + description: Unknown architecture + name: unknown + - value: x86 + description: X86 + name: x86 + - value: x64 + description: X64 + name: x64 + - value: arm + description: ARM + name: arm + - value: arM64 + description: ARM64 + name: arM64 + microsoft.graph.managedDeviceWindowsOperatingSystemEdition: + title: managedDeviceWindowsOperatingSystemEdition + type: object + properties: + editionType: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemEditionType' + supportEndDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + description: 'Indicates the Date until which this Operating System edition type is officially supported. The Timestamp type represents date and time information using ISO 8601 format and is always in Pacific Time Zone (PT). For example, 2014-01-01 would mean ''2014-01-01T07:00:00Z'' in UTC time. Returned by default. Read-only.' + format: date + additionalProperties: + type: object + description: Different Windows' versions have Edition specific support timelines. This complex type defines the date until which a particular edition is supported in a Windows' version. microsoft.graph.resourceAction: title: resourceAction type: object @@ -5202,6 +5428,15 @@ components: - powerOff - moveRegion type: string + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -5219,6 +5454,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -5334,6 +5575,7 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string microsoft.graph.cloudPcUserAccountType: title: cloudPcUserAccountType @@ -5512,26 +5754,26 @@ components: nullable: true categoryId: type: string - description: Specify category in which the setting is under. Support $filters. + description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) nullable: true description: type: string - description: Description of the setting. + description: Description of the item nullable: true displayName: type: string - description: 'Name of the setting. For example: Allow Toast.' + description: Display name of the item nullable: true helpText: type: string - description: Help text of the setting. Give more details of the setting. + description: Help text of the item nullable: true infoUrls: type: array items: type: string nullable: true - description: List of links more info for the setting can be found at. + description: List of links more info for the setting can be found at keywords: type: array items: @@ -5555,7 +5797,7 @@ components: description: List of referred setting information. rootDefinitionId: type: string - description: Root setting definition id if the setting is a child setting. + description: Root setting definition if the setting is a child setting. nullable: true settingUsage: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage' @@ -5569,6 +5811,59 @@ components: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingVisibility' additionalProperties: type: object + microsoft.graph.managedDeviceWindowsOperatingSystemEditionType: + title: managedDeviceWindowsOperatingSystemEditionType + enum: + - professional + - professionalN + - enterprise + - enterpriseN + - education + - educationN + - proEducation + - proEducationN + - proWorkstation + - proWorkstationN + - unknownFutureValue + type: string + description: 'Windows Operating System is available in different editions, which have a specific set of features available. This enum type defines the corresponding edition.' + x-ms-enum: + name: managedDeviceWindowsOperatingSystemEditionType + modelAsString: false + values: + - value: professional + description: Default. Indicates Professional Operating System edition used for the managed device. + name: professional + - value: professionalN + description: Indicates Professional N Operating System edition used for the managed device. + name: professionalN + - value: enterprise + description: Indicates Enterprise Operating System edition used for the managed device. + name: enterprise + - value: enterpriseN + description: Indicates Enterprise N Operating System edition used for the managed device. + name: enterpriseN + - value: education + description: Indicates Education Operating System edition used for the managed device. + name: education + - value: educationN + description: Indicates Education N Operating System edition used for the managed device. + name: educationN + - value: proEducation + description: Indicates Pro Education Operating System edition used for the managed device. + name: proEducation + - value: proEducationN + description: Indicates Pro Education N Operating System edition used for the managed device. + name: proEducationN + - value: proWorkstation + description: Indicates Pro Workstation Operating System edition used for the managed device. + name: proWorkstation + - value: proWorkstationN + description: Indicates Pro Workstation N Operating System edition used for the managed device. + name: proWorkstationN + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceManagement.aggregationType: title: aggregationType enum: diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 8b736f0d25..818142941f 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -10418,7 +10418,7 @@ paths: tags: - deviceManagement.deviceCompliancePolicy summary: Get scheduledActionsForRule from deviceManagement - description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + description: The list of scheduled action for this rule operationId: deviceManagement.deviceCompliancePolicy_ListScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -10509,7 +10509,7 @@ paths: tags: - deviceManagement.deviceCompliancePolicy summary: Get scheduledActionsForRule from deviceManagement - description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + description: The list of scheduled action for this rule operationId: deviceManagement.deviceCompliancePolicy_GetScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -26233,6 +26233,197 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /deviceManagement/managedDeviceWindowsOSImages: + get: + tags: + - deviceManagement.managedDeviceWindowsOperatingSystemImage + summary: Get managedDeviceWindowsOSImages from deviceManagement + description: A list of ManagedDeviceWindowsOperatingSystemImages + operationId: deviceManagement_ListManagedDeviceWindowsOSImage + 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.managedDeviceWindowsOperatingSystemImageCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceManagement.managedDeviceWindowsOperatingSystemImage + summary: Create new navigation property to managedDeviceWindowsOSImages for deviceManagement + operationId: deviceManagement_CreateManagedDeviceWindowsOSImage + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemImage' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemImage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}': + get: + tags: + - deviceManagement.managedDeviceWindowsOperatingSystemImage + summary: Get managedDeviceWindowsOSImages from deviceManagement + description: A list of ManagedDeviceWindowsOperatingSystemImages + operationId: deviceManagement_GetManagedDeviceWindowsOSImage + parameters: + - name: managedDeviceWindowsOperatingSystemImage-id + in: path + description: The unique identifier of managedDeviceWindowsOperatingSystemImage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceWindowsOperatingSystemImage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemImage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.managedDeviceWindowsOperatingSystemImage + summary: Update the navigation property managedDeviceWindowsOSImages in deviceManagement + operationId: deviceManagement_UpdateManagedDeviceWindowsOSImage + parameters: + - name: managedDeviceWindowsOperatingSystemImage-id + in: path + description: The unique identifier of managedDeviceWindowsOperatingSystemImage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceWindowsOperatingSystemImage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemImage' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemImage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.managedDeviceWindowsOperatingSystemImage + summary: Delete navigation property managedDeviceWindowsOSImages for deviceManagement + operationId: deviceManagement_DeleteManagedDeviceWindowsOSImage + parameters: + - name: managedDeviceWindowsOperatingSystemImage-id + in: path + description: The unique identifier of managedDeviceWindowsOperatingSystemImage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceWindowsOperatingSystemImage + - 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 + /deviceManagement/managedDeviceWindowsOSImages/$count: + get: + tags: + - deviceManagement.managedDeviceWindowsOperatingSystemImage + summary: Get the number of the resource + operationId: deviceManagement.managedDeviceWindowsOSImage_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /deviceManagement/microsoftTunnelConfigurations: get: tags: @@ -43277,6 +43468,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedDevice' description: The list of managed devices. x-ms-navigationProperty: true + managedDeviceWindowsOSImages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemImage' + description: A list of ManagedDeviceWindowsOperatingSystemImages + x-ms-navigationProperty: true microsoftTunnelConfigurations: type: array items: @@ -45297,26 +45494,26 @@ components: nullable: true categoryId: type: string - description: Specify category in which the setting is under. Support $filters. + description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) nullable: true description: type: string - description: Description of the setting. + description: Description of the item nullable: true displayName: type: string - description: 'Name of the setting. For example: Allow Toast.' + description: Display name of the item nullable: true helpText: type: string - description: Help text of the setting. Give more details of the setting. + description: Help text of the item nullable: true infoUrls: type: array items: type: string nullable: true - description: List of links more info for the setting can be found at. + description: List of links more info for the setting can be found at keywords: type: array items: @@ -45340,7 +45537,7 @@ components: description: List of referred setting information. rootDefinitionId: type: string - description: Root setting definition id if the setting is a child setting. + description: Root setting definition if the setting is a child setting. nullable: true settingUsage: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage' @@ -45612,7 +45809,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' - description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + description: The list of scheduled action for this rule x-ms-navigationProperty: true userStatuses: type: array @@ -47994,6 +48191,30 @@ components: additionalProperties: type: object description: Summary data for managed devices + microsoft.graph.managedDeviceWindowsOperatingSystemImage: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedDeviceWindowsOperatingSystemImage + type: object + properties: + availableUpdates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemUpdate' + description: 'Indicates the available Quality/Security updates for a specific Windows product version (example: Windows 11 22H1), for upto last 3 Patch Tuesdays . This value in the API response would be updated 2-3 days after every Patch Tuesday. Supports: $filter, $select, $top, $skip. Read-only.' + supportedArchitectures: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' + description: 'Indicates the list of architectures supported by the image. E.g. [''ARM64'',''X86'']. Supports: $filter, $select, $top, $skip. Read-only.' + supportedEditions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemEdition' + description: 'Indicates the list of editions supported by the image along with their support dates. Supports: $filter, $select, $top, $skip. Read-only.' + additionalProperties: + type: object + description: 'This entity defines different Windows Operating System products, like ''Windows 11 22H1'', ''Windows 11 22H2'' etc., along with their available configurations.' microsoft.graph.microsoftTunnelConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -48027,6 +48248,10 @@ components: type: string nullable: true description: The DNS servers that will be used by the clients + ipv6Network: + type: string + description: The IPv6 subnet that will be used to allocate virtual address for the clients + nullable: true lastUpdateDateTime: 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 @@ -48480,6 +48705,10 @@ components: $ref: '#/components/schemas/microsoft.graph.remoteAction' actionState: $ref: '#/components/schemas/microsoft.graph.actionState' + bulkDeviceActionId: + type: string + description: BulkAction ID + nullable: true deviceDisplayName: type: string description: Intune device name. @@ -49562,6 +49791,14 @@ components: type: string description: 'The unique identifier of the device, Intune DeviceID.' nullable: true + deviceManufacturerName: + type: string + description: The manufacturer name of the device. + nullable: true + deviceModelName: + type: string + description: The model name of the device. + nullable: true deviceName: type: string description: Device friendly name. @@ -49650,6 +49887,14 @@ components: type: integer description: The mean of the maximum capacity for all devices of a given model. Maximum capacity measures the full charge vs. design capacity for a device’s batteries.. Valid values 0 to 2147483647 format: int32 + deviceManufacturerName: + type: string + description: The manufacturer name of the device. + nullable: true + deviceModelName: + type: string + description: The model name of the device. + nullable: true manufacturer: type: string description: Name of the device manufacturer. Deprecated in favor of DeviceManufacturerName. @@ -54525,12 +54770,6 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlan' description: Cloud PC service plans. x-ms-navigationProperty: true - sharedUseServicePlans: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.cloudPcSharedUseServicePlan' - description: 'Cloud PC shared-use service plans. The sharedUseServicePlans relationship is deprecated and stopped returning data on October 8, 2023. Going forward, use the frontLineServicePlans relationship.' - x-ms-navigationProperty: true snapshots: type: array items: @@ -55605,6 +55844,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -57260,6 +57501,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -58873,11 +59116,12 @@ components: enum: - none - android - - androidEnterprise - iOS - macOS - windows10X - windows10 + - linux + - unknownFutureValue type: string description: Platform Type x-ms-enum: @@ -58885,26 +59129,29 @@ components: modelAsString: false values: - value: none - description: None Platform Type + description: None name: none - value: android - description: Android Platform Type + description: Android name: android - - value: androidEnterprise - description: Android Enterprise Platform Type - name: androidEnterprise - value: iOS - description: iOS Platform Type + description: iOS name: iOS - value: macOS - description: MacOS Platform Type + description: MacOS name: macOS - value: windows10X description: Windows 10X Platform Type name: windows10X - value: windows10 - description: Windows 10 Platform Type + description: Windows 10 name: windows10 + - value: linux + description: Linux + name: linux + - value: unknownFutureValue + description: UnknownFutureValue + name: unknownFutureValue microsoft.graph.profileType: title: profileType enum: @@ -59773,6 +60020,42 @@ components: additionalProperties: type: object description: Models and Manufactures meatadata for managed devices in the account + microsoft.graph.managedDeviceWindowsOperatingSystemUpdate: + title: managedDeviceWindowsOperatingSystemUpdate + type: object + properties: + buildVersion: + type: string + description: Indicates the build version for associated windows update. Windows Operating System updates are usually released on the Patch Tuesday or B-week of each month. Read-only. + releaseMonth: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Indicates the Month in which this B-week update was released. Read-only. + format: int32 + releaseYear: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Indicates the Year in which this B-week update was released. Read-only. + format: int32 + additionalProperties: + type: object + description: Updates for different Windows' versions are usually released on the Patch Tuesday or B-week of each month. This complex type defines the Build-version and the release-date for a particular B-week update of the Windows' version. + microsoft.graph.managedDeviceWindowsOperatingSystemEdition: + title: managedDeviceWindowsOperatingSystemEdition + type: object + properties: + editionType: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemEditionType' + supportEndDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + description: 'Indicates the Date until which this Operating System edition type is officially supported. The Timestamp type represents date and time information using ISO 8601 format and is always in Pacific Time Zone (PT). For example, 2014-01-01 would mean ''2014-01-01T07:00:00Z'' in UTC time. Returned by default. Read-only.' + format: date + additionalProperties: + type: object + description: Different Windows' versions have Edition specific support timelines. This complex type defines the date until which a particular edition is supported in a Windows' version. microsoft.graph.keyValuePair: title: keyValuePair type: object @@ -61872,6 +62155,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedDeviceWindowsOperatingSystemImageCollectionResponse: + title: Collection of managedDeviceWindowsOperatingSystemImage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemImage' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.microsoftTunnelConfigurationCollectionResponse: title: Collection of microsoftTunnelConfiguration type: object @@ -65553,10 +65849,16 @@ components: displayName: type: string description: Name of the bulk action. + initiatedByUserPrincipalName: + type: string + description: Indicates the user principal name (UPN) of the user who initiated this bulk action. Read-only. + nullable: true scheduledDuringMaintenanceWindow: type: boolean description: 'Indicates whether the bulk action is scheduled according to the maintenance window. When true, the bulk action uses the maintenance window to schedule the action; false means that the bulk action doesn''t use the maintenance window. The default value is false.' nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.cloudPcBulkActionStatus' additionalProperties: type: object microsoft.graph.cloudPC: @@ -65573,10 +65875,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -65652,6 +65960,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -66089,32 +66399,6 @@ components: format: int32 additionalProperties: type: object - microsoft.graph.cloudPcSharedUseServicePlan: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: cloudPcSharedUseServicePlan - type: object - properties: - displayName: - type: string - description: The display name of the shared-use service plan. - nullable: true - totalCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: Total number of shared-use service plans purchased by the customer. - format: int32 - nullable: true - usedCount: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: The number of service plans that the account uses. - format: int32 - nullable: true - additionalProperties: - type: object microsoft.graph.cloudPcSnapshot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -66937,6 +67221,25 @@ components: - value: deviceManagmentConfigurationAndCompliancePolicy description: Indicates that this filter is associated with a configuration or compliance policy on Device Configuration v2 Infrastructure payload type name: deviceManagmentConfigurationAndCompliancePolicy + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -67283,11 +67586,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -68186,6 +68489,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -68216,6 +68521,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -69201,12 +69507,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -70924,6 +71242,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -70932,11 +71260,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -71192,6 +71520,59 @@ components: - value: windows10IoTCoreCommercial description: Windows 10 IoT Core Commercial name: windows10IoTCoreCommercial + microsoft.graph.managedDeviceWindowsOperatingSystemEditionType: + title: managedDeviceWindowsOperatingSystemEditionType + enum: + - professional + - professionalN + - enterprise + - enterpriseN + - education + - educationN + - proEducation + - proEducationN + - proWorkstation + - proWorkstationN + - unknownFutureValue + type: string + description: 'Windows Operating System is available in different editions, which have a specific set of features available. This enum type defines the corresponding edition.' + x-ms-enum: + name: managedDeviceWindowsOperatingSystemEditionType + modelAsString: false + values: + - value: professional + description: Default. Indicates Professional Operating System edition used for the managed device. + name: professional + - value: professionalN + description: Indicates Professional N Operating System edition used for the managed device. + name: professionalN + - value: enterprise + description: Indicates Enterprise Operating System edition used for the managed device. + name: enterprise + - value: enterpriseN + description: Indicates Enterprise N Operating System edition used for the managed device. + name: enterpriseN + - value: education + description: Indicates Education Operating System edition used for the managed device. + name: education + - value: educationN + description: Indicates Education N Operating System edition used for the managed device. + name: educationN + - value: proEducation + description: Indicates Pro Education Operating System edition used for the managed device. + name: proEducation + - value: proEducationN + description: Indicates Pro Education N Operating System edition used for the managed device. + name: proEducationN + - value: proWorkstation + description: Indicates Pro Workstation Operating System edition used for the managed device. + name: proWorkstation + - value: proWorkstationN + description: Indicates Pro Workstation N Operating System edition used for the managed device. + name: proWorkstationN + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.deviceManagement.aggregationType: title: aggregationType enum: @@ -72061,8 +72442,6 @@ components: resourceType: type: string description: The type of the audit resource. - type: - type: string additionalProperties: type: object microsoft.graph.cloudPcBulkActionSummary: @@ -72101,6 +72480,23 @@ components: format: int32 additionalProperties: type: object + microsoft.graph.cloudPcBulkActionStatus: + title: cloudPcBulkActionStatus + enum: + - pending + - succeeded + - failed + - unknownFutureValue + type: string + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -72118,6 +72514,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -72233,6 +72635,7 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string microsoft.graph.cloudPcUserAccountType: title: cloudPcUserAccountType @@ -72388,6 +72791,7 @@ components: properties: autopatchGroupId: type: string + description: The unique identifier (ID) of a Windows Autopatch group. An Autopatch group is a logical container or unit that groups several Microsoft Entra groups and software update policies. Devices with the same Autopatch group ID share unified software update management. The default value is null that indicates that no Autopatch group is associated with the provisioning policy. nullable: true additionalProperties: type: object @@ -73410,7 +73814,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -73634,6 +74038,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -73666,22 +74078,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -73690,6 +74096,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -73697,6 +74105,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -73707,12 +74121,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -73765,11 +74173,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -73790,12 +74193,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -73824,12 +74221,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -73860,12 +74251,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -73895,12 +74280,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -75203,6 +75582,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -75287,6 +75696,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -76802,8 +77232,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -77005,10 +77434,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -77102,10 +77527,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -78437,6 +78858,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -78728,6 +79156,7 @@ components: - frontlineLicenseUsageRealTimeReport - remoteConnectionQualityReports - inaccessibleCloudPcReports + - actionStatusReport - rawRemoteConnectionReports - cloudPcUsageCategoryReports - crossRegionDisasterRecoveryReport @@ -78993,22 +79422,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -79145,6 +79565,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -79163,6 +79591,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -80936,6 +81378,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -81019,6 +81472,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -82406,6 +82874,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -82597,7 +83072,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -83334,6 +83809,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -83352,6 +83833,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -83367,6 +83852,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -83761,6 +84249,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -84471,50 +84961,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -84621,7 +85081,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -84716,6 +85176,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeType: title: attendeeType enum: @@ -86737,6 +87215,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -88124,23 +88612,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -89176,6 +89697,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object @@ -90849,6 +91394,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceEncryptionStateCollectionResponse' + microsoft.graph.managedDeviceWindowsOperatingSystemImageCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceWindowsOperatingSystemImageCollectionResponse' microsoft.graph.microsoftTunnelConfigurationCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 64237d13d7..de2cb90d99 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -11163,6 +11163,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -11709,11 +11711,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -12428,12 +12430,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -13440,6 +13454,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -13470,6 +13486,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -13658,10 +13675,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -13737,6 +13760,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -15790,6 +15815,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15798,11 +15833,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -17924,6 +17959,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -18008,6 +18073,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -19155,7 +19241,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -19353,6 +19439,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -19385,22 +19479,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -19409,6 +19497,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -19416,6 +19506,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -19426,12 +19522,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -19484,11 +19574,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -19509,12 +19594,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -19543,12 +19622,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -19579,12 +19652,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -19614,12 +19681,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -19873,6 +19934,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -19890,6 +19960,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -19966,6 +20042,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -20039,7 +20117,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -22578,8 +22676,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -22781,10 +22878,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -22878,10 +22971,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -24159,6 +24248,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -25806,6 +25902,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -25889,6 +25996,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -26743,22 +26865,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -26895,6 +27008,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -26913,6 +27034,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -28867,6 +29002,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -29058,7 +29200,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -29675,6 +29817,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -29693,6 +29841,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -29708,6 +29860,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -30102,6 +30257,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -31516,50 +31673,20 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -31666,7 +31793,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -31761,6 +31888,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamworkUserIdentityType: title: teamworkUserIdentityType enum: @@ -32916,6 +33061,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -33474,23 +33629,56 @@ components: $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -34323,6 +34511,30 @@ components: - darkYellow - unknownFutureValue type: string + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 3630b7293c..61dcc3128c 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -10722,7 +10722,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_ListRelationship parameters: - name: mobileApp-id @@ -10813,7 +10813,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_GetRelationship parameters: - name: mobileApp-id @@ -12286,7 +12286,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidLobApp_ListRelationship parameters: - name: mobileApp-id @@ -12377,7 +12377,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidLobApp_GetRelationship parameters: - name: mobileApp-id @@ -12946,7 +12946,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -13037,7 +13037,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -13606,7 +13606,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -13697,7 +13697,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -15205,7 +15205,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosLobApp_ListRelationship parameters: - name: mobileApp-id @@ -15296,7 +15296,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosLobApp_GetRelationship parameters: - name: mobileApp-id @@ -15865,7 +15865,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -15956,7 +15956,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -16765,7 +16765,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosVppApp_ListRelationship parameters: - name: mobileApp-id @@ -16856,7 +16856,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsIosVppApp_GetRelationship parameters: - name: mobileApp-id @@ -18329,7 +18329,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_ListRelationship parameters: - name: mobileApp-id @@ -18420,7 +18420,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_GetRelationship parameters: - name: mobileApp-id @@ -19893,7 +19893,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSLobApp_ListRelationship parameters: - name: mobileApp-id @@ -19984,7 +19984,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSLobApp_GetRelationship parameters: - name: mobileApp-id @@ -21457,7 +21457,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_ListRelationship parameters: - name: mobileApp-id @@ -21548,7 +21548,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_GetRelationship parameters: - name: mobileApp-id @@ -23021,7 +23021,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListRelationship parameters: - name: mobileApp-id @@ -23112,7 +23112,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetRelationship parameters: - name: mobileApp-id @@ -24585,7 +24585,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_ListRelationship parameters: - name: mobileApp-id @@ -24676,7 +24676,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_GetRelationship parameters: - name: mobileApp-id @@ -26149,7 +26149,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_ListRelationship parameters: - name: mobileApp-id @@ -26240,7 +26240,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_GetRelationship parameters: - name: mobileApp-id @@ -27049,7 +27049,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListRelationship parameters: - name: mobileApp-id @@ -27140,7 +27140,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetRelationship parameters: - name: mobileApp-id @@ -28648,7 +28648,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWin32LobApp_ListRelationship parameters: - name: mobileApp-id @@ -28739,7 +28739,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWin32LobApp_GetRelationship parameters: - name: mobileApp-id @@ -30212,7 +30212,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsAppX_ListRelationship parameters: - name: mobileApp-id @@ -30303,7 +30303,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsAppX_GetRelationship parameters: - name: mobileApp-id @@ -31776,7 +31776,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_ListRelationship parameters: - name: mobileApp-id @@ -31867,7 +31867,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_GetRelationship parameters: - name: mobileApp-id @@ -32436,7 +32436,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_ListRelationship parameters: - name: mobileApp-id @@ -32527,7 +32527,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_GetRelationship parameters: - name: mobileApp-id @@ -34240,7 +34240,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListRelationship parameters: - name: mobileApp-id @@ -34331,7 +34331,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetRelationship parameters: - name: mobileApp-id @@ -34900,7 +34900,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsWebApp_ListRelationship parameters: - name: mobileApp-id @@ -34991,7 +34991,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWindowsWebApp_GetRelationship parameters: - name: mobileApp-id @@ -35560,7 +35560,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWinGetApp_ListRelationship parameters: - name: mobileApp-id @@ -35651,7 +35651,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileAppAsWinGetApp_GetRelationship parameters: - name: mobileApp-id @@ -35800,7 +35800,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileApp_ListRelationship parameters: - name: mobileApp-id @@ -35891,7 +35891,7 @@ paths: tags: - deviceAppManagement.mobileApp summary: Get relationships from deviceAppManagement - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. operationId: deviceAppManagement.mobileApp_GetRelationship parameters: - name: mobileApp-id @@ -50010,14 +50010,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: integer - 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: @@ -50038,7 +50038,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 @@ -50048,7 +50048,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: @@ -50093,7 +50093,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - 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: @@ -50112,7 +50112,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 @@ -51293,26 +51293,26 @@ components: nullable: true categoryId: type: string - description: Specify category in which the setting is under. Support $filters. + description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) nullable: true description: type: string - description: Description of the setting. + description: Description of the item nullable: true displayName: type: string - description: 'Name of the setting. For example: Allow Toast.' + description: Display name of the item nullable: true helpText: type: string - description: Help text of the setting. Give more details of the setting. + description: Help text of the item nullable: true infoUrls: type: array items: type: string nullable: true - description: List of links more info for the setting can be found at. + description: List of links more info for the setting can be found at keywords: type: array items: @@ -51336,7 +51336,7 @@ components: description: List of referred setting information. rootDefinitionId: type: string - description: Root setting definition id if the setting is a child setting. + description: Root setting definition if the setting is a child setting. nullable: true settingUsage: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage' @@ -55072,6 +55072,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -56844,6 +56846,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -59824,6 +59828,25 @@ components: additionalProperties: type: object description: 'Object representing a link to troubleshooting information, the link could be to the Azure Portal or a Microsoft doc.' + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -60170,11 +60193,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -61073,6 +61096,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -61103,6 +61128,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -61572,10 +61598,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -61651,6 +61683,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -62191,12 +62225,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -63747,6 +63793,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -63755,11 +63811,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -64503,7 +64559,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -64727,6 +64783,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -64759,22 +64823,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -64783,6 +64841,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -64790,6 +64850,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -64800,12 +64866,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -64858,11 +64918,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -64883,12 +64938,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -64917,12 +64966,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -64953,12 +64996,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -64988,12 +65025,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -65651,6 +65682,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -65668,6 +65708,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -65783,6 +65829,7 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string microsoft.graph.cloudPcUserAccountType: title: cloudPcUserAccountType @@ -66448,6 +66495,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -66532,6 +66609,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -67880,8 +67978,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -68083,10 +68180,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -68180,10 +68273,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -69529,6 +69618,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -69873,22 +69969,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -70025,6 +70112,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -70043,6 +70138,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -71873,6 +71982,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -71956,6 +72076,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -73215,6 +73350,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -73406,7 +73548,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -74143,6 +74285,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -74161,6 +74309,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -74176,6 +74328,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -74570,6 +74725,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -75200,50 +75357,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -75350,7 +75477,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -75445,6 +75572,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeType: title: attendeeType enum: @@ -77474,6 +77619,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -78861,23 +79016,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -79913,6 +80101,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/DirectoryObjects.yml b/openApiDocs/beta/DirectoryObjects.yml index 223947fbe2..4bff3120cd 100644 --- a/openApiDocs/beta/DirectoryObjects.yml +++ b/openApiDocs/beta/DirectoryObjects.yml @@ -312,7 +312,7 @@ paths: tags: - directoryObjects.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -434,6 +434,20 @@ paths: schema: type: string x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 93393db305..441f22fc7f 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -11001,7 +11001,7 @@ paths: tags: - education.educationUser summary: Update educationRubric - description: 'Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{id}/assignments/{id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{id}/assignments/{id}/rubric, but it cannot be updated.' + description: 'Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{id}/assignments/{id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{id}/assignments/{id}/rubric, but it can''t be updated.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta @@ -12295,7 +12295,7 @@ paths: get: tags: - education.educationSynchronizationProfile - summary: List educationSynchronizationProfiles + summary: List educationSynchronizationProfiles (deprecated) description: Retrieve the collection of school data synchronization profiles in the tenant. externalDocs: description: Find more info here @@ -12372,7 +12372,7 @@ paths: get: tags: - education.educationSynchronizationProfile - summary: Get an educationSynchronizationProfile + summary: Get an educationSynchronizationProfile (deprecated) description: Retrieve a school data synchronization profile in the tenant based on the identifier. externalDocs: description: Find more info here @@ -12451,7 +12451,7 @@ paths: delete: tags: - education.educationSynchronizationProfile - summary: Delete a educationSynchronizationProfile + summary: Delete a educationSynchronizationProfile (deprecated) description: Delete a school data synchronization profile in the tenant based on the identifier. externalDocs: description: Find more info here @@ -12482,7 +12482,7 @@ paths: get: tags: - education.educationSynchronizationProfile - summary: Get educationSynchronizationErrors + summary: Get educationSynchronizationErrors (deprecated) description: Get the errors generated during validation and/or during a sync of a specific school data synchronization profile in the tenant. externalDocs: description: Find more info here @@ -12877,7 +12877,7 @@ paths: get: tags: - education.educationSynchronizationProfile - summary: Get the status of an educationSynchronizationProfile + summary: Get the status of an educationSynchronizationProfile (deprecated) description: Get the status of a specific school data synchronization profile in the tenant. The response will indicate the status of the sync. externalDocs: description: Find more info here @@ -13126,11 +13126,11 @@ paths: patch: tags: - education.educationUser - summary: Update educationUser properties - description: Update the properties of an educationuser object. + summary: Update relatedContacts + description: Update the relatedContact collection of an educationUser object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta operationId: education_UpdateUser parameters: - name: educationUser-id @@ -18645,7 +18645,7 @@ 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 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 is 2014-01-01T00:00:00Z' + description: 'The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true @@ -18662,7 +18662,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: 'Moment in time when the resource was last modified. 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 is 2014-01-01T00:00:00Z' + description: 'Moment in time when the resource was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true @@ -20123,6 +20123,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -20642,11 +20644,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -21361,12 +21363,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -22521,6 +22535,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -22551,6 +22567,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -22739,10 +22756,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -22818,6 +22841,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -24871,6 +24896,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -24879,11 +24914,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -26484,6 +26519,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -26568,6 +26633,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -27775,7 +27861,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -27973,6 +28059,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -28005,22 +28099,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -28029,6 +28117,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -28036,6 +28126,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -28046,12 +28142,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -28104,11 +28194,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -28129,12 +28214,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -28163,12 +28242,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -28199,12 +28272,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -28234,12 +28301,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -28493,6 +28554,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -28510,6 +28580,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -28586,6 +28662,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -28659,7 +28737,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -31166,8 +31264,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -31369,10 +31466,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -31466,10 +31559,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -32747,6 +32836,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -34418,6 +34514,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -34501,6 +34608,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -35450,22 +35572,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -35602,6 +35715,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -35620,6 +35741,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -37566,6 +37701,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -37757,7 +37899,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -38390,6 +38532,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -38408,6 +38556,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -38423,6 +38575,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -38817,6 +38972,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -40774,50 +40931,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -40924,7 +41051,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -41019,6 +41146,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamworkUserIdentityType: title: teamworkUserIdentityType enum: @@ -42174,6 +42319,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -44005,23 +44160,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -45014,6 +45202,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index 3fc28a3256..5e278825cc 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -8269,6 +8269,39 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.discardCheckout': + post: + tags: + - drives.Actions + summary: Invoke action discardCheckout + description: Discard the check out of a driveItem. This action releases a driveItem resource that was previously checked out. Any changes made to the item while it was checked out are discarded. The same user that performed the checkout must discard it. Another alternative is to use application permissions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta + operationId: drive.item_discardCheckout + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels': post: tags: @@ -23343,6 +23376,31 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/drives/{drive-id}/root/microsoft.graph.discardCheckout': + post: + tags: + - drives.Actions + summary: Invoke action discardCheckout + description: Discard the check out of a driveItem. This action releases a driveItem resource that was previously checked out. Any changes made to the item while it was checked out are discarded. The same user that performed the checkout must discard it. Another alternative is to use application permissions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta + operationId: drive.root_discardCheckout + parameters: + - name: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels': post: tags: @@ -87944,6 +88002,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -88793,12 +88853,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -89635,11 +89707,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -90504,6 +90576,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -90534,6 +90608,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -91003,10 +91078,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -91082,6 +91163,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -93737,6 +93820,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -93745,11 +93838,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -94599,6 +94692,57 @@ components: $ref: '#/components/schemas/microsoft.graph.root' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.baseSitePage: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' @@ -95799,7 +95943,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -96023,6 +96167,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -96055,22 +96207,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -96079,6 +96225,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -96086,6 +96234,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -96096,12 +96250,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -96124,11 +96272,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -96149,12 +96292,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -96183,12 +96320,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -96219,12 +96350,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -96254,12 +96379,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -96905,6 +97024,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -96922,6 +97050,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -96998,6 +97132,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -97071,7 +97207,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -100455,8 +100611,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -100658,10 +100813,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -100755,10 +100906,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -102090,6 +102237,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -102410,6 +102564,32 @@ components: $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.pageLayoutType: title: pageLayoutType enum: @@ -102962,22 +103142,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -103114,6 +103285,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -103132,6 +103311,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -106000,6 +106193,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -106191,7 +106391,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -106928,6 +107128,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -106946,6 +107152,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -106961,6 +107171,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -107355,6 +107568,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -108437,50 +108652,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -108587,7 +108772,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -108682,6 +108867,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeType: title: attendeeType enum: @@ -110372,6 +110575,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -111973,23 +112186,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -112798,6 +113044,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 46895de21e..96a3ab802d 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -407,11 +407,11 @@ paths: post: tags: - groups.group - summary: Create group - description: 'Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.' + summary: Upsert group + description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta operationId: group_CreateGroup requestBody: description: New entity @@ -9364,11 +9364,11 @@ paths: post: tags: - groups.conversation - summary: Create conversation - description: Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation. + summary: Create openTypeExtension + description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta operationId: group_CreateConversation parameters: - name: group-id @@ -9401,10 +9401,10 @@ paths: tags: - groups.conversation summary: Get conversation - description: Retrieve the properties and relationships of conversation object. + description: Get a group's conversation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta operationId: group_GetConversation parameters: - name: group-id @@ -13635,6 +13635,47 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.discardCheckout': + post: + tags: + - groups.Actions + summary: Invoke action discardCheckout + description: Discard the check out of a driveItem. This action releases a driveItem resource that was previously checked out. Any changes made to the item while it was checked out are discarded. The same user that performed the checkout must discard it. Another alternative is to use application permissions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta + operationId: group.drive.item_discardCheckout + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels': post: tags: @@ -16887,6 +16928,39 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.discardCheckout': + post: + tags: + - groups.Actions + summary: Invoke action discardCheckout + description: Discard the check out of a driveItem. This action releases a driveItem resource that was previously checked out. Any changes made to the item while it was checked out are discarded. The same user that performed the checkout must discard it. Another alternative is to use application permissions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta + operationId: group.drive.root_discardCheckout + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels': post: tags: @@ -24263,7 +24337,7 @@ paths: tags: - groups.Actions summary: Invoke action addFavorite - description: Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only. + description: Add the group to the list of the current user's favorite groups. The group shows up in Outlook and Teams favorites. Supported for Microsoft 365 groups only. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta @@ -24563,7 +24637,7 @@ paths: tags: - groups.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -24802,6 +24876,20 @@ paths: schema: type: string x-ms-docs-key-type: group + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -29374,6 +29462,401 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/microsoft.graph.addToDrive': + post: + tags: + - groups.Actions + summary: Invoke action addToDrive + description: 'Apply a contentModel to SharePoint document libraries. For an existing model that''s already trained, this action automatically processes new documents that are added to the SharePoint libraries.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta + operationId: group.site.contentModel_addToDrive + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentModel-id + in: path + description: The unique identifier of contentModel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentModel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + driveId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModelUsage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/microsoft.graph.getAppliedDrives()': + get: + tags: + - groups.Functions + summary: Invoke function getAppliedDrives + description: List all the contentModelUsage information related to a contentModel applied to a SharePoint document library. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta + operationId: group.site.contentModel_getAppliedDrive + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentModel-id + in: path + description: The unique identifier of contentModel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentModel + - $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.contentModelUsage' + '@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 + '/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/microsoft.graph.removeFromDrive': + post: + tags: + - groups.Actions + summary: Invoke action removeFromDrive + description: Remove a contentModel from a SharePoint document library. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta + operationId: group.site.contentModel_removeFromDrive + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentModel-id + in: path + description: The unique identifier of contentModel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentModel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + driveId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/sites/{site-id}/contentModels/microsoft.graph.getByName(modelName=''{modelName}'')': + get: + tags: + - groups.Functions + summary: Invoke function getByName + description: 'Read the properties and relationships of a contentModel object by its model name. The name should be the full model filename, including the file extension; for example, exampleModel.classifier.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta + operationId: group.site.contentModel_getGraphBPreName + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: modelName + in: path + description: 'Usage: modelName=''{modelName}''' + required: true + style: simple + schema: + type: string + nullable: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/groups/{group-id}/sites/{site-id}/contentModels/microsoft.graph.getByName(modelName=''{modelName}'')/microsoft.graph.addToDrive': + post: + tags: + - groups.Actions + summary: Invoke action addToDrive + description: 'Apply a contentModel to SharePoint document libraries. For an existing model that''s already trained, this action automatically processes new documents that are added to the SharePoint libraries.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta + operationId: group.site.contentModel.getGraphBPreName_addToDrive + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: modelName + in: path + description: 'Usage: modelName=''{modelName}''' + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + driveId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModelUsage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/sites/{site-id}/contentModels/microsoft.graph.getByName(modelName=''{modelName}'')/microsoft.graph.getAppliedDrives()': + get: + tags: + - groups.Functions + summary: Invoke function getAppliedDrives + description: List all the contentModelUsage information related to a contentModel applied to a SharePoint document library. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta + operationId: group.site.contentModel.getGraphBPreName_getAppliedDrive + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: modelName + in: path + description: 'Usage: modelName=''{modelName}''' + 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.contentModelUsage' + '@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 + '/groups/{group-id}/sites/{site-id}/contentModels/microsoft.graph.getByName(modelName=''{modelName}'')/microsoft.graph.removeFromDrive': + post: + tags: + - groups.Actions + summary: Invoke action removeFromDrive + description: Remove a contentModel from a SharePoint document library. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta + operationId: group.site.contentModel.getGraphBPreName_removeFromDrive + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: modelName + in: path + description: 'Usage: modelName=''{modelName}''' + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + driveId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': post: tags: @@ -32281,55 +32764,6 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')': - get: - tags: - - groups.Functions - summary: Invoke function getByPath - operationId: group.site.getGraphBPrePath_getGraphBPrePath - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.site' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook': post: tags: @@ -37281,11 +37715,11 @@ paths: get: tags: - groups.conversationThread - summary: Get conversationThread - description: "Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, \nyou can specify the thread without referencing the parent conversation. " + summary: Get conversation thread + description: Get a thread object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta operationId: group_GetThread parameters: - name: group-id @@ -37380,11 +37814,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversation thread - description: Delete a thread object. + summary: Delete conversationThread + description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta operationId: group_DeleteThread parameters: - name: group-id @@ -38184,7 +38618,7 @@ paths: tags: - groups.conversationThread summary: Update openTypeExtension - description: 'Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.' + description: "Update an open extension (openTypeExtension object) on a supported resource type.\n- If a property in the request body matches the name of an existing property in the extension, the data in the extension is updated.\n- Otherwise, that property and its data are added to the extension. The data in an extension can be primitive types or arrays of primitive types. The operation behaves differently for resources that are directory objects vs other resources. See the table in the Permissions section for the list of resources that support open extensions." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta @@ -43509,6 +43943,8 @@ components: type: string description: The main logo for the application. Not nullable. format: base64url + nativeAuthenticationApisEnabled: + $ref: '#/components/schemas/microsoft.graph.nativeAuthenticationApisEnabled' notes: type: string description: Notes relevant for the management of the application. @@ -44863,6 +45299,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -44911,11 +45349,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -45378,6 +45816,70 @@ components: description: Collection of name-value pairs corresponding to the name and defaultValue properties in the referenced directorySettingTemplates object. additionalProperties: type: object + microsoft.graph.contentModelUsage: + title: contentModelUsage + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of the contentModel is first applied. + format: date-time + nullable: true + driveId: + type: string + description: The ID of the drive where the contentModel is applied. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of the contentModel is last applied. + format: date-time + nullable: true + modelId: + type: string + description: The ID of the contentModel. + nullable: true + modelVersion: + type: string + description: The version of the current applied contentModel. + nullable: true + additionalProperties: + type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.dlpEvaluationInput: title: dlpEvaluationInput type: object @@ -45624,12 +46126,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -48134,6 +48648,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.nativeAuthenticationApisEnabled: + title: nativeAuthenticationApisEnabled + enum: + - none + - all + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.onPremisesPublishing: title: onPremisesPublishing type: object @@ -48442,7 +48965,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -49450,6 +49973,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -49480,6 +50005,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -49668,10 +50194,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -49747,6 +50279,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -51511,6 +52045,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -51519,11 +52063,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -51962,6 +52506,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.jobResponseBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -52111,6 +52666,27 @@ components: $ref: '#/components/schemas/microsoft.graph.root' additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.list: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' @@ -54744,22 +55320,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.connectorGroupType: title: connectorGroupType enum: @@ -55322,6 +55889,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -55354,22 +55929,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -55378,6 +55947,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -55385,6 +55956,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -55395,12 +55972,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -55453,11 +56024,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -55478,12 +56044,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -55512,12 +56072,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -55548,12 +56102,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -55583,12 +56131,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -55735,6 +56277,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -55752,6 +56303,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -55828,6 +56385,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -55901,7 +56460,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -58264,8 +58843,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -58467,10 +59045,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -58564,10 +59138,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -59704,6 +60274,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -60136,6 +60713,21 @@ components: $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.listInfo: title: listInfo type: object @@ -61529,50 +62121,20 @@ components: - oAuthToken - unknownFutureValue type: string - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.connectorStatus: @@ -61643,7 +62205,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -61952,6 +62514,14 @@ components: description: 'The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable.' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -61970,6 +62540,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -63728,6 +64312,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -63919,7 +64510,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -64417,6 +65008,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -64435,6 +65032,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -64450,6 +65051,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -64818,6 +65422,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -65821,23 +66427,56 @@ components: - onPremisesUserPrincipalUsername - onPremisesSAMAccountName type: string - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -66633,6 +67272,24 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamworkUserIdentityType: title: teamworkUserIdentityType enum: @@ -67564,6 +68221,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -68018,6 +68685,30 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.synchronizationError: title: synchronizationError type: object diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 9907c697a0..5812438b77 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -10,8 +10,11 @@ paths: get: tags: - admin.peopleAdminSettings - summary: Get people from admin - description: Represents a setting to control people-related admin settings in the tenant. + summary: Get peopleAdminSettings + description: Retrieve the properties and relationships of a peopleAdminSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-beta operationId: admin_GetPerson parameters: - name: $select @@ -88,8 +91,11 @@ paths: get: tags: - admin.peopleAdminSettings - summary: Get itemInsights from admin - description: Represents administrator settings that manage the support for item insights in an organization. + summary: List itemInsights + description: 'Get the properties of an insightsSettings object for displaying or returning item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy in Microsoft Graph.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-beta operationId: admin.person_GetItemInsight parameters: - name: $select @@ -125,7 +131,11 @@ paths: patch: tags: - admin.peopleAdminSettings - summary: Update the navigation property itemInsights in admin + summary: Update insightsSettings + description: "Update privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see:\n- Customize item insights privacy \n- Customize people insights privacy" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta operationId: admin.person_UpdateItemInsight requestBody: description: New navigation property values @@ -166,8 +176,11 @@ paths: get: tags: - admin.peopleAdminSettings - summary: Get profileCardProperties from admin - description: Contains a collection of the properties an administrator defined as visible on the Microsoft 365 profile card. + summary: List profileCardProperties + description: Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-beta operationId: admin.person_ListProfileCardProperty parameters: - $ref: '#/components/parameters/top' @@ -217,7 +230,11 @@ paths: post: tags: - admin.peopleAdminSettings - summary: Create new navigation property to profileCardProperties for admin + summary: Create profileCardProperty + description: 'Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta operationId: admin.person_CreateProfileCardProperty requestBody: description: New navigation property @@ -240,8 +257,11 @@ paths: get: tags: - admin.peopleAdminSettings - summary: Get profileCardProperties from admin - description: Contains a collection of the properties an administrator defined as visible on the Microsoft 365 profile card. + summary: Get profileCardProperty + description: Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta operationId: admin.person_GetProfileCardProperty parameters: - name: profileCardProperty-id @@ -285,7 +305,11 @@ paths: patch: tags: - admin.peopleAdminSettings - summary: Update the navigation property profileCardProperties in admin + summary: Update profileCardProperty + description: 'Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta operationId: admin.person_UpdateProfileCardProperty parameters: - name: profileCardProperty-id @@ -316,7 +340,11 @@ paths: delete: tags: - admin.peopleAdminSettings - summary: Delete navigation property profileCardProperties for admin + summary: Delete profileCardProperty + description: 'Delete the profileCardProperty object specified by its directoryPropertyName from the organization''s profile card, and remove any localized customizations for that property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta operationId: admin.person_DeleteProfileCardProperty parameters: - name: profileCardProperty-id @@ -357,8 +385,11 @@ paths: get: tags: - admin.peopleAdminSettings - summary: Get pronouns from admin - description: Represents administrator settings that manage the support of pronouns in an organization. + summary: List pronounsSettings + description: 'Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-beta operationId: admin.person_GetPronoun parameters: - name: $select @@ -394,7 +425,11 @@ paths: patch: tags: - admin.peopleAdminSettings - summary: Update the navigation property pronouns in admin + summary: Update pronounsSettings + description: 'Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta operationId: admin.person_UpdatePronoun requestBody: description: New navigation property values @@ -949,7 +984,11 @@ paths: post: tags: - administrativeUnits.directoryObject - summary: Create new navigation property to members for administrativeUnits + summary: Add a member + description: 'Use this API to add a member (user, group, or device) to an administrative unit or to create a new group within an administrative unit. All group types can be created within an administrative unit. Note: Currently, it''s only possible to add one member at a time to an administrative unit.`' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta operationId: administrativeUnit_CreateMember parameters: - name: administrativeUnit-id @@ -1067,7 +1106,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -1129,7 +1168,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -1191,7 +1230,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -1253,7 +1292,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -1315,7 +1354,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -1377,7 +1416,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -1469,7 +1508,11 @@ paths: post: tags: - administrativeUnits.directoryObject - summary: Create new navigation property ref to members for administrativeUnits + summary: Add a member + description: 'Use this API to add a member (user, group, or device) to an administrative unit or to create a new group within an administrative unit. All group types can be created within an administrative unit. Note: Currently, it''s only possible to add one member at a time to an administrative unit.`' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta operationId: administrativeUnit_CreateMemberGraphBPreRef parameters: - name: administrativeUnit-id @@ -2235,7 +2278,7 @@ paths: tags: - administrativeUnits.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -2357,6 +2400,20 @@ paths: schema: type: string x-ms-docs-key-type: administrativeUnit + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -2371,8 +2428,11 @@ paths: get: tags: - administrativeUnits.scopedRoleMembership - summary: Get scopedRoleMembers from administrativeUnits - description: Scoped-role members of this administrative unit. + summary: List scopedRoleMembers + description: List Microsoft Entra role assignments with administrative unit scope. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-beta operationId: administrativeUnit_ListScopedRoleMember parameters: - name: administrativeUnit-id @@ -2430,7 +2490,11 @@ paths: post: tags: - administrativeUnits.scopedRoleMembership - summary: Create new navigation property to scopedRoleMembers for administrativeUnits + summary: Add a scopedRoleMember + description: 'Assign a Microsoft Entra role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Microsoft Entra roles with administrative unit scope.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta operationId: administrativeUnit_CreateScopedRoleMember parameters: - name: administrativeUnit-id @@ -2462,8 +2526,11 @@ paths: get: tags: - administrativeUnits.scopedRoleMembership - summary: Get scopedRoleMembers from administrativeUnits - description: Scoped-role members of this administrative unit. + summary: Get a scopedRoleMember + description: Get a Microsoft Entra role assignment with administrative unit scope. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-beta operationId: administrativeUnit_GetScopedRoleMember parameters: - name: administrativeUnit-id @@ -2554,7 +2621,11 @@ paths: delete: tags: - administrativeUnits.scopedRoleMembership - summary: Delete navigation property scopedRoleMembers for administrativeUnits + summary: Remove a scopedRoleMember + description: Remove a Microsoft Entra role assignment with administrative unit scope. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta operationId: administrativeUnit_DeleteScopedRoleMember parameters: - name: administrativeUnit-id @@ -3030,8 +3101,11 @@ paths: get: tags: - contacts.directoryObject - summary: Get directReports from contacts - description: The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. + summary: 'orgContact: List directReports' + description: Get the contact's direct reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-beta operationId: contact_ListDirectReport parameters: - name: orgContact-id @@ -3215,7 +3289,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -3277,7 +3351,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -3520,8 +3594,11 @@ paths: get: tags: - contacts.directoryObject - summary: Get manager from contacts - description: The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id. + summary: 'orgContact: Get manager' + description: Get the contact's manager + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-beta operationId: contact_GetManager parameters: - name: orgContact-id @@ -3566,8 +3643,11 @@ paths: get: tags: - contacts.directoryObject - summary: Get memberOf from contacts - description: Groups that this contact is a member of. Read-only. Nullable. Supports $expand. + summary: 'orgContact: List memberOf' + description: Retrieve the list of groups and adminstrative units the contact is a member of. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-beta operationId: contact_ListMemberGraphOPre parameters: - name: orgContact-id @@ -3751,7 +3831,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -3813,7 +3893,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -4165,7 +4245,7 @@ paths: tags: - contacts.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -4287,6 +4367,20 @@ paths: schema: type: string x-ms-docs-key-type: orgContact + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -4417,7 +4511,11 @@ paths: get: tags: - contacts.directoryObject - summary: Get transitiveMemberOf from contacts + summary: List transitiveMemberOf + description: 'Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-beta operationId: contact_ListTransitiveMemberGraphOPre parameters: - name: orgContact-id @@ -4600,7 +4698,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -4662,7 +4760,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -4905,8 +5003,11 @@ paths: get: tags: - contacts.directoryObject - summary: Get transitiveReports from contacts - description: The transitive reports for a contact. Read-only. + summary: Get transitiveReports for orgContact + description: Retrieve a count of transitive reports for an organizational contact. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta operationId: contact_ListTransitiveReport parameters: - name: orgContact-id @@ -5559,7 +5660,7 @@ paths: tags: - contracts.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -5681,6 +5782,20 @@ paths: schema: type: string x-ms-docs-key-type: contract + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -6649,8 +6764,11 @@ paths: get: tags: - devices.directoryObject - summary: Get memberOf from devices - description: Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. + summary: List memberOf + description: Get groups and administrative units that the device is a direct member of. This operation is not transitive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta operationId: device_ListMemberGraphOPre parameters: - name: device-id @@ -6834,7 +6952,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -6845,7 +6963,11 @@ paths: get: tags: - devices.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List memberOf + description: Get groups and administrative units that the device is a direct member of. This operation is not transitive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta operationId: device_GetMemberGraphOPreAsGroup parameters: - name: device-id @@ -6896,7 +7018,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -7039,7 +7161,11 @@ paths: get: tags: - devices.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List memberOf + description: Get groups and administrative units that the device is a direct member of. This operation is not transitive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta operationId: device_ListMemberGraphOPreAsGroup parameters: - name: device-id @@ -7248,7 +7374,7 @@ paths: tags: - devices.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -7370,6 +7496,20 @@ paths: schema: type: string x-ms-docs-key-type: device + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -7384,8 +7524,11 @@ paths: get: tags: - devices.directoryObject - summary: Get registeredOwners from devices - description: The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand. + summary: List registeredOwners + description: 'Retrieve a list of users that are registered owners of the device. A registered owner is the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta operationId: device_ListRegisteredOwner parameters: - name: device-id @@ -7454,7 +7597,11 @@ paths: delete: tags: - devices.directoryObject - summary: Delete ref of navigation property registeredOwners for devices + summary: Delete registeredOwner + description: Remove a user as a registered owner of the device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta operationId: device.registeredOwner_DeleteDirectoryObjectGraphBPreRef parameters: - name: device-id @@ -7540,7 +7687,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -7602,7 +7749,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -7664,7 +7811,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -7707,8 +7854,11 @@ paths: get: tags: - devices.directoryObject - summary: Get ref of registeredOwners from devices - description: The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand. + summary: List registeredOwners + description: 'Retrieve a list of users that are registered owners of the device. A registered owner is the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta operationId: device_ListRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -7756,7 +7906,11 @@ paths: post: tags: - devices.directoryObject - summary: Create new navigation property ref to registeredOwners for devices + summary: Create registeredOwner + description: Add a user as a registered owner of the device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta operationId: device_CreateRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -7778,7 +7932,11 @@ paths: delete: tags: - devices.directoryObject - summary: Delete ref of navigation property registeredOwners for devices + summary: Delete registeredOwner + description: Remove a user as a registered owner of the device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta operationId: device_DeleteRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -8113,8 +8271,11 @@ paths: get: tags: - devices.directoryObject - summary: Get registeredUsers from devices - description: 'Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.' + summary: List registeredUsers + description: 'Retrieve a list of users that are registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta operationId: device_ListRegisteredUser parameters: - name: device-id @@ -8183,7 +8344,11 @@ paths: delete: tags: - devices.directoryObject - summary: Delete ref of navigation property registeredUsers for devices + summary: Delete registeredUser + description: Remove a user as a registered user of the device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta operationId: device.registeredUser_DeleteDirectoryObjectGraphBPreRef parameters: - name: device-id @@ -8269,7 +8434,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -8331,7 +8496,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -8393,7 +8558,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -8436,8 +8601,11 @@ paths: get: tags: - devices.directoryObject - summary: Get ref of registeredUsers from devices - description: 'Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.' + summary: List registeredUsers + description: 'Retrieve a list of users that are registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta operationId: device_ListRegisteredUserGraphBPreRef parameters: - name: device-id @@ -8485,7 +8653,11 @@ paths: post: tags: - devices.directoryObject - summary: Create new navigation property ref to registeredUsers for devices + summary: Create registeredUser + description: Add a registered user for the device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta operationId: device_CreateRegisteredUserGraphBPreRef parameters: - name: device-id @@ -8507,7 +8679,11 @@ paths: delete: tags: - devices.directoryObject - summary: Delete ref of navigation property registeredUsers for devices + summary: Delete registeredUser + description: Remove a user as a registered user of the device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta operationId: device_DeleteRegisteredUserGraphBPreRef parameters: - name: device-id @@ -8842,8 +9018,11 @@ paths: get: tags: - devices.directoryObject - summary: Get transitiveMemberOf from devices - description: Groups and administrative units that this device is a member of. This operation is transitive. Supports $expand. + summary: List device transitive memberships + description: 'Get groups and administrative units that the device is a member of. This API request is transitive, and will also return all groups and administrative units the device is a nested member of.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta operationId: device_ListTransitiveMemberGraphOPre parameters: - name: device-id @@ -9027,7 +9206,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -9038,7 +9217,11 @@ paths: get: tags: - devices.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List device transitive memberships + description: 'Get groups and administrative units that the device is a member of. This API request is transitive, and will also return all groups and administrative units the device is a nested member of.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta operationId: device_GetTransitiveMemberGraphOPreAsGroup parameters: - name: device-id @@ -9089,7 +9272,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -9232,7 +9415,11 @@ paths: get: tags: - devices.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List device transitive memberships + description: 'Get groups and administrative units that the device is a member of. This API request is transitive, and will also return all groups and administrative units the device is a nested member of.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta operationId: device_ListTransitiveMemberGraphOPreAsGroup parameters: - name: device-id @@ -9332,8 +9519,11 @@ paths: get: tags: - devices.usageRight - summary: Get usageRights from devices - description: Represents the usage rights a device has been granted. + summary: List device usageRights + description: Retrieve a list of usageRight objects for a given device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-beta operationId: device_ListUsageRight parameters: - name: device-id @@ -10575,7 +10765,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10637,7 +10827,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10699,7 +10889,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10761,7 +10951,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10823,7 +11013,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10885,7 +11075,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -11961,8 +12151,11 @@ paths: get: tags: - directory.attributeSet - summary: Get attributeSets from directory - description: Group of related custom security attribute definitions. + summary: List attributeSets + description: Get a list of the attributeSet objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-beta operationId: directory_ListAttributeSet parameters: - $ref: '#/components/parameters/top' @@ -12012,7 +12205,11 @@ paths: post: tags: - directory.attributeSet - summary: Create new navigation property to attributeSets for directory + summary: Create attributeSet + description: Create a new attributeSet object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-beta operationId: directory_CreateAttributeSet requestBody: description: New navigation property @@ -12035,8 +12232,11 @@ paths: get: tags: - directory.attributeSet - summary: Get attributeSets from directory - description: Group of related custom security attribute definitions. + summary: Get attributeSet + description: Read the properties and relationships of an attributeSet object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-beta operationId: directory_GetAttributeSet parameters: - name: attributeSet-id @@ -12080,7 +12280,11 @@ paths: patch: tags: - directory.attributeSet - summary: Update the navigation property attributeSets in directory + summary: Update attributeSet + description: Update the properties of an attributeSet object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta operationId: directory_UpdateAttributeSet parameters: - name: attributeSet-id @@ -12229,8 +12433,11 @@ paths: get: tags: - directory.certificateAuthorityPath - summary: Get certificateBasedApplicationConfigurations from directory - description: Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant. + summary: List certificateBasedApplicationConfigurations + description: Get a list of certificateBasedApplicationConfiguration objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-beta operationId: directory.certificateAuthority_ListCertificateBasedApplicationConfiguration parameters: - $ref: '#/components/parameters/top' @@ -12303,8 +12510,11 @@ paths: get: tags: - directory.certificateAuthorityPath - summary: Get certificateBasedApplicationConfigurations from directory - description: Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant. + summary: Get certificateBasedApplicationConfiguration + description: Read the properties and relationships of a certificateBasedApplicationConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-beta operationId: directory.certificateAuthority_GetCertificateBasedApplicationConfiguration parameters: - name: certificateBasedApplicationConfiguration-id @@ -12348,7 +12558,11 @@ paths: patch: tags: - directory.certificateAuthorityPath - summary: Update the navigation property certificateBasedApplicationConfigurations in directory + summary: Update certificateBasedApplicationConfiguration + description: 'Update the properties of a certificateBasedApplicationConfiguration object. To update the trustedCertificateAuthorities within a certificateBasedApplicationConfiguration object, use the Update certificateAuthorityAsEntity operation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta operationId: directory.certificateAuthority_UpdateCertificateBasedApplicationConfiguration parameters: - name: certificateBasedApplicationConfiguration-id @@ -12379,7 +12593,11 @@ paths: delete: tags: - directory.certificateAuthorityPath - summary: Delete navigation property certificateBasedApplicationConfigurations for directory + summary: Delete certificateBasedApplicationConfiguration + description: Delete the properties and relationships of a certificateBasedApplicationConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-delete?view=graph-rest-beta operationId: directory.certificateAuthority_DeleteCertificateBasedApplicationConfiguration parameters: - name: certificateBasedApplicationConfiguration-id @@ -12406,8 +12624,11 @@ paths: get: tags: - directory.certificateAuthorityPath - summary: Get trustedCertificateAuthorities from directory - description: Collection of trusted certificate authorities. + summary: List trustedCertificateAuthorities + description: List the trusted certificate authorities in a certificateBasedApplicationConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities?view=graph-rest-beta operationId: directory.certificateAuthority.certificateBasedApplicationConfiguration_ListTrustedCertificateAuthority parameters: - name: certificateBasedApplicationConfiguration-id @@ -12465,7 +12686,11 @@ paths: post: tags: - directory.certificateAuthorityPath - summary: Create new navigation property to trustedCertificateAuthorities for directory + summary: Create trustedCertificateAuthority + description: Create a new trusted certificate authority in a certificateBasedApplicationConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta operationId: directory.certificateAuthority.certificateBasedApplicationConfiguration_CreateTrustedCertificateAuthority parameters: - name: certificateBasedApplicationConfiguration-id @@ -12497,8 +12722,11 @@ paths: get: tags: - directory.certificateAuthorityPath - summary: Get trustedCertificateAuthorities from directory - description: Collection of trusted certificate authorities. + summary: Get certificateAuthorityAsEntity + description: Read the properties and relationships of a certificateAuthorityAsEntity object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificateauthorityasentity-get?view=graph-rest-beta operationId: directory.certificateAuthority.certificateBasedApplicationConfiguration_GetTrustedCertificateAuthority parameters: - name: certificateBasedApplicationConfiguration-id @@ -12550,7 +12778,11 @@ paths: patch: tags: - directory.certificateAuthorityPath - summary: Update the navigation property trustedCertificateAuthorities in directory + summary: Update certificateAuthorityAsEntity + description: Update the properties of a certificateAuthorityAsEntity object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificateauthorityasentity-update?view=graph-rest-beta operationId: directory.certificateAuthority.certificateBasedApplicationConfiguration_UpdateTrustedCertificateAuthority parameters: - name: certificateBasedApplicationConfiguration-id @@ -12589,7 +12821,11 @@ paths: delete: tags: - directory.certificateAuthorityPath - summary: Delete navigation property trustedCertificateAuthorities for directory + summary: Delete certificateAuthorityAsEntity + description: Delete a certificateAuthorityAsEntity object. You can't delete all items in the collection because this collection requires at least one object that is a root authority to always persist. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificateauthorityasentity-delete?view=graph-rest-beta operationId: directory.certificateAuthority.certificateBasedApplicationConfiguration_DeleteTrustedCertificateAuthority parameters: - name: certificateBasedApplicationConfiguration-id @@ -12660,8 +12896,11 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - summary: Get customSecurityAttributeDefinitions from directory - description: Schema of a custom security attributes (key-value pairs). + summary: List customSecurityAttributeDefinitions + description: Get a list of the customSecurityAttributeDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-beta operationId: directory_ListCustomSecurityAttributeDefinition parameters: - $ref: '#/components/parameters/top' @@ -12711,7 +12950,11 @@ paths: post: tags: - directory.customSecurityAttributeDefinition - summary: Create new navigation property to customSecurityAttributeDefinitions for directory + summary: Create customSecurityAttributeDefinition + description: Create a new customSecurityAttributeDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta operationId: directory_CreateCustomSecurityAttributeDefinition requestBody: description: New navigation property @@ -12734,8 +12977,11 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - summary: Get customSecurityAttributeDefinitions from directory - description: Schema of a custom security attributes (key-value pairs). + summary: Get customSecurityAttributeDefinition + description: Read the properties and relationships of a customSecurityAttributeDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-beta operationId: directory_GetCustomSecurityAttributeDefinition parameters: - name: customSecurityAttributeDefinition-id @@ -12779,7 +13025,11 @@ paths: patch: tags: - directory.customSecurityAttributeDefinition - summary: Update the navigation property customSecurityAttributeDefinitions in directory + summary: Update customSecurityAttributeDefinition + description: Update the properties of a customSecurityAttributeDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-beta operationId: directory_UpdateCustomSecurityAttributeDefinition parameters: - name: customSecurityAttributeDefinition-id @@ -12837,8 +13087,11 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - summary: Get allowedValues from directory - description: 'Values that are predefined for this custom security attribute. This navigation property is not returned by default and must be specified in an $expand query. For example, /directory/customSecurityAttributeDefinitions?$expand=allowedValues.' + summary: List allowedValues + description: Get a list of the allowedValue objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-beta operationId: directory.customSecurityAttributeDefinition_ListAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -12896,7 +13149,11 @@ paths: post: tags: - directory.customSecurityAttributeDefinition - summary: Create new navigation property to allowedValues for directory + summary: Create allowedValue + description: Create a new allowedValue object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta operationId: directory.customSecurityAttributeDefinition_CreateAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -12928,8 +13185,11 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - summary: Get allowedValues from directory - description: 'Values that are predefined for this custom security attribute. This navigation property is not returned by default and must be specified in an $expand query. For example, /directory/customSecurityAttributeDefinitions?$expand=allowedValues.' + summary: Get allowedValue + description: Read the properties and relationships of an allowedValue object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-beta operationId: directory.customSecurityAttributeDefinition_GetAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -12981,7 +13241,11 @@ paths: patch: tags: - directory.customSecurityAttributeDefinition - summary: Update the navigation property allowedValues in directory + summary: Update allowedValue + description: Update the properties of an allowedValue object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-beta operationId: directory.customSecurityAttributeDefinition_UpdateAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -13248,7 +13512,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -13292,7 +13556,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -13444,7 +13708,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -13456,7 +13720,7 @@ paths: tags: - directory.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -13563,7 +13827,11 @@ paths: get: tags: - directory.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List deletedItems (directory objects) + description: 'Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, externalUserProfile, group, administrative unit, pendingExternalUserProfile, and user resources.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta operationId: directory_GetDeletedItemAsGroup parameters: - name: directoryObject-id @@ -13596,7 +13864,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -13622,6 +13890,20 @@ paths: schema: type: string x-ms-docs-key-type: directoryObject + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -13669,7 +13951,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -13713,7 +13995,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -13983,7 +14265,11 @@ paths: get: tags: - directory.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List deletedItems (directory objects) + description: 'Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, externalUserProfile, group, administrative unit, pendingExternalUserProfile, and user resources.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta operationId: directory_ListDeletedItemAsGroup parameters: - $ref: '#/components/parameters/top' @@ -14215,11 +14501,15 @@ paths: get: tags: - directory.deviceLocalCredentialInfo - summary: Get deviceLocalCredentials from directory - description: The credentials of the device's local administrator account backed up to Microsoft Entra ID. + summary: List deviceLocalCredentialInfo + description: 'Get a list of the deviceLocalCredentialInfo objects and their properties excluding the credentials. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta operationId: directory_ListDeviceLocalCredential parameters: - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' @@ -14243,6 +14533,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceLocalCredentialInfoCollectionResponse' @@ -14278,8 +14578,11 @@ paths: get: tags: - directory.deviceLocalCredentialInfo - summary: Get deviceLocalCredentials from directory - description: The credentials of the device's local administrator account backed up to Microsoft Entra ID. + summary: Get deviceLocalCredentialInfo + description: 'Retrieve the properties of a deviceLocalCredentialInfo for a specified device object. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta operationId: directory_GetDeviceLocalCredential parameters: - name: deviceLocalCredentialInfo-id @@ -14300,6 +14603,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -14385,8 +14698,11 @@ paths: get: tags: - directory.externalUserProfile - summary: Get externalUserProfiles from directory - description: Collection of external user profiles that represent collaborators in the directory. + summary: List externalUserProfiles + description: Retrieve the properties of all externalUserProfiles + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta operationId: directory_ListExternalUserProfile parameters: - $ref: '#/components/parameters/top' @@ -14459,8 +14775,11 @@ paths: get: tags: - directory.externalUserProfile - summary: Get externalUserProfiles from directory - description: Collection of external user profiles that represent collaborators in the directory. + summary: Get externalUserProfile + description: Retrieve the properties of a specific externalUserProfile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta operationId: directory_GetExternalUserProfile parameters: - name: externalUserProfile-id @@ -14504,7 +14823,11 @@ paths: patch: tags: - directory.externalUserProfile - summary: Update the navigation property externalUserProfiles in directory + summary: Update externalUserProfile + description: Update the properties of a externalUserProfile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externaluserprofile-update?view=graph-rest-beta operationId: directory_UpdateExternalUserProfile parameters: - name: externalUserProfile-id @@ -14535,7 +14858,11 @@ paths: delete: tags: - directory.externalUserProfile - summary: Delete navigation property externalUserProfiles for directory + summary: Delete externalUserProfile + description: 'Delete an externalUserProfile object. Note: To permanently delete the externalUserProfile, follow permanently delete an item. To restore an externalUserProfile, follow restore a deleted item.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-delete-externaluserprofiles?view=graph-rest-beta operationId: directory_DeleteExternalUserProfile parameters: - name: externalUserProfile-id @@ -14782,7 +15109,7 @@ paths: tags: - directory.featureRolloutPolicy summary: Get appliesTo from directory - description: Nullable. Specifies a list of directoryObjects that feature is enabled for. + description: Nullable. Specifies a list of directoryObject resources that feature is enabled for. operationId: directory.featureRolloutPolicy_ListAppliesTo parameters: - name: featureRolloutPolicy-id @@ -14954,7 +15281,7 @@ paths: tags: - directory.featureRolloutPolicy summary: Get ref of appliesTo from directory - description: Nullable. Specifies a list of directoryObjects that feature is enabled for. + description: Nullable. Specifies a list of directoryObject resources that feature is enabled for. operationId: directory.featureRolloutPolicy_ListAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -15237,7 +15564,11 @@ paths: delete: tags: - directory.identityProviderBase - summary: Delete navigation property federationConfigurations for directory + summary: Delete samlOrWsFedExternalDomainFederation + description: Delete a samlOrWsFedExternalDomainFederation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-beta operationId: directory_DeleteFederationConfiguration parameters: - name: identityProviderBase-id @@ -15650,8 +15981,11 @@ paths: get: tags: - directory.inboundSharedUserProfile - summary: Get inboundSharedUserProfiles from directory - description: A collection of external users whose profile data is shared with the Microsoft Entra tenant. Nullable. + summary: List inboundSharedUserProfiles + description: Retrieve the properties of all inboundSharedUserProfiles. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-beta operationId: directory_ListInboundSharedUserProfile parameters: - $ref: '#/components/parameters/top' @@ -15724,8 +16058,11 @@ paths: get: tags: - directory.inboundSharedUserProfile - summary: Get inboundSharedUserProfiles from directory - description: A collection of external users whose profile data is shared with the Microsoft Entra tenant. Nullable. + summary: Get inboundSharedUserProfile + description: Read the properties of an inboundSharedUserProfile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-beta operationId: directory_GetInboundSharedUserProfile parameters: - name: inboundSharedUserProfile-userId @@ -15904,8 +16241,8 @@ paths: get: tags: - directory.onPremisesDirectorySynchronization - summary: Get onPremisesSynchronization from directory - description: A container for on-premises directory synchronization functionalities that are available for the organization. + summary: Get onPremisesDirectorySynchronization + description: Read the properties and relationships of an onPremisesDirectorySynchronization object. operationId: directory_ListOnPremisesSynchronization parameters: - $ref: '#/components/parameters/top' @@ -15978,8 +16315,11 @@ paths: get: tags: - directory.onPremisesDirectorySynchronization - summary: Get onPremisesSynchronization from directory - description: A container for on-premises directory synchronization functionalities that are available for the organization. + summary: Get onPremisesDirectorySynchronization + description: Read the properties and relationships of an onPremisesDirectorySynchronization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta operationId: directory_GetOnPremisesSynchronization parameters: - name: onPremisesDirectorySynchronization-id @@ -16023,7 +16363,11 @@ paths: patch: tags: - directory.onPremisesDirectorySynchronization - summary: Update the navigation property onPremisesSynchronization in directory + summary: Update onPremisesDirectorySynchronization + description: Update the properties of an onPremisesDirectorySynchronization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-beta operationId: directory_UpdateOnPremisesSynchronization parameters: - name: onPremisesDirectorySynchronization-id @@ -16095,7 +16439,11 @@ paths: get: tags: - directory.outboundSharedUserProfile - summary: Get outboundSharedUserProfiles from directory + summary: List outboundSharedUserProfiles + description: Retrieve the properties of all outboundSharedUserProfiles. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-beta operationId: directory_ListOutboundSharedUserProfile parameters: - $ref: '#/components/parameters/top' @@ -16168,7 +16516,11 @@ paths: get: tags: - directory.outboundSharedUserProfile - summary: Get outboundSharedUserProfiles from directory + summary: Get outboundSharedUserProfile + description: Get the details of an outboundSharedUserProfile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-beta operationId: directory_GetOutboundSharedUserProfile parameters: - name: outboundSharedUserProfile-userId @@ -16270,8 +16622,11 @@ paths: get: tags: - directory.outboundSharedUserProfile - summary: Get tenants from directory - description: The collection of external Microsoft Entra tenants that the user has shared profile data with. Read-only. + summary: Get tenantReferences + description: List the tenant references of an outboundSharedUserProfile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-beta operationId: directory.outboundSharedUserProfile_ListTenant parameters: - name: outboundSharedUserProfile-userId @@ -16362,7 +16717,7 @@ paths: tags: - directory.outboundSharedUserProfile summary: Get tenants from directory - description: The collection of external Microsoft Entra tenants that the user has shared profile data with. Read-only. + description: The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only. operationId: directory.outboundSharedUserProfile_GetTenant parameters: - name: outboundSharedUserProfile-userId @@ -16557,8 +16912,11 @@ paths: get: tags: - directory.pendingExternalUserProfile - summary: Get pendingExternalUserProfiles from directory - description: Collection of pending external user profiles representing collaborators in the directory that are unredeemed. + summary: List pendingExternalUserProfiles + description: Retrieve the properties of all pendingExternalUserProfiles. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta operationId: directory_ListPendingExternalUserProfile parameters: - $ref: '#/components/parameters/top' @@ -16608,7 +16966,11 @@ paths: post: tags: - directory.pendingExternalUserProfile - summary: Create new navigation property to pendingExternalUserProfiles for directory + summary: Create pendingExternalUserProfile + description: Create a new pendingExternalUserProfile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta operationId: directory_CreatePendingExternalUserProfile requestBody: description: New navigation property @@ -16631,8 +16993,11 @@ paths: get: tags: - directory.pendingExternalUserProfile - summary: Get pendingExternalUserProfiles from directory - description: Collection of pending external user profiles representing collaborators in the directory that are unredeemed. + summary: Get pendingExternalUserProfile + description: Retrieve the properties of a specific pendingExternalUserProfile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta operationId: directory_GetPendingExternalUserProfile parameters: - name: pendingExternalUserProfile-id @@ -16676,7 +17041,11 @@ paths: patch: tags: - directory.pendingExternalUserProfile - summary: Update the navigation property pendingExternalUserProfiles in directory + summary: Update pendingExternalUserProfile + description: Update the properties of a pendingExternalUserProfile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/pendingexternaluserprofile-update?view=graph-rest-beta operationId: directory_UpdatePendingExternalUserProfile parameters: - name: pendingExternalUserProfile-id @@ -16707,7 +17076,11 @@ paths: delete: tags: - directory.pendingExternalUserProfile - summary: Delete navigation property pendingExternalUserProfiles for directory + summary: Delete pendingExternalUserProfile + description: 'Delete a pendingExternalUserProfile object. Note: To permanently delete the pendingExternalUserProfile, follow permanently delete an item. To restore a pendingExternalUserProfile, follow restore a deleted item.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta operationId: directory_DeletePendingExternalUserProfile parameters: - name: pendingExternalUserProfile-id @@ -16748,8 +17121,11 @@ paths: get: tags: - directory.recommendation - summary: Get recommendations from directory - description: List of recommended improvements to improve tenant posture. + summary: List recommendations + description: Get a list of the recommendation objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-beta operationId: directory_ListRecommendation parameters: - $ref: '#/components/parameters/top' @@ -16822,8 +17198,11 @@ paths: get: tags: - directory.recommendation - summary: Get recommendations from directory - description: List of recommended improvements to improve tenant posture. + summary: Get recommendation + description: Read the properties and relationships of a recommendation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-beta operationId: directory_GetRecommendation parameters: - name: recommendation-id @@ -16925,8 +17304,11 @@ paths: get: tags: - directory.recommendation - summary: Get impactedResources from directory - description: The list of directory objects associated with the recommendation. + summary: List impactedResources + description: Get the impactedResource objects for a recommendation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/recommendation-list-impactedresources?view=graph-rest-beta operationId: directory.recommendation_ListImpactedResource parameters: - name: recommendation-id @@ -17016,8 +17398,11 @@ paths: get: tags: - directory.recommendation - summary: Get impactedResources from directory - description: The list of directory objects associated with the recommendation. + summary: Get impactedResource + description: Read the properties and relationships of an impactedResource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/impactedresource-get?view=graph-rest-beta operationId: directory.recommendation_GetImpactedResource parameters: - name: recommendation-id @@ -17686,8 +18071,11 @@ paths: get: tags: - directory.companySubscription - summary: Get subscriptions from directory - description: List of commercial subscriptions that an organization has. + summary: List subscriptions + description: Get the list of commercial subscriptions that an organization has acquired. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta operationId: directory_ListSubscription parameters: - $ref: '#/components/parameters/top' @@ -17760,8 +18148,11 @@ paths: get: tags: - directory.companySubscription - summary: Get subscriptions from directory - description: List of commercial subscriptions that an organization has. + summary: Get companySubscription + description: Get a specific commercial subscription that an organization has acquired. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta operationId: directory_GetSubscription parameters: - name: companySubscription-id @@ -17863,8 +18254,11 @@ paths: get: tags: - directory.companySubscription - summary: Get subscriptions from directory - description: List of commercial subscriptions that an organization has. + summary: Get companySubscription + description: Get a specific commercial subscription that an organization has acquired. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta operationId: directory.subscription_GetGraphBPreCommerceSubscriptionId parameters: - name: commerceSubscriptionId @@ -17966,8 +18360,11 @@ paths: get: tags: - directory.companySubscription - summary: Get subscriptions from directory - description: List of commercial subscriptions that an organization has. + summary: Get companySubscription + description: Get a specific commercial subscription that an organization has acquired. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta operationId: directory.subscription_GetGraphBPreOcpSubscriptionId parameters: - name: ocpSubscriptionId @@ -18090,6 +18487,7 @@ paths: url: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta operationId: directoryRole_ListDirectoryRole parameters: + - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -18269,8 +18667,11 @@ paths: get: tags: - directoryRoles.directoryObject - summary: Get members from directoryRoles - description: 'Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.' + summary: List members + description: 'Retrieve a list of the users that are assigned to the directory role. Only users can be assigned to a directory role. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta operationId: directoryRole_ListMember parameters: - name: directoryRole-id @@ -18339,7 +18740,11 @@ paths: delete: tags: - directoryRoles.directoryObject - summary: Delete ref of navigation property members for directoryRoles + summary: Remove directory role member + description: 'Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-beta operationId: directoryRole.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: directoryRole-id @@ -18425,7 +18830,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -18487,7 +18892,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -18549,7 +18954,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -18611,7 +19016,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -18673,7 +19078,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -18735,7 +19140,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -18778,8 +19183,11 @@ paths: get: tags: - directoryRoles.directoryObject - summary: Get ref of members from directoryRoles - description: 'Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.' + summary: List members + description: 'Retrieve a list of the users that are assigned to the directory role. Only users can be assigned to a directory role. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta operationId: directoryRole_ListMemberGraphBPreRef parameters: - name: directoryRole-id @@ -18827,7 +19235,11 @@ paths: post: tags: - directoryRoles.directoryObject - summary: Create new navigation property ref to members for directoryRoles + summary: Add directory role member + description: 'Create a new directory role member. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta operationId: directoryRole_CreateMemberGraphBPreRef parameters: - name: directoryRole-id @@ -18849,7 +19261,11 @@ paths: delete: tags: - directoryRoles.directoryObject - summary: Delete ref of navigation property members for directoryRoles + summary: Remove directory role member + description: 'Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-beta operationId: directoryRole_DeleteMemberGraphBPreRef parameters: - name: directoryRole-id @@ -19593,7 +20009,7 @@ paths: tags: - directoryRoles.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -19715,6 +20131,20 @@ paths: schema: type: string x-ms-docs-key-type: directoryRole + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -19729,8 +20159,11 @@ paths: get: tags: - directoryRoles.scopedRoleMembership - summary: Get scopedMembers from directoryRoles - description: Members of this directory role that are scoped to administrative units. Read-only. Nullable. + summary: List scopedMembers for a directory role + description: Retrieve a list of scopedRoleMembership objects for a directory role. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-beta operationId: directoryRole_ListScopedMember parameters: - name: directoryRole-id @@ -20298,6 +20731,7 @@ paths: url: https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta operationId: directoryRoleTemplate_ListDirectoryRoleTemplate parameters: + - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -20582,7 +21016,7 @@ paths: tags: - directoryRoleTemplates.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -20704,6 +21138,20 @@ paths: schema: type: string x-ms-docs-key-type: directoryRoleTemplate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -21226,7 +21674,7 @@ paths: tags: - directorySettingTemplates.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -21348,6 +21796,20 @@ paths: schema: type: string x-ms-docs-key-type: directorySettingTemplate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -21708,7 +22170,7 @@ paths: tags: - domains.domain summary: Update domain - description: Update the properties of domain object. + description: Update the properties of domain object. Only verified domains can be updated. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta @@ -21743,7 +22205,7 @@ paths: tags: - domains.domain summary: Delete domain - description: Deletes a domain from a tenant. + description: Delete a domain from a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta @@ -21773,8 +22235,11 @@ paths: get: tags: - domains.directoryObject - summary: Get domainNameReferences from domains - description: 'The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.' + summary: List domainNameReferences + description: Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-beta operationId: domain_ListDomainNameReference parameters: - name: domain-id @@ -21834,7 +22299,7 @@ paths: tags: - domains.directoryObject summary: Get domainNameReferences from domains - description: 'The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.' + description: 'The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example, /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.' operationId: domain_GetDomainNameReference parameters: - name: domain-id @@ -21909,8 +22374,11 @@ paths: get: tags: - domains.internalDomainFederation - summary: Get federationConfiguration from domains - description: Domain settings configured by customer when federated with Microsoft Entra ID. Supports $expand. + summary: List internalDomainFederations + description: Read the properties of the internalDomainFederation objects for the domain. This API returns only one object in the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta operationId: domain_ListFederationConfiguration parameters: - name: domain-id @@ -21968,7 +22436,11 @@ paths: post: tags: - domains.internalDomainFederation - summary: Create new navigation property to federationConfiguration for domains + summary: Create internalDomainFederation + description: Create a new internalDomainFederation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta operationId: domain_CreateFederationConfiguration parameters: - name: domain-id @@ -22000,8 +22472,11 @@ paths: get: tags: - domains.internalDomainFederation - summary: Get federationConfiguration from domains - description: Domain settings configured by customer when federated with Microsoft Entra ID. Supports $expand. + summary: Get internalDomainFederation + description: Read the properties and relationships of an internalDomainFederation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-beta operationId: domain_GetFederationConfiguration parameters: - name: domain-id @@ -22053,7 +22528,11 @@ paths: patch: tags: - domains.internalDomainFederation - summary: Update the navigation property federationConfiguration in domains + summary: Update internalDomainFederation + description: Update the properties of an internalDomainFederation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-beta operationId: domain_UpdateFederationConfiguration parameters: - name: domain-id @@ -22092,7 +22571,11 @@ paths: delete: tags: - domains.internalDomainFederation - summary: Delete navigation property federationConfiguration for domains + summary: Delete internalDomainFederation + description: Deletes an internalDomainFederation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-beta operationId: domain_DeleteFederationConfiguration parameters: - name: domain-id @@ -22150,7 +22633,7 @@ paths: tags: - domains.Actions summary: Invoke action forceDelete - description: 'Deletes a domain using an asynchronous operation. Prior to calling forceDelete, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return a 404 HTTP response code. To verify deletion of a domain, you can perform a get domain. If the domain was successfully deleted, a 404 HTTP response code will be returned in the response.' + description: 'Delete a domain using an asynchronous operation. Before performing this operation, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain return a 404 HTTP response code. To verify deletion of a domain, you can perform a get domain. If the domain was successfully deleted, a 404 HTTP response code is returned in the response.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta @@ -22246,7 +22729,7 @@ paths: tags: - domains.Actions summary: Invoke action verify - description: Validates the ownership of the domain. + description: Validate the ownership of a domain. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta @@ -22270,12 +22753,64 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/domains/{domain-id}/rootDomain': + get: + tags: + - domains.domain + summary: Get rootDomain + description: "Get the root domain of a subdomain.\nThe API returns a single object which is the root domain of the specified subdomain." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/domain-list-rootdomain?view=graph-rest-beta + operationId: domain_GetRootDomain + parameters: + - name: domain-id + in: path + description: The unique identifier of domain + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: domain + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.domain' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/domains/{domain-id}/serviceConfigurationRecords': get: tags: - domains.domainDnsRecord - summary: Get serviceConfigurationRecords from domains - description: 'DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.' + summary: List serviceConfigurationRecords + description: Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-beta operationId: domain_ListServiceConfigurationRecord parameters: - name: domain-id @@ -22752,8 +23287,11 @@ paths: get: tags: - domains.domainDnsRecord - summary: Get verificationDnsRecords from domains - description: 'DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand.' + summary: List verificationDnsRecords + description: 'Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-beta operationId: domain_ListVerificationDnsRecord parameters: - name: domain-id @@ -23193,8 +23731,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get branding from organization - description: Resource to manage the default branding for the organization. Nullable. + summary: Get organizationalBranding + description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-beta operationId: organization_GetBranding parameters: - name: organization-id @@ -23238,7 +23779,11 @@ paths: patch: tags: - organization.organizationalBranding - summary: Update the navigation property branding in organization + summary: Update organizationalBranding + description: Update the properties of the default branding object specified by the organizationalBranding resource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-beta operationId: organization_UpdateBranding parameters: - name: organization-id @@ -23269,7 +23814,11 @@ paths: delete: tags: - organization.organizationalBranding - summary: Delete navigation property branding for organization + summary: Delete organizationalBranding + description: 'Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-beta operationId: organization_DeleteBranding parameters: - name: organization-id @@ -23297,7 +23846,7 @@ paths: tags: - organization.organizationalBranding summary: Get backgroundImage for the navigation property branding from organization - description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization_GetBrandingBackgroundImage parameters: - name: organization-id @@ -23342,12 +23891,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding summary: Update backgroundImage for the navigation property branding in organization - description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization_SetBrandingBackgroundImage parameters: - name: organization-id @@ -23395,7 +23943,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete backgroundImage for the navigation property branding in organization + description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. + operationId: organization_DeleteBrandingBackgroundImage + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/bannerLogo': get: tags: @@ -23446,7 +24019,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -23499,7 +24071,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete bannerLogo for the navigation property branding in organization + description: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + operationId: organization_DeleteBrandingBannerLogo + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/customCSS': get: tags: @@ -23550,7 +24147,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -23603,7 +24199,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete customCSS for the navigation property branding in organization + description: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + operationId: organization_DeleteBrandingCustomCSS + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/favicon': get: tags: @@ -23654,7 +24275,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -23707,7 +24327,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete favicon for the navigation property branding in organization + description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. + operationId: organization_DeleteBrandingFavicon + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/headerLogo': get: tags: @@ -23758,7 +24403,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -23811,13 +24455,41 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete headerLogo for the navigation property branding in organization + description: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + operationId: organization_DeleteBrandingHeaderLogo + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/localizations': get: tags: - organization.organizationalBranding - summary: Get localizations from organization - description: Add different branding based on a locale. + summary: List localizations + description: 'Retrieve all localization branding objects, including the default branding.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-beta operationId: organization.branding_ListLocalization parameters: - name: organization-id @@ -23875,7 +24547,11 @@ paths: post: tags: - organization.organizationalBranding - summary: Create new navigation property to localizations for organization + summary: Create organizationalBrandingLocalization + description: 'Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn''t exist. The default branding is created only once. It''s loaded when a localized branding isn''t configured for the user''s browser language. To retrieve the default branding, see Get branding.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-beta operationId: organization.branding_CreateLocalization parameters: - name: organization-id @@ -23907,8 +24583,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get localizations from organization - description: Add different branding based on a locale. + summary: Get organizationalBrandingLocalization + description: 'Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-beta operationId: organization.branding_GetLocalization parameters: - name: organization-id @@ -23960,7 +24639,11 @@ paths: patch: tags: - organization.organizationalBranding - summary: Update the navigation property localizations in organization + summary: Update organizationalBrandingLocalization + description: Update the properties of an organizationalBrandingLocalization object for a specific localization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta operationId: organization.branding_UpdateLocalization parameters: - name: organization-id @@ -23999,7 +24682,11 @@ paths: delete: tags: - organization.organizationalBranding - summary: Delete navigation property localizations for organization + summary: Delete organizationalBrandingLocalization + description: 'Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-beta operationId: organization.branding_DeleteLocalization parameters: - name: organization-id @@ -24035,7 +24722,7 @@ paths: tags: - organization.organizationalBranding summary: Get backgroundImage for the navigation property localizations from organization - description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization.branding_GetLocalizationsBackgroundImage parameters: - name: organization-id @@ -24088,12 +24775,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding summary: Update backgroundImage for the navigation property localizations in organization - description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization.branding_SetLocalizationsBackgroundImage parameters: - name: organization-id @@ -24149,7 +24835,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete backgroundImage for the navigation property localizations in organization + description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. + operationId: organization.branding_DeleteLocalizationsBackgroundImage + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: organizationalBrandingLocalization-id + in: path + description: The unique identifier of organizationalBrandingLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organizationalBrandingLocalization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo': get: tags: @@ -24208,12 +24927,14 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding - summary: Update bannerLogo for the navigation property localizations in organization - description: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + summary: Update organizationalBrandingLocalization + description: Update the properties of an organizationalBrandingLocalization object for a specific localization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta operationId: organization.branding_SetLocalizationsBannerLogo parameters: - name: organization-id @@ -24269,7 +24990,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete bannerLogo for the navigation property localizations in organization + description: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + operationId: organization.branding_DeleteLocalizationsBannerLogo + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: organizationalBrandingLocalization-id + in: path + description: The unique identifier of organizationalBrandingLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organizationalBrandingLocalization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS': get: tags: @@ -24328,7 +25082,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24389,7 +25142,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete customCSS for the navigation property localizations in organization + description: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. + operationId: organization.branding_DeleteLocalizationsCustomCSS + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: organizationalBrandingLocalization-id + in: path + description: The unique identifier of organizationalBrandingLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organizationalBrandingLocalization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon': get: tags: @@ -24448,7 +25234,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24509,7 +25294,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete favicon for the navigation property localizations in organization + description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. + operationId: organization.branding_DeleteLocalizationsFavicon + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: organizationalBrandingLocalization-id + in: path + description: The unique identifier of organizationalBrandingLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organizationalBrandingLocalization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo': get: tags: @@ -24568,7 +25386,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24629,7 +25446,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete headerLogo for the navigation property localizations in organization + description: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + operationId: organization.branding_DeleteLocalizationsHeaderLogo + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: organizationalBrandingLocalization-id + in: path + description: The unique identifier of organizationalBrandingLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organizationalBrandingLocalization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo': get: tags: @@ -24688,7 +25538,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24749,7 +25598,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete squareLogo for the navigation property localizations in organization + description: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + operationId: organization.branding_DeleteLocalizationsSquareLogo + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: organizationalBrandingLocalization-id + in: path + description: The unique identifier of organizationalBrandingLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organizationalBrandingLocalization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark': get: tags: @@ -24808,7 +25690,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24869,7 +25750,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete squareLogoDark for the navigation property localizations in organization + description: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + operationId: organization.branding_DeleteLocalizationsSquareLogoDark + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: organizationalBrandingLocalization-id + in: path + description: The unique identifier of organizationalBrandingLocalization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organizationalBrandingLocalization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/localizations/$count': get: tags: @@ -24942,7 +25856,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24995,7 +25908,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete squareLogo for the navigation property branding in organization + description: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + operationId: organization_DeleteBrandingSquareLogo + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/branding/squareLogoDark': get: tags: @@ -25046,7 +25984,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -25099,7 +26036,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationalBranding + summary: Delete squareLogoDark for the navigation property branding in organization + description: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + operationId: organization_DeleteBrandingSquareLogoDark + parameters: + - name: organization-id + in: path + description: The unique identifier of organization + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/organization/{organization-id}/extensions': get: tags: @@ -25453,7 +26415,7 @@ paths: tags: - organization.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -25575,6 +26537,20 @@ paths: schema: type: string x-ms-docs-key-type: organization + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -25828,8 +26804,11 @@ paths: get: tags: - organization.organizationSettings - summary: Get contactInsights from organization - description: Contains the properties that are configured by an administrator as a tenant-level privacy control whether to identify duplicate contacts among a user's contacts list and suggest the user to merge those contacts to have a cleaner contacts list. List contactInsights returns the settings to display or return contact insights in an organization. + summary: List contactInsights + description: Get the properties of an insightsSettings object for displaying or returning contact insights in an organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-beta operationId: organization.setting_GetContactInsight parameters: - name: organization-id @@ -25873,7 +26852,11 @@ paths: patch: tags: - organization.organizationSettings - summary: Update the navigation property contactInsights in organization + summary: Update insightsSettings + description: "Update privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see:\n- Customize item insights privacy \n- Customize people insights privacy" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta operationId: organization.setting_UpdateContactInsight parameters: - name: organization-id @@ -25931,8 +26914,11 @@ paths: get: tags: - organization.organizationSettings - summary: Get itemInsights from organization - description: 'Contains the properties that are configured by an administrator for the visibility of Microsoft Graph-derived insights, between a user and other items in Microsoft 365, such as documents or sites. List itemInsights returns the settings to display or return item insights in an organization.' + summary: List itemInsights + description: 'Get the properties of an insightsSettings object for displaying or returning item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-beta operationId: organization.setting_GetItemInsight parameters: - name: organization-id @@ -26052,7 +27038,11 @@ paths: get: tags: - organization.organizationSettings - summary: Get microsoftApplicationDataAccess from organization + summary: List microsoftApplicationDataAccessSettings + description: Get the settings in a microsoftApplicationDataAccessSettings object that specify access from Microsoft applications to Microsoft 365 user data in an organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-beta operationId: organization.setting_GetMicrosoftApplicationDataAccess parameters: - name: organization-id @@ -26096,7 +27086,11 @@ paths: patch: tags: - organization.organizationSettings - summary: Update the navigation property microsoftApplicationDataAccess in organization + summary: Update microsoftApplicationDataAccessSettings + description: Update the settings in a microsoftApplicationDataAccessSettings object that specify access from Microsoft applications to Microsoft 365 user data in an organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-beta operationId: organization.setting_UpdateMicrosoftApplicationDataAccess parameters: - name: organization-id @@ -26154,8 +27148,11 @@ paths: get: tags: - organization.organizationSettings - summary: Get peopleInsights from organization - description: Contains the properties that are configured by an administrator for the visibility of a list of people relevant and working with a user in Microsoft 365. List peopleInsights returns the settings to display or return people insights in an organization. + summary: List peopleInsights + description: 'Get the properties of an insightsSettings object for displaying or returning people insights in an organization. To learn how to customize privacy for people insights in an organization, see Customize people insights privacy in Microsoft Graph.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta operationId: organization.setting_GetPeopleInsight parameters: - name: organization-id @@ -26199,7 +27196,11 @@ paths: patch: tags: - organization.organizationSettings - summary: Update the navigation property peopleInsights in organization + summary: Update insightsSettings + description: "Update privacy settings to display or return the specified type of insights in an organization. The type of settings can be contact insights, item insights, or people insights. To learn more about customizing insights privacy for your organization, see:\n- Customize item insights privacy \n- Customize people insights privacy" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta operationId: organization.setting_UpdatePeopleInsight parameters: - name: organization-id @@ -26410,6 +27411,7 @@ paths: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query @@ -26598,6 +27600,7 @@ paths: operationId: setting_GetCount parameters: - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' @@ -26614,7 +27617,11 @@ paths: url: https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta operationId: subscribedSku_ListSubscribedSku 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 @@ -26635,6 +27642,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscribedSkuCollectionResponse' @@ -26867,6 +27884,7 @@ paths: tags: - tenantRelationships.Actions summary: Invoke action changeDeploymentStatus + description: 'Changes the tenant level deployment status for the management action. This information is used to provide insights into what management actions are in a specific state. As example there might be a plan to apply the require multi-factor authentication for admins, so it would be ideal to change the status to planned to reflect the appropriate status.' operationId: tenantRelationship.managedTenant.managementActionTenantDeploymentStatus_changeDeploymentStatus requestBody: description: Action parameters @@ -26965,6 +27983,7 @@ paths: tags: - tenantRelationships.Actions summary: Invoke action tenantSearch + description: Searches for the specified managed tenants across tenant groups. operationId: tenantRelationship.managedTenant.tenantGroup_tenantSearch requestBody: description: Action parameters @@ -27417,11 +28436,11 @@ components: properties: disabledForGroup: type: string - description: 'The ID of a Microsoft Entra group, of which the specified type of insights are disabled for its members. Default is empty. Optional.' + description: 'The ID of a Microsoft Entra group, of which the specified type of insights are disabled for its members. The default value is null. Optional.' nullable: true isEnabledInOrganization: type: boolean - description: true if insights of the specified type are enabled for the organization; false if insights of the specified type are disabled for all users without exceptions. Default is true. Optional. + description: true if insights of the specified type are enabled for the organization; false if insights of the specified type are disabled for all users without exceptions. The default value is true. Optional. nullable: true additionalProperties: type: object @@ -27592,6 +28611,8 @@ components: type: string description: The main logo for the application. Not nullable. format: base64url + nativeAuthenticationApisEnabled: + $ref: '#/components/schemas/microsoft.graph.nativeAuthenticationApisEnabled' notes: type: string description: Notes relevant for the management of the application. @@ -27713,7 +28734,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Default is true. Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property.' + description: 'true if the account is enabled; otherwise, false. Default is true. Supports $filter (eq, ne, not, in). Only callers with at least the Cloud Device Administrator role can set this property.' nullable: true alternativeSecurityIds: type: array @@ -27793,7 +28814,7 @@ components: nullable: true isRooted: type: boolean - description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. + description: true if the device is rooted or jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -27999,10 +29020,11 @@ components: nullable: true isAssignableToRole: type: boolean - description: 'Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes can''t contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).' + description: 'Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes can''t contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).' nullable: true isFavorite: type: boolean + description: Indicates whether the user marked the group as favorite. nullable: true isManagementRestricted: type: boolean @@ -28061,7 +29083,7 @@ components: nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Returned by default. Supports $filter (eq including on null values). Read-only. + description: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Returned by default. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean @@ -28072,7 +29094,7 @@ components: nullable: true preferredDataLocation: type: string - description: 'The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator''s preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned one of the following Microsoft Entra roles: Global Administrator User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo and Create a Microsoft 365 group with a specific PDL. Nullable. Returned by default.' + description: 'The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator''s preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo and Create a Microsoft 365 group with a specific PDL. Nullable. Returned by default.' nullable: true preferredLanguage: type: string @@ -28105,7 +29127,7 @@ components: nullable: true securityIdentifier: type: string - description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' + description: 'Security identifier of the group, used in Windows scenarios. Read-only. Returned by default.' nullable: true serviceProvisioningErrors: type: array @@ -28576,6 +29598,8 @@ components: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' description: The claimsMappingPolicies assigned to this service principal. Supports $expand. x-ms-navigationProperty: true + claimsPolicy: + $ref: '#/components/schemas/microsoft.graph.customClaimsPolicy' createdObjects: type: array items: @@ -28634,6 +29658,11 @@ components: $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).' x-ms-navigationProperty: true + permissionGrantPreApprovalPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permissionGrantPreApprovalPolicy' + x-ms-navigationProperty: true remoteDesktopSecurityConfiguration: $ref: '#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration' synchronization: @@ -28758,7 +29787,7 @@ components: employeeLeaveDateTime: 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 when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader, or Global Administrator. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.' + description: 'The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.' format: date-time nullable: true employeeOrgData: @@ -29311,6 +30340,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -29756,7 +30787,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: Nullable. Specifies a list of directoryObjects that feature is enabled for. + description: Nullable. Specifies a list of directoryObject resources that feature is enabled for. x-ms-navigationProperty: true additionalProperties: type: object @@ -29876,7 +30907,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.tenantReference' - description: The collection of external Microsoft Entra tenants that the user has shared profile data with. Read-only. + description: The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -30047,7 +31078,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.settingTemplateValue' - description: 'Collection of settingTemplateValues that list the set of available settings, defaults and types that make up this template. Read-only.' + description: 'Collection of settingTemplateValues that list the set of available settings, defaults, and types that make up this template. Read-only.' additionalProperties: type: object microsoft.graph.domain: @@ -30058,38 +31089,38 @@ components: properties: authenticationType: type: string - description: Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. Not nullable. + description: 'Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant''s on-premises Active Directory via Active Directory Federation Services. Not nullable. To update this property in delegated scenarios, the calling app must be assigned the Directory.AccessAsUser.All delegated permission.' availabilityStatus: type: string description: 'This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled.' nullable: true isAdminManaged: type: boolean - description: 'The value of the property is false if the DNS record management of the domain has been delegated to Microsoft 365. Otherwise, the value is true. Not nullable' + description: 'The value of the property is false if the DNS record management of the domain is delegated to Microsoft 365. Otherwise, the value is true. Not nullable.' isDefault: type: boolean - description: true if this is the default domain that is used for user creation. There is only one default domain per company. Not nullable + description: true for the default domain that is used for user creation. There's only one default domain per company. Not nullable. isInitial: type: boolean - description: true if this is the initial domain created by Microsoft Online Services (contoso.com). There is only one initial domain per company. Not nullable + description: 'true for the initial domain created by Microsoft Online Services. For example, contoso.onmicrosoft.com. There''s only one initial domain per company. Not nullable.' isRoot: type: boolean - description: 'true if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable' + description: 'true if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable.' isVerified: type: boolean - description: true if the domain has completed domain ownership verification. Not nullable + description: true for verified domains. Not nullable. passwordNotificationWindowInDays: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Specifies the number of days before a user receives notification that their password will expire. If the property is not set, a default value of 14 days will be used.' + description: Specifies the number of days before a user receives a password expiry notification. 14 days by default. format: int32 nullable: true passwordValidityPeriodInDays: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Specifies the length of time that a password is valid before it must be changed. If the property is not set, a default value of 90 days will be used.' + description: Specifies the length of time that a password is valid before it must be changed. 90 days by default. format: int32 nullable: true state: @@ -30098,12 +31129,12 @@ components: type: array items: type: string - description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline,SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable.' + description: 'The capabilities assigned to the domain. Can include 0, 1, or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline,SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune, CustomUrlDomain. The values that you can add or remove using the API include: Email, OfficeCommunicationsOnline, Yammer, and CustomUrlDomain. Not nullable. For more information about CustomUrlDomain, see Custom URL domains in external tenants.' domainNameReferences: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.' + description: 'The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example, /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.' x-ms-navigationProperty: true federationConfiguration: type: array @@ -30111,6 +31142,8 @@ components: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' description: Domain settings configured by customer when federated with Microsoft Entra ID. Supports $expand. x-ms-navigationProperty: true + rootDomain: + $ref: '#/components/schemas/microsoft.graph.domain' serviceConfigurationRecords: type: array items: @@ -30168,13 +31201,13 @@ components: properties: isOptional: type: boolean - description: 'If false, this record must be configured by the customer at the DNS host for Microsoft Online Services to operate correctly with the domain.' + description: 'If false, the customer must configure this record at the DNS host for Microsoft Online Services to operate correctly with the domain.' label: type: string description: Value used when configuring the name of the DNS record at the DNS host. recordType: type: string - description: 'Indicates what type of DNS record this entity represents. The value can be one of the following: CName, Mx, Srv, Txt.' + description: 'Indicates what type of DNS record this entity represents. The value can be one of the following values: CName, Mx, Srv, Txt.' nullable: true supportedService: type: string @@ -30474,7 +31507,7 @@ components: nullable: true capabilityStatus: type: string - description: 'Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer cancelled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut.' + description: 'Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true consumedUnits: maximum: 2147483647 @@ -30505,6 +31538,7 @@ components: items: type: string nullable: true + description: A list of all subscription IDs associated with this SKU. additionalProperties: type: object microsoft.graph.managedTenants.managedTenantAlert: @@ -30963,6 +31997,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.nativeAuthenticationApisEnabled: + title: nativeAuthenticationApisEnabled + enum: + - none + - all + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.onPremisesPublishing: title: onPremisesPublishing type: object @@ -31031,6 +32074,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesApplicationSegment' + description: 'Represents the application segment collection for an on-premises wildcard application. This property is deprecated and will stop returning data on June 1, 2023. Use segmentsConfiguration instead.' segmentsConfiguration: $ref: '#/components/schemas/microsoft.graph.segmentConfiguration' singleSignOnSettings: @@ -31270,7 +32314,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -31530,11 +32574,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -31799,6 +32843,10 @@ components: type: boolean description: 'When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false.' nullable: true + iCalUId: + type: string + description: A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only. + nullable: true importance: $ref: '#/components/schemas/microsoft.graph.importance' isAllDay: @@ -32191,12 +33239,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -32479,14 +33539,17 @@ components: id: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string + description: The unique identifier for the addIn object. format: uuid nullable: true properties: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValue' + description: The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required. type: type: string + description: The unique name for the functionality exposed by the app. additionalProperties: type: object microsoft.graph.customSecurityAttributeValue: @@ -32502,6 +33565,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnField' + description: The fields to capture to fill the user credentials for password-based single sign-on. additionalProperties: type: object microsoft.graph.permissionScope: @@ -32562,6 +33626,31 @@ components: type: object additionalProperties: type: object + microsoft.graph.customClaimsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: customClaimsPolicy + type: object + properties: + audienceOverride: + type: string + description: 'If specified, it overrides the content of the audience claim for WS-Federation and SAML2 protocols. A custom signing key must be used for audienceOverride to be applied, otherwise, the audienceOverride value is ignored. The value provided must be in the format of an absolute URI.' + nullable: true + claims: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimBase' + description: 'Defines which claims are present in the tokens affected by the policy, in addition to the basic claim and the core claim set. Inherited from customclaimbase.' + includeApplicationIdInIssuer: + type: boolean + description: Indicates whether the application ID is added to the claim. It is relevant only for SAML2.0 and if a custom signing key is used. the default value is true. Optional. + nullable: true + includeBasicClaimSet: + type: boolean + description: 'Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn''t in the tokens unless they''re explicitly configured in this policy.' + nullable: true + additionalProperties: + type: object microsoft.graph.delegatedPermissionClassification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -32641,6 +33730,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.permissionGrantPreApprovalPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: permissionGrantPreApprovalPolicy + type: object + properties: + conditions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.preApprovalDetail' + description: A list of condition sets describing the conditions under which the permission to grant consent for the app has been preapproved. + additionalProperties: + type: object microsoft.graph.remoteDesktopSecurityConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -32899,7 +34001,7 @@ components: lastNonInteractiveSignInDateTime: 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 last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -32909,7 +34011,7 @@ components: lastSignInDateTime: 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 last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted (either successfully or unsuccessfully) to sign in to the directory the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted (either successfully or unsuccessfully) to sign in to the directory the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' format: date-time nullable: true lastSignInRequestId: @@ -32919,12 +34021,12 @@ components: lastSuccessfulSignInDateTime: 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 datetime of the user's most recent successful sign in activity. + description: 'The date and time of the user''s most recent successful sign-in activity. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true lastSuccessfulSignInRequestId: type: string - description: The requestID of the last successful signIn. + description: The request ID of the last successful sign-in. nullable: true additionalProperties: type: object @@ -32948,7 +34050,7 @@ components: description: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device. nullable: true contentInfo: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Optional. A custom piece of data - JSON-LD extensible description of content according to schema.org syntax. contentUrl: type: string description: 'Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).' @@ -32987,7 +34089,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' - description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. + description: Optional. NavigationProperty/Containment; navigation property to the activity's activityHistoryItems. x-ms-navigationProperty: true additionalProperties: type: object @@ -33119,6 +34221,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -33149,6 +34253,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -33177,6 +34282,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' + description: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. x-ms-navigationProperty: true temporaryAccessPassMethods: type: array @@ -33228,12 +34334,18 @@ components: properties: chatType: $ref: '#/components/schemas/microsoft.graph.chatType' + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' 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: Date and time at which the chat was created. Read-only. format: date-time nullable: true + isHiddenForAllMembers: + type: boolean + description: Indicates whether the chat is hidden for all its members. Read-only. + nullable: true lastUpdatedDateTime: 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 @@ -33326,10 +34438,20 @@ components: type: string description: The Microsoft Entra device ID of the Cloud PC. nullable: true + allotmentDisplayName: + type: string + description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' + nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -33341,7 +34463,7 @@ components: gracePeriodEndDateTime: 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 when the grace period ends and reprovisioning or deprovisioning happen. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true imageDisplayName: @@ -33353,7 +34475,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 last modified date and time of the Cloud PC. 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 is 2014-01-01T00:00:00Z.' + description: 'The last modified date and time of the Cloud PC. 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, is 2014-01-01T00:00:00Z.' format: date-time lastRemoteActionResult: $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionResult' @@ -33405,6 +34527,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -33510,7 +34634,7 @@ components: nullable: true generation: type: string - description: The contact's generation. + description: The contact's suffix. nullable: true givenName: type: string @@ -34114,6 +35238,11 @@ components: description: Email(s) for the user associated with the device. This property is read-only. nullable: true readOnly: true + enrolledByUserPrincipalName: + type: string + description: The Entra (Azure AD) User Principal Name (UPN) of the user responsible for the enrollment of the device. This property is read-only. + nullable: true + readOnly: true enrolledDateTime: 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 @@ -34668,10 +35797,12 @@ components: properties: alternativeRecording: type: string + description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. format: base64url nullable: true attendeeReport: type: string + description: The content stream of the attendee report of a Teams live event. Read-only. format: base64url nullable: true broadcastRecording: @@ -34684,6 +35815,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' + description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.' creationDateTime: 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 @@ -34702,6 +35834,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -34714,6 +35847,7 @@ components: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' recording: type: string + description: The content stream of the recording of a Teams live event. Read-only. format: base64url nullable: true startDateTime: @@ -34756,16 +35890,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' + description: The user's Outlook task folders. Read-only. Nullable. x-ms-navigationProperty: true taskGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.outlookTaskGroup' + description: The user's Outlook task groups. Read-only. Nullable. x-ms-navigationProperty: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.outlookTask' + description: The user's Outlook tasks. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -35156,6 +36293,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -35164,11 +36311,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -35600,6 +36747,8 @@ components: type: string description: Description of the impact on users of the remediation. Only applies to recommendations with category set to identitySecureScore. nullable: true + requiredLicenses: + $ref: '#/components/schemas/microsoft.graph.requiredLicenses' status: $ref: '#/components/schemas/microsoft.graph.recommendationStatus' impactedResources: @@ -35668,11 +36817,11 @@ components: nullable: true operation: type: string - description: Type of asynchronous operation. The values can be ForceDelete or Verification + description: Type of asynchronous operation. The values can be ForceDelete or Verification. nullable: true status: type: string - description: Current status of the operation. Scheduled - Operation has been scheduled but has not started. InProgress - Task has started and is in progress. Failed - Operation has failed. + description: Current status of the operation. Scheduled - Operation is scheduled but hasn't started. InProgress - Task is in progress. Failed - The operation failed. nullable: true additionalProperties: type: object @@ -35857,7 +37006,7 @@ components: nullable: true name: type: string - description: 'The domain name; for example, contoso.com`.' + description: 'The domain name; for example, contoso.com.' nullable: true type: type: string @@ -35890,7 +37039,7 @@ components: nullable: true backgroundImage: type: string - description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. format: base64url nullable: true backgroundImageRelativeUrl: @@ -37302,22 +38451,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.connectorGroupType: title: connectorGroupType enum: @@ -37569,8 +38709,10 @@ components: items: type: string nullable: true + description: The categories associated with the item. changeKey: type: string + description: 'Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -37797,6 +38939,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -37938,6 +39081,7 @@ components: $ref: '#/components/schemas/microsoft.graph.bundle' content: type: string + description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' format: base64url nullable: true contentStream: @@ -37994,6 +39138,8 @@ components: $ref: '#/components/schemas/microsoft.graph.specialFolder' video: $ref: '#/components/schemas/microsoft.graph.video' + viewpoint: + $ref: '#/components/schemas/microsoft.graph.driveItemViewpoint' webDavUrl: type: string description: WebDAV compatible URL for the item. @@ -38092,6 +39238,12 @@ components: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' description: The collection of long-running operations on the list. x-ms-navigationProperty: true + permissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permission' + description: The set of permissions for the item. Read-only. Nullable. + x-ms-navigationProperty: true subscriptions: type: array items: @@ -38226,10 +39378,12 @@ components: properties: content: type: string + description: The content of the resource. format: base64url nullable: true contentUrl: type: string + description: The URL for the content stream. nullable: true additionalProperties: type: object @@ -38317,9 +39471,11 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerPlanCreation' isArchived: type: boolean + description: 'Read-only. If set to true, the plan is archived. An archived plan is read-only.' nullable: true owner: type: string + description: 'Use the container property instead. ID of the group that owns the plan. After it''s set, this property can’t be updated. This property doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -38378,6 +39534,8 @@ components: title: siteCollection type: object properties: + archivalDetails: + $ref: '#/components/schemas/microsoft.graph.siteArchivalDetails' dataLocationCode: type: string description: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -38505,6 +39663,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -38589,6 +39777,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -38648,6 +39857,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' + description: 'For type permissions, the details of the users to whom permission was granted. Read-only.' grantedToIdentitiesV2: type: array items: @@ -38895,7 +40105,7 @@ components: nullable: true isFavoriteByDefault: type: boolean - description: 'Indicates whether the channel should automatically be marked ''favorite'' for all members of the team. Can only be set programmatically with Create team. Default: false.' + description: 'Indicates whether the channel should be marked as recommended for all members of the team to show in their channel list. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false.' nullable: true membershipType: $ref: '#/components/schemas/microsoft.graph.channelMembershipType' @@ -38947,6 +40157,8 @@ components: properties: consentedPermissionSet: $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' + scopeInfo: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopeInfo' teamsApp: $ref: '#/components/schemas/microsoft.graph.teamsApp' teamsAppDefinition: @@ -39352,6 +40564,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.customClaimBase: + title: customClaimBase + type: object + properties: + configurations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimConfiguration' + description: One or more configurations that describe how the claim is sourced and under what conditions. + additionalProperties: + type: object microsoft.graph.permissionClassificationType: title: permissionClassificationType enum: @@ -39360,6 +40583,18 @@ components: - high - unknownFutureValue type: string + microsoft.graph.preApprovalDetail: + title: preApprovalDetail + type: object + properties: + permissions: + $ref: '#/components/schemas/microsoft.graph.preApprovedPermissions' + scopeType: + $ref: '#/components/schemas/microsoft.graph.resourceScopeType' + sensitivityLabels: + $ref: '#/components/schemas/microsoft.graph.scopeSensitivityLabels' + additionalProperties: + type: object microsoft.graph.targetDeviceGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -39495,11 +40730,6 @@ components: $ref: '#/components/schemas/microsoft.graph.printer' additionalProperties: type: object - microsoft.graph.Json: - title: Json - type: object - additionalProperties: - type: object microsoft.graph.status: title: status enum: @@ -39520,7 +40750,7 @@ components: description: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color nullable: true content: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Optional. Custom piece of data - JSON object used to provide custom content to render the activity in the Windows Shell UI description: type: string description: 'Optional. Longer text description of the user''s unique activity (example: document name, first sentence, and/or metadata)' @@ -39540,36 +40770,43 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.' format: int32 nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: Set by the server. DateTime in UTC when the object was created on the server. format: date-time nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: Optional. UTC DateTime when the activityHistoryItem will undergo hard-delete. Can be set by the client. format: date-time nullable: true lastActiveDateTime: 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. UTC DateTime when the activityHistoryItem (activity session) was last understood as active or finished - if null, activityHistoryItem status should be Ongoing.' format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: Set by the server. DateTime in UTC when the object was modified on the server. format: date-time nullable: true startedDateTime: 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: Required. UTC DateTime when the activityHistoryItem (activity session) was started. Required for timeline history. format: date-time status: $ref: '#/components/schemas/microsoft.graph.status' userTimezone: type: string + description: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation. nullable: true activity: $ref: '#/components/schemas/microsoft.graph.userActivity' @@ -39686,6 +40923,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -39718,22 +40963,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -39742,6 +40981,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -39749,6 +40990,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -39759,12 +41006,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -39817,11 +41058,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -39842,12 +41078,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -39876,12 +41106,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -39912,12 +41136,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -39947,12 +41165,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -40167,6 +41379,7 @@ components: nullable: true teamsAppId: type: string + description: 'App definition identifier of the tab. This value can''t be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab.' nullable: true webUrl: type: string @@ -40205,6 +41418,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -40221,13 +41443,19 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' - description: 'A list of failed health check items. If the status property is available, this property will be empty.' + description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: 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: 'Datetime when the status was updated. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as 2014-01-01T00:00:00Z.' + description: 'Datetime when the status was updated. This property is deprecated and will no longer be supported effective August 31, 2024. Use lastModifiedDateTime instead. Read-Only.' format: date-time additionalProperties: type: object @@ -40239,9 +41467,11 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapabilityType' primaryRegion: type: string + description: The primary and mainly used region where the Cloud PC is located. nullable: true secondaryRegion: type: string + description: The secondary region to which the Cloud PC can be failed over during a regional outage. nullable: true additionalProperties: type: object @@ -40296,6 +41526,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -40342,6 +41574,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -40367,7 +41601,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -40608,7 +41862,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -40867,6 +42120,8 @@ components: type: string description: A provider-specific reference id for the uploaded logs. Read-only. nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadState' additionalProperties: type: object description: 'A `managedAppLogUpload` represents the log upload result for a given Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs.' @@ -42325,7 +43580,7 @@ components: format: int32 additionalProperties: type: object - description: Device Configuration State for a given device. + description: Support for this Entity is being deprecated starting May 2026 & will no longer be supported. microsoft.graph.deviceHealthScriptPolicyState: title: deviceHealthScriptPolicyState type: object @@ -42808,14 +44063,22 @@ components: type: boolean description: Indicates whether attendees can turn on their microphone. nullable: true + allowBreakoutRooms: + type: boolean + nullable: true allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' + allowLiveShare: + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: type: boolean description: Specifies if participants are allowed to rename themselves in an instance of the meeting. nullable: true + allowPowerPointSharing: + type: boolean + nullable: true allowRecording: type: boolean description: Indicates whether recording is enabled for the meeting. @@ -42828,6 +44091,9 @@ components: type: boolean description: Indicates whether transcription is enabled for the meeting. nullable: true + allowWhiteboard: + type: boolean + nullable: true anonymizeIdentityForRoles: type: array items: @@ -42925,12 +44191,14 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' + description: For broadcast meeting only. organizer: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' producers: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' + description: For broadcast meeting only. additionalProperties: type: object microsoft.graph.meetingAttendanceReport: @@ -42972,30 +44240,40 @@ components: - title: callRecording type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this recording. Read-only. + nullable: true content: type: string description: The content of the recording. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string - description: The URL which can be used to access the content of the recording. Read-only. + description: The URL that can be used to access the content of the recording. Read-only. nullable: true additionalProperties: type: object @@ -43055,15 +44333,29 @@ components: - title: callTranscript type: object properties: + callId: + type: string + description: The unique identifier for the call that is related to this transcript. Read-only. + nullable: true content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true + contentCorrelationId: + type: string + description: The unique identifier that links the transcript with its corresponding recording. Read-only. + nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the transcript was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true meetingId: @@ -43072,10 +44364,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -43083,7 +44371,7 @@ components: nullable: true transcriptContentUrl: type: string - description: The URL which can be used to access the content of the transcript. Read-only. + description: The URL that can be used to access the content of the transcript. Read-only. nullable: true additionalProperties: type: object @@ -43313,12 +44601,12 @@ components: appliedDateTime: 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 timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $select. Read-only.' + description: 'The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $select. Read-only.' format: date-time nullable: true applyResult: type: string - description: 'The result of applying the decision. Possible values: New, AppliedSuccessfully, AppliedWithUnknownFailure, AppliedSuccessfullyButObjectNotFound and ApplyNotSupported. Supports $select, $orderby, and $filter (eq only). Read-only.' + description: 'The result of applying the decision. Possible values: New, AppliedSuccessfully, AppliedWithUnknownFailure, AppliedSuccessfullyButObjectNotFound, and ApplyNotSupported. Supports $select, $orderby, and $filter (eq only). Read-only.' nullable: true decision: type: string @@ -43338,7 +44626,7 @@ components: $ref: '#/components/schemas/microsoft.graph.decisionItemPrincipalResourceMembership' recommendation: type: string - description: 'A system-generated recommendation for the approval decision based off last interactive sign-in to tenant. Recommend approve if sign-in is within thirty days of start of review. Recommend deny if sign-in is greater than thirty days of start of review. Recommendation not available otherwise. Possible values: Approve, Deny, or NoInfoAvailable. Supports $select, $orderby, and $filter (eq only). Read-only.' + description: 'A system-generated recommendation for the approval decision based off last interactive sign-in to tenant. Recommend approve if sign-in is within 30 days of start of review. Recommend deny if sign-in is greater than 30 days of start of review. Recommendation not available otherwise. Possible values: Approve, Deny, or NoInfoAvailable. Supports $select, $orderby, and $filter (eq only). Read-only.' nullable: true resource: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' @@ -43381,6 +44669,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' + description: 'This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn''t exist, or manager is specified as reviewer but a user''s manager doesn''t exist. Supports $select. Note: This property has been replaced by fallbackReviewers. However, specifying either backupReviewers or fallbackReviewers automatically populates the same values to the other property.' createdBy: $ref: '#/components/schemas/microsoft.graph.userIdentity' createdDateTime: @@ -43541,7 +44830,7 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' @@ -43581,7 +44870,7 @@ components: dueDateTime: 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 at which the task is due. 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 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: @@ -43590,10 +44879,11 @@ components: nullable: true isArchived: type: boolean + description: 'Read-only. If set to true, the task is archived. An archived task is read-only.' nullable: true isOnMyDay: type: boolean - description: 'A Boolean value that indicates whether to show this task in the MyDay view. true to show the task. Otherwise, false.' + description: 'Indicates whether to show this task in the MyDay view. If true, it shows the task.' nullable: true isOnMyDayLastModifiedDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' @@ -43603,7 +44893,7 @@ components: nullable: true orderHint: type: string - description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.' nullable: true percentComplete: maximum: 2147483647 @@ -43622,7 +44912,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'The priority of the task. Valid values are between 0 and 10, inclusive. Larger values indicate lower priority. For example, 0 has the highest priority and 10 has the lowest priority. Currently, Planner interprets values 0 and 1 as ''urgent'', 2 and 3 and 4 as ''important'', 5, 6, and 7 as ''medium'', and 8, 9, and 10 as ''low''. Currently, Planner sets the value 1 for ''urgent'', 3 for ''important'', 5 for ''medium'', and 9 for ''low''.' + description: 'The priority of the task. Valid values are between 0 and 10, inclusive. Larger values indicate lower priority. For example, 0 has the highest priority and 10 has the lowest priority. Currently, planner interprets values 0 and 1 as ''urgent'', 2 and 3 and 4 as ''important'', 5, 6, and 7 as ''medium'', and 8, 9, and 10 as ''low''. Currently, planner sets the value 1 for ''urgent'', 3 for ''important'', 5 for ''medium'', and 9 for ''low''.' format: int32 nullable: true recurrence: @@ -44351,6 +45641,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -44597,6 +45894,17 @@ components: - aadGraphDeprecationServicePrincipal - mfaServerDeprecation type: string + microsoft.graph.requiredLicenses: + title: requiredLicenses + enum: + - notApplicable + - microsoftEntraIdFree + - microsoftEntraIdP1 + - microsoftEntraIdP2 + - microsoftEntraIdGovernance + - microsoftEntraWorkloadId + - unknownFutureValue + type: string microsoft.graph.authenticationProtocol: title: authenticationProtocol enum: @@ -44644,6 +45952,15 @@ components: type: string description: A relative URL for the content options of External Identities to be customized throughout the authentication flow for a tenant. nullable: true + registrationCampaign: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Represents content options to customize during MFA proofup interruptions. + registrationCampaignRelativeUrl: + type: string + description: The relative URL of the content options to customize during MFA proofup interruptions. + nullable: true additionalProperties: type: object microsoft.graph.loginPageLayoutConfiguration: @@ -44997,48 +46314,20 @@ components: - oAuthToken - unknownFutureValue type: string - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that point to the certificateBasedApplicationConfiguration that contains the collection of allowed root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - format: duration - nullable: 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 - description: 'Timestamp when the policy is enforced for all apps created on or after the specified date. For existing applications, the enforcement date would be back dated. To apply to all applications regardless of their creation date, this property would be null. Nullable.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - format: duration - nullable: 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 - description: 'Enforces the policy for an app created on or after the enforcement date. For existing applications, the enforcement date would be backdated. To apply to all applications, this date would be null.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.connectorStatus: @@ -45109,7 +46398,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -45381,7 +46670,7 @@ components: nullable: true driveType: type: string - description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -45393,7 +46682,7 @@ components: nullable: true path: type: string - description: Path that can be used to navigate to the item. Read-only. + description: Percent-encoded path that can be used to navigate to the item. Read-only. nullable: true shareId: type: string @@ -45403,7 +46692,7 @@ components: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It''s an opaque string that consists of three identifiers of the site. For OneDrive, this property isn''t populated.' nullable: true additionalProperties: type: object @@ -45496,6 +46785,12 @@ components: $ref: '#/components/schemas/microsoft.graph.driveItem' fields: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + permissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permission' + description: The set of permissions for the item. Read-only. Nullable. + x-ms-navigationProperty: true versions: type: array items: @@ -45729,6 +47024,7 @@ components: properties: type: type: string + description: 'An string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly.' nullable: true additionalProperties: type: object @@ -45891,7 +47187,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' scope: type: string - description: 'Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.' + description: 'Indicates the scope of how the item is shared. The possible values are: anonymous, organization, or users. Read-only.' nullable: true sharedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -45990,6 +47286,16 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.driveItemViewpoint: + title: driveItemViewpoint + type: object + properties: + accessOperations: + $ref: '#/components/schemas/microsoft.graph.driveItemAccessOperationsViewpoint' + sharing: + $ref: '#/components/schemas/microsoft.graph.sharingViewpoint' + additionalProperties: + type: object microsoft.graph.itemRetentionLabel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -46298,12 +47604,14 @@ components: properties: justification: type: string + description: Read-only. Reason why the entity was archived or unarchived. nullable: true statusChangedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' statusChangedDateTime: 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: Read-only. Date and time at which the entity's archive status changed. format: date-time nullable: true additionalProperties: @@ -46359,6 +47667,7 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerBucketCreation' isArchived: type: boolean + description: 'Read-only. If set totrue, the bucket is archived. An archived bucket is read-only.' nullable: true name: type: string @@ -46393,6 +47702,14 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerUserIds' additionalProperties: type: object + microsoft.graph.siteArchivalDetails: + title: siteArchivalDetails + type: object + properties: + archiveStatus: + $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' + additionalProperties: + type: object microsoft.graph.itemActivityStat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -46715,6 +48032,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -46798,6 +48126,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -47095,6 +48438,14 @@ components: description: A collection of resource-specific permissions. additionalProperties: type: object + microsoft.graph.teamsAppInstallationScopeInfo: + title: teamsAppInstallationScopeInfo + type: object + properties: + scope: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' + additionalProperties: + type: object microsoft.graph.teamsApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -47542,6 +48893,48 @@ components: - public - unknownFutureValue type: string + microsoft.graph.customClaimConfiguration: + title: customClaimConfiguration + type: object + properties: + attribute: + $ref: '#/components/schemas/microsoft.graph.customClaimAttributeBase' + condition: + $ref: '#/components/schemas/microsoft.graph.customClaimConditionBase' + transformations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimTransformation' + description: An ordered list of transformations that are applied in sequence. + additionalProperties: + type: object + microsoft.graph.preApprovedPermissions: + title: preApprovedPermissions + type: object + properties: + permissionKind: + $ref: '#/components/schemas/microsoft.graph.permissionKind' + permissionType: + $ref: '#/components/schemas/microsoft.graph.permissionType' + additionalProperties: + type: object + microsoft.graph.resourceScopeType: + title: resourceScopeType + enum: + - group + - chat + - tenant + - unknownFutureValue + - team + type: string + microsoft.graph.scopeSensitivityLabels: + title: scopeSensitivityLabels + type: object + properties: + labelKind: + $ref: '#/components/schemas/microsoft.graph.labelKind' + additionalProperties: + type: object microsoft.graph.externalAudienceScope: title: externalAudienceScope enum: @@ -47724,6 +49117,14 @@ components: description: 'The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable.' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -47742,6 +49143,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -47940,11 +49355,15 @@ 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 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 is 2014-01-01T00:00:00Z' + description: 'The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time + reactionContentUrl: + type: string + description: The hosted content URL for the custom reaction type. + nullable: true reactionType: type: string - description: 'Supported values are like, angry, sad, laugh, heart, surprised.' + description: 'Supported values are Unicode characters and custom. Some backward-compatible reaction types include like, angry, sad, laugh, heart, and surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' additionalProperties: @@ -48338,6 +49757,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 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 is 2014-01-01T00:00:00Z' format: date-time nullable: true resourceReference: @@ -48555,6 +49975,43 @@ components: $ref: '#/components/schemas/microsoft.graph.sizeRange' additionalProperties: type: object + microsoft.graph.managedAppLogUploadState: + title: managedAppLogUploadState + enum: + - pending + - inProgress + - completed + - declinedByUser + - timedOut + - failed + - unknownFutureValue + type: string + description: Represents the current status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadState + modelAsString: false + values: + - value: pending + description: 'Default. The log upload request has been successfully created, and is pending delivery to the Mobile Application Management (MAM) application.' + name: pending + - value: inProgress + description: One or more log upload components have uploaded their logs. + name: inProgress + - value: completed + description: All log upload successfully components have uploaded their logs. + name: completed + - value: declinedByUser + description: The log upload request was declined by the user on the device. + name: declinedByUser + - value: timedOut + description: The log upload request was not acknowledged by the user within the allowed time window. + name: timedOut + - value: failed + description: The log upload request encountered an error. + name: failed + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.configurationManagerClientState: title: configurationManagerClientState enum: @@ -49628,6 +51085,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -49659,6 +51123,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -49668,6 +51133,7 @@ components: description: List of toll-free numbers that are displayed in the meeting invite. tollNumber: type: string + description: The toll number that connects to the Audio Conference Provider. nullable: true tollNumbers: type: array @@ -49817,7 +51283,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -49933,7 +51399,7 @@ components: properties: ipAddress: type: string - description: Indicates the client IP address used by user performing the activity (audit log only). + description: Indicates the client IP address associated with the user performing the activity (audit log only). nullable: true userPrincipalName: type: string @@ -50267,6 +51733,11 @@ components: format: date-time source: $ref: '#/components/schemas/microsoft.graph.personDataSources' + sources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceAnnotation' + description: Where the values within an entity originated if synced from another source. additionalProperties: type: object microsoft.graph.personAnnualEventType: @@ -50431,6 +51902,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -50449,6 +51926,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -50464,6 +51945,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -50854,10 +52338,12 @@ components: $ref: '#/components/schemas/microsoft.graph.itemBody' displayName: type: string - description: Display name of the virtual event. + description: The display name of the virtual event. nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -50872,7 +52358,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' - description: Sessions for the virtual event. + description: The sessions for the virtual event. x-ms-navigationProperty: true additionalProperties: type: object @@ -50933,6 +52419,14 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + description: The registrant's preferred language. + nullable: true + preferredTimezone: + type: string + description: The registrant's time zone details. + nullable: true registrationDateTime: 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 @@ -51112,23 +52606,56 @@ components: - onPremisesUserPrincipalUsername - onPremisesSAMAccountName type: string - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -51631,6 +53158,50 @@ components: - other - unknownFutureValue type: string + microsoft.graph.driveItemAccessOperationsViewpoint: + title: driveItemAccessOperationsViewpoint + type: object + properties: + canComment: + type: boolean + description: Indicates whether the user can comment on this item. + nullable: true + canCreateFile: + type: boolean + description: Indicates whether the user can create files within this object. Returned only on folders. + nullable: true + canCreateFolder: + type: boolean + description: Indicates whether the user can create folders within this object. Returned only on folders. + nullable: true + canDelete: + type: boolean + description: Indicates whether the user can delete this item. + nullable: true + canDownload: + type: boolean + description: Indicates whether the user can download this item. + nullable: true + canRead: + type: boolean + description: Indicates whether the user can read this item. + nullable: true + canUpdate: + type: boolean + description: Indicates whether the user can update this item. + nullable: true + additionalProperties: + type: object + microsoft.graph.sharingViewpoint: + title: sharingViewpoint + type: object + properties: + defaultSharingLink: + $ref: '#/components/schemas/microsoft.graph.defaultSharingLink' + sharingAbilities: + $ref: '#/components/schemas/microsoft.graph.sharePointSharingAbilities' + additionalProperties: + type: object microsoft.graph.retentionLabelSettings: title: retentionLabelSettings type: object @@ -51772,7 +53343,7 @@ components: description: 'Indicates what type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'Represents the formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean description: Specifies whether the object is visible or not. @@ -52066,6 +53637,14 @@ components: type: object additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.itemActionStat: title: itemActionStat type: object @@ -52287,14 +53866,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAppInstallationScopes: title: teamsAppInstallationScopes enum: @@ -52305,6 +53876,14 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string microsoft.graph.teamsAppAuthorization: title: teamsAppAuthorization type: object @@ -52602,6 +54181,46 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.customClaimAttributeBase: + title: customClaimAttributeBase + type: object + additionalProperties: + type: object + microsoft.graph.customClaimConditionBase: + title: customClaimConditionBase + type: object + additionalProperties: + type: object + microsoft.graph.customClaimTransformation: + title: customClaimTransformation + type: object + properties: + input: + $ref: '#/components/schemas/microsoft.graph.transformationAttribute' + additionalProperties: + type: object + microsoft.graph.permissionKind: + title: permissionKind + enum: + - all + - enumerated + - allPermissionsOnResourceApp + - unknownFutureValue + type: string + microsoft.graph.permissionType: + title: permissionType + enum: + - application + - delegated + - delegatedUserConsentable + type: string + microsoft.graph.labelKind: + title: labelKind + enum: + - all + - enumerated + - unknownFutureValue + type: string microsoft.graph.printerCapabilities: title: printerCapabilities type: object @@ -53125,6 +54744,24 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamworkUserIdentityType: title: teamworkUserIdentityType enum: @@ -54071,6 +55708,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.profileSourceAnnotation: + title: profileSourceAnnotation + type: object + properties: + isDefaultSource: + type: boolean + description: Indicates whether the source is the default one. + nullable: true + properties: + type: array + items: + type: string + nullable: true + description: Names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -54262,6 +55917,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -54344,7 +56009,7 @@ components: properties: booleanValue: type: boolean - description: Boolean answer of the virtualEventRegistrationQuestion. Only appears when answerInputType is boolean. + description: Boolean answer to the virtualEventRegistrationCustomQuestion. Only appears when answerInputType is boolean. nullable: true displayName: type: string @@ -54355,14 +56020,14 @@ components: items: type: string nullable: true - description: Collection of text answer of the virtualEventRegistrationQuestion. Only appears when answerInputType is multiChoice. + description: A collection of text answers to the virtualEventRegistrationCustomQuestion. Only appears when answerInputType is multiChoice. questionId: type: string - description: id of the virtualEventRegistrationQuestion. + description: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. nullable: true value: type: string - description: 'Text answer of the virtualEventRegistrationQuestion. Appears when answerInputType is text, multilineText or singleChoice.' + description: 'Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. Appears when answerInputType is text, multilineText or singleChoice.' nullable: true additionalProperties: type: object @@ -54478,6 +56143,30 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.synchronizationError: title: synchronizationError type: object @@ -54657,6 +56346,34 @@ components: - comment - unknownFutureValue type: string + microsoft.graph.defaultSharingLink: + title: defaultSharingLink + type: object + properties: + defaultToExistingAccess: + type: boolean + description: Indicates whether the default link setting for this object is a direct URL rather than a sharing link. + nullable: true + role: + $ref: '#/components/schemas/microsoft.graph.sharingRole' + scope: + $ref: '#/components/schemas/microsoft.graph.sharingScope' + additionalProperties: + type: object + microsoft.graph.sharePointSharingAbilities: + title: sharePointSharingAbilities + type: object + properties: + anyoneLinkAbilities: + $ref: '#/components/schemas/microsoft.graph.linkScopeAbilities' + directSharingAbilities: + $ref: '#/components/schemas/microsoft.graph.directSharingAbilities' + organizationLinkAbilities: + $ref: '#/components/schemas/microsoft.graph.linkScopeAbilities' + specificPeopleLinkAbilities: + $ref: '#/components/schemas/microsoft.graph.linkScopeAbilities' + additionalProperties: + type: object microsoft.graph.security.behaviorDuringRetentionPeriod: title: behaviorDuringRetentionPeriod enum: @@ -54781,7 +56498,7 @@ components: description: Returns the name of the table column. nullable: true values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -54799,7 +56516,7 @@ components: description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. format: int32 values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -55041,6 +56758,17 @@ components: $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' additionalProperties: type: object + microsoft.graph.transformationAttribute: + title: transformationAttribute + type: object + properties: + attribute: + $ref: '#/components/schemas/microsoft.graph.customClaimAttributeBase' + treatAsMultiValue: + type: boolean + description: 'This flag is only relevant in the case where the attribute is multivalued. By default, transformations are only applied to the first element in a multi-valued claim, however setting this flag to true ensures the transformation is applied to all values, resulting in a multivalued output.' + additionalProperties: + type: object microsoft.graph.printColorMode: title: printColorMode enum: @@ -55117,6 +56845,52 @@ components: - stapleDualRight - stapleDualBottom - unknownFutureValue + - stapleTripleLeft + - stapleTripleTop + - stapleTripleRight + - stapleTripleBottom + - bindLeft + - bindTop + - bindRight + - bindBottom + - foldAccordion + - foldDoubleGate + - foldGate + - foldHalf + - foldHalfZ + - foldLeftGate + - foldLetter + - foldParallel + - foldPoster + - foldRightGate + - foldZ + - foldEngineeringZ + - punchTopLeft + - punchBottomLeft + - punchTopRight + - punchBottomRight + - punchDualLeft + - punchDualTop + - punchDualRight + - punchDualBottom + - punchTripleLeft + - punchTripleTop + - punchTripleRight + - punchTripleBottom + - punchQuadLeft + - punchQuadTop + - punchQuadRight + - punchQuadBottom + - fold + - trim + - bale + - bookletMaker + - coat + - laminate + - trimAfterPages + - trimAfterDocuments + - trimAfterCopies + - trimAfterJob type: string microsoft.graph.printMultipageLayout: title: printMultipageLayout @@ -56432,9 +58206,11 @@ components: properties: displayName: type: string + description: Display name of the registration question. nullable: true isRequired: type: boolean + description: Indicates whether an answer to the question is required. The default value is false. nullable: true additionalProperties: type: object @@ -56566,6 +58342,7 @@ components: description: true if value of this attribute should be treated as case-sensitive. This setting affects how the synchronization engine detects changes for the attribute. defaultValue: type: string + description: The default value of the attribute. nullable: true flowNullValues: type: boolean @@ -56608,6 +58385,60 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.sharingRole: + title: sharingRole + enum: + - none + - view + - edit + - manageList + - review + - restrictedView + - submitOnly + - unknownFutureValue + type: string + microsoft.graph.sharingScope: + title: sharingScope + enum: + - anyone + - organization + - specificPeople + - anonymous + - users + - unknownFutureValue + type: string + microsoft.graph.linkScopeAbilities: + title: linkScopeAbilities + type: object + properties: + blockDownloadLinkAbilities: + $ref: '#/components/schemas/microsoft.graph.linkRoleAbilities' + editLinkAbilities: + $ref: '#/components/schemas/microsoft.graph.linkRoleAbilities' + manageListLinkAbilities: + $ref: '#/components/schemas/microsoft.graph.linkRoleAbilities' + readLinkAbilities: + $ref: '#/components/schemas/microsoft.graph.linkRoleAbilities' + reviewLinkAbilities: + $ref: '#/components/schemas/microsoft.graph.linkRoleAbilities' + submitOnlyLinkAbilities: + $ref: '#/components/schemas/microsoft.graph.linkRoleAbilities' + additionalProperties: + type: object + microsoft.graph.directSharingAbilities: + title: directSharingAbilities + type: object + properties: + addExistingExternalUsers: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + addInternalUsers: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + addNewExternalUsers: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + requestGrantAccess: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + additionalProperties: + type: object microsoft.graph.workbookEmailIdentity: title: workbookEmailIdentity type: object @@ -57227,29 +59058,73 @@ components: - Extensions - BaseObjectName type: string + microsoft.graph.linkRoleAbilities: + title: linkRoleAbilities + type: object + properties: + addExistingExternalUsers: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + addNewExternalUsers: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + applyVariants: + $ref: '#/components/schemas/microsoft.graph.sharingLinkVariants' + createLink: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + deleteLink: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + linkAllowsExternalUsers: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + linkExpiration: + $ref: '#/components/schemas/microsoft.graph.sharingLinkExpirationStatus' + retrieveLink: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + updateLink: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + additionalProperties: + type: object + microsoft.graph.sharingOperationStatus: + title: sharingOperationStatus + type: object + properties: + disabledReason: + type: string + description: Provides a description of why this operation is not enabled. Only returned if this operation is not enabled. + nullable: true + enabled: + type: boolean + description: Indicates whether this operation is enabled. + nullable: true + additionalProperties: + type: object microsoft.graph.workbookFilterCriteria: title: workbookFilterCriteria type: object properties: color: type: string + description: The color applied to the cell. nullable: true criterion1: type: string + description: A custom criterion. nullable: true criterion2: type: string + description: A custom criterion. nullable: true dynamicCriteria: type: string + description: A dynamic formula specified in a custom filter. filterOn: type: string + description: Indicates whether a filter is applied to a column. icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' operator: type: string + description: 'An operator in a cell; for example, =, >, <, <=, or <>.' values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: The values that appear in the cell. additionalProperties: type: object microsoft.graph.workbookIcon: @@ -57274,13 +59149,13 @@ components: type: object properties: majorUnit: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number. maximum: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minimum: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minorUnit: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' majorGridlines: @@ -57374,7 +59249,7 @@ components: type: object properties: value: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Returns the value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -57448,6 +59323,41 @@ components: - MaximumLength - ReferencedProperty type: string + microsoft.graph.sharingLinkVariants: + title: sharingLinkVariants + type: object + properties: + addressBarLinkPermission: + $ref: '#/components/schemas/microsoft.graph.sharingRole' + allowEmbed: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + passwordProtected: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + requiresAuthentication: + $ref: '#/components/schemas/microsoft.graph.sharingOperationStatus' + additionalProperties: + type: object + microsoft.graph.sharingLinkExpirationStatus: + title: sharingLinkExpirationStatus + type: object + properties: + defaultExpirationInDays: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Default link expiration in days. Returns -1 if there is no required expiration time. + format: int32 + nullable: true + disabledReason: + type: string + description: Provides a description of why this operation is not enabled. Only returned if this operation is not enabled. + nullable: true + enabled: + type: boolean + description: Indicates whether this operation is enabled. + nullable: true + additionalProperties: + type: object microsoft.graph.workbookChartAxisFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -57894,4 +59804,4 @@ components: tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token scopes: { } security: - - azureaadv2: [ ] \ No newline at end of file + - azureaadv2: [ ] diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 5d0758dcb5..7936e3c1d1 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -33336,11 +33336,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentWorkflowExtension - description: Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + summary: Get accessPackageAssignmentRequestWorkflowExtension + description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40386,11 +40386,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentWorkflowExtension - description: "Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).\n2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy." + summary: Delete accessPackageAssignmentRequestWorkflowExtension + description: "Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).\n2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_DeleteCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -46307,11 +46307,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: List accessPackageResourceRoleScopes - description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + summary: Get accessPackage + description: Retrieve the properties and relationships of an accessPackage object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetAccessPackage parameters: - name: accessPackage-id @@ -91345,7 +91345,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement - description: Details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. + description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.directory.roleAssignment_GetAppScope parameters: - name: unifiedRoleAssignment-id @@ -91448,7 +91448,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Provided so that callers can get the directory object using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.directory.roleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignment-id @@ -91494,7 +91494,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement - description: The assigned principal. Provided so that callers can get the principal using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.directory.roleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignment-id @@ -91540,7 +91540,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. roleDefinition.id will be auto expanded. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.directory.roleAssignment_GetRoleDefinition parameters: - name: unifiedRoleAssignment-id @@ -95492,7 +95492,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement - description: Details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. + description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.directory.transitiveRoleAssignment_GetAppScope parameters: - name: unifiedRoleAssignment-id @@ -95595,7 +95595,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Provided so that callers can get the directory object using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.directory.transitiveRoleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignment-id @@ -95641,7 +95641,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement - description: The assigned principal. Provided so that callers can get the principal using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.directory.transitiveRoleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignment-id @@ -95687,7 +95687,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. roleDefinition.id will be auto expanded. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.directory.transitiveRoleAssignment_GetRoleDefinition parameters: - name: unifiedRoleAssignment-id @@ -97766,7 +97766,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement - description: Details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. + description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.enterpriseApp.roleAssignment_GetAppScope parameters: - name: rbacApplication-id @@ -97893,7 +97893,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Provided so that callers can get the directory object using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.enterpriseApp.roleAssignment_GetDirectoryScope parameters: - name: rbacApplication-id @@ -97947,7 +97947,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement - description: The assigned principal. Provided so that callers can get the principal using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.enterpriseApp.roleAssignment_GetPrincipal parameters: - name: rbacApplication-id @@ -98001,7 +98001,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. roleDefinition.id will be auto expanded. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.enterpriseApp.roleAssignment_GetRoleDefinition parameters: - name: rbacApplication-id @@ -102633,7 +102633,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement - description: Details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. + description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.enterpriseApp.transitiveRoleAssignment_GetAppScope parameters: - name: rbacApplication-id @@ -102760,7 +102760,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Provided so that callers can get the directory object using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.enterpriseApp.transitiveRoleAssignment_GetDirectoryScope parameters: - name: rbacApplication-id @@ -102814,7 +102814,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement - description: The assigned principal. Provided so that callers can get the principal using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.enterpriseApp.transitiveRoleAssignment_GetPrincipal parameters: - name: rbacApplication-id @@ -102868,7 +102868,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. roleDefinition.id will be auto expanded. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.enterpriseApp.transitiveRoleAssignment_GetRoleDefinition parameters: - name: rbacApplication-id @@ -104589,7 +104589,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement - description: Details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. + description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.entitlementManagement.roleAssignment_GetAppScope parameters: - name: unifiedRoleAssignment-id @@ -104692,7 +104692,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Provided so that callers can get the directory object using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.entitlementManagement.roleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignment-id @@ -104738,7 +104738,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement - description: The assigned principal. Provided so that callers can get the principal using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.entitlementManagement.roleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignment-id @@ -104784,7 +104784,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. roleDefinition.id will be auto expanded. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.entitlementManagement.roleAssignment_GetRoleDefinition parameters: - name: unifiedRoleAssignment-id @@ -108664,7 +108664,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement - description: Details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. + description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.entitlementManagement.transitiveRoleAssignment_GetAppScope parameters: - name: unifiedRoleAssignment-id @@ -108767,7 +108767,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Provided so that callers can get the directory object using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.entitlementManagement.transitiveRoleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignment-id @@ -108813,7 +108813,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement - description: The assigned principal. Provided so that callers can get the principal using $expand at the same time as getting the role assignment. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.entitlementManagement.transitiveRoleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignment-id @@ -108859,7 +108859,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. roleDefinition.id will be auto expanded. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.entitlementManagement.transitiveRoleAssignment_GetRoleDefinition parameters: - name: unifiedRoleAssignment-id @@ -110372,7 +110372,7 @@ components: nullable: true isHidden: type: boolean - description: Whether the access package is hidden from the requestor. + description: Indicates whether the access package is hidden from the requestor. nullable: true isRoleScopesVisible: type: boolean @@ -111911,6 +111911,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -114788,11 +114790,11 @@ components: properties: displayName: type: string - description: 'Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable id. This property is read only.' + description: 'Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable ID. Read only.' nullable: true type: type: string - description: 'Describes the type of app-specific resource represented by the app scope and is provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. This property is read only.' + description: 'Describes the type of app-specific resource represented by the app scope. For display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read only.' nullable: true additionalProperties: type: object @@ -115829,11 +115831,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -116592,6 +116594,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -116622,6 +116626,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -117091,10 +117096,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -117170,6 +117181,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -117792,12 +117805,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -119542,6 +119567,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -119550,11 +119585,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -121743,14 +121778,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: The number of days that a request can be pending a response before it's automatically denied. + description: The number of days that a request can be pending a response before it is automatically denied. format: int32 nullable: true escalationApprovers: type: array items: $ref: '#/components/schemas/microsoft.graph.userSet' - description: 'If escalation is enabled and the primary approvers don''t respond before the escalation time, the escalationApprovers are the users who will be asked to approve requests. This can be a collection of singleUser, groupMembers, requestorManager, internalSponsors and externalSponsors. When creating or updating a policy, if there are no escalation approvers, or escalation approvers aren''t required for the stage, the value of this property should be an empty collection.' + description: 'The users who are asked to approve requests if escalation is enabled and the primary approvers don''t respond before the escalation time. This property can be a collection of singleUser, groupMembers, requestorManager, internalSponsors, and externalSponsors. When you create or update a policy, if there are no escalation approvers, or escalation approvers aren''t required for the stage, assign an empty collection to this property.' escalationTimeInMinutes: maximum: 2147483647 minimum: -2147483648 @@ -121770,7 +121805,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userSet' - description: 'The users who are asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors, externalSponsors and targetUserSponsors. When creating or updating a policy, include at least one userSet in this collection.' + description: 'The users who are asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors, externalSponsors, and targetUserSponsors. When creating or updating a policy, include at least one userSet in this collection.' additionalProperties: type: object microsoft.graph.verifiableCredentialType: @@ -122259,7 +122294,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -122421,6 +122456,14 @@ components: type: object additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -122453,22 +122496,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -122477,6 +122514,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -122484,6 +122523,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -122494,12 +122539,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -122522,11 +122561,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -122547,12 +122581,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -122581,12 +122609,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -122617,12 +122639,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -122652,12 +122668,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -123293,6 +123303,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -123310,6 +123329,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -123386,6 +123411,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -123459,7 +123486,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -124247,6 +124294,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -124331,6 +124408,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -127326,8 +127424,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -127529,10 +127626,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -127626,10 +127719,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -128725,6 +128814,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -129279,22 +129375,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -129431,6 +129518,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -129449,6 +129544,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -131260,6 +131369,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -131343,6 +131463,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -133593,6 +133728,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -133784,7 +133926,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -134329,6 +134471,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -134347,6 +134495,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -134362,6 +134514,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -134756,6 +134911,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -135447,50 +135604,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -135597,7 +135724,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -135692,6 +135819,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeType: title: attendeeType enum: @@ -138104,6 +138249,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -139491,23 +139646,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -140556,6 +140744,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 5a89cb684b..4af7980560 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -9174,11 +9174,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get namedLocation - description: Retrieve the properties and relationships of a namedLocation object. + summary: Get countryNamedLocation + description: Retrieve the properties and relationships of a countryNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-beta operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -9257,11 +9257,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete ipNamedLocation - description: Delete an ipNamedLocation object. + summary: Delete countryNamedLocation + description: Delete a countryNamedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-beta operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - name: namedLocation-id @@ -9795,11 +9795,11 @@ paths: get: tags: - identity.customAuthenticationExtension - summary: Get authenticationEventListener - description: Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. + summary: Get customAuthenticationExtension + description: Read the properties and relationships of a customAuthenticationExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta operationId: identity_GetCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -19910,11 +19910,11 @@ paths: get: tags: - policies.federatedTokenValidationPolicy - summary: List federatedTokenValidationPolicy - description: Get a list of the federatedTokenValidationPolicy objects and their properties. + summary: Get federatedTokenValidationPolicy + description: Read the properties and relationships of a federatedTokenValidationPolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-get?view=graph-rest-beta operationId: policy_GetFederatedTokenValidationPolicy parameters: - name: $select @@ -24739,11 +24739,11 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - summary: Create multiTenantOrganization - description: 'Create a new multi-tenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multi-tenant organization. To allow for asynchronous processing, you must wait a minimum of 2 hours between creation and joining a multi-tenant organization.' + summary: Update multiTenantOrganization + description: Update the properties of a multi-tenant organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta operationId: tenantRelationship_UpdateMultiTenantOrganization requestBody: description: New navigation property values @@ -26844,7 +26844,7 @@ paths: tags: - users.authentication summary: Get device from users - description: The registered device on which Microsoft Authenticator resides. This property is null if the device is not registered for passwordless Phone Sign-In. + description: The registered device on which Microsoft Authenticator resides. This property is null if the device isn't registered for passwordless Phone Sign-In. operationId: user.authentication.microsoftAuthenticatorMethod_GetDevice parameters: - name: user-id @@ -26919,8 +26919,8 @@ paths: get: tags: - users.authentication - summary: Get authentication operation - description: 'Retrieve the properties and relationships of an operation object. Currently these operations are generated by initiating a password reset using the reset password method. An operation object tells the caller about the current state of that password reset operation. Possible states include: Succeeded and Failed are terminal states.' + summary: Get longRunningOperation + description: 'Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.' operationId: user.authentication_ListOperation parameters: - name: user-id @@ -27010,11 +27010,11 @@ paths: get: tags: - users.authentication - summary: Get authentication operation - description: 'Retrieve the properties and relationships of an operation object. Currently these operations are generated by initiating a password reset using the reset password method. An operation object tells the caller about the current state of that password reset operation. Possible states include: Succeeded and Failed are terminal states.' + summary: Get longRunningOperation + description: 'Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationoperation-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta operationId: user.authentication_GetOperation parameters: - name: user-id @@ -31228,11 +31228,11 @@ components: properties: clientId: type: string - description: The client ID for the application obtained when registering the application with the identity provider. This is a required field. Required. Not nullable. + description: The client ID for the application obtained when registering the application with the identity provider. This is a required field. Required. Not nullable. nullable: true clientSecret: type: string - description: The client secret for the application obtained when registering the application with the identity provider. This is write-only. A read operation will return . This is a required field. Required. Not nullable. + description: The client secret for the application obtained when registering the application with the identity provider. This is write-only. A read operation returns . This is a required field. Required. Not nullable. nullable: true name: type: string @@ -33113,6 +33113,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -33451,7 +33453,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -33783,12 +33785,12 @@ components: type: object properties: applicationRestrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.appManagementApplicationConfiguration' isEnabled: type: boolean description: Denotes whether the policy is enabled. Default value is false. servicePrincipalRestrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.appManagementServicePrincipalConfiguration' additionalProperties: type: object microsoft.graph.deviceRegistrationPolicy: @@ -34462,6 +34464,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -34492,6 +34496,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -34556,22 +34561,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -34580,6 +34579,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -34587,6 +34588,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -34597,12 +34604,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -34867,11 +34868,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -34892,12 +34888,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -34926,12 +34916,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -34974,12 +34958,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -35009,12 +34987,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -35994,11 +35966,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -37282,10 +37254,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -37361,6 +37339,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -37771,12 +37751,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -39888,6 +39880,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -39896,11 +39898,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -40167,22 +40169,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration: title: selfServiceSignUpAuthenticationFlowConfiguration type: object @@ -40404,6 +40397,20 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.appManagementApplicationConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: appManagementApplicationConfiguration + type: object + additionalProperties: + type: object + microsoft.graph.appManagementServicePrincipalConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: appManagementServicePrincipalConfiguration + type: object + additionalProperties: + type: object microsoft.graph.azureADJoinPolicy: title: azureADJoinPolicy type: object @@ -40675,6 +40682,14 @@ components: - disabled - unknownFutureValue type: string + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -40682,6 +40697,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -43476,6 +43505,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -43493,6 +43531,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -43569,6 +43613,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -43642,7 +43688,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -44375,6 +44441,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -44459,6 +44555,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -47511,8 +47628,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -47714,10 +47830,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -47811,10 +47923,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -49126,6 +49234,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -49242,50 +49357,20 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.authenticationMethodsRegistrationCampaign: @@ -49444,6 +49529,32 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.payloadRequest: title: payloadRequest type: object @@ -51795,6 +51906,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -51878,6 +52000,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -54060,6 +54197,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -54251,7 +54395,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -54918,6 +55062,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -54936,6 +55086,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -54951,6 +55105,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -55345,6 +55502,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -55452,23 +55611,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget: title: authenticationMethodsRegistrationCampaignIncludeTarget type: object @@ -56211,7 +56403,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -58706,6 +58898,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -58820,6 +59022,30 @@ components: - rejectedByOrganizer - unknownFutureValue type: string + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.crossTenantAccessPolicyTargetType: title: crossTenantAccessPolicyTargetType enum: diff --git a/openApiDocs/beta/NetworkAccess.yml b/openApiDocs/beta/NetworkAccess.yml new file mode 100644 index 0000000000..88f6ade102 --- /dev/null +++ b/openApiDocs/beta/NetworkAccess.yml @@ -0,0 +1,11365 @@ +openapi: 3.0.1 +info: + title: NetworkAccess + version: v1.0-beta +servers: + - url: https://graph.microsoft.com/beta/ + description: Core +paths: + /networkAccess: + get: + tags: + - networkAccess.networkAccessRoot + summary: Get networkAccess + operationId: networkAccess.networkAccessRoot_GetNetworkAccessRoot + 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.networkaccess.networkAccessRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.networkAccessRoot + summary: Update networkAccess + operationId: networkAccess.networkAccessRoot_UpdateNetworkAccessRoot + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessRoot' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessRoot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /networkAccess/alerts: + get: + tags: + - networkAccess.alert + summary: Get alerts from networkAccess + operationId: networkAccess_ListAlert + 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.networkaccess.alertCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.alert + summary: Create new navigation property to alerts for networkAccess + operationId: networkAccess_CreateAlert + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alert' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alert' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/alerts/{alert-id}': + get: + tags: + - networkAccess.alert + summary: Get alerts from networkAccess + operationId: networkAccess_GetAlert + parameters: + - name: alert-id + in: path + description: The unique identifier of alert + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: alert + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alert' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.alert + summary: Update the navigation property alerts in networkAccess + operationId: networkAccess_UpdateAlert + parameters: + - name: alert-id + in: path + description: The unique identifier of alert + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: alert + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alert' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alert' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.alert + summary: Delete navigation property alerts for networkAccess + operationId: networkAccess_DeleteAlert + parameters: + - name: alert-id + in: path + description: The unique identifier of alert + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: alert + - 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 + '/networkAccess/alerts/{alert-id}/policy': + get: + tags: + - networkAccess.alert + summary: Get policy from networkAccess + operationId: networkAccess.alert_GetPolicy + parameters: + - name: alert-id + in: path + description: The unique identifier of alert + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: alert + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /networkAccess/alerts/$count: + get: + tags: + - networkAccess.alert + summary: Get the number of the resource + operationId: networkAccess.alert_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/connectivity: + get: + tags: + - networkAccess.connectivity + summary: Get connectivity from networkAccess + description: Connectivity represents all the connectivity components in Global Secure Access. + operationId: networkAccess_GetConnectivity + 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.networkaccess.connectivity' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property connectivity in networkAccess + operationId: networkAccess_UpdateConnectivity + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivity' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivity' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property connectivity for networkAccess + operationId: networkAccess_DeleteConnectivity + 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 + /networkAccess/connectivity/branches: + get: + tags: + - networkAccess.connectivity + summary: List branches (deprecated) + description: Retrieve a list of branches within a tenant connected to the Global Secure Access services. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-connectivity-list-branches?view=graph-rest-beta + operationId: networkAccess.connectivity_ListBranch + 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.networkaccess.branchSiteCollectionResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create branch (deprecated) + description: Create a new branch. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-branches?view=graph-rest-beta + operationId: networkAccess.connectivity_CreateBranch + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchSite' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchSite' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}': + get: + tags: + - networkAccess.connectivity + summary: Get branchSite (deprecated) + description: Retrieve information about a specific branch. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-branchsite-get?view=graph-rest-beta + operationId: networkAccess.connectivity_GetBranch + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchSite' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update branchSite (deprecated) + description: Update the configuration or properties of a specific branch. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-branchsite-update?view=graph-rest-beta + operationId: networkAccess.connectivity_UpdateBranch + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchSite' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchSite' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete branchSite (deprecated) + description: Delete a specific branch. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete?view=graph-rest-beta + operationId: networkAccess.connectivity_DeleteBranch + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration': + get: + tags: + - networkAccess.connectivity + summary: Get branchConnectivityConfiguration (deprecated) + description: Retrieve the IPSec tunnel configuration required to establish a bidirectional communication link between your organization's router and the Microsoft gateway. This information is vital for configuring your router (customer premise equipment) after creating a deviceLink. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-branchconnectivityconfiguration-get?view=graph-rest-beta + operationId: networkAccess.connectivity.branch_GetConnectivityConfiguration + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchConnectivityConfiguration' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property connectivityConfiguration in networkAccess + operationId: networkAccess.connectivity.branch_UpdateConnectivityConfiguration + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchConnectivityConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchConnectivityConfiguration' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property connectivityConfiguration for networkAccess + operationId: networkAccess.connectivity.branch_DeleteConnectivityConfiguration + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links': + get: + tags: + - networkAccess.connectivity + summary: Get links from networkAccess + description: List of connectivity configurations for deviceLink objects. + operationId: networkAccess.connectivity.branch.connectivityConfiguration_ListLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.connectivityConfigurationLinkCollectionResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create new navigation property to links for networkAccess + operationId: networkAccess.connectivity.branch.connectivityConfiguration_CreateLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}': + get: + tags: + - networkAccess.connectivity + summary: Get links from networkAccess + description: List of connectivity configurations for deviceLink objects. + operationId: networkAccess.connectivity.branch.connectivityConfiguration_GetLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: connectivityConfigurationLink-id + in: path + description: The unique identifier of connectivityConfigurationLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: connectivityConfigurationLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property links in networkAccess + operationId: networkAccess.connectivity.branch.connectivityConfiguration_UpdateLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: connectivityConfigurationLink-id + in: path + description: The unique identifier of connectivityConfigurationLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: connectivityConfigurationLink + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property links for networkAccess + operationId: networkAccess.connectivity.branch.connectivityConfiguration_DeleteLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: connectivityConfigurationLink-id + in: path + description: The unique identifier of connectivityConfigurationLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: connectivityConfigurationLink + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/$count': + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.branch.connectivityConfiguration.link_GetCount + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + '/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks': + get: + tags: + - networkAccess.connectivity + summary: List deviceLinks (deprecated) + description: Retrieve a list of device links associated with a specific branch. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-devicelinks?view=graph-rest-beta + operationId: networkAccess.connectivity.branch_ListDeviceLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.deviceLinkCollectionResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create deviceLink (deprecated) + description: Create a branch site with associated device links. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-branchsite-post-devicelinks?view=graph-rest-beta + operationId: networkAccess.connectivity.branch_CreateDeviceLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}': + get: + tags: + - networkAccess.connectivity + summary: Get deviceLinks from networkAccess + description: Each unique CPE device associated with a branch is specified. Supports $expand. + operationId: networkAccess.connectivity.branch_GetDeviceLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: deviceLink-id + in: path + description: The unique identifier of deviceLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update deviceLink + description: Update the device link associated with a specific branch or remote network. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-devicelink-update?view=graph-rest-beta + operationId: networkAccess.connectivity.branch_UpdateDeviceLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: deviceLink-id + in: path + description: The unique identifier of deviceLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceLink + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete deviceLink (deprecated) + description: 'Removes the link between the branch or remote network and the CPE device, effectively removing the connection and associated configuration between them.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete-devicelinks?view=graph-rest-beta + operationId: networkAccess.connectivity.branch_DeleteDeviceLink + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: deviceLink-id + in: path + description: The unique identifier of deviceLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceLink + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/$count': + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.branch.deviceLink_GetCount + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + '/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles': + get: + tags: + - networkAccess.connectivity + summary: List forwardingProfiles (deprecated) + description: Retrieve a list of traffic forwarding profiles associated with a branch. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-forwardingprofiles?view=graph-rest-beta + operationId: networkAccess.connectivity.branch_ListForwardingProfile + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.forwardingProfileCollectionResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create new navigation property to forwardingProfiles for networkAccess + operationId: networkAccess.connectivity.branch_CreateForwardingProfile + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}': + get: + tags: + - networkAccess.connectivity + summary: Get forwardingProfiles from networkAccess + description: Each forwarding profile associated with a branch site is specified. Supports $expand. + operationId: networkAccess.connectivity.branch_GetForwardingProfile + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property forwardingProfiles in networkAccess + operationId: networkAccess.connectivity.branch_UpdateForwardingProfile + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property forwardingProfiles for networkAccess + operationId: networkAccess.connectivity.branch_DeleteForwardingProfile + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies': + get: + tags: + - networkAccess.connectivity + summary: Get policies from networkAccess + description: Traffic forwarding policies associated with this profile. + operationId: networkAccess.connectivity.branch.forwardingProfile_ListPolicy + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.policyLinkCollectionResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create new navigation property to policies for networkAccess + operationId: networkAccess.connectivity.branch.forwardingProfile_CreatePolicy + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}': + get: + tags: + - networkAccess.connectivity + summary: Get policies from networkAccess + description: Traffic forwarding policies associated with this profile. + operationId: networkAccess.connectivity.branch.forwardingProfile_GetPolicy + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property policies in networkAccess + operationId: networkAccess.connectivity.branch.forwardingProfile_UpdatePolicy + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property policies for networkAccess + operationId: networkAccess.connectivity.branch.forwardingProfile_DeletePolicy + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}/policy': + get: + tags: + - networkAccess.connectivity + summary: Get policy from networkAccess + description: Policy. + operationId: networkAccess.connectivity.branch.forwardingProfile.policy_GetPolicy + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policy' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count': + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.branch.forwardingProfile.policy_GetCount + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + '/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal': + get: + tags: + - networkAccess.connectivity + summary: Get servicePrincipal from networkAccess + operationId: networkAccess.connectivity.branch.forwardingProfile_GetServicePrincipal + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/$count': + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.branch.forwardingProfile_GetCount + parameters: + - name: branchSite-id + in: path + description: The unique identifier of branchSite + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: branchSite + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + /networkAccess/connectivity/branches/$count: + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.branch_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-03-20' + date: '2023-12-19' + version: 2022-06/PrivatePreview:NetworkAccess + description: 'The Branches API is deprecated and will stop returning data on March 20, 2024. Please use the new Remote Network API.' + /networkAccess/connectivity/remoteNetworks: + get: + tags: + - networkAccess.connectivity + summary: Get remoteNetworks from networkAccess + description: 'Represent locations, such as branches, that are connected to Global Secure Access services through an IPsec tunnel.' + operationId: networkAccess.connectivity_ListRemoteNetwork + 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.networkaccess.remoteNetworkCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create remoteNetwork + description: Create a new remote network. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-remotenetworks?view=graph-rest-beta + operationId: networkAccess.connectivity_CreateRemoteNetwork + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetwork' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetwork' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}': + get: + tags: + - networkAccess.connectivity + summary: Get remoteNetworks from networkAccess + description: 'Represent locations, such as branches, that are connected to Global Secure Access services through an IPsec tunnel.' + operationId: networkAccess.connectivity_GetRemoteNetwork + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetwork' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property remoteNetworks in networkAccess + operationId: networkAccess.connectivity_UpdateRemoteNetwork + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetwork' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetwork' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property remoteNetworks for networkAccess + operationId: networkAccess.connectivity_DeleteRemoteNetwork + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - 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 + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration': + get: + tags: + - networkAccess.connectivity + summary: Get connectivityConfiguration from networkAccess + description: Specifies the connectivity details of all device links associated with a remote network. + operationId: networkAccess.connectivity.remoteNetwork_GetConnectivityConfiguration + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkConnectivityConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property connectivityConfiguration in networkAccess + operationId: networkAccess.connectivity.remoteNetwork_UpdateConnectivityConfiguration + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkConnectivityConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkConnectivityConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property connectivityConfiguration for networkAccess + operationId: networkAccess.connectivity.remoteNetwork_DeleteConnectivityConfiguration + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - 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 + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links': + get: + tags: + - networkAccess.connectivity + summary: Get links from networkAccess + description: List of connectivity configurations for deviceLink objects. + operationId: networkAccess.connectivity.remoteNetwork.connectivityConfiguration_ListLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.connectivityConfigurationLinkCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create new navigation property to links for networkAccess + operationId: networkAccess.connectivity.remoteNetwork.connectivityConfiguration_CreateLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}': + get: + tags: + - networkAccess.connectivity + summary: Get links from networkAccess + description: List of connectivity configurations for deviceLink objects. + operationId: networkAccess.connectivity.remoteNetwork.connectivityConfiguration_GetLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: connectivityConfigurationLink-id + in: path + description: The unique identifier of connectivityConfigurationLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: connectivityConfigurationLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property links in networkAccess + operationId: networkAccess.connectivity.remoteNetwork.connectivityConfiguration_UpdateLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: connectivityConfigurationLink-id + in: path + description: The unique identifier of connectivityConfigurationLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: connectivityConfigurationLink + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property links for networkAccess + operationId: networkAccess.connectivity.remoteNetwork.connectivityConfiguration_DeleteLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: connectivityConfigurationLink-id + in: path + description: The unique identifier of connectivityConfigurationLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: connectivityConfigurationLink + - 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 + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/$count': + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.remoteNetwork.connectivityConfiguration.link_GetCount + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks': + get: + tags: + - networkAccess.connectivity + summary: Get deviceLink + description: Retrieves a specific device link associated with a remote network. + operationId: networkAccess.connectivity.remoteNetwork_ListDeviceLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.deviceLinkCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create new navigation property to deviceLinks for networkAccess + operationId: networkAccess.connectivity.remoteNetwork_CreateDeviceLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}': + get: + tags: + - networkAccess.connectivity + summary: Get deviceLink + description: Retrieves a specific device link associated with a remote network. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-devicelink-get?view=graph-rest-beta + operationId: networkAccess.connectivity.remoteNetwork_GetDeviceLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: deviceLink-id + in: path + description: The unique identifier of deviceLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property deviceLinks in networkAccess + operationId: networkAccess.connectivity.remoteNetwork_UpdateDeviceLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: deviceLink-id + in: path + description: The unique identifier of deviceLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceLink + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete deviceLink + description: 'Removes the link between the branch or remote network and the CPE device, effectively removing the connection and associated configuration between them.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-devicelink-delete?view=graph-rest-beta + operationId: networkAccess.connectivity.remoteNetwork_DeleteDeviceLink + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: deviceLink-id + in: path + description: The unique identifier of deviceLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceLink + - 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 + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/$count': + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.remoteNetwork.deviceLink_GetCount + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles': + get: + tags: + - networkAccess.connectivity + summary: Get forwardingProfiles from networkAccess + description: Each forwarding profile associated with a remote network is specified. Supports $expand and $select. + operationId: networkAccess.connectivity.remoteNetwork_ListForwardingProfile + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.forwardingProfileCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create new navigation property to forwardingProfiles for networkAccess + operationId: networkAccess.connectivity.remoteNetwork_CreateForwardingProfile + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}': + get: + tags: + - networkAccess.connectivity + summary: Get forwardingProfiles from networkAccess + description: Each forwarding profile associated with a remote network is specified. Supports $expand and $select. + operationId: networkAccess.connectivity.remoteNetwork_GetForwardingProfile + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property forwardingProfiles in networkAccess + operationId: networkAccess.connectivity.remoteNetwork_UpdateForwardingProfile + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property forwardingProfiles for networkAccess + operationId: networkAccess.connectivity.remoteNetwork_DeleteForwardingProfile + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - 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 + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies': + get: + tags: + - networkAccess.connectivity + summary: Get policies from networkAccess + description: Traffic forwarding policies associated with this profile. + operationId: networkAccess.connectivity.remoteNetwork.forwardingProfile_ListPolicy + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.policyLinkCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.connectivity + summary: Create new navigation property to policies for networkAccess + operationId: networkAccess.connectivity.remoteNetwork.forwardingProfile_CreatePolicy + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}': + get: + tags: + - networkAccess.connectivity + summary: Get policies from networkAccess + description: Traffic forwarding policies associated with this profile. + operationId: networkAccess.connectivity.remoteNetwork.forwardingProfile_GetPolicy + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.connectivity + summary: Update the navigation property policies in networkAccess + operationId: networkAccess.connectivity.remoteNetwork.forwardingProfile_UpdatePolicy + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.connectivity + summary: Delete navigation property policies for networkAccess + operationId: networkAccess.connectivity.remoteNetwork.forwardingProfile_DeletePolicy + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - 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 + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}/policy': + get: + tags: + - networkAccess.connectivity + summary: Get policy from networkAccess + description: Policy. + operationId: networkAccess.connectivity.remoteNetwork.forwardingProfile.policy_GetPolicy + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count': + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.remoteNetwork.forwardingProfile.policy_GetCount + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal': + get: + tags: + - networkAccess.connectivity + summary: Get servicePrincipal from networkAccess + operationId: networkAccess.connectivity.remoteNetwork.forwardingProfile_GetServicePrincipal + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/$count': + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.remoteNetwork.forwardingProfile_GetCount + parameters: + - name: remoteNetwork-id + in: path + description: The unique identifier of remoteNetwork + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetwork + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/connectivity/remoteNetworks/$count: + get: + tags: + - networkAccess.connectivity + summary: Get the number of the resource + operationId: networkAccess.connectivity.remoteNetwork_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/filteringPolicies: + get: + tags: + - networkAccess.filteringPolicy + summary: List filteringPolicies + description: Get a list of the microsoft.graph.networkaccess.filteringPolicy objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-filteringpolicies?view=graph-rest-beta + operationId: networkAccess_ListFilteringPolicy + 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.networkaccess.filteringPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.filteringPolicy + summary: Create new navigation property to filteringPolicies for networkAccess + operationId: networkAccess_CreateFilteringPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/filteringPolicies/{filteringPolicy-id}': + get: + tags: + - networkAccess.filteringPolicy + summary: Get filteringPolicy + description: Get a filteringPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-filteringpolicy-get?view=graph-rest-beta + operationId: networkAccess_GetFilteringPolicy + parameters: + - name: filteringPolicy-id + in: path + description: The unique identifier of filteringPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.filteringPolicy + summary: Update the navigation property filteringPolicies in networkAccess + operationId: networkAccess_UpdateFilteringPolicy + parameters: + - name: filteringPolicy-id + in: path + description: The unique identifier of filteringPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.filteringPolicy + summary: Delete navigation property filteringPolicies for networkAccess + operationId: networkAccess_DeleteFilteringPolicy + parameters: + - name: filteringPolicy-id + in: path + description: The unique identifier of filteringPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringPolicy + - 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 + '/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules': + get: + tags: + - networkAccess.filteringPolicy + summary: Get policyRules from networkAccess + description: Represents the definition of the policy ruleset that makes up the core definition of a policy. + operationId: networkAccess.filteringPolicy_ListPolicyRule + parameters: + - name: filteringPolicy-id + in: path + description: The unique identifier of filteringPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.policyRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.filteringPolicy + summary: Create new navigation property to policyRules for networkAccess + operationId: networkAccess.filteringPolicy_CreatePolicyRule + parameters: + - name: filteringPolicy-id + in: path + description: The unique identifier of filteringPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}': + get: + tags: + - networkAccess.filteringPolicy + summary: Get policyRules from networkAccess + description: Represents the definition of the policy ruleset that makes up the core definition of a policy. + operationId: networkAccess.filteringPolicy_GetPolicyRule + parameters: + - name: filteringPolicy-id + in: path + description: The unique identifier of filteringPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringPolicy + - name: policyRule-id + in: path + description: The unique identifier of policyRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.filteringPolicy + summary: Update the navigation property policyRules in networkAccess + operationId: networkAccess.filteringPolicy_UpdatePolicyRule + parameters: + - name: filteringPolicy-id + in: path + description: The unique identifier of filteringPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringPolicy + - name: policyRule-id + in: path + description: The unique identifier of policyRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.filteringPolicy + summary: Delete navigation property policyRules for networkAccess + operationId: networkAccess.filteringPolicy_DeletePolicyRule + parameters: + - name: filteringPolicy-id + in: path + description: The unique identifier of filteringPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringPolicy + - name: policyRule-id + in: path + description: The unique identifier of policyRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyRule + - 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 + '/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/$count': + get: + tags: + - networkAccess.filteringPolicy + summary: Get the number of the resource + operationId: networkAccess.filteringPolicy.policyRule_GetCount + parameters: + - name: filteringPolicy-id + in: path + description: The unique identifier of filteringPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/filteringPolicies/$count: + get: + tags: + - networkAccess.filteringPolicy + summary: Get the number of the resource + operationId: networkAccess.filteringPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/filteringProfiles: + get: + tags: + - networkAccess.filteringProfile + summary: List filteringProfiles + description: Get a list of the filteringProfile objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-list?view=graph-rest-beta + operationId: networkAccess_ListFilteringProfile + 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.networkaccess.filteringProfileCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.filteringProfile + summary: Create new navigation property to filteringProfiles for networkAccess + operationId: networkAccess_CreateFilteringProfile + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringProfile' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/filteringProfiles/{filteringProfile-id}': + get: + tags: + - networkAccess.filteringProfile + summary: Get filteringProfiles from networkAccess + description: 'A filtering profile associates network access policies with Microsoft Entra ID Conditional Access policies, so that access policies can be applied to users and groups.' + operationId: networkAccess_GetFilteringProfile + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.filteringProfile + summary: Update filteringProfile + description: Update the properties of a filteringProfile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-update?view=graph-rest-beta + operationId: networkAccess_UpdateFilteringProfile + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringProfile' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.filteringProfile + summary: Delete navigation property filteringProfiles for networkAccess + operationId: networkAccess_DeleteFilteringProfile + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - 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 + '/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies': + get: + tags: + - networkAccess.filteringProfile + summary: Get conditionalAccessPolicies from networkAccess + description: A set of associated policies defined to regulate access to resources or systems based on specific conditions. Automatically expanded. + operationId: networkAccess.filteringProfile_ListConditionalAccessPolicy + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.conditionalAccessPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/{conditionalAccessPolicy-id}': + get: + tags: + - networkAccess.filteringProfile + summary: Get conditionalAccessPolicies from networkAccess + description: A set of associated policies defined to regulate access to resources or systems based on specific conditions. Automatically expanded. + operationId: networkAccess.filteringProfile_GetConditionalAccessPolicy + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - name: conditionalAccessPolicy-id + in: path + description: The unique identifier of conditionalAccessPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: conditionalAccessPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.conditionalAccessPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/$count': + get: + tags: + - networkAccess.filteringProfile + summary: Get the number of the resource + operationId: networkAccess.filteringProfile.conditionalAccessPolicy_GetCount + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/networkAccess/filteringProfiles/{filteringProfile-id}/policies': + get: + tags: + - networkAccess.filteringProfile + summary: Get policies from networkAccess + description: Traffic forwarding policies associated with this profile. + operationId: networkAccess.filteringProfile_ListPolicy + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.policyLinkCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.filteringProfile + summary: Create new navigation property to policies for networkAccess + operationId: networkAccess.filteringProfile_CreatePolicy + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}': + get: + tags: + - networkAccess.filteringProfile + summary: Get policies from networkAccess + description: Traffic forwarding policies associated with this profile. + operationId: networkAccess.filteringProfile_GetPolicy + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.filteringProfile + summary: Update the navigation property policies in networkAccess + operationId: networkAccess.filteringProfile_UpdatePolicy + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.filteringProfile + summary: Delete navigation property policies for networkAccess + operationId: networkAccess.filteringProfile_DeletePolicy + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - 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 + '/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}/policy': + get: + tags: + - networkAccess.filteringProfile + summary: Get policy from networkAccess + description: Policy. + operationId: networkAccess.filteringProfile.policy_GetPolicy + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/filteringProfiles/{filteringProfile-id}/policies/$count': + get: + tags: + - networkAccess.filteringProfile + summary: Get the number of the resource + operationId: networkAccess.filteringProfile.policy_GetCount + parameters: + - name: filteringProfile-id + in: path + description: The unique identifier of filteringProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: filteringProfile + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/filteringProfiles/$count: + get: + tags: + - networkAccess.filteringProfile + summary: Get the number of the resource + operationId: networkAccess.filteringProfile_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/forwardingPolicies: + get: + tags: + - networkAccess.forwardingPolicy + summary: List forwardingPolicies + description: Retrieve a list of forwarding policies associated with a specific traffic forwarding profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingpolicies?view=graph-rest-beta + operationId: networkAccess_ListForwardingPolicy + 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.networkaccess.forwardingPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.forwardingPolicy + summary: Create new navigation property to forwardingPolicies for networkAccess + operationId: networkAccess_CreateForwardingPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/forwardingPolicies/{forwardingPolicy-id}': + get: + tags: + - networkAccess.forwardingPolicy + summary: Get forwardingPolicy + description: Retrieve information about a specific forwarding policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-get?view=graph-rest-beta + operationId: networkAccess_GetForwardingPolicy + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.forwardingPolicy + summary: Update the navigation property forwardingPolicies in networkAccess + operationId: networkAccess_UpdateForwardingPolicy + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.forwardingPolicy + summary: Delete navigation property forwardingPolicies for networkAccess + operationId: networkAccess_DeleteForwardingPolicy + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + - 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 + '/networkAccess/forwardingPolicies/{forwardingPolicy-id}/microsoft.graph.networkaccess.updatePolicyRules': + post: + tags: + - networkAccess.Actions + summary: Invoke action updatePolicyRules + description: Update the rules within a forwarding policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-updatepolicyrules?view=graph-rest-beta + operationId: networkAccess.forwardingPolicy_updatePolicyRule + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + rules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRuleDelta' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules': + get: + tags: + - networkAccess.forwardingPolicy + summary: Get policyRules from networkAccess + description: Represents the definition of the policy ruleset that makes up the core definition of a policy. + operationId: networkAccess.forwardingPolicy_ListPolicyRule + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.policyRuleCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.forwardingPolicy + summary: Create new navigation property to policyRules for networkAccess + operationId: networkAccess.forwardingPolicy_CreatePolicyRule + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}': + get: + tags: + - networkAccess.forwardingPolicy + summary: Get policyRules from networkAccess + description: Represents the definition of the policy ruleset that makes up the core definition of a policy. + operationId: networkAccess.forwardingPolicy_GetPolicyRule + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + - name: policyRule-id + in: path + description: The unique identifier of policyRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyRule + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.forwardingPolicy + summary: Update policyRule + description: Update an existing forwarding rule within a forwarding policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-policyrule-update?view=graph-rest-beta + operationId: networkAccess.forwardingPolicy_UpdatePolicyRule + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + - name: policyRule-id + in: path + description: The unique identifier of policyRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyRule + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.forwardingPolicy + summary: Delete navigation property policyRules for networkAccess + operationId: networkAccess.forwardingPolicy_DeletePolicyRule + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + - name: policyRule-id + in: path + description: The unique identifier of policyRule + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyRule + - 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 + '/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/$count': + get: + tags: + - networkAccess.forwardingPolicy + summary: Get the number of the resource + operationId: networkAccess.forwardingPolicy.policyRule_GetCount + parameters: + - name: forwardingPolicy-id + in: path + description: The unique identifier of forwardingPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/forwardingPolicies/$count: + get: + tags: + - networkAccess.forwardingPolicy + summary: Get the number of the resource + operationId: networkAccess.forwardingPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/forwardingProfiles: + get: + tags: + - networkAccess.forwardingProfile + summary: List forwardingProfiles + description: Retrieve a list of forwarding profiles. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingprofiles?view=graph-rest-beta + operationId: networkAccess_ListForwardingProfile + 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.networkaccess.forwardingProfileCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.forwardingProfile + summary: Create new navigation property to forwardingProfiles for networkAccess + operationId: networkAccess_CreateForwardingProfile + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/forwardingProfiles/{forwardingProfile-id}': + get: + tags: + - networkAccess.forwardingProfile + summary: Get forwardingProfile + description: Retrieve information about a specific forwarding profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-get?view=graph-rest-beta + operationId: networkAccess_GetForwardingProfile + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.forwardingProfile + summary: Update forwardingProfile + description: Update an existing forwarding profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-update?view=graph-rest-beta + operationId: networkAccess_UpdateForwardingProfile + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.forwardingProfile + summary: Delete navigation property forwardingProfiles for networkAccess + operationId: networkAccess_DeleteForwardingProfile + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - 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 + '/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies': + get: + tags: + - networkAccess.forwardingProfile + summary: List forwarding policies + description: Retrieve a list of forwarding policy links that are associated with a specific forwarding profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-list-policies?view=graph-rest-beta + operationId: networkAccess.forwardingProfile_ListPolicy + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.networkaccess.policyLinkCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.forwardingProfile + summary: Create new navigation property to policies for networkAccess + operationId: networkAccess.forwardingProfile_CreatePolicy + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}': + get: + tags: + - networkAccess.forwardingProfile + summary: Get forwardingPolicyLink + description: Retrieve information about a specific link between a forwarding policy and a forwarding profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-get?view=graph-rest-beta + operationId: networkAccess.forwardingProfile_GetPolicy + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.forwardingProfile + summary: Update forwardingPolicyLink + description: Update an existing forwarding policy link to modify the association between a forwarding policy and a forwarding profile. This operation allows for linking or unlinking them as needed. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-update?view=graph-rest-beta + operationId: networkAccess.forwardingProfile_UpdatePolicy + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.forwardingProfile + summary: Delete navigation property policies for networkAccess + operationId: networkAccess.forwardingProfile_DeletePolicy + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - 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 + '/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}/policy': + get: + tags: + - networkAccess.forwardingProfile + summary: Get policy from networkAccess + description: Policy. + operationId: networkAccess.forwardingProfile.policy_GetPolicy + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: policyLink-id + in: path + description: The unique identifier of policyLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policyLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/$count': + get: + tags: + - networkAccess.forwardingProfile + summary: Get the number of the resource + operationId: networkAccess.forwardingProfile.policy_GetCount + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/networkAccess/forwardingProfiles/{forwardingProfile-id}/servicePrincipal': + get: + tags: + - networkAccess.forwardingProfile + summary: Get servicePrincipal from networkAccess + operationId: networkAccess.forwardingProfile_GetServicePrincipal + parameters: + - name: forwardingProfile-id + in: path + description: The unique identifier of forwardingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: forwardingProfile + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /networkAccess/forwardingProfiles/$count: + get: + tags: + - networkAccess.forwardingProfile + summary: Get the number of the resource + operationId: networkAccess.forwardingProfile_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/logs: + get: + tags: + - networkAccess.logs + summary: Get logs from networkAccess + description: Represents network connections that are routed through Global Secure Access. + operationId: networkAccess_GetLog + 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.networkaccess.logs' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.logs + summary: Update the navigation property logs in networkAccess + operationId: networkAccess_UpdateLog + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.logs' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.logs' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.logs + summary: Delete navigation property logs for networkAccess + operationId: networkAccess_DeleteLog + 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 + /networkAccess/logs/remoteNetworks: + get: + tags: + - networkAccess.logs + summary: Get remoteNetworks from networkAccess + description: A collection of remote network health events. + operationId: networkAccess.log_ListRemoteNetwork + 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.networkaccess.remoteNetworkHealthEventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.logs + summary: Create new navigation property to remoteNetworks for networkAccess + operationId: networkAccess.log_CreateRemoteNetwork + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkHealthEvent' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkHealthEvent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}': + get: + tags: + - networkAccess.logs + summary: Get remoteNetworks from networkAccess + description: A collection of remote network health events. + operationId: networkAccess.log_GetRemoteNetwork + parameters: + - name: remoteNetworkHealthEvent-id + in: path + description: The unique identifier of remoteNetworkHealthEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetworkHealthEvent + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkHealthEvent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.logs + summary: Update the navigation property remoteNetworks in networkAccess + operationId: networkAccess.log_UpdateRemoteNetwork + parameters: + - name: remoteNetworkHealthEvent-id + in: path + description: The unique identifier of remoteNetworkHealthEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetworkHealthEvent + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkHealthEvent' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkHealthEvent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.logs + summary: Delete navigation property remoteNetworks for networkAccess + operationId: networkAccess.log_DeleteRemoteNetwork + parameters: + - name: remoteNetworkHealthEvent-id + in: path + description: The unique identifier of remoteNetworkHealthEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: remoteNetworkHealthEvent + - 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 + /networkAccess/logs/remoteNetworks/$count: + get: + tags: + - networkAccess.logs + summary: Get the number of the resource + operationId: networkAccess.log.remoteNetwork_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/logs/traffic: + get: + tags: + - networkAccess.logs + summary: List networkAccessTraffic + description: Get a list of log events for traffic routed through the Global Secure Access services. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-logs-list-traffic?view=graph-rest-beta + operationId: networkAccess.log_ListTraffic + 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.networkaccess.networkAccessTrafficCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - networkAccess.logs + summary: Create new navigation property to traffic for networkAccess + operationId: networkAccess.log_CreateTraffic + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessTraffic' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessTraffic' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}': + get: + tags: + - networkAccess.logs + summary: Get traffic from networkAccess + description: A network access traffic log entry that contains comprehensive information about network traffic events. + operationId: networkAccess.log_GetTraffic + parameters: + - name: networkAccessTraffic-transactionId + in: path + description: The unique identifier of networkAccessTraffic + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: networkAccessTraffic + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessTraffic' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.logs + summary: Update the navigation property traffic in networkAccess + operationId: networkAccess.log_UpdateTraffic + parameters: + - name: networkAccessTraffic-transactionId + in: path + description: The unique identifier of networkAccessTraffic + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: networkAccessTraffic + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessTraffic' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessTraffic' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.logs + summary: Delete navigation property traffic for networkAccess + operationId: networkAccess.log_DeleteTraffic + parameters: + - name: networkAccessTraffic-transactionId + in: path + description: The unique identifier of networkAccessTraffic + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: networkAccessTraffic + - 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 + /networkAccess/logs/traffic/$count: + get: + tags: + - networkAccess.logs + summary: Get the number of the resource + operationId: networkAccess.log.traffic_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /networkAccess/microsoft.graph.networkaccess.onboard: + post: + tags: + - networkAccess.Actions + summary: Invoke action onboard + operationId: networkAccess_onboard + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /networkAccess/reports: + get: + tags: + - networkAccess.reports + summary: Get reports from networkAccess + description: Represents the status of the Global Secure Access services for the tenant. + operationId: networkAccess_GetReport + 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.networkaccess.reports' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.reports + summary: Update the navigation property reports in networkAccess + operationId: networkAccess_UpdateReport + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.reports' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.reports' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.reports + summary: Delete navigation property reports for networkAccess + operationId: networkAccess_DeleteReport + 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 + '/networkAccess/reports/microsoft.graph.networkaccess.crossTenantAccessReport(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - networkAccess.Functions + summary: Invoke function crossTenantAccessReport + operationId: networkAccess.report_crossTenantAccessReport + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - $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.networkaccess.crossTenantAccess' + '@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 + '/networkAccess/reports/microsoft.graph.networkaccess.destinationReport(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - networkAccess.Functions + summary: Invoke function destinationReport + operationId: networkAccess.report_destinationReport + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - $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.networkaccess.destination' + '@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 + '/networkAccess/reports/microsoft.graph.networkaccess.deviceReport(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - networkAccess.Functions + summary: Invoke function deviceReport + operationId: networkAccess.report_deviceReport + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - $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.networkaccess.device' + '@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 + '/networkAccess/reports/microsoft.graph.networkaccess.entitiesSummaries(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - networkAccess.Functions + summary: Invoke function entitiesSummaries + description: 'Get the number of users, devices, and workloads per traffic type in a specified time period.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-reports-entitiessummaries?view=graph-rest-beta + operationId: networkAccess.report_entitiesSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - $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.networkaccess.entitiesSummary' + '@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 + '/networkAccess/reports/microsoft.graph.networkaccess.getCrossTenantSummary(startDateTime={startDateTime},endDateTime={endDateTime},discoveryPivotDateTime={discoveryPivotDateTime})': + get: + tags: + - networkAccess.Functions + summary: Invoke function getCrossTenantSummary + description: Get a summary of the cross-tenant access patterns. + operationId: networkAccess.report_getCrossTenantSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: discoveryPivotDateTime + in: path + description: 'Usage: discoveryPivotDateTime={discoveryPivotDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.crossTenantSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/networkAccess/reports/microsoft.graph.networkaccess.getDestinationSummaries(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy=''{aggregatedBy}'')': + get: + tags: + - networkAccess.Functions + summary: Invoke function getDestinationSummaries + description: Get counts of the visits to the top destination aggregations. + operationId: networkAccess.report_getDestinationSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: aggregatedBy + in: path + description: 'Usage: aggregatedBy=''{aggregatedBy}''' + required: true + style: simple + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.aggregationFilter' + - $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.networkaccess.destinationSummary' + '@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 + '/networkAccess/reports/microsoft.graph.networkaccess.getDeviceUsageSummary(startDateTime={startDateTime},endDateTime={endDateTime},activityPivotDateTime={activityPivotDateTime})': + get: + tags: + - networkAccess.Functions + summary: Invoke function getDeviceUsageSummary + description: 'Get a summary of device onboarding and offboarding within a specified timeframe. This summary includes the total number of devices, active devices, and inactive devices.' + operationId: networkAccess.report_getDeviceUsageSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: activityPivotDateTime + in: path + description: 'Usage: activityPivotDateTime={activityPivotDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceUsageSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/networkAccess/reports/microsoft.graph.networkaccess.getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime},userId=''@userId'')': + get: + tags: + - networkAccess.Functions + summary: Invoke function getDiscoveredApplicationSegmentReport + operationId: networkAccess.report_getDiscoveredApplicationSegmentReport + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: userId + in: query + description: 'Usage: userId=''@userId''' + style: form + explode: false + 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.networkaccess.discoveredApplicationSegmentReport' + '@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 + '/networkAccess/reports/microsoft.graph.networkaccess.transactionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - networkAccess.Functions + summary: Invoke function transactionSummaries + description: 'Get the total number of transactions and the number of blocked transactions, grouped by traffic type.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-reports-transactionsummaries?view=graph-rest-beta + operationId: networkAccess.report_transactionSummary + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - $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.networkaccess.transactionSummary' + '@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 + '/networkAccess/reports/microsoft.graph.networkaccess.usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy=''{aggregatedBy}'',discoveredApplicationSegmentId=''@discoveredApplicationSegmentId'')': + get: + tags: + - networkAccess.Functions + summary: Invoke function usageProfiling + operationId: networkAccess.report_usageProfiling + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: aggregatedBy + in: path + description: 'Usage: aggregatedBy=''{aggregatedBy}''' + required: true + style: simple + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.aggregationFilter' + - name: discoveredApplicationSegmentId + in: query + description: 'Usage: discoveredApplicationSegmentId=''@discoveredApplicationSegmentId''' + style: form + explode: false + 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.networkaccess.usageProfilingPoint' + '@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 + '/networkAccess/reports/microsoft.graph.networkaccess.userReport(startDateTime={startDateTime},endDateTime={endDateTime},discoveredApplicationSegmentId=''@discoveredApplicationSegmentId'')': + get: + tags: + - networkAccess.Functions + summary: Invoke function userReport + operationId: networkAccess.report_userReport + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: discoveredApplicationSegmentId + in: query + description: 'Usage: discoveredApplicationSegmentId=''@discoveredApplicationSegmentId''' + style: form + explode: false + 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.networkaccess.user' + '@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 + '/networkAccess/reports/microsoft.graph.networkaccess.webCategoryReport(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - networkAccess.Functions + summary: Invoke function webCategoryReport + operationId: networkAccess.report_webCategoryReport + parameters: + - name: startDateTime + in: path + description: 'Usage: startDateTime={startDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - name: endDateTime + in: path + description: 'Usage: endDateTime={endDateTime}' + required: true + style: simple + schema: + 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 + format: date-time + - $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.networkaccess.webCategoriesSummary' + '@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 + /networkAccess/settings: + get: + tags: + - networkAccess.settings + summary: Get settings from networkAccess + description: Global Secure Access settings. + operationId: networkAccess_GetSetting + 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.networkaccess.settings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.settings + summary: Update the navigation property settings in networkAccess + operationId: networkAccess_UpdateSetting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.settings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.settings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.settings + summary: Delete navigation property settings for networkAccess + operationId: networkAccess_DeleteSetting + 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 + /networkAccess/settings/conditionalAccess: + get: + tags: + - networkAccess.settings + summary: Get conditionalAccessSettings + description: 'Retrieve the conditional access settings, which include the preservation of the original source IP address in network traffic for accurate identification and tracking, and the establishment of scalable network connectivity through the Global Secure Access services.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-get?view=graph-rest-beta + operationId: networkAccess.setting_GetConditionalAccess + 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.networkaccess.conditionalAccessSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.settings + summary: Update conditionalAccessSettings + description: 'Update the conditional access settings to include the preservation of the original source IP address in network traffic for accurate identification and tracking, as well as the establishment of scalable network connectivity through the Global Secure Access services.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-update?view=graph-rest-beta + operationId: networkAccess.setting_UpdateConditionalAccess + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.conditionalAccessSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.conditionalAccessSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.settings + summary: Delete navigation property conditionalAccess for networkAccess + operationId: networkAccess.setting_DeleteConditionalAccess + 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 + /networkAccess/settings/crossTenantAccess: + get: + tags: + - networkAccess.settings + summary: Get crossTenantAccessSettings + description: 'Retrieve the cross-tenant access settings, which include network packet tagging to enforce Tenant Restrictions Policies (TRv2 Policies) aimed at preventing data exfiltration to external tenants.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-get?view=graph-rest-beta + operationId: networkAccess.setting_GetCrossTenantAccess + 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.networkaccess.crossTenantAccessSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.settings + summary: Update crossTenantAccessSettings + description: Update the cross-tenant access settings to include network packet tagging for enforcing Tenant Restrictions Policies (TRv2 Policies) that prevent data exfiltration to external tenants. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-update?view=graph-rest-beta + operationId: networkAccess.setting_UpdateCrossTenantAccess + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.crossTenantAccessSettings' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.crossTenantAccessSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.settings + summary: Delete navigation property crossTenantAccess for networkAccess + operationId: networkAccess.setting_DeleteCrossTenantAccess + 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 + /networkAccess/settings/enrichedAuditLogs: + get: + tags: + - networkAccess.settings + summary: Get enrichedAuditLogs from networkAccess + operationId: networkAccess.setting_GetEnrichedAuditLog + 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.networkaccess.enrichedAuditLogs' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.settings + summary: Update enrichedAuditLogs + description: 'Update the settings for the enriched audit logs workloads to control the enrichment feature for each partner workload, such as SharePoint, Teams, and Exchange.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-enrichedauditlogs-update?view=graph-rest-beta + operationId: networkAccess.setting_UpdateEnrichedAuditLog + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.enrichedAuditLogs' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.enrichedAuditLogs' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.settings + summary: Delete navigation property enrichedAuditLogs for networkAccess + operationId: networkAccess.setting_DeleteEnrichedAuditLog + 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 + /networkAccess/settings/forwardingOptions: + get: + tags: + - networkAccess.settings + summary: Get forwardingOptions + description: 'Retrieve the forwarding options for the tenant, with a specific focus on the ''skipDnsLookupState'' flag. This flag determines whether DNS lookup will be skipped, allowing Microsoft 365 traffic to be forwarded directly to the Front Door using the client-resolved destination.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-get?view=graph-rest-beta + operationId: networkAccess.setting_GetForwardingOption + 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.networkaccess.forwardingOptions' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.settings + summary: Update forwardingOptions + description: 'the forwarding options for the tenant, with a specific focus on the skipDnsLookupState flag. This flag determines whether DNS lookup will be skipped, allowing Microsoft 365 traffic to be forwarded directly to the Front Door using the client-resolved destination.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-update?view=graph-rest-beta + operationId: networkAccess.setting_UpdateForwardingOption + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingOptions' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingOptions' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.settings + summary: Delete navigation property forwardingOptions for networkAccess + operationId: networkAccess.setting_DeleteForwardingOption + 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 + /networkAccess/tenantStatus: + get: + tags: + - networkAccess.tenantStatus + summary: Get tenantStatus + description: Retrieve the onboarding status of a specific tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/networkaccess-tenantstatus-get?view=graph-rest-beta + operationId: networkAccess_GetTenantStatus + 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.networkaccess.tenantStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - networkAccess.tenantStatus + summary: Update the navigation property tenantStatus in networkAccess + operationId: networkAccess_UpdateTenantStatus + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.tenantStatus' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.tenantStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - networkAccess.tenantStatus + summary: Delete navigation property tenantStatus for networkAccess + operationId: networkAccess_DeleteTenantStatus + 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 +components: + schemas: + microsoft.graph.networkaccess.networkAccessRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: networkAccessRoot + type: object + properties: + alerts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alert' + x-ms-navigationProperty: true + connectivity: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivity' + filteringPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicy' + description: A filtering policy defines the specific traffic that is allowed or blocked through the Global Secure Access services for a filtering profile. + x-ms-navigationProperty: true + filteringProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringProfile' + description: 'A filtering profile associates network access policies with Microsoft Entra ID Conditional Access policies, so that access policies can be applied to users and groups.' + x-ms-navigationProperty: true + forwardingPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingPolicy' + description: A forwarding policy defines the specific traffic that is routed through the Global Secure Access Service. It's then added to a forwarding profile. + x-ms-navigationProperty: true + forwardingProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + description: A forwarding profile determines which types of traffic are routed through the Global Secure Access services and which ones are skipped. The handling of specific traffic is determined by the forwarding policies that are added to the forwarding profile. + x-ms-navigationProperty: true + logs: + $ref: '#/components/schemas/microsoft.graph.networkaccess.logs' + reports: + $ref: '#/components/schemas/microsoft.graph.networkaccess.reports' + settings: + $ref: '#/components/schemas/microsoft.graph.networkaccess.settings' + tenantStatus: + $ref: '#/components/schemas/microsoft.graph.networkaccess.tenantStatus' + additionalProperties: + type: object + microsoft.graph.networkaccess.alert: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: alert + type: object + properties: + actions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alertAction' + alertType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alertType' + creationDateTime: + 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 + format: date-time + description: + type: string + detectionTechnology: + type: string + nullable: true + displayName: + type: string + relatedResources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.relatedResource' + severity: + $ref: '#/components/schemas/microsoft.graph.networkaccess.threatSeverity' + vendorName: + type: string + policy: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicy' + additionalProperties: + type: object + microsoft.graph.networkaccess.filteringPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.networkaccess.policy' + - title: filteringPolicy + type: object + properties: + action: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicyAction' + 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 when the filtering Policy was originally created. + format: date-time + 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 when a particular profile was last modified or updated. + format: date-time + additionalProperties: + type: object + microsoft.graph.networkaccess.connectivity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: connectivity + type: object + properties: + webCategories: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.webCategory' + branches: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchSite' + description: Branches represent locations for connectivity. DEPRECATED AND TO BE RETIRED SOON. Use the remoteNetwork relationship and its associated APIs instead. + x-ms-navigationProperty: true + remoteNetworks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetwork' + description: 'Represent locations, such as branches, that are connected to Global Secure Access services through an IPsec tunnel.' + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.networkaccess.branchSite: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: branchSite + type: object + properties: + bandwidthCapacity: + type: integer + description: 'Determines the maximum allowed Mbps (megabits per second) bandwidth from a branch site. The possible values are:250,500,750,1000.' + format: int64 + nullable: true + connectivityState: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityState' + country: + type: string + description: The branch site is created in the specified country. DO NOT USE. + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: last modified time. + format: date-time + name: + type: string + description: Name. + region: + $ref: '#/components/schemas/microsoft.graph.networkaccess.region' + version: + type: string + description: The branch version. + connectivityConfiguration: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchConnectivityConfiguration' + deviceLinks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + description: Each unique CPE device associated with a branch is specified. Supports $expand. + x-ms-navigationProperty: true + forwardingProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + description: Each forwarding profile associated with a branch site is specified. Supports $expand. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.networkaccess.branchConnectivityConfiguration: + title: branchConnectivityConfiguration + type: object + properties: + branchId: + type: string + description: Unique identifier or a specific reference assigned to a branchSite. Key. + branchName: + type: string + description: Display name assigned to a branchSite. + links: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + description: List of connectivity configurations for deviceLink objects. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.networkaccess.connectivityConfigurationLink: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: connectivityConfigurationLink + type: object + properties: + displayName: + type: string + description: Specifies the name of the link. + localConfigurations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.localConnectivityConfiguration' + description: Specifies Microsoft's end of the tunnel configuration for a device link. + peerConfiguration: + $ref: '#/components/schemas/microsoft.graph.networkaccess.peerConnectivityConfiguration' + additionalProperties: + type: object + microsoft.graph.networkaccess.deviceLink: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: deviceLink + type: object + properties: + bandwidthCapacityInMbps: + $ref: '#/components/schemas/microsoft.graph.networkaccess.bandwidthCapacityInMbps' + bgpConfiguration: + $ref: '#/components/schemas/microsoft.graph.networkaccess.bgpConfiguration' + deviceVendor: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceVendor' + ipAddress: + type: string + description: The public IP address of your CPE (customer premise equipment) device. + 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: last modified time. + format: date-time + name: + type: string + description: Name. + redundancyConfiguration: + $ref: '#/components/schemas/microsoft.graph.networkaccess.redundancyConfiguration' + tunnelConfiguration: + $ref: '#/components/schemas/microsoft.graph.networkaccess.tunnelConfiguration' + additionalProperties: + type: object + microsoft.graph.networkaccess.forwardingProfile: + allOf: + - $ref: '#/components/schemas/microsoft.graph.networkaccess.profile' + - title: forwardingProfile + type: object + properties: + associations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.association' + description: 'Specifies the users, groups, devices, and remote networks whose traffic is associated with the given traffic forwarding profile.' + priority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Profile priority. + format: int32 + trafficForwardingType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficForwardingType' + servicePrincipal: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' + additionalProperties: + type: object + microsoft.graph.networkaccess.policyLink: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: policyLink + type: object + properties: + state: + $ref: '#/components/schemas/microsoft.graph.networkaccess.status' + version: + type: string + description: Version. + policy: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policy' + additionalProperties: + type: object + microsoft.graph.networkaccess.policy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: policy + type: object + properties: + description: + type: string + description: Description. + nullable: true + name: + type: string + description: Policy name. + version: + type: string + description: Version. + policyRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + description: Represents the definition of the policy ruleset that makes up the core definition of a policy. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.servicePrincipal: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: servicePrincipal + type: object + properties: + accountEnabled: + type: boolean + description: 'true if the service principal account is enabled; otherwise, false. If set to false, then no users are able to sign in to this app, even if they''re assigned to it. Supports $filter (eq, ne, not, in).' + nullable: true + addIns: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.addIn' + description: 'Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its ''FileHandler'' functionality. This lets services like Microsoft 365 call the application in the context of a document the user is working on.' + alternativeNames: + type: array + items: + type: string + description: 'Used to retrieve service principals by subscription, identify resource group and full resource IDs for managed identities. Supports $filter (eq, not, ge, le, startsWith).' + appDescription: + type: string + description: The description exposed by the associated application. + nullable: true + appDisplayName: + type: string + description: The display name exposed by the associated application. + nullable: true + appId: + type: string + description: 'The unique identifier for the associated application (its appId property). Alternate key. Supports $filter (eq, ne, not, in, startsWith).' + nullable: true + applicationTemplateId: + type: string + description: 'Unique identifier of the applicationTemplate. Supports $filter (eq, not, ne). Read-only. null if the app wasn''t created from an application template.' + nullable: true + appOwnerOrganizationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: 'Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le).' + format: uuid + nullable: true + appRoleAssignmentRequired: + type: boolean + description: 'Specifies whether users or other service principals need to be granted an app role assignment for this service principal before users can sign in or apps can get tokens. The default value is false. Not nullable. Supports $filter (eq, ne, NOT).' + appRoles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRole' + description: 'The roles exposed by the application, which this service principal represents. For more information, see the appRoles property definition on the application entity. Not nullable.' + customSecurityAttributes: + $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeValue' + description: + type: string + description: 'Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps displays the application description in this field. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.' + nullable: true + disabledByMicrosoftStatus: + type: string + description: 'Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' + nullable: true + displayName: + type: string + description: 'The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' + nullable: true + errorUrl: + type: string + description: Deprecated. Don't use. + nullable: true + homepage: + type: string + description: Home page or landing page of the application. + nullable: true + info: + $ref: '#/components/schemas/microsoft.graph.informationalUrl' + keyCredentials: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyCredential' + description: 'The collection of key credentials associated with the service principal. Not nullable. Supports $filter (eq, not, ge, le).' + loginUrl: + type: string + description: 'Specifies the URL where the service provider redirects the user to Microsoft Entra ID to authenticate. Microsoft Entra ID uses the URL to launch the application from Microsoft 365 or the Microsoft Entra My Apps. When blank, Microsoft Entra ID performs IdP-initiated sign-on for applications configured with SAML-based single sign-on. The user launches the application from Microsoft 365, the Microsoft Entra My Apps, or the Microsoft Entra SSO URL.' + nullable: true + logoutUrl: + type: string + description: 'Specifies the URL that the Microsoft''s authorization service uses to sign out a user using OpenId Connect front-channel, back-channel, or SAML sign out protocols.' + nullable: true + notes: + type: string + description: 'Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1,024 characters.' + nullable: true + notificationEmailAddresses: + type: array + items: + type: string + description: Specifies the list of email addresses where Microsoft Entra ID sends a notification when the active certificate is near the expiration date. This is only for the certificates used to sign the SAML token issued for Microsoft Entra Gallery applications. + passwordCredentials: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passwordCredential' + description: The collection of password credentials associated with the service principal. Not nullable. + passwordSingleSignOnSettings: + $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' + preferredSingleSignOnMode: + type: string + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + nullable: true + preferredTokenSigningKeyEndDateTime: + 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: 'Specifies the expiration date of the keyCredential used for token signing, marked by preferredTokenSigningKeyThumbprint. Updating this attribute isn''t currently supported. For details, see ServicePrincipal property differences.' + format: date-time + nullable: true + preferredTokenSigningKeyThumbprint: + type: string + description: 'This property can be used on SAML applications (apps that have preferredSingleSignOnMode set to saml) to control which certificate is used to sign the SAML responses. For applications that aren''t SAML, don''t write or otherwise rely on this property.' + nullable: true + publishedPermissionScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permissionScope' + description: 'The delegated permissions exposed by the application. For more information, see the oauth2PermissionScopes property on the application entity''s api property. Not nullable. Note: This property is named oauth2PermissionScopes in v1.0.' + publisherName: + type: string + description: The name of the Microsoft Entra tenant that published the application. + nullable: true + replyUrls: + type: array + items: + type: string + description: 'The URLs that user tokens are sent to for sign in with the associated application, or the redirect URIs that OAuth 2.0 authorization codes and access tokens are sent to for the associated application. Not nullable.' + samlMetadataUrl: + type: string + description: The url where the service exposes SAML metadata for federation. + nullable: true + samlSingleSignOnSettings: + $ref: '#/components/schemas/microsoft.graph.samlSingleSignOnSettings' + servicePrincipalNames: + type: array + items: + type: string + description: 'Contains the list of identifiersUris, copied over from the associated application. More values can be added to hybrid applications. These values can be used to identify the permissions exposed by this app within Microsoft Entra ID. For example,Client apps can specify a resource URI that is based on the values of this property to acquire an access token, which is the URI returned in the ''aud'' claim.The any operator is required for filter expressions on multi-valued properties. Not nullable. Supports $filter (eq, not, ge, le, startsWith).' + servicePrincipalType: + type: string + description: Identifies if the service principal represents an application or a managed identity. This is set by Microsoft Entra ID internally. For a service principal that represents an application this is set as Application. For a service principal that represents a managed identity this is set as ManagedIdentity. The SocialIdp type is for internal use. + nullable: true + signInAudience: + type: string + description: 'Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization''s Microsoft Entra tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization''s Microsoft Entra tenant (multitenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization''s Microsoft Entra tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.' + nullable: true + tags: + type: array + items: + type: string + description: 'Custom strings that can be used to categorize and identify the service principal. Not nullable. The value is the union of strings set here and on the associated application entity''s tags property.Supports $filter (eq, not, ge, le, startsWith).' + tokenEncryptionKeyId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: 'Specifies the keyId of a public key from the keyCredentials collection. When configured, Microsoft Entra ID issues tokens for this application encrypted using the key specified by this property. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.' + format: uuid + nullable: true + verifiedPublisher: + $ref: '#/components/schemas/microsoft.graph.verifiedPublisher' + appManagementPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' + description: The appManagementPolicy applied to this service principal. + x-ms-navigationProperty: true + appRoleAssignedTo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + description: 'App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand.' + x-ms-navigationProperty: true + appRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + description: 'App role assignment for another app or service, granted to this service principal. Supports $expand.' + x-ms-navigationProperty: true + claimsMappingPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + description: The claimsMappingPolicies assigned to this service principal. Supports $expand. + x-ms-navigationProperty: true + claimsPolicy: + $ref: '#/components/schemas/microsoft.graph.customClaimsPolicy' + createdObjects: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Directory objects created by this service principal. Read-only. Nullable. + x-ms-navigationProperty: true + delegatedPermissionClassifications: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + description: The permission classifications for delegated permissions exposed by the app that this service principal represents. Supports $expand. + x-ms-navigationProperty: true + endpoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.endpoint' + description: Endpoints available for discovery. Services like Sharepoint populate this property with a tenant specific SharePoint endpoints that other applications can discover and use in their experiences. + x-ms-navigationProperty: true + federatedIdentityCredentials: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + x-ms-navigationProperty: true + homeRealmDiscoveryPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + description: The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand. + x-ms-navigationProperty: true + licenseDetails: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseDetails' + x-ms-navigationProperty: true + memberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: 'Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.' + x-ms-navigationProperty: true + oauth2PermissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' + description: Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable. + x-ms-navigationProperty: true + ownedObjects: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: 'Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + x-ms-navigationProperty: true + owners: + 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).' + x-ms-navigationProperty: true + permissionGrantPreApprovalPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permissionGrantPreApprovalPolicy' + x-ms-navigationProperty: true + remoteDesktopSecurityConfiguration: + $ref: '#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration' + synchronization: + $ref: '#/components/schemas/microsoft.graph.synchronization' + tokenIssuancePolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' + description: The tokenIssuancePolicies assigned to this service principal. Supports $expand. + x-ms-navigationProperty: true + tokenLifetimePolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' + description: The tokenLifetimePolicies assigned to this service principal. Supports $expand. + x-ms-navigationProperty: true + transitiveMemberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.networkaccess.remoteNetwork: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: remoteNetwork + type: object + properties: + 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: last modified time. + format: date-time + name: + type: string + description: Name. + region: + $ref: '#/components/schemas/microsoft.graph.networkaccess.region' + version: + type: string + description: Remote network version. + connectivityConfiguration: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkConnectivityConfiguration' + deviceLinks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + description: Each unique CPE device associated with a remote network is specified. Supports $expand. + x-ms-navigationProperty: true + forwardingProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + description: Each forwarding profile associated with a remote network is specified. Supports $expand and $select. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.networkaccess.remoteNetworkConnectivityConfiguration: + title: remoteNetworkConnectivityConfiguration + type: object + properties: + remoteNetworkId: + type: string + description: Unique identifier or a specific reference assigned to a branchSite. Key. + remoteNetworkName: + type: string + description: Display name assigned to a branchSite. + links: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + description: List of connectivity configurations for deviceLink objects. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.networkaccess.policyRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: policyRule + type: object + properties: + name: + type: string + description: Name. + additionalProperties: + type: object + microsoft.graph.networkaccess.filteringProfile: + allOf: + - $ref: '#/components/schemas/microsoft.graph.networkaccess.profile' + - title: filteringProfile + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time when the filteringProfile was created. + format: date-time + priority: + type: integer + description: The priority used to order the profile for processing within a list. + format: int64 + conditionalAccessPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.conditionalAccessPolicy' + description: A set of associated policies defined to regulate access to resources or systems based on specific conditions. Automatically expanded. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.networkaccess.conditionalAccessPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conditionalAccessPolicy + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Indicates the date and time the conditional access policy was created. + format: date-time + description: + type: string + description: Provides a summary of the conditional access policy. + nullable: true + displayName: + type: string + description: Represents the human-readable name or title assigned to the conditional access policy. + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Indicates the date and time when the conditional access policy was last modified. + format: date-time + additionalProperties: + type: object + microsoft.graph.networkaccess.forwardingPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.networkaccess.policy' + - title: forwardingPolicy + type: object + properties: + trafficForwardingType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficForwardingType' + additionalProperties: + type: object + microsoft.graph.networkaccess.policyRuleDelta: + title: policyRuleDelta + type: object + properties: + action: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingRuleAction' + ruleId: + type: string + description: The identifier of the policy rule to update. + additionalProperties: + type: object + microsoft.graph.networkaccess.logs: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: logs + type: object + properties: + remoteNetworks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkHealthEvent' + description: A collection of remote network health events. + x-ms-navigationProperty: true + traffic: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessTraffic' + description: A network access traffic log entry that contains comprehensive information about network traffic events. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.networkaccess.remoteNetworkHealthEvent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: remoteNetworkHealthEvent + type: object + properties: + bgpRoutesAdvertisedCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of BGP routes advertised through tunnel. + format: int32 + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The time of the original event generation in UTC. Supports $filter (ge, le) and $orderby.' + format: date-time + description: + type: string + description: The description of the event. + nullable: true + destinationIp: + type: string + description: The IP address of the destination. + nullable: true + receivedBytes: + type: integer + description: The number of bytes sent from the destination to the source. + format: int64 + nullable: true + remoteNetworkId: + type: string + description: A unique identifier for each remoteNetwork site. Supports $filter (eq). + sentBytes: + type: integer + description: The number of bytes sent from the source to the destination for the connection or session. + format: int64 + nullable: true + sourceIp: + type: string + description: The public IP address. + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkStatus' + additionalProperties: + type: object + microsoft.graph.networkaccess.networkAccessTraffic: + title: networkAccessTraffic + type: object + properties: + action: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicyAction' + agentVersion: + type: string + description: Represents the version of the Global Secure Access client agent software. Supports $filter (eq) and $orderby. + nullable: true + applicationSnapshot: + $ref: '#/components/schemas/microsoft.graph.networkaccess.applicationSnapshot' + connectionId: + type: string + description: Represents a unique identifier assigned to a connection. Supports $filter (eq) and $orderby. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Represents the date and time when a network access traffic log entry was created. Supports $filter (eq) and $orderby. + format: date-time + description: + type: string + nullable: true + destinationFQDN: + type: string + description: Represents the Fully Qualified Domain Name (FQDN) of the destination host or server in a network communication. Supports $filter (eq) and $orderby. + nullable: true + destinationIp: + type: string + description: Represents the IP address of the destination host or server in a network communication. Supports $filter (eq) and $orderby. + nullable: true + destinationPort: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Represents the network port number on the destination host or server in a network communication. Supports $filter (eq) and $orderby. + format: int32 + nullable: true + destinationUrl: + type: string + nullable: true + destinationWebCategory: + $ref: '#/components/schemas/microsoft.graph.networkaccess.webCategory' + deviceCategory: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceCategory' + deviceId: + type: string + description: Represents a unique identifier assigned to a device within a network infrastructure. Supports $filter (eq) and $orderby. + nullable: true + deviceOperatingSystem: + type: string + description: Represents the operating system installed on a device within a network infrastructure. Supports $filter (eq) and $orderby. + nullable: true + deviceOperatingSystemVersion: + type: string + description: Represents the version or release number of the operating system installed on a device within a network infrastructure. Supports $filter (eq) and $orderby. + nullable: true + filteringProfileId: + type: string + nullable: true + filteringProfileName: + type: string + nullable: true + headers: + $ref: '#/components/schemas/microsoft.graph.networkaccess.headers' + initiatingProcessName: + type: string + nullable: true + networkProtocol: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkingProtocol' + policyId: + type: string + description: Represents a unique identifier assigned to a policy. Supports $filter (eq) and $orderby. + nullable: true + policyName: + type: string + nullable: true + policyRuleId: + type: string + description: Represents a unique identifier assigned to a policy rule. Supports $filter (eq) and $orderby. + nullable: true + policyRuleName: + type: string + nullable: true + privateAccessDetails: + $ref: '#/components/schemas/microsoft.graph.networkaccess.privateAccessDetails' + receivedBytes: + type: integer + description: Represents the total number of bytes received in a network communication or data transfer. Supports $filter (eq) and $orderby. + format: int64 + nullable: true + resourceTenantId: + type: string + nullable: true + sentBytes: + type: integer + description: Represents the total number of bytes sent in a network communication or data transfer. Supports $filter (eq) and $orderby. + format: int64 + nullable: true + sessionId: + type: string + description: Represents a unique identifier assigned to a session or connection within a network infrastructure. Supports $filter (eq) and $orderby. + nullable: true + sourceIp: + type: string + description: Represents the source IP address in a network communication. Supports $filter (eq) and $orderby. + nullable: true + sourcePort: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Represents the network port number on the source host or device in a network communication. Supports $filter (eq) and $orderby. + format: int32 + nullable: true + tenantId: + type: string + description: Represents a unique identifier assigned to a tenant within a network infrastructure. Supports $filter (eq) and $orderby. + threatType: + type: string + nullable: true + trafficType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficType' + transactionId: + type: string + description: Represents a unique identifier assigned to a specific transaction or operation. Key. Supports $filter (eq) and $orderby. + transportProtocol: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkingProtocol' + userId: + type: string + description: Represents a unique identifier assigned to a user. Supports $filter (eq) and $orderby. + nullable: true + userPrincipalName: + type: string + description: Represents the user principal name (UPN) associated with a user. Supports $filter (eq) and $orderby. + nullable: true + vendorNames: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.reports: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: reports + type: object + additionalProperties: + type: object + microsoft.graph.networkaccess.crossTenantAccess: + title: crossTenantAccess + type: object + properties: + deviceCount: + type: integer + description: The number of devices that accessed the external tenant. + format: int64 + lastAccessDateTime: + 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 timestamp of the most recent access to the external tenant. + format: date-time + resourceTenantId: + type: string + description: The tenant ID of the external tenant. + resourceTenantName: + type: string + description: The name of the external tenant. + nullable: true + resourceTenantPrimaryDomain: + type: string + description: The domain of the external tenant. + usageStatus: + $ref: '#/components/schemas/microsoft.graph.networkaccess.usageStatus' + userCount: + type: integer + description: The number of users that accessed the external tenant. + format: int64 + additionalProperties: + type: object + microsoft.graph.networkaccess.destination: + title: destination + type: object + properties: + deviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of unique devices that were seen. + format: int32 + firstAccessDateTime: + 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 + format: date-time + fqdn: + type: string + description: The fully qualified domain name (FQDN) of the destination. + nullable: true + ip: + type: string + description: The internet protocol (IP) used to access the destination. + lastAccessDateTime: + 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 most recent access DateTime. + format: date-time + networkingProtocol: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkingProtocol' + port: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The numeric identifier that is associated with a specific endpoint in a network. + format: int32 + threatCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + totalBytesReceived: + type: integer + format: int64 + totalBytesSent: + type: integer + format: int64 + trafficType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficType' + transactionCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of transactions. + format: int32 + userCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of unique Microsoft Entra ID users that were seen. + format: int32 + additionalProperties: + type: object + microsoft.graph.networkaccess.device: + title: device + type: object + properties: + deviceId: + type: string + description: A unique device ID. + displayName: + type: string + description: The display name for the device. + isCompliant: + type: boolean + description: A value that indicates whether or not the device is compliant. + lastAccessDateTime: + 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 most recent access time for the device. + format: date-time + operatingSystem: + type: string + description: The operating system on the device. + trafficType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficType' + additionalProperties: + type: object + microsoft.graph.networkaccess.entitiesSummary: + title: entitiesSummary + type: object + properties: + deviceCount: + type: integer + description: The number of unique devices that were seen. + format: int64 + trafficType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficType' + userCount: + type: integer + description: The number of unique Microsoft Entra ID users that were seen. + format: int64 + workloadCount: + type: integer + description: The number of unique target workloads/hosts that were seen. + format: int64 + additionalProperties: + type: object + microsoft.graph.networkaccess.crossTenantSummary: + title: crossTenantSummary + type: object + properties: + authTransactionCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The total number of authentication sessions between startDateTime and endDateTime. + format: int32 + deviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of unique devices that performed cross-tenant access. + format: int32 + newTenantCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The number of unique tenants that were accessed between endDateTime and discoveryPivotDateTime, but weren''t accessed between discoveryPivotDateTime and startDateTime.' + format: int32 + rarelyUsedTenantCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of tenants that are rarely used. + format: int32 + tenantCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The number of unique tenants that were accessed, not including the device''s tenant.' + format: int32 + userCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of unique users that performed cross-tenant access. + format: int32 + additionalProperties: + type: object + microsoft.graph.networkaccess.aggregationFilter: + title: aggregationFilter + enum: + - transactions + - users + - devices + - unknownFutureValue + - bytesSent + - bytesReceived + - totalBytes + type: string + microsoft.graph.networkaccess.destinationSummary: + title: destinationSummary + type: object + properties: + count: + type: integer + description: 'The number of the destinationSummary objects, aggregated by Global Secure Access service.' + format: int64 + destination: + type: string + description: The IP address or FQDN of the destination. + trafficType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficType' + additionalProperties: + type: object + microsoft.graph.networkaccess.deviceUsageSummary: + title: deviceUsageSummary + type: object + properties: + activeDeviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of distinct device IDs between the discovery pivot time and the end of the reporting period. + format: int32 + inactiveDeviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The discovery pivot time and the end of the reporting period, but were seen between the start of the reporting period and the discovery pivot time.' + format: int32 + totalDeviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The total number of distinct device IDs that were seen during the reporting period. + format: int32 + additionalProperties: + type: object + microsoft.graph.networkaccess.discoveredApplicationSegmentReport: + title: discoveredApplicationSegmentReport + type: object + properties: + accessType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.accessType' + deviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + discoveredApplicationSegmentId: + type: string + firstAccessDateTime: + 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 + format: date-time + fqdn: + type: string + nullable: true + ip: + type: string + nullable: true + lastAccessDateTime: + 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 + format: date-time + port: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + totalBytesReceived: + type: integer + format: int64 + totalBytesSent: + type: integer + format: int64 + transactionCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + transportProtocol: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkingProtocol' + userCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + additionalProperties: + type: object + microsoft.graph.networkaccess.transactionSummary: + title: transactionSummary + type: object + properties: + blockedCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of transactions that were blocked. + format: int32 + totalCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The total number of transactions. + format: int32 + trafficType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficType' + additionalProperties: + type: object + microsoft.graph.networkaccess.usageProfilingPoint: + title: usageProfilingPoint + type: object + properties: + internetAccessTrafficCount: + type: integer + format: int64 + microsoft365AccessTrafficCount: + type: integer + format: int64 + privateAccessTrafficCount: + type: integer + format: int64 + timeStampDateTime: + 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 + format: date-time + totalTrafficCount: + type: integer + format: int64 + additionalProperties: + type: object + microsoft.graph.networkaccess.user: + title: user + type: object + properties: + displayName: + type: string + description: User display Name. + firstAccessDateTime: + 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 + format: date-time + lastAccessDateTime: + 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 of the most recent access. + format: date-time + totalBytesReceived: + type: integer + format: int64 + totalBytesSent: + type: integer + format: int64 + trafficType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.trafficType' + transactionCount: + type: integer + format: int64 + userId: + type: string + description: The ID for the user. + userPrincipalName: + type: string + description: 'A unique identifier that is associated with a user in a system or directory. Typically, this value is an email address that is used for user authentication and identification.' + userType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.userType' + additionalProperties: + type: object + microsoft.graph.networkaccess.webCategoriesSummary: + title: webCategoriesSummary + type: object + properties: + action: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicyAction' + deviceCount: + type: integer + description: The number of unique devices that were seen. + format: int64 + transactionCount: + type: integer + description: The number of transactions that were seen. + format: int64 + userCount: + type: integer + description: The number of unique Microsoft Entra ID users that were seen. + format: int64 + webCategory: + $ref: '#/components/schemas/microsoft.graph.networkaccess.webCategory' + additionalProperties: + type: object + microsoft.graph.networkaccess.settings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: settings + type: object + properties: + conditionalAccess: + $ref: '#/components/schemas/microsoft.graph.networkaccess.conditionalAccessSettings' + crossTenantAccess: + $ref: '#/components/schemas/microsoft.graph.networkaccess.crossTenantAccessSettings' + enrichedAuditLogs: + $ref: '#/components/schemas/microsoft.graph.networkaccess.enrichedAuditLogs' + forwardingOptions: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingOptions' + additionalProperties: + type: object + microsoft.graph.networkaccess.conditionalAccessSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conditionalAccessSettings + type: object + properties: + signalingStatus: + $ref: '#/components/schemas/microsoft.graph.networkaccess.status' + additionalProperties: + type: object + microsoft.graph.networkaccess.crossTenantAccessSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: crossTenantAccessSettings + type: object + properties: + networkPacketTaggingStatus: + $ref: '#/components/schemas/microsoft.graph.networkaccess.status' + additionalProperties: + type: object + microsoft.graph.networkaccess.enrichedAuditLogs: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: enrichedAuditLogs + type: object + properties: + exchange: + $ref: '#/components/schemas/microsoft.graph.networkaccess.enrichedAuditLogsSettings' + sharepoint: + $ref: '#/components/schemas/microsoft.graph.networkaccess.enrichedAuditLogsSettings' + teams: + $ref: '#/components/schemas/microsoft.graph.networkaccess.enrichedAuditLogsSettings' + additionalProperties: + type: object + microsoft.graph.networkaccess.forwardingOptions: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: forwardingOptions + type: object + properties: + skipDnsLookupState: + $ref: '#/components/schemas/microsoft.graph.networkaccess.status' + additionalProperties: + type: object + microsoft.graph.networkaccess.tenantStatus: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: tenantStatus + type: object + properties: + onboardingErrorMessage: + type: string + description: Reflects a message to the user if there's an error. + nullable: true + onboardingStatus: + $ref: '#/components/schemas/microsoft.graph.networkaccess.onboardingStatus' + additionalProperties: + type: object + microsoft.graph.entity: + title: entity + type: object + properties: + id: + type: string + description: The unique identifier for an entity. Read-only. + additionalProperties: + type: object + microsoft.graph.networkaccess.alertAction: + title: alertAction + type: object + properties: + actionLink: + type: string + nullable: true + actionText: + type: string + additionalProperties: + type: object + microsoft.graph.networkaccess.alertType: + title: alertType + enum: + - unhealthyRemoteNetworks + - unhealthyConnectors + - deviceTokenInconsistency + - crossTenantAnomaly + - suspiciousProcess + - threatIntelligenceTransactions + - unknownFutureValue + - webContentBlocked + - malware + type: string + microsoft.graph.networkaccess.relatedResource: + title: relatedResource + type: object + additionalProperties: + type: object + microsoft.graph.networkaccess.threatSeverity: + title: threatSeverity + enum: + - informational + - low + - medium + - high + - critical + - unknownFutureValue + type: string + microsoft.graph.networkaccess.filteringPolicyAction: + title: filteringPolicyAction + enum: + - block + - allow + - unknownFutureValue + type: string + microsoft.graph.networkaccess.webCategory: + allOf: + - $ref: '#/components/schemas/microsoft.graph.networkaccess.ruleDestination' + - title: webCategory + type: object + properties: + displayName: + type: string + description: The display name for the web category. + nullable: true + group: + type: string + description: The group or category to which the web category belongs. + nullable: true + name: + type: string + description: The unique name that is associated with the web category. + additionalProperties: + type: object + microsoft.graph.networkaccess.connectivityState: + title: connectivityState + enum: + - pending + - connected + - inactive + - error + - unknownFutureValue + type: string + microsoft.graph.networkaccess.region: + title: region + enum: + - eastUS + - eastUS2 + - westUS + - westUS2 + - westUS3 + - centralUS + - northCentralUS + - southCentralUS + - northEurope + - westEurope + - franceCentral + - germanyWestCentral + - switzerlandNorth + - ukSouth + - canadaEast + - canadaCentral + - southAfricaWest + - southAfricaNorth + - uaeNorth + - australiaEast + - westCentralUS + - centralIndia + - southEastAsia + - swedenCentral + - southIndia + - australiaSouthEast + - koreaCentral + - polandCentral + - brazilSouth + - japanEast + - japanWest + - koreaSouth + - italyNorth + - franceSouth + - israelCentral + - unknownFutureValue + type: string + microsoft.graph.networkaccess.localConnectivityConfiguration: + title: localConnectivityConfiguration + type: object + properties: + asn: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Specifies ASN of one end of IPSec tunnel (local or peer). + format: int32 + bgpAddress: + type: string + description: Specifies BGP IPv4 address of one end of IPSec tunnel (local or peer). + endpoint: + type: string + description: Specifies public IPv4 address of one end of IPSec tunnel (local or peer). + region: + $ref: '#/components/schemas/microsoft.graph.networkaccess.region' + additionalProperties: + type: object + microsoft.graph.networkaccess.peerConnectivityConfiguration: + title: peerConnectivityConfiguration + type: object + properties: + asn: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Specifies ASN of one end of IPSec tunnel (local or peer). + format: int32 + bgpAddress: + type: string + description: Specifies BGP IPv4 address of one end of IPSec tunnel (local or peer). + endpoint: + type: string + description: Specifies public IPv4 address of one end of IPSec tunnel (local or peer). + additionalProperties: + type: object + microsoft.graph.networkaccess.bandwidthCapacityInMbps: + title: bandwidthCapacityInMbps + enum: + - mbps250 + - mbps500 + - mbps750 + - mbps1000 + - unknownFutureValue + type: string + microsoft.graph.networkaccess.bgpConfiguration: + title: bgpConfiguration + type: object + properties: + asn: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Specifies the ASN of the BGP. + format: int32 + ipAddress: + type: string + description: Specifies the BGP IP address. + nullable: true + localIpAddress: + type: string + description: 'Specifies the BGP IP address of peer (Microsoft, in this case).' + nullable: true + peerIpAddress: + type: string + description: Specifies the BGP IP address of customer's on-premise VPN router configuration. + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.deviceVendor: + title: deviceVendor + enum: + - barracudaNetworks + - checkPoint + - ciscoMeraki + - citrix + - fortinet + - hpeAruba + - netFoundry + - nuage + - openSystems + - paloAltoNetworks + - riverbedTechnology + - silverPeak + - vmWareSdWan + - versa + - other + - ciscoCatalyst + - unknownFutureValue + type: string + microsoft.graph.networkaccess.redundancyConfiguration: + title: redundancyConfiguration + type: object + properties: + redundancyTier: + $ref: '#/components/schemas/microsoft.graph.networkaccess.redundancyTier' + zoneLocalIpAddress: + type: string + description: Indicate the specific IP address used for establishing the Border Gateway Protocol (BGP) connection with Microsoft's network. + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.tunnelConfiguration: + title: tunnelConfiguration + type: object + properties: + preSharedKey: + type: string + description: A key to establish secure connection between the link and VPN tunnel on the edge. + nullable: true + zoneRedundancyPreSharedKey: + type: string + description: Another key for zone redundant tunnel. Required only when you select zoneRedundancy redindancyTier when creating a deviceLink. + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.profile: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: profile + type: object + properties: + description: + type: string + description: Description. + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Profile last modified time. + format: date-time + name: + type: string + description: Profile name. + state: + $ref: '#/components/schemas/microsoft.graph.networkaccess.status' + version: + type: string + description: Profile version. + policies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + description: Traffic forwarding policies associated with this profile. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.networkaccess.association: + title: association + type: object + additionalProperties: + type: object + microsoft.graph.networkaccess.trafficForwardingType: + title: trafficForwardingType + enum: + - m365 + - internet + - private + - unknownFutureValue + type: string + microsoft.graph.networkaccess.status: + title: status + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.directoryObject: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: directoryObject + type: object + properties: + deletedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time when this object was deleted. Always null when the object hasn't been deleted. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.addIn: + title: addIn + type: object + properties: + id: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier for the addIn object. + format: uuid + nullable: true + properties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required. + type: + type: string + description: The unique name for the functionality exposed by the app. + additionalProperties: + type: object + microsoft.graph.appRole: + title: appRole + type: object + properties: + allowedMemberTypes: + type: array + items: + type: string + description: 'Specifies whether this app role can be assigned to users and groups (by setting to [''User'']), to other application''s (by setting to [''Application''], or both (by setting to [''User'', ''Application'']). App roles supporting assignment to other applications'' service principals are also known as application permissions. The ''Application'' value is only supported for app roles defined on application entities.' + description: + type: string + description: 'The description for the app role. This is displayed when the app role is being assigned and, if the app role functions as an application permission, during consent experiences.' + nullable: true + displayName: + type: string + description: Display name for the permission that appears in the app role assignment and consent experiences. + nullable: true + id: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: Unique role identifier inside the appRoles collection. You must specify a new GUID identifier when you create a new app role. + format: uuid + isEnabled: + type: boolean + description: 'When creating or updating an app role, this must be set to true (which is the default). To delete a role, this must first be set to false. At that point, in a subsequent call, this role may be removed.' + origin: + type: string + description: Specifies if the app role is defined on the application object or on the servicePrincipal entity. Must not be included in any POST or PATCH requests. Read-only. + nullable: true + value: + type: string + description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren''t allowed. May not begin with ..' + nullable: true + additionalProperties: + type: object + microsoft.graph.customSecurityAttributeValue: + title: customSecurityAttributeValue + type: object + additionalProperties: + type: object + microsoft.graph.informationalUrl: + title: informationalUrl + type: object + properties: + logoUrl: + type: string + description: 'CDN URL to the application''s logo, Read-only.' + nullable: true + marketingUrl: + type: string + description: 'Link to the application''s marketing page. For example, https://www.contoso.com/app/marketing' + nullable: true + privacyStatementUrl: + type: string + description: 'Link to the application''s privacy statement. For example, https://www.contoso.com/app/privacy' + nullable: true + supportUrl: + type: string + description: 'Link to the application''s support page. For example, https://www.contoso.com/app/support' + nullable: true + termsOfServiceUrl: + type: string + description: 'Link to the application''s terms of service statement. For example, https://www.contoso.com/app/termsofservice' + nullable: true + additionalProperties: + type: object + microsoft.graph.keyCredential: + title: keyCredential + type: object + properties: + customKeyIdentifier: + type: string + description: 'A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.' + format: base64url + nullable: true + displayName: + type: string + description: Friendly name for the key. Optional. + nullable: true + endDateTime: + 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 at which the credential expires. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + key: + type: string + description: 'Value for the key credential. Should be a Base64 encoded value. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it is always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key.' + format: base64url + nullable: true + keyId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier for the key. + format: uuid + nullable: true + startDateTime: + 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 at which the credential becomes valid.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 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + type: + type: string + description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert, or X509CertAndPassword.' + nullable: true + usage: + type: string + description: 'A string that describes the purpose for which the key can be used; for example, None​, Verify​, PairwiseIdentifier​, Delegation​, Decrypt​, Encrypt​, HashedIdentifier​, SelfSignedTls, or Sign. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined.' + nullable: true + additionalProperties: + type: object + microsoft.graph.passwordCredential: + title: passwordCredential + type: object + properties: + customKeyIdentifier: + type: string + description: Do not use. + format: base64url + nullable: true + displayName: + type: string + description: Friendly name for the password. Optional. + nullable: true + endDateTime: + 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 at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.' + format: date-time + nullable: true + hint: + type: string + description: Contains the first three characters of the password. Read-only. + nullable: true + keyId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier for the password. + format: uuid + nullable: true + secretText: + type: string + description: Read-only; Contains the strong passwords generated by Microsoft Entra ID that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future. + nullable: true + startDateTime: + 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 at which the password becomes valid. 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 is 2014-01-01T00:00:00Z. Optional.' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.passwordSingleSignOnSettings: + title: passwordSingleSignOnSettings + type: object + properties: + fields: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnField' + description: The fields to capture to fill the user credentials for password-based single sign-on. + additionalProperties: + type: object + microsoft.graph.permissionScope: + title: permissionScope + type: object + properties: + adminConsentDescription: + type: string + description: 'A description of the delegated permissions, intended to be read by an administrator granting the permission on behalf of all users. This text appears in tenant-wide admin consent experiences.' + nullable: true + adminConsentDisplayName: + type: string + description: 'The permission''s title, intended to be read by an administrator granting the permission on behalf of all users.' + nullable: true + id: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: Unique delegated permission identifier inside the collection of delegated permissions defined for a resource application. + format: uuid + isEnabled: + type: boolean + description: 'When you create or update a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed.' + origin: + type: string + nullable: true + type: + type: string + description: 'The possible values are: User and Admin. Specifies whether this delegated permission should be considered safe for non-admin users to consent to on behalf of themselves, or whether an administrator consent should always be required. While Microsoft Graph defines the default consent requirement for each permission, the tenant administrator may override the behavior in their organization (by allowing, restricting, or limiting user consent to this delegated permission). For more information, see Configure how users consent to applications.' + nullable: true + userConsentDescription: + type: string + description: 'A description of the delegated permissions, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.' + nullable: true + userConsentDisplayName: + type: string + description: 'A title for the permission, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.' + nullable: true + value: + type: string + description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren''t allowed. May not begin with ..' + nullable: true + additionalProperties: + type: object + microsoft.graph.samlSingleSignOnSettings: + title: samlSingleSignOnSettings + type: object + properties: + relayState: + type: string + description: The relative URI the service provider would redirect to after completion of the single sign-on flow. + nullable: true + additionalProperties: + type: object + microsoft.graph.verifiedPublisher: + title: verifiedPublisher + type: object + properties: + addedDateTime: + 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 timestamp when the verified publisher was first added or most recently updated. + format: date-time + nullable: true + displayName: + type: string + description: The verified publisher name from the app publisher's Microsoft Partner Network (MPN) account. + nullable: true + verifiedPublisherId: + type: string + description: The ID of the verified publisher from the app publisher's Partner Center account. + nullable: true + additionalProperties: + type: object + microsoft.graph.appManagementPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.policyBase' + - title: appManagementPolicy + type: object + properties: + isEnabled: + type: boolean + description: Denotes whether the policy is enabled. + restrictions: + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' + appliesTo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Collection of application and service principals to which a policy is applied. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.appRoleAssignment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: appRoleAssignment + type: object + properties: + appRoleId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' + format: uuid + creationTimestamp: + 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 time when the app role assignment was created. 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 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + principalDisplayName: + type: string + description: 'The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith).' + nullable: true + principalId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: 'The unique identifier (id) for the user, security group, or service principal being granted the app role. Security groups with dynamic memberships are supported. Required on create.' + format: uuid + nullable: true + principalType: + type: string + description: 'The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only.' + nullable: true + resourceDisplayName: + type: string + description: The display name of the resource app's service principal to which the assignment is made. + nullable: true + resourceId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). + format: uuid + nullable: true + additionalProperties: + type: object + microsoft.graph.claimsMappingPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.stsPolicy' + - title: claimsMappingPolicy + type: object + additionalProperties: + type: object + microsoft.graph.customClaimsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: customClaimsPolicy + type: object + properties: + audienceOverride: + type: string + description: 'If specified, it overrides the content of the audience claim for WS-Federation and SAML2 protocols. A custom signing key must be used for audienceOverride to be applied, otherwise, the audienceOverride value is ignored. The value provided must be in the format of an absolute URI.' + nullable: true + claims: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimBase' + description: 'Defines which claims are present in the tokens affected by the policy, in addition to the basic claim and the core claim set. Inherited from customclaimbase.' + includeApplicationIdInIssuer: + type: boolean + description: Indicates whether the application ID is added to the claim. It is relevant only for SAML2.0 and if a custom signing key is used. the default value is true. Optional. + nullable: true + includeBasicClaimSet: + type: boolean + description: 'Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn''t in the tokens unless they''re explicitly configured in this policy.' + nullable: true + additionalProperties: + type: object + microsoft.graph.delegatedPermissionClassification: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: delegatedPermissionClassification + type: object + properties: + classification: + $ref: '#/components/schemas/microsoft.graph.permissionClassificationType' + permissionId: + type: string + description: The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Doesn't support $filter. + nullable: true + permissionName: + type: string + description: The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Doesn't support $filter. + nullable: true + additionalProperties: + type: object + microsoft.graph.endpoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: endpoint + type: object + properties: + capability: + type: string + description: 'Describes the capability that is associated with this resource. (for example, Messages, Conversations, etc.) Not nullable. Read-only.' + providerId: + type: string + description: Application id of the publishing underlying service. Not nullable. Read-only. + nullable: true + providerName: + type: string + description: Name of the publishing underlying service. Read-only. + nullable: true + providerResourceId: + type: string + description: 'For Microsoft 365 groups, this is set to a well-known name for the resource (for example, Yammer.FeedURL etc.). Not nullable. Read-only.' + nullable: true + uri: + type: string + description: URL of the published resource. Not nullable. Read-only. + additionalProperties: + type: object + microsoft.graph.federatedIdentityCredential: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: federatedIdentityCredential + type: object + properties: + audiences: + type: array + items: + type: string + description: The audience that can appear in the external token. This field is mandatory and should be set to api://AzureADTokenExchange for Microsoft Entra ID. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Microsoft Entra ID in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. This field can only accept a single value and has a limit of 600 characters. Required. + description: + type: string + description: 'The un-validated, user-provided description of the federated identity credential. It has a limit of 600 characters. Optional.' + nullable: true + issuer: + type: string + description: The URL of the external identity provider and must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique on the app. It has a limit of 600 characters. Required. + name: + type: string + 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).' + nullable: true + additionalProperties: + type: object + microsoft.graph.homeRealmDiscoveryPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.stsPolicy' + - title: homeRealmDiscoveryPolicy + type: object + additionalProperties: + type: object + microsoft.graph.licenseDetails: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: licenseDetails + type: object + properties: + servicePlans: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.servicePlanInfo' + description: Information about the service plans assigned with the license. Read-only. Not nullable. + skuId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related subscribedSku object. Read-only. + format: uuid + nullable: true + skuPartNumber: + type: string + description: 'Unique SKU display name. Equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only.' + nullable: true + additionalProperties: + type: object + microsoft.graph.oAuth2PermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: oAuth2PermissionGrant + type: object + properties: + clientId: + type: string + description: The object id (not appId) of the client service principal for the application that is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + consentType: + type: string + description: 'Indicates whether authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Nonadmin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + nullable: true + expiryTime: + 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: 'Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + principalId: + type: string + description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal. Supports $filter (eq only).' + nullable: true + resourceId: + type: string + description: The id of the resource service principal to which access is authorized. This identifies the API that the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only). + scope: + type: string + description: 'A space-separated list of the claim values for delegated permissions that should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal. Must not exceed 3850 characters in length.' + nullable: true + startTime: + 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: 'Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required.' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.permissionGrantPreApprovalPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: permissionGrantPreApprovalPolicy + type: object + properties: + conditions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.preApprovalDetail' + description: A list of condition sets describing the conditions under which the permission to grant consent for the app has been preapproved. + additionalProperties: + type: object + microsoft.graph.remoteDesktopSecurityConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: remoteDesktopSecurityConfiguration + type: object + properties: + isRemoteDesktopProtocolEnabled: + type: boolean + description: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. + targetDeviceGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.targetDeviceGroup' + description: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.synchronization: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: synchronization + type: object + properties: + secrets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' + description: Represents a collection of credentials to access provisioned cloud applications. + jobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationJob' + description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' + x-ms-navigationProperty: true + templates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' + description: Pre-configured synchronization settings for a particular application. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.tokenIssuancePolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.stsPolicy' + - title: tokenIssuancePolicy + type: object + additionalProperties: + type: object + microsoft.graph.tokenLifetimePolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.stsPolicy' + - title: tokenLifetimePolicy + type: object + additionalProperties: + type: object + microsoft.graph.networkaccess.forwardingRuleAction: + title: forwardingRuleAction + enum: + - bypass + - forward + - unknownFutureValue + type: string + microsoft.graph.networkaccess.remoteNetworkStatus: + title: remoteNetworkStatus + enum: + - tunnelDisconnected + - tunnelConnected + - bgpDisconnected + - bgpConnected + - remoteNetworkAlive + - unknownFutureValue + type: string + microsoft.graph.networkaccess.applicationSnapshot: + title: applicationSnapshot + type: object + properties: + appId: + type: string + additionalProperties: + type: object + microsoft.graph.networkaccess.deviceCategory: + title: deviceCategory + enum: + - client + - branch + - unknownFutureValue + - remoteNetwork + type: string + microsoft.graph.networkaccess.headers: + title: headers + type: object + properties: + origin: + type: string + description: Represents the origin or source from which the request is being made. + nullable: true + referrer: + type: string + description: Represents the referring URL or the URL of the web page that the current request originates from. + nullable: true + xForwardedFor: + type: string + description: Represents the information about the client original IP address when the request passes through one or more proxy servers or load balancers. + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.networkingProtocol: + title: networkingProtocol + enum: + - ip + - icmp + - igmp + - ggp + - ipv4 + - tcp + - pup + - udp + - idp + - ipv6 + - ipv6RoutingHeader + - ipv6FragmentHeader + - ipSecEncapsulatingSecurityPayload + - ipSecAuthenticationHeader + - icmpV6 + - ipv6NoNextHeader + - ipv6DestinationOptions + - nd + - ipx + - raw + - spx + - spxII + - unknownFutureValue + type: string + microsoft.graph.networkaccess.privateAccessDetails: + title: privateAccessDetails + type: object + properties: + accessType: + $ref: '#/components/schemas/microsoft.graph.networkaccess.accessType' + connectionStatus: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectionStatus' + connectorId: + type: string + nullable: true + connectorIp: + type: string + nullable: true + connectorName: + type: string + nullable: true + processingRegion: + type: string + nullable: true + thirdPartyTokenDetails: + $ref: '#/components/schemas/microsoft.graph.networkaccess.thirdPartyTokenDetails' + additionalProperties: + type: object + microsoft.graph.networkaccess.trafficType: + title: trafficType + enum: + - internet + - private + - microsoft365 + - all + - unknownFutureValue + type: string + microsoft.graph.networkaccess.usageStatus: + title: usageStatus + enum: + - frequentlyUsed + - rarelyUsed + - unknownFutureValue + type: string + microsoft.graph.networkaccess.accessType: + title: accessType + enum: + - quickAccess + - privateAccess + - unknownFutureValue + - appAccess + type: string + microsoft.graph.networkaccess.userType: + title: userType + enum: + - member + - guest + - unknownFutureValue + type: string + microsoft.graph.networkaccess.enrichedAuditLogsSettings: + title: enrichedAuditLogsSettings + type: object + properties: + status: + $ref: '#/components/schemas/microsoft.graph.networkaccess.status' + additionalProperties: + type: object + microsoft.graph.networkaccess.onboardingStatus: + title: onboardingStatus + enum: + - offboarded + - offboardingInProgress + - onboardingInProgress + - onboarded + - onboardingErrorOccurred + - offboardingErrorOccurred + - unknownFutureValue + type: string + microsoft.graph.ODataErrors.ODataError: + required: + - error + type: object + properties: + error: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError' + additionalProperties: + type: object + microsoft.graph.networkaccess.alertCollectionResponse: + title: Collection of alert + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alert' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + ODataCountResponse: + type: integer + format: int32 + microsoft.graph.networkaccess.branchSiteCollectionResponse: + title: Collection of branchSite + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchSite' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.connectivityConfigurationLinkCollectionResponse: + title: Collection of connectivityConfigurationLink + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLink' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.deviceLinkCollectionResponse: + title: Collection of deviceLink + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLink' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.forwardingProfileCollectionResponse: + title: Collection of forwardingProfile + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfile' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.policyLinkCollectionResponse: + title: Collection of policyLink + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLink' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.remoteNetworkCollectionResponse: + title: Collection of remoteNetwork + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetwork' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.filteringPolicyCollectionResponse: + title: Collection of filteringPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.policyRuleCollectionResponse: + title: Collection of policyRule + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRule' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.filteringProfileCollectionResponse: + title: Collection of filteringProfile + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringProfile' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.conditionalAccessPolicyCollectionResponse: + title: Collection of conditionalAccessPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.conditionalAccessPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.forwardingPolicyCollectionResponse: + title: Collection of forwardingPolicy + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingPolicy' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.remoteNetworkHealthEventCollectionResponse: + title: Collection of remoteNetworkHealthEvent + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkHealthEvent' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.networkAccessTrafficCollectionResponse: + title: Collection of networkAccessTraffic + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessTraffic' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.networkaccess.ruleDestination: + title: ruleDestination + type: object + additionalProperties: + type: object + microsoft.graph.networkaccess.redundancyTier: + title: redundancyTier + enum: + - noRedundancy + - zoneRedundancy + - unknownFutureValue + type: string + microsoft.graph.keyValue: + title: keyValue + type: object + properties: + key: + type: string + description: Contains the name of the field that a value is associated with. + nullable: true + value: + type: string + description: Contains the corresponding value for the specified key. + nullable: true + additionalProperties: + type: object + microsoft.graph.passwordSingleSignOnField: + title: passwordSingleSignOnField + type: object + properties: + customizedLabel: + type: string + description: Title/label override for customization. + nullable: true + defaultLabel: + type: string + description: Label that would be used if no customizedLabel is provided. Read only. + nullable: true + fieldId: + type: string + description: 'Id used to identity the field type. This is an internal ID and possible values are param1, param2, paramuserName, parampassword.' + nullable: true + type: + type: string + description: 'Type of the credential. The values can be text, password.' + nullable: true + additionalProperties: + type: object + microsoft.graph.policyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: policyBase + type: object + properties: + description: + type: string + description: Description for this policy. Required. + displayName: + type: string + description: Display name for this policy. Required. + additionalProperties: + type: object + microsoft.graph.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object + microsoft.graph.stsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.policyBase' + - title: stsPolicy + type: object + properties: + definition: + type: array + items: + type: string + description: A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required. + isOrganizationDefault: + type: boolean + description: 'If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.' + nullable: true + appliesTo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.customClaimBase: + title: customClaimBase + type: object + properties: + configurations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimConfiguration' + description: One or more configurations that describe how the claim is sourced and under what conditions. + additionalProperties: + type: object + microsoft.graph.permissionClassificationType: + title: permissionClassificationType + enum: + - low + - medium + - high + - unknownFutureValue + type: string + microsoft.graph.servicePlanInfo: + title: servicePlanInfo + type: object + properties: + appliesTo: + type: string + description: 'The object the service plan can be assigned to. The possible values are: User - service plan can be assigned to individual users.Company - service plan can be assigned to the entire tenant.' + nullable: true + provisioningStatus: + type: string + description: 'The provisioning status of the service plan. The possible values are:Success - Service is fully provisioned.Disabled - Service is disabled.Error - The service plan isn''t provisioned and is in an error state.PendingInput - The service isn''t provisioned and is awaiting service confirmation.PendingActivation - The service is provisioned but requires explicit activation by an administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it isn''t activated in the tenant.' + nullable: true + servicePlanId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier of the service plan. + format: uuid + nullable: true + servicePlanName: + type: string + description: The name of the service plan. + nullable: true + additionalProperties: + type: object + microsoft.graph.preApprovalDetail: + title: preApprovalDetail + type: object + properties: + permissions: + $ref: '#/components/schemas/microsoft.graph.preApprovedPermissions' + scopeType: + $ref: '#/components/schemas/microsoft.graph.resourceScopeType' + sensitivityLabels: + $ref: '#/components/schemas/microsoft.graph.scopeSensitivityLabels' + additionalProperties: + type: object + microsoft.graph.targetDeviceGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: targetDeviceGroup + type: object + properties: + displayName: + type: string + description: Display name for the target device group. + nullable: true + additionalProperties: + type: object + microsoft.graph.synchronizationSecretKeyStringValuePair: + title: synchronizationSecretKeyStringValuePair + type: object + properties: + key: + $ref: '#/components/schemas/microsoft.graph.synchronizationSecret' + value: + type: string + description: The value of the secret. + nullable: true + additionalProperties: + type: object + microsoft.graph.synchronizationJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: synchronizationJob + type: object + properties: + schedule: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchedule' + status: + $ref: '#/components/schemas/microsoft.graph.synchronizationStatus' + synchronizationJobSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: Settings associated with the job. Some settings are inherited from the template. + templateId: + type: string + description: Identifier of the synchronization template this job is based on. + nullable: true + bulkUpload: + $ref: '#/components/schemas/microsoft.graph.bulkUpload' + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' + additionalProperties: + type: object + microsoft.graph.synchronizationTemplate: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: synchronizationTemplate + type: object + properties: + applicationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: Identifier of the application this template belongs to. + format: uuid + default: + type: boolean + description: true if this template is recommended to be the default for the application. + description: + type: string + description: Description of the template. + nullable: true + discoverable: + type: boolean + description: true if this template should appear in the collection of templates available for the application instance (service principal). + factoryTag: + type: string + description: One of the well-known factory tags supported by the synchronization engine. The factoryTag tells the synchronization engine which implementation to use when processing jobs based on this template. + nullable: true + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationMetadataEntry' + description: 'Additional extension properties. Unless mentioned explicitly, metadata values shouldn''t be changed.' + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' + additionalProperties: + type: object + microsoft.graph.networkaccess.connectionStatus: + title: connectionStatus + enum: + - open + - active + - closed + - unknownFutureValue + type: string + microsoft.graph.networkaccess.thirdPartyTokenDetails: + title: thirdPartyTokenDetails + type: object + properties: + 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 + format: date-time + issuedAtDateTime: + 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 + format: date-time + nullable: true + uniqueTokenIdentifier: + type: string + validFromDateTime: + 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 + format: date-time + additionalProperties: + type: object + microsoft.graph.ODataErrors.MainError: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + x-ms-primary-error-message: true + target: + type: string + nullable: true + details: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails' + innerError: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' + additionalProperties: + type: object + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration + type: object + properties: + keyCredentials: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: + title: customClaimConfiguration + type: object + properties: + attribute: + $ref: '#/components/schemas/microsoft.graph.customClaimAttributeBase' + condition: + $ref: '#/components/schemas/microsoft.graph.customClaimConditionBase' + transformations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimTransformation' + description: An ordered list of transformations that are applied in sequence. + additionalProperties: + type: object + microsoft.graph.preApprovedPermissions: + title: preApprovedPermissions + type: object + properties: + permissionKind: + $ref: '#/components/schemas/microsoft.graph.permissionKind' + permissionType: + $ref: '#/components/schemas/microsoft.graph.permissionType' + additionalProperties: + type: object + microsoft.graph.resourceScopeType: + title: resourceScopeType + enum: + - group + - chat + - tenant + - unknownFutureValue + - team + type: string + microsoft.graph.scopeSensitivityLabels: + title: scopeSensitivityLabels + type: object + properties: + labelKind: + $ref: '#/components/schemas/microsoft.graph.labelKind' + additionalProperties: + type: object + microsoft.graph.synchronizationSecret: + title: synchronizationSecret + enum: + - None + - UserName + - Password + - SecretToken + - AppKey + - BaseAddress + - ClientIdentifier + - ClientSecret + - SingleSignOnType + - Sandbox + - Url + - Domain + - ConsumerKey + - ConsumerSecret + - TokenKey + - TokenExpiration + - Oauth2AccessToken + - Oauth2AccessTokenCreationTime + - Oauth2RefreshToken + - SyncAll + - InstanceName + - Oauth2ClientId + - Oauth2ClientSecret + - CompanyId + - UpdateKeyOnSoftDelete + - SynchronizationSchedule + - SystemOfRecord + - SandboxName + - EnforceDomain + - SyncNotificationSettings + - SkipOutOfScopeDeletions + - Oauth2AuthorizationCode + - Oauth2RedirectUri + - ApplicationTemplateIdentifier + - Oauth2TokenExchangeUri + - Oauth2AuthorizationUri + - AuthenticationType + - Server + - PerformInboundEntitlementGrants + - HardDeletesEnabled + - SyncAgentCompatibilityKey + - SyncAgentADContainer + - ValidateDomain + - TestReferences + - ConnectionString + type: string + microsoft.graph.synchronizationSchedule: + title: synchronizationSchedule + type: object + properties: + expiration: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time when this job will expire. 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 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + interval: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' + format: duration + state: + $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' + additionalProperties: + type: object + microsoft.graph.synchronizationStatus: + title: synchronizationStatus + type: object + properties: + code: + $ref: '#/components/schemas/microsoft.graph.synchronizationStatusCode' + countSuccessiveCompleteFailures: + type: integer + description: Number of consecutive times this job failed. + format: int64 + escrowsPruned: + type: boolean + description: 'true if the job''s escrows (object-level errors) were pruned during initial synchronization. Escrows can be pruned if during the initial synchronization, you reach the threshold of errors that would normally put the job in quarantine. Instead of going into quarantine, the synchronization process clears the job''s errors and continues until the initial synchronization is completed. When the initial synchronization is completed, the job will pause and wait for the customer to clean up the errors.' + lastExecution: + $ref: '#/components/schemas/microsoft.graph.synchronizationTaskExecution' + lastSuccessfulExecution: + $ref: '#/components/schemas/microsoft.graph.synchronizationTaskExecution' + lastSuccessfulExecutionWithExports: + $ref: '#/components/schemas/microsoft.graph.synchronizationTaskExecution' + progress: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationProgress' + description: Details of the progress of a job toward completion. + quarantine: + $ref: '#/components/schemas/microsoft.graph.synchronizationQuarantine' + steadyStateFirstAchievedTime: + 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 time when steady state (no more changes to the process) was first achieved. 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 is 2014-01-01T00:00:00Z.' + format: date-time + steadyStateLastAchievedTime: + 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 time when steady state (no more changes to the process) was last achieved. 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 is 2014-01-01T00:00:00Z.' + format: date-time + synchronizedEntryCountByType: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.stringKeyLongValuePair' + description: 'Count of synchronized objects, listed by object type.' + troubleshootingUrl: + type: string + description: 'In the event of an error, the URL with the troubleshooting steps for the issue.' + nullable: true + additionalProperties: + type: object + microsoft.graph.keyValuePair: + title: keyValuePair + type: object + properties: + name: + type: string + description: Name for this key-value pair + value: + type: string + description: Value for this key-value pair + nullable: true + additionalProperties: + type: object + microsoft.graph.bulkUpload: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: bulkUpload + type: object + additionalProperties: + type: object + microsoft.graph.synchronizationSchema: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: synchronizationSchema + type: object + properties: + synchronizationRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationRule' + description: A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate. + version: + type: string + description: 'The version of the schema, updated automatically with every schema change.' + nullable: true + directories: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryDefinition' + description: Contains the collection of directories and all of their objects. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.synchronizationMetadataEntry: + title: synchronizationMetadataEntry + type: object + properties: + key: + $ref: '#/components/schemas/microsoft.graph.synchronizationMetadata' + value: + type: string + description: Value of the metadata property. + nullable: true + additionalProperties: + type: object + microsoft.graph.ODataErrors.ErrorDetails: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + target: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.ODataErrors.InnerError: + type: object + additionalProperties: + type: object + description: The structure of this object is service-specific + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.customClaimAttributeBase: + title: customClaimAttributeBase + type: object + additionalProperties: + type: object + microsoft.graph.customClaimConditionBase: + title: customClaimConditionBase + type: object + additionalProperties: + type: object + microsoft.graph.customClaimTransformation: + title: customClaimTransformation + type: object + properties: + input: + $ref: '#/components/schemas/microsoft.graph.transformationAttribute' + additionalProperties: + type: object + microsoft.graph.permissionKind: + title: permissionKind + enum: + - all + - enumerated + - allPermissionsOnResourceApp + - unknownFutureValue + type: string + microsoft.graph.permissionType: + title: permissionType + enum: + - application + - delegated + - delegatedUserConsentable + type: string + microsoft.graph.labelKind: + title: labelKind + enum: + - all + - enumerated + - unknownFutureValue + type: string + microsoft.graph.synchronizationScheduleState: + title: synchronizationScheduleState + enum: + - Active + - Disabled + - Paused + type: string + microsoft.graph.synchronizationStatusCode: + title: synchronizationStatusCode + enum: + - NotConfigured + - NotRun + - Active + - Paused + - Quarantine + type: string + microsoft.graph.synchronizationTaskExecution: + title: synchronizationTaskExecution + type: object + properties: + activityIdentifier: + type: string + description: Identifier of the job run. + nullable: true + countEntitled: + type: integer + description: Count of processed entries that were assigned for this application. + format: int64 + countEntitledForProvisioning: + type: integer + description: Count of processed entries that were assigned for provisioning. + format: int64 + countEscrowed: + type: integer + description: Count of entries that were escrowed (errors). + format: int64 + countEscrowedRaw: + type: integer + description: 'Count of entries that were escrowed, including system-generated escrows.' + format: int64 + countExported: + type: integer + description: Count of exported entries. + format: int64 + countExports: + type: integer + description: Count of entries that were expected to be exported. + format: int64 + countImported: + type: integer + description: Count of imported entries. + format: int64 + countImportedDeltas: + type: integer + description: Count of imported delta-changes. + format: int64 + countImportedReferenceDeltas: + type: integer + description: Count of imported delta-changes pertaining to reference changes. + format: int64 + error: + $ref: '#/components/schemas/microsoft.graph.synchronizationError' + state: + $ref: '#/components/schemas/microsoft.graph.synchronizationTaskExecutionResult' + timeBegan: + 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: 'Time when this job run began. 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 is 2014-01-01T00:00:00Z.' + format: date-time + timeEnded: + 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: 'Time when this job run ended. 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 is 2014-01-01T00:00:00Z.' + format: date-time + additionalProperties: + type: object + microsoft.graph.synchronizationProgress: + title: synchronizationProgress + type: object + properties: + completedUnits: + type: integer + description: The numerator of a progress ratio; the number of units of changes already processed. + format: int64 + progressObservationDateTime: + 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 time of a progress observation as an offset in minutes from UTC. + format: date-time + totalUnits: + type: integer + description: The denominator of a progress ratio; a number of units of changes to be processed to accomplish synchronization. + format: int64 + units: + type: string + description: An optional description of the units. + nullable: true + additionalProperties: + type: object + microsoft.graph.synchronizationQuarantine: + title: synchronizationQuarantine + type: object + properties: + currentBegan: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time when the quarantine was last evaluated and imposed. 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 is 2014-01-01T00:00:00Z.' + format: date-time + error: + $ref: '#/components/schemas/microsoft.graph.synchronizationError' + nextAttempt: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time when the next attempt to re-evaluate the quarantine will be made. 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 is 2014-01-01T00:00:00Z.' + format: date-time + reason: + $ref: '#/components/schemas/microsoft.graph.quarantineReason' + seriesBegan: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time when the quarantine was first imposed in this series (a series starts when a quarantine is first imposed, and is reset as soon as the quarantine is lifted). 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 is 2014-01-01T00:00:00Z.' + format: date-time + seriesCount: + type: integer + description: 'Number of times in this series the quarantine was re-evaluated and left in effect (a series starts when quarantine is first imposed, and is reset as soon as quarantine is lifted).' + format: int64 + additionalProperties: + type: object + microsoft.graph.stringKeyLongValuePair: + title: stringKeyLongValuePair + type: object + properties: + key: + type: string + description: The mapping of the user type from the source system to the target system. For example:User to User - For Microsoft Entra ID to Microsoft Entra synchronization worker to user - For Workday to Microsoft Entra synchronization. + nullable: true + value: + type: integer + description: Total number of synchronized objects. + format: int64 + additionalProperties: + type: object + microsoft.graph.synchronizationRule: + title: synchronizationRule + type: object + properties: + containerFilter: + $ref: '#/components/schemas/microsoft.graph.containerFilter' + editable: + type: boolean + description: true if the synchronization rule can be customized; false if this rule is read-only and shouldn't be changed. + groupFilter: + $ref: '#/components/schemas/microsoft.graph.groupFilter' + id: + type: string + description: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. + nullable: true + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.stringKeyStringValuePair' + description: 'Additional extension properties. Unless instructed explicitly by the support team, metadata values shouldn''t be changed.' + name: + type: string + description: Human-readable name of the synchronization rule. Not nullable. + nullable: true + objectMappings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectMapping' + description: Collection of object mappings supported by the rule. Tells the synchronization engine which objects should be synchronized. + priority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Priority relative to other rules in the synchronizationSchema. Rules with the lowest priority number will be processed first. + format: int32 + sourceDirectoryName: + type: string + description: Name of the source directory. Must match one of the directory definitions in synchronizationSchema. + nullable: true + targetDirectoryName: + type: string + description: Name of the target directory. Must match one of the directory definitions in synchronizationSchema. + nullable: true + additionalProperties: + type: object + microsoft.graph.directoryDefinition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: directoryDefinition + type: object + properties: + discoverabilities: + $ref: '#/components/schemas/microsoft.graph.directoryDefinitionDiscoverabilities' + discoveryDateTime: + 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: 'Represents the discovery date and time using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + name: + type: string + description: Name of the directory. Must be unique within the synchronization schema. Not nullable. + nullable: true + objects: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectDefinition' + description: Collection of objects supported by the directory. + readOnly: + type: boolean + description: Whether this object is read-only. + version: + type: string + description: Read only value that indicates version discovered. null if discovery hasn't yet occurred. + nullable: true + additionalProperties: + type: object + microsoft.graph.synchronizationMetadata: + title: synchronizationMetadata + enum: + - galleryApplicationIdentifier + - galleryApplicationKey + - isOAuthEnabled + - IsSynchronizationAgentAssignmentRequired + - isSynchronizationAgentRequired + - isSynchronizationInPreview + - oAuthSettings + - synchronizationLearnMoreIbizaFwLink + - configurationFields + type: string + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string + microsoft.graph.transformationAttribute: + title: transformationAttribute + type: object + properties: + attribute: + $ref: '#/components/schemas/microsoft.graph.customClaimAttributeBase' + treatAsMultiValue: + type: boolean + description: 'This flag is only relevant in the case where the attribute is multivalued. By default, transformations are only applied to the first element in a multi-valued claim, however setting this flag to true ensures the transformation is applied to all values, resulting in a multivalued output.' + additionalProperties: + type: object + microsoft.graph.synchronizationError: + title: synchronizationError + type: object + properties: + code: + type: string + description: 'The error code. For example, AzureDirectoryB2BManagementPolicyCheckFailure.' + nullable: true + message: + type: string + description: 'The error message. For example, Policy permitting auto-redemption of invitations not configured.' + nullable: true + tenantActionable: + type: boolean + description: 'The action to take to resolve the error. For example, false.' + additionalProperties: + type: object + microsoft.graph.synchronizationTaskExecutionResult: + title: synchronizationTaskExecutionResult + enum: + - Succeeded + - Failed + - EntryLevelErrors + type: string + microsoft.graph.quarantineReason: + title: quarantineReason + enum: + - EncounteredBaseEscrowThreshold + - EncounteredTotalEscrowThreshold + - EncounteredEscrowProportionThreshold + - EncounteredQuarantineException + - Unknown + - QuarantinedOnDemand + - TooManyDeletes + - IngestionInterrupted + type: string + microsoft.graph.containerFilter: + title: containerFilter + type: object + properties: + includedContainers: + type: array + items: + type: string + nullable: true + description: 'The identifiers of containers, such as organizational units, that are in scope for a synchronization rule. For Active Directory organizational units, use the distinguished names. An empty list means no container filtering is configured.' + additionalProperties: + type: object + microsoft.graph.groupFilter: + title: groupFilter + type: object + properties: + includedGroups: + type: array + items: + type: string + nullable: true + description: 'Identifiers of groups that are in scope for a synchronization rule. For Active Directory groups, use the distinguished names. An empty list means no group filtering is configured.' + additionalProperties: + type: object + microsoft.graph.stringKeyStringValuePair: + title: stringKeyStringValuePair + type: object + properties: + key: + type: string + description: Key. + nullable: true + value: + type: string + description: Value. + nullable: true + additionalProperties: + type: object + microsoft.graph.objectMapping: + title: objectMapping + type: object + properties: + attributeMappings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attributeMapping' + description: Attribute mappings define which attributes to map from the source object into the target object and how they should flow. A number of functions are available to support the transformation of the original source values. + enabled: + type: boolean + description: 'When true, this object mapping will be processed during synchronization. When false, this object mapping will be skipped.' + flowTypes: + $ref: '#/components/schemas/microsoft.graph.objectFlowTypes' + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectMappingMetadataEntry' + description: 'Additional extension properties. Unless mentioned explicitly, metadata values should not be changed.' + name: + type: string + description: Human-friendly name of the object mapping. + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.filter' + sourceObjectName: + type: string + description: Name of the object in the source directory. Must match the object name from the source directory definition. + nullable: true + targetObjectName: + type: string + description: Name of the object in target directory. Must match the object name from the target directory definition. + nullable: true + additionalProperties: + type: object + microsoft.graph.directoryDefinitionDiscoverabilities: + title: directoryDefinitionDiscoverabilities + enum: + - None + - AttributeNames + - AttributeDataTypes + - AttributeReadOnly + - ReferenceAttributes + - UnknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.objectDefinition: + title: objectDefinition + type: object + properties: + attributes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attributeDefinition' + description: Defines attributes of the object. + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectDefinitionMetadataEntry' + description: Metadata for the given object. + name: + type: string + description: Name of the object. Must be unique within a directory definition. Not nullable. + nullable: true + supportedApis: + type: array + items: + type: string + nullable: true + description: The API that the provisioning service queries to retrieve data for synchronization. + additionalProperties: + type: object + microsoft.graph.attributeMapping: + title: attributeMapping + type: object + properties: + defaultValue: + type: string + description: Default value to be used in case the source property was evaluated to null. Optional. + nullable: true + exportMissingReferences: + type: boolean + description: For internal use only. + flowBehavior: + $ref: '#/components/schemas/microsoft.graph.attributeFlowBehavior' + flowType: + $ref: '#/components/schemas/microsoft.graph.attributeFlowType' + matchingPriority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'If higher than 0, this attribute will be used to perform an initial match of the objects between source and target directories. The synchronization engine will try to find the matching object using attribute with lowest value of matching priority first. If not found, the attribute with the next matching priority will be used, and so on a until match is found or no more matching attributes are left. Only attributes that are expected to have unique values, such as email, should be used as matching attributes.' + format: int32 + source: + $ref: '#/components/schemas/microsoft.graph.attributeMappingSource' + targetAttributeName: + type: string + description: Name of the attribute on the target object. + nullable: true + additionalProperties: + type: object + microsoft.graph.objectFlowTypes: + title: objectFlowTypes + enum: + - None + - Add + - Update + - Delete + type: string + x-ms-enum-flags: + isFlags: true + microsoft.graph.objectMappingMetadataEntry: + title: objectMappingMetadataEntry + type: object + properties: + key: + $ref: '#/components/schemas/microsoft.graph.objectMappingMetadata' + value: + type: string + description: Value of the metadata property. + nullable: true + additionalProperties: + type: object + microsoft.graph.filter: + title: filter + type: object + properties: + categoryFilterGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.filterGroup' + description: '*Experimental* Filter group set used to decide whether given object belongs and should be processed as part of this object mapping. An object is considered in scope if ANY of the groups in the collection is evaluated to true.' + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.filterGroup' + description: 'Filter group set used to decide whether given object is in scope for provisioning. This is the filter which should be used in most cases. If an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter isn''t satisfied any longer, such object will get de-provisioned''. An object is considered in scope if ANY of the groups in the collection is evaluated to true.' + inputFilterGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.filterGroup' + description: '*Experimental* Filter group set used to filter out objects at the early stage of reading them from the directory. If an object doesn''t satisfy this filter, it will not be processed further. Important to understand is that if an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter is no longer satisfied, such object will NOT get de-provisioned. An object is considered in scope if ANY of the groups in the collection is evaluated to true.' + additionalProperties: + type: object + microsoft.graph.attributeDefinition: + title: attributeDefinition + type: object + properties: + anchor: + type: boolean + description: 'true if the attribute should be used as the anchor for the object. Anchor attributes must have a unique value identifying an object, and must be immutable. Default is false. One, and only one, of the object''s attributes must be designated as the anchor to support synchronization.' + apiExpressions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.stringKeyStringValuePair' + caseExact: + type: boolean + description: true if value of this attribute should be treated as case-sensitive. This setting affects how the synchronization engine detects changes for the attribute. + defaultValue: + type: string + description: The default value of the attribute. + nullable: true + flowNullValues: + type: boolean + description: '''true'' to allow null values for attributes.' + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attributeDefinitionMetadataEntry' + description: Metadata for the given object. + multivalued: + type: boolean + description: true if an attribute can have multiple values. Default is false. + mutability: + $ref: '#/components/schemas/microsoft.graph.mutability' + name: + type: string + description: Name of the attribute. Must be unique within the object definition. Not nullable. + nullable: true + referencedObjects: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.referencedObject' + description: 'For attributes with reference type, lists referenced objects (for example, the manager attribute would list User as the referenced object).' + required: + type: boolean + description: 'true if attribute is required. Object can not be created if any of the required attributes are missing. If during synchronization, the required attribute has no value, the default value will be used. If default the value was not set, synchronization will record an error.' + type: + $ref: '#/components/schemas/microsoft.graph.attributeType' + additionalProperties: + type: object + microsoft.graph.objectDefinitionMetadataEntry: + title: objectDefinitionMetadataEntry + type: object + properties: + key: + $ref: '#/components/schemas/microsoft.graph.objectDefinitionMetadata' + value: + type: string + description: Value of the metadata property. + nullable: true + additionalProperties: + type: object + microsoft.graph.attributeFlowBehavior: + title: attributeFlowBehavior + enum: + - FlowWhenChanged + - FlowAlways + type: string + microsoft.graph.attributeFlowType: + title: attributeFlowType + enum: + - Always + - ObjectAddOnly + - MultiValueAddOnly + - ValueAddOnly + - AttributeAddOnly + type: string + microsoft.graph.attributeMappingSource: + title: attributeMappingSource + type: object + properties: + expression: + type: string + description: Equivalent expression representation of this attributeMappingSource object. + nullable: true + name: + type: string + description: 'Name parameter of the mapping source. Depending on the type property value, this can be the name of the function, the name of the source attribute, or a constant value to be used.' + nullable: true + parameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.stringKeyAttributeMappingSourceValuePair' + description: 'If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type isn''t Function, this property is null/empty array.' + type: + $ref: '#/components/schemas/microsoft.graph.attributeMappingSourceType' + additionalProperties: + type: object + microsoft.graph.objectMappingMetadata: + title: objectMappingMetadata + enum: + - EscrowBehavior + - DisableMonitoringForChanges + - OriginalJoiningProperty + - Disposition + - IsCustomerDefined + - ExcludeFromReporting + - Unsynchronized + type: string + microsoft.graph.filterGroup: + title: filterGroup + type: object + properties: + clauses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.filterClause' + description: Filter clauses (conditions) of this group. All clauses in a group must be satisfied in order for the filter group to evaluate to true. + name: + type: string + description: Human-readable name of the filter group. + nullable: true + additionalProperties: + type: object + microsoft.graph.attributeDefinitionMetadataEntry: + title: attributeDefinitionMetadataEntry + type: object + properties: + key: + $ref: '#/components/schemas/microsoft.graph.attributeDefinitionMetadata' + value: + type: string + description: Value of the metadata property. + nullable: true + additionalProperties: + type: object + microsoft.graph.mutability: + title: mutability + enum: + - ReadWrite + - ReadOnly + - Immutable + - WriteOnly + type: string + microsoft.graph.referencedObject: + title: referencedObject + type: object + properties: + referencedObjectName: + type: string + description: Name of the referenced object. Must match one of the objects in the directory definition. + nullable: true + referencedProperty: + type: string + description: 'Currently not supported. Name of the property in the referenced object, the value for which is used as the reference.' + nullable: true + additionalProperties: + type: object + microsoft.graph.attributeType: + title: attributeType + enum: + - String + - Integer + - Reference + - Binary + - Boolean + - DateTime + type: string + microsoft.graph.objectDefinitionMetadata: + title: objectDefinitionMetadata + enum: + - PropertyNameAccountEnabled + - PropertyNameSoftDeleted + - IsSoftDeletionSupported + - IsSynchronizeAllSupported + - ConnectorDataStorageRequired + - Extensions + - BaseObjectName + type: string + microsoft.graph.stringKeyAttributeMappingSourceValuePair: + title: stringKeyAttributeMappingSourceValuePair + type: object + properties: + key: + type: string + description: The name of the parameter. + nullable: true + value: + $ref: '#/components/schemas/microsoft.graph.attributeMappingSource' + additionalProperties: + type: object + microsoft.graph.attributeMappingSourceType: + title: attributeMappingSourceType + enum: + - Attribute + - Constant + - Function + type: string + microsoft.graph.filterClause: + title: filterClause + type: object + properties: + operatorName: + type: string + description: Name of the operator to be applied to the source and target operands. Must be one of the supported operators. Supported operators can be discovered. + nullable: true + sourceOperandName: + type: string + description: Name of source operand (the operand being tested). The source operand name must match one of the attribute names on the source object. + nullable: true + targetOperand: + $ref: '#/components/schemas/microsoft.graph.filterOperand' + additionalProperties: + type: object + microsoft.graph.attributeDefinitionMetadata: + title: attributeDefinitionMetadata + enum: + - BaseAttributeName + - ComplexObjectDefinition + - IsContainer + - IsCustomerDefined + - IsDomainQualified + - LinkPropertyNames + - LinkTypeName + - MaximumLength + - ReferencedProperty + type: string + microsoft.graph.filterOperand: + title: filterOperand + type: object + properties: + values: + type: array + items: + type: string + nullable: true + description: Collection of values. + additionalProperties: + type: object + responses: + error: + description: error + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' + microsoft.graph.networkaccess.alertCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.alertCollectionResponse' + ODataCountResponse: + description: The count of the resource + content: + text/plain: + schema: + $ref: '#/components/schemas/ODataCountResponse' + microsoft.graph.networkaccess.branchSiteCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.branchSiteCollectionResponse' + microsoft.graph.networkaccess.connectivityConfigurationLinkCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.connectivityConfigurationLinkCollectionResponse' + microsoft.graph.networkaccess.deviceLinkCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.deviceLinkCollectionResponse' + microsoft.graph.networkaccess.forwardingProfileCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingProfileCollectionResponse' + microsoft.graph.networkaccess.policyLinkCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyLinkCollectionResponse' + microsoft.graph.networkaccess.remoteNetworkCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkCollectionResponse' + microsoft.graph.networkaccess.filteringPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringPolicyCollectionResponse' + microsoft.graph.networkaccess.policyRuleCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.policyRuleCollectionResponse' + microsoft.graph.networkaccess.filteringProfileCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.filteringProfileCollectionResponse' + microsoft.graph.networkaccess.conditionalAccessPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.conditionalAccessPolicyCollectionResponse' + microsoft.graph.networkaccess.forwardingPolicyCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.forwardingPolicyCollectionResponse' + microsoft.graph.networkaccess.remoteNetworkHealthEventCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.remoteNetworkHealthEventCollectionResponse' + microsoft.graph.networkaccess.networkAccessTrafficCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.networkaccess.networkAccessTrafficCollectionResponse' + parameters: + top: + name: $top + in: query + description: Show only the first n items + style: form + explode: false + schema: + minimum: 0 + type: integer + example: 50 + skip: + name: $skip + in: query + description: Skip the first n items + style: form + explode: false + schema: + minimum: 0 + type: integer + search: + name: $search + in: query + description: Search items by search phrases + style: form + explode: false + schema: + type: string + filter: + name: $filter + in: query + description: Filter items by property values + style: form + explode: false + schema: + type: string + count: + name: $count + in: query + description: Include count of items + style: form + explode: false + schema: + type: boolean + securitySchemes: + azureaadv2: + type: oauth2 + flows: + authorizationCode: + authorizationUrl: https://login.microsoftonline.com/common/oauth2/v2.0/authorize + tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token + scopes: { } +security: + - azureaadv2: [ ] diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index b2c7a2dc3d..f65d80ed68 100644 --- a/openApiDocs/beta/Notes.yml +++ b/openApiDocs/beta/Notes.yml @@ -6672,156 +6672,6 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/onenote': - get: - tags: - - sites.onenote - summary: Get onenote from sites - operationId: site.getGraphBPrePath_GetOnenote - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.onenote - summary: Update the navigation property onenote in sites - operationId: site.getGraphBPrePath_UpdateOnenote - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.onenote - summary: Delete navigation property onenote for sites - operationId: site.getGraphBPrePath_DeleteOnenote - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - - 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 '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/onenote': get: tags: diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 0189bcf194..078e85ca8f 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -6436,6 +6436,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -6454,6 +6460,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -6469,6 +6479,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index 3757db5dfd..c5177d1162 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -13872,7 +13872,7 @@ components: description: The identifier of the user. Supports $filter (eq). userPrincipalName: type: string - description: 'The UPN of the user. Supports $filter (eq, startsWith).' + description: 'User principal name of the user that initiated the sign-in. This value is always in lowercase. For guest users whose values in the user object typically contain #EXT# before the domain part, this property stores the value in both lowercase and the ''true'' format. For example, while the user object stores AdeleVance_fabrikam.com#EXT#@contoso.com, the sign-in logs store adelevance@fabrikam.com. Supports $filter (eq, startsWith).' nullable: true userType: $ref: '#/components/schemas/microsoft.graph.signInUserType' @@ -14411,7 +14411,7 @@ components: properties: content: type: string - description: The http content that has the data + description: Report content; details vary by report type. format: base64url nullable: true additionalProperties: @@ -14571,7 +14571,7 @@ components: completionDateTime: 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 dateTimeOffset when the job was completed, canceled or aborted. Read-only.' + description: 'The dateTimeOffset when the job was completed, canceled, or aborted. Read-only.' format: date-time nullable: true copiesPrinted: diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index f56f890fcd..de07521691 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -2298,11 +2298,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create azureDataLakeConnector - description: Create a new azureDataLakeConnector object. + summary: Create oneRosterApiDataConnector + description: Create a new oneRosterApiDataConnector object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-post?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta operationId: external.industryData_CreateDataConnector requestBody: description: New navigation property diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index 6640c89c14..60bd99e163 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -30442,12 +30442,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -31905,6 +31917,10 @@ components: $ref: '#/components/schemas/microsoft.graph.security.alertSeverity' status: $ref: '#/components/schemas/microsoft.graph.security.incidentStatus' + summary: + type: string + description: 'The overview of an attack. When applicable, the summary contains details of what occurred, impacted assets, and the type of attack.' + nullable: true systemTags: type: array items: @@ -33563,6 +33579,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -36750,6 +36768,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36834,6 +36882,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.drive: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' @@ -37209,11 +37278,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -39873,6 +39942,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -39903,6 +39974,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -40091,10 +40163,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -40170,6 +40248,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -42184,6 +42264,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -42192,11 +42282,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -45316,6 +45406,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -45399,6 +45500,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.quota: title: quota type: object @@ -47393,7 +47509,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -47591,6 +47707,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -47623,22 +47747,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -47647,6 +47765,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -47654,6 +47774,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -47664,12 +47790,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -47692,11 +47812,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -47717,12 +47832,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -47751,12 +47860,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -47787,12 +47890,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -47822,12 +47919,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -48081,6 +48172,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -48098,6 +48198,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -48174,6 +48280,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -48247,7 +48355,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -50633,8 +50761,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -50836,10 +50963,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -50933,10 +51056,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -52198,6 +52317,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -55037,22 +55163,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -55189,6 +55306,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -55207,6 +55332,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -56988,6 +57127,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -57179,7 +57325,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -57812,6 +57958,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -57830,6 +57982,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -57845,6 +58001,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -58171,6 +58330,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -58633,6 +58794,24 @@ components: - unknown - noResultAvailable - unknownFutureValue + - beingAnalyzed + - notSubmittedToMicrosoft + - phishingSimulation + - allowedDueToOrganizationOverride + - blockedDueToOrganizationOverride + - allowedDueToUserOverride + - blockedDueToUserOverride + - itemNotfound + - threatsFound + - noThreatsFound + - domainImpersonation + - userImpersonation + - brandImpersonation + - authenticationFailure + - spoofedBlocked + - spoofedAllowed + - reasonLostInTransit + - bulk type: string microsoft.graph.security.submissionResultDetail: title: submissionResultDetail @@ -58691,6 +58870,23 @@ components: - badReclassifiedAsBad - badReclassifiedAsCannotMakeDecision - unknownFutureValue + - willNotifyOnceDone + - checkUserReportedSettings + - partOfEducationCampaign + - allowedByAdvancedDelivery + - allowedByEnhancedFiltering + - itemDeleted + - itemFoundClean + - itemFoundMalicious + - unableToMakeDecision + - domainResembledYourOrganization + - endUserBeingImpersonated + - associatedWithBrand + - senderFailedAuthentication + - endUserBeingSpoofed + - itemFoundBulk + - itemNotReceivedByService + - itemFoundSpam type: string microsoft.graph.security.submissionDetectedFile: title: submissionDetectedFile @@ -60190,50 +60386,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -60340,7 +60506,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -60435,6 +60601,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamworkUserIdentityType: title: teamworkUserIdentityType enum: @@ -61538,6 +61722,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -63299,23 +63493,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -64303,6 +64530,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 802a49280a..1e145ef72f 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -1911,6 +1911,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/contentModels': + get: + tags: + - groups.site + summary: Get contentModels from groups + description: The collection of content models applied to this site. + operationId: group.site_ListContentModel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.contentModelCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to contentModels for groups + operationId: group.site_CreateContentModel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModel' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}': + get: + tags: + - groups.site + summary: Get contentModels from groups + description: The collection of content models applied to this site. + operationId: group.site_GetContentModel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentModel-id + in: path + description: The unique identifier of contentModel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentModel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.site + summary: Update the navigation property contentModels in groups + operationId: group.site_UpdateContentModel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentModel-id + in: path + description: The unique identifier of contentModel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentModel + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModel' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property contentModels for groups + operationId: group.site_DeleteContentModel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentModel-id + in: path + description: The unique identifier of contentModel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentModel + - 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 + '/groups/{group-id}/sites/{site-id}/contentModels/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.contentModel_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/groups/{group-id}/sites/{site-id}/contentTypes': get: tags: @@ -3612,6 +3900,294 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/documentProcessingJobs': + get: + tags: + - groups.site + summary: Get documentProcessingJobs from groups + description: The document processing jobs running on this site. + operationId: group.site_ListDocumentProcessingJob + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.documentProcessingJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to documentProcessingJobs for groups + operationId: group.site_CreateDocumentProcessingJob + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}': + get: + tags: + - groups.site + summary: Get documentProcessingJobs from groups + description: The document processing jobs running on this site. + operationId: group.site_GetDocumentProcessingJob + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: documentProcessingJob-id + in: path + description: The unique identifier of documentProcessingJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentProcessingJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.site + summary: Update the navigation property documentProcessingJobs in groups + operationId: group.site_UpdateDocumentProcessingJob + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: documentProcessingJob-id + in: path + description: The unique identifier of documentProcessingJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentProcessingJob + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property documentProcessingJobs for groups + operationId: group.site_DeleteDocumentProcessingJob + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: documentProcessingJob-id + in: path + description: The unique identifier of documentProcessingJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentProcessingJob + - 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 + '/groups/{group-id}/sites/{site-id}/documentProcessingJobs/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.documentProcessingJob_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/groups/{group-id}/sites/{site-id}/drive': get: tags: @@ -15258,6 +15834,129 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/contentModels': + get: + tags: + - groups.site + summary: Get contentModels from groups + description: The collection of content models applied to this site. + operationId: group.site.getGraphBPrePath_ListContentModel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + 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' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.contentModelCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to contentModels for groups + operationId: group.site.getGraphBPrePath_CreateContentModel + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModel' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModel' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/contentTypes': get: tags: @@ -15442,6 +16141,129 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/documentProcessingJobs': + get: + tags: + - groups.site + summary: Get documentProcessingJobs from groups + description: The document processing jobs running on this site. + operationId: group.site.getGraphBPrePath_ListDocumentProcessingJob + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + 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' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.documentProcessingJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to documentProcessingJobs for groups + operationId: group.site.getGraphBPrePath_CreateDocumentProcessingJob + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/drive': get: tags: @@ -16066,13 +16888,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/analytics': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/onenote': get: tags: - groups.site - summary: Get analytics from groups - description: Analytics about the view activities that took place on this site. - operationId: group.site.getGraphBPrePath_GetAnalytic + summary: Get onenote from groups + operationId: group.site.getGraphBPrePath_GetOnenote parameters: - name: group-id in: path @@ -16098,14 +16919,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - name: $select in: query description: Select properties to be returned @@ -16132,15 +16945,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property analytics in groups - operationId: group.site.getGraphBPrePath_UpdateAnalytic + summary: Update the navigation property onenote in groups + operationId: group.site.getGraphBPrePath_UpdateOnenote parameters: - name: group-id in: path @@ -16166,20 +16979,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: @@ -16187,15 +16992,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property analytics for groups - operationId: group.site.getGraphBPrePath_DeleteAnalytic + summary: Delete navigation property onenote for groups + operationId: group.site.getGraphBPrePath_DeleteOnenote parameters: - name: group-id in: path @@ -16221,14 +17026,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - name: If-Match in: header description: ETag @@ -16241,13 +17038,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/columns': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/operations': get: tags: - groups.site - summary: Get columns from groups - description: The collection of column definitions reusable across lists under this site. - operationId: group.site.getGraphBPrePath_ListColumn + summary: Get operations from groups + description: The collection of long running operations for the site. + operationId: group.site.getGraphBPrePath_ListOperation parameters: - name: group-id in: path @@ -16273,14 +17070,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -16318,7 +17107,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -16328,8 +17117,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to columns for groups - operationId: group.site.getGraphBPrePath_CreateColumn + summary: Create new navigation property to operations for groups + operationId: group.site.getGraphBPrePath_CreateOperation parameters: - name: group-id in: path @@ -16355,20 +17144,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -16376,17 +17157,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/contentTypes': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/pages': get: tags: - groups.site - summary: Get contentTypes from groups - description: The collection of content types defined for this site. - operationId: group.site.getGraphBPrePath_ListContentType + summary: Get pages from groups + description: The collection of pages in the baseSitePages list on this site. + operationId: group.site.getGraphBPrePath_ListPage parameters: - name: group-id in: path @@ -16412,14 +17193,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -16457,7 +17230,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -16467,8 +17240,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to contentTypes for groups - operationId: group.site.getGraphBPrePath_CreateContentType + summary: Create new navigation property to pages for groups + operationId: group.site.getGraphBPrePath_CreatePage parameters: - name: group-id in: path @@ -16494,20 +17267,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: @@ -16515,16 +17280,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/createdByUser': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/permissions': get: tags: - groups.site - summary: Get createdByUser from groups - operationId: group.site.getGraphBPrePath_GetCreatedGraphBPreUser + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. + operationId: group.site.getGraphBPrePath_ListPermission parameters: - name: group-id in: path @@ -16550,14 +17316,21 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - nullable: true + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -16580,21 +17353,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/drive': - get: + post: tags: - groups.site - summary: Get drive from groups - description: The default drive (document library) for this site. - operationId: group.site.getGraphBPrePath_GetDrive + summary: Create new navigation property to permissions for groups + operationId: group.site.getGraphBPrePath_CreatePermission parameters: - name: group-id in: path @@ -16620,9 +17390,50 @@ paths: schema: type: string nullable: true - - name: path1 + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/recycleBin': + get: + tags: + - groups.site + summary: Get recycleBin from groups + description: A container for a collection of recycleBinItem resources in this site. + operationId: group.site.getGraphBPrePath_GetRecycleBin + parameters: + - name: group-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' required: true style: simple schema: @@ -16654,17 +17465,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.drive' + $ref: '#/components/schemas/microsoft.graph.recycleBin' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/drives': - get: + patch: tags: - groups.site - summary: Get drives from groups - description: The collection of drives (document libraries) under this site. - operationId: group.site.getGraphBPrePath_ListDrive + summary: Update the navigation property recycleBin in groups + operationId: group.site.getGraphBPrePath_UpdateRecycleBin parameters: - name: group-id in: path @@ -16690,65 +17499,72 @@ paths: schema: type: string nullable: true - - name: path1 + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.recycleBin' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.recycleBin' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property recycleBin for groups + operationId: group.site.getGraphBPrePath_DeleteRecycleBin + parameters: + - name: group-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of group 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + nullable: true + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/externalColumns': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/sites': get: tags: - groups.site - summary: Get externalColumns from groups - description: The collection of column definitions available in the site that is referenced from the sites in the parent hierarchy of the current site. - operationId: group.site.getGraphBPrePath_ListExternalColumn + summary: Get sites from groups + description: The collection of the sub-sites under this site. + operationId: group.site.getGraphBPrePath_ListSite parameters: - name: group-id in: path @@ -16774,14 +17590,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -16819,19 +17627,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/informationProtection': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/termStore': get: tags: - groups.site - summary: Get informationProtection from groups - operationId: group.site.getGraphBPrePath_GetInformationProtection + summary: Get termStore from groups + description: The termStore under this site. + operationId: group.site.getGraphBPrePath_GetTermStore parameters: - name: group-id in: path @@ -16857,14 +17666,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - name: $select in: query description: Select properties to be returned @@ -16891,15 +17692,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtection' + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property informationProtection in groups - operationId: group.site.getGraphBPrePath_UpdateInformationProtection + summary: Update the navigation property termStore in groups + operationId: group.site.getGraphBPrePath_UpdateTermStore parameters: - name: group-id in: path @@ -16925,20 +17726,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtection' + $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: @@ -16946,15 +17739,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.informationProtection' + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property informationProtection for groups - operationId: group.site.getGraphBPrePath_DeleteInformationProtection + summary: Delete navigation property termStore for groups + operationId: group.site.getGraphBPrePath_DeleteTermStore parameters: - name: group-id in: path @@ -16980,14 +17773,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - name: If-Match in: header description: ETag @@ -17000,13 +17785,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/items': + '/groups/{group-id}/sites/{site-id}/onenote': get: tags: - groups.site - summary: Get items from groups - description: Used to address any item contained in this site. This collection can't be enumerated. - operationId: group.site.getGraphBPrePath_ListItem + summary: Get onenote from groups + operationId: group.site_GetOnenote parameters: - name: group-id in: path @@ -17024,37 +17808,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -17077,19 +17830,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/lastModifiedByUser': - get: + patch: tags: - groups.site - summary: Get lastModifiedByUser from groups - operationId: group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser + summary: Update the navigation property onenote in groups + operationId: group.site_UpdateOnenote parameters: - name: group-id in: path @@ -17107,59 +17860,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/lists': - get: + delete: tags: - groups.site - summary: Get lists from groups - description: The collection of lists under this site. - operationId: group.site.getGraphBPrePath_ListList + summary: Delete navigation property onenote for groups + operationId: group.site_DeleteOnenote parameters: - name: group-id in: path @@ -17177,22 +17899,42 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - 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 + '/groups/{group-id}/sites/{site-id}/onenote/notebooks': + get: + tags: + - groups.site + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_ListNotebook + parameters: + - name: group-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of group required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: group + - name: site-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of site required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -17230,7 +17972,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listCollectionResponse' + $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -17240,8 +17982,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to lists for groups - operationId: group.site.getGraphBPrePath_CreateList + summary: Create new navigation property to notebooks for groups + operationId: group.site.onenote_CreateNotebook parameters: - name: group-id in: path @@ -17259,28 +18001,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: @@ -17288,16 +18014,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/onenote': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}': get: tags: - groups.site - summary: Get onenote from groups - operationId: group.site.getGraphBPrePath_GetOnenote + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_GetNotebook parameters: - name: group-id in: path @@ -17315,22 +18042,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook - name: $select in: query description: Select properties to be returned @@ -17357,15 +18076,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property onenote in groups - operationId: group.site.getGraphBPrePath_UpdateOnenote + summary: Update the navigation property notebooks in groups + operationId: group.site.onenote_UpdateNotebook parameters: - name: group-id in: path @@ -17383,28 +18102,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: @@ -17412,15 +18123,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property onenote for groups - operationId: group.site.getGraphBPrePath_DeleteOnenote + summary: Delete navigation property notebooks for groups + operationId: group.site.onenote_DeleteNotebook parameters: - name: group-id in: path @@ -17438,22 +18149,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook - name: If-Match in: header description: ETag @@ -17466,13 +18169,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/operations': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups': get: tags: - groups.site - summary: Get operations from groups - description: The collection of long running operations for the site. - operationId: group.site.getGraphBPrePath_ListOperation + summary: Get sectionGroups from groups + description: The section groups in the notebook. Read-only. Nullable. + operationId: group.site.onenote.notebook_ListSectionGroup parameters: - name: group-id in: path @@ -17490,22 +18193,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -17543,7 +18238,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -17553,8 +18248,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to operations for groups - operationId: group.site.getGraphBPrePath_CreateOperation + summary: Create new navigation property to sectionGroups for groups + operationId: group.site.onenote.notebook_CreateSectionGroup parameters: - name: group-id in: path @@ -17572,28 +18267,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: @@ -17601,17 +18288,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/pages': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the baseSitePages list on this site. - operationId: group.site.getGraphBPrePath_ListPage + summary: Get sectionGroups from groups + description: The section groups in the notebook. Read-only. Nullable. + operationId: group.site.onenote.notebook_GetSectionGroup parameters: - name: group-id in: path @@ -17629,37 +18316,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -17682,18 +18354,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.getGraphBPrePath_CreatePage + summary: Update the navigation property sectionGroups in groups + operationId: group.site.onenote.notebook_UpdateSectionGroup parameters: - name: group-id in: path @@ -17711,46 +18384,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/permissions': - get: + delete: tags: - groups.site - summary: Get permissions from groups - description: The permissions associated with the site. Nullable. - operationId: group.site.getGraphBPrePath_ListPermission + summary: Delete navigation property sectionGroups for groups + operationId: group.site.onenote.notebook_DeleteSectionGroup parameters: - name: group-id in: path @@ -17768,37 +18439,74 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: sectionGroup + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': + get: + tags: + - groups.site + summary: Get parentNotebook from groups + description: The notebook that contains the section group. Read-only. + operationId: group.site.onenote.notebook.sectionGroup_GetParentNotebook + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -17821,18 +18529,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': + get: tags: - groups.site - summary: Create new navigation property to permissions for groups - operationId: group.site.getGraphBPrePath_CreatePermission + summary: Get parentSectionGroup from groups + description: The section group that contains the section group. Read-only. + operationId: group.site.onenote.notebook.sectionGroup_GetParentSectionGroup parameters: - name: group-id in: path @@ -17850,46 +18561,59 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' - required: true + x-ms-docs-key-type: sectionGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/recycleBin': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': get: tags: - groups.site - summary: Get recycleBin from groups - description: A container for a collection of recycleBinItem resources in this site. - operationId: group.site.getGraphBPrePath_GetRecycleBin + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: group-id in: path @@ -17907,22 +18631,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -17945,19 +18684,20 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.recycleBin' + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': + get: tags: - groups.site - summary: Update the navigation property recycleBin in groups - operationId: group.site.getGraphBPrePath_UpdateRecycleBin + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup_GetSectionGroup parameters: - name: group-id in: path @@ -17975,44 +18715,66 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.recycleBin' - required: true + x-ms-docs-key-type: sectionGroup + - name: sectionGroup-id1 + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBin' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': + get: tags: - groups.site - summary: Delete navigation property recycleBin for groups - operationId: group.site.getGraphBPrePath_DeleteRecycleBin + summary: Get the number of the resource + operationId: group.site.onenote.notebook.sectionGroup_GetCount parameters: - name: group-id in: path @@ -18030,41 +18792,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/sites': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': get: tags: - groups.site - summary: Get sites from groups - description: The collection of the sub-sites under this site. - operationId: group.site.getGraphBPrePath_ListSite + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup_ListSection parameters: - name: group-id in: path @@ -18082,22 +18839,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -18135,20 +18892,75 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/termStore': + post: + tags: + - groups.site + summary: Create new navigation property to sections for groups + operationId: group.site.onenote.notebook.sectionGroup_CreateSection + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': get: tags: - groups.site - summary: Get termStore from groups - description: The termStore under this site. - operationId: group.site.getGraphBPrePath_GetTermStore + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup_GetSection parameters: - name: group-id in: path @@ -18166,22 +18978,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -18208,15 +19028,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property termStore in groups - operationId: group.site.getGraphBPrePath_UpdateTermStore + summary: Update the navigation property sections in groups + operationId: group.site.onenote.notebook.sectionGroup_UpdateSection parameters: - name: group-id in: path @@ -18234,28 +19054,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -18263,15 +19091,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property termStore for groups - operationId: group.site.getGraphBPrePath_DeleteTermStore + summary: Delete navigation property sections for groups + operationId: group.site.onenote.notebook.sectionGroup_DeleteSection parameters: - name: group-id in: path @@ -18289,22 +19117,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: If-Match in: header description: ETag @@ -18317,12 +19153,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/onenote': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': get: tags: - groups.site - summary: Get onenote from groups - operationId: group.site.getGraphBPrePath_GetOnenote + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup.section_ListPage parameters: - name: group-id in: path @@ -18340,14 +19177,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -18370,19 +19238,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.site - summary: Update the navigation property onenote in groups - operationId: group.site.getGraphBPrePath_UpdateOnenote + summary: Create new navigation property to pages for groups + operationId: group.site.onenote.notebook.sectionGroup.section_CreatePage parameters: - name: group-id in: path @@ -18400,36 +19267,54 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + get: tags: - groups.site - summary: Delete navigation property onenote for groups - operationId: group.site.getGraphBPrePath_DeleteOnenote + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup.section_GetPage parameters: - name: group-id in: path @@ -18447,73 +19332,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - 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 - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/operations': - get: - tags: - - groups.site - summary: Get operations from groups - description: The collection of long running operations for the site. - operationId: group.site.getGraphBPrePath_ListOperation - parameters: - - name: group-id + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: path + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of onenotePage 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -18536,18 +19386,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to operations for groups - operationId: group.site.getGraphBPrePath_CreateOperation + summary: Update the navigation property pages in groups + operationId: group.site.onenote.notebook.sectionGroup.section_UpdatePage parameters: - name: group-id in: path @@ -18565,38 +19416,60 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/pages': - get: + delete: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the baseSitePages list on this site. - operationId: group.site.getGraphBPrePath_ListPage + summary: Delete navigation property pages for groups + operationId: group.site.onenote.notebook.sectionGroup.section_DeletePage parameters: - name: group-id in: path @@ -18614,112 +19487,57 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.getGraphBPrePath_CreatePage - parameters: - - name: group-id + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: path + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of onenotePage required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' - required: true + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/permissions': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: tags: - groups.site - summary: Get permissions from groups - description: The permissions associated with the site. Nullable. - operationId: group.site.getGraphBPrePath_ListPermission + summary: Get content for the navigation property pages from groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.sectionGroup.section_GetPagesContent parameters: - name: group-id in: path @@ -18737,112 +19555,54 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to permissions for groups - operationId: group.site.getGraphBPrePath_CreatePermission - parameters: - - name: group-id + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: path + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of onenotePage required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' - required: true + x-ms-docs-key-type: onenotePage responses: 2XX: - description: Created navigation property. + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/recycleBin': - get: + put: tags: - groups.site - summary: Get recycleBin from groups - description: A container for a collection of recycleBinItem resources in this site. - operationId: group.site.getGraphBPrePath_GetRecycleBin + summary: Update content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.sectionGroup.section_SetPagesContent parameters: - name: group-id in: path @@ -18860,80 +19620,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.recycleBin' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property recycleBin in groups - operationId: group.site.getGraphBPrePath_UpdateRecycleBin - parameters: - - name: group-id + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: path + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of onenotePage required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: onenotePage requestBody: - description: New navigation property values + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBin' + type: string + format: binary required: true responses: 2XX: @@ -18941,15 +19666,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBin' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property recycleBin for groups - operationId: group.site.getGraphBPrePath_DeleteRecycleBin + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.sectionGroup.section_DeletePagesContent parameters: - name: group-id in: path @@ -18967,14 +19692,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: If-Match in: header description: ETag @@ -18986,14 +19735,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/sites': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: - groups.site - summary: Get sites from groups - description: The collection of the sub-sites under this site. - operationId: group.site.getGraphBPrePath_ListSite + summary: Get parentNotebook from groups + description: The notebook that contains the page. Read-only. + operationId: group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook parameters: - name: group-id in: path @@ -19011,29 +19759,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -19056,20 +19813,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/termStore': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: tags: - groups.site - summary: Get termStore from groups - description: The termStore under this site. - operationId: group.site.getGraphBPrePath_GetTermStore + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.notebook.sectionGroup.section.page_GetParentSection parameters: - name: group-id in: path @@ -19087,14 +19845,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -19121,15 +19903,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': + get: tags: - groups.site - summary: Update the navigation property termStore in groups - operationId: group.site.getGraphBPrePath_UpdateTermStore + summary: Get the number of the resource + operationId: group.site.onenote.notebook.sectionGroup.section.page_GetCount parameters: - name: group-id in: path @@ -19147,36 +19930,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': + get: tags: - groups.site - summary: Delete navigation property termStore for groups - operationId: group.site.getGraphBPrePath_DeleteTermStore + summary: Get parentNotebook from groups + description: The notebook that contains the section. Read-only. + operationId: group.site.onenote.notebook.sectionGroup.section_GetParentNotebook parameters: - name: group-id in: path @@ -19194,32 +19985,67 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true style: simple schema: type: string + x-ms-docs-key-type: onenoteSection + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': get: tags: - groups.site - summary: Get onenote from groups - operationId: group.site_GetOnenote + summary: Get parentSectionGroup from groups + description: The section group that contains the section. Read-only. + operationId: group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup parameters: - name: group-id in: path @@ -19237,6 +20063,30 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -19263,15 +20113,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': + get: tags: - groups.site - summary: Update the navigation property onenote in groups - operationId: group.site_UpdateOnenote + summary: Get the number of the resource + operationId: group.site.onenote.notebook.sectionGroup.section_GetCount parameters: - name: group-id in: path @@ -19289,28 +20140,35 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' - required: true + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': + get: tags: - groups.site - summary: Delete navigation property onenote for groups - operationId: group.site_DeleteOnenote + summary: Get the number of the resource + operationId: group.site.onenote.notebook.sectionGroup_GetCount parameters: - name: group-id in: path @@ -19328,25 +20186,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: If-Match - in: header - description: ETag + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true style: simple schema: type: string + x-ms-docs-key-type: notebook + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections': get: tags: - groups.site - summary: Get notebooks from groups - description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_ListNotebook + summary: Get sections from groups + description: The sections in the notebook. Read-only. Nullable. + operationId: group.site.onenote.notebook_ListSection parameters: - name: group-id in: path @@ -19364,6 +20225,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: notebook - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -19401,7 +20270,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -19411,8 +20280,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to notebooks for groups - operationId: group.site.onenote_CreateNotebook + summary: Create new navigation property to sections for groups + operationId: group.site.onenote.notebook_CreateSection parameters: - name: group-id in: path @@ -19430,12 +20299,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: notebook requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -19443,17 +20320,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': get: tags: - groups.site - summary: Get notebooks from groups - description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_GetNotebook + summary: Get sections from groups + description: The sections in the notebook. Read-only. Nullable. + operationId: group.site.onenote.notebook_GetSection parameters: - name: group-id in: path @@ -19479,6 +20356,14 @@ paths: schema: type: string x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -19505,15 +20390,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property notebooks in groups - operationId: group.site.onenote_UpdateNotebook + summary: Update the navigation property sections in groups + operationId: group.site.onenote.notebook_UpdateSection parameters: - name: group-id in: path @@ -19539,12 +20424,20 @@ paths: schema: type: string x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -19552,15 +20445,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property notebooks for groups - operationId: group.site.onenote_DeleteNotebook + summary: Delete navigation property sections for groups + operationId: group.site.onenote.notebook_DeleteSection parameters: - name: group-id in: path @@ -19586,6 +20479,14 @@ paths: schema: type: string x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: If-Match in: header description: ETag @@ -19598,13 +20499,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the notebook. Read-only. Nullable. - operationId: group.site.onenote.notebook_ListSectionGroup + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.section_ListPage parameters: - name: group-id in: path @@ -19630,6 +20531,14 @@ paths: schema: type: string x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -19667,7 +20576,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -19677,8 +20586,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sectionGroups for groups - operationId: group.site.onenote.notebook_CreateSectionGroup + summary: Create new navigation property to pages for groups + operationId: group.site.onenote.notebook.section_CreatePage parameters: - name: group-id in: path @@ -19704,12 +20613,20 @@ paths: schema: type: string x-ms-docs-key-type: notebook + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: @@ -19717,17 +20634,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the notebook. Read-only. Nullable. - operationId: group.site.onenote.notebook_GetSectionGroup + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.section_GetPage parameters: - name: group-id in: path @@ -19753,14 +20670,22 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -19787,15 +20712,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sectionGroups in groups - operationId: group.site.onenote.notebook_UpdateSectionGroup + summary: Update the navigation property pages in groups + operationId: group.site.onenote.notebook.section_UpdatePage parameters: - name: group-id in: path @@ -19821,20 +20746,28 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: @@ -19842,15 +20775,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sectionGroups for groups - operationId: group.site.onenote.notebook_DeleteSectionGroup + summary: Delete navigation property pages for groups + operationId: group.site.onenote.notebook.section_DeletePage parameters: - name: group-id in: path @@ -19876,14 +20809,22 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: If-Match in: header description: ETag @@ -19896,13 +20837,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section group. Read-only. - operationId: group.site.onenote.notebook.sectionGroup_GetParentNotebook + summary: Get content for the navigation property pages from groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.section_GetPagesContent parameters: - name: group-id in: path @@ -19928,51 +20869,38 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: onenotePage responses: 2XX: - description: Retrieved navigation property + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': - get: + put: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section group. Read-only. - operationId: group.site.onenote.notebook.sectionGroup_GetParentSectionGroup + summary: Update content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.section_SetPagesContent parameters: - name: group-id in: path @@ -19998,51 +20926,45 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: + type: string + x-ms-docs-key-type: onenotePage + requestBody: + description: New media content. + content: + application/octet-stream: + schema: type: string + format: binary + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': - get: + delete: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup_ListSectionGroup + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.section_DeletePagesContent parameters: - name: group-id in: path @@ -20068,65 +20990,40 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup_GetSectionGroup + summary: Get parentNotebook from groups + description: The notebook that contains the page. Read-only. + operationId: group.site.onenote.notebook.section.page_GetParentNotebook parameters: - name: group-id in: path @@ -20152,22 +21049,22 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: sectionGroup-id1 + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -20194,16 +21091,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.sectionGroup_GetCount + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.notebook.section.page_GetParentSection parameters: - name: group-id in: path @@ -20229,76 +21127,22 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': - get: - tags: - - groups.site - summary: Get sections from groups - description: The sections in the section group. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup_ListSection - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: notebook-id + - name: onenoteSection-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -20321,18 +21165,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': + get: tags: - groups.site - summary: Create new navigation property to sections for groups - operationId: group.site.onenote.notebook.sectionGroup_CreateSection + summary: Get the number of the resource + operationId: group.site.onenote.notebook.section.page_GetCount parameters: - name: group-id in: path @@ -20358,38 +21204,28 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - required: true + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': get: tags: - groups.site - summary: Get sections from groups - description: The sections in the section group. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup_GetSection + summary: Get parentNotebook from groups + description: The notebook that contains the section. Read-only. + operationId: group.site.onenote.notebook.section_GetParentNotebook parameters: - name: group-id in: path @@ -20415,14 +21251,6 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -20457,15 +21285,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': + get: tags: - groups.site - summary: Update the navigation property sections in groups - operationId: group.site.onenote.notebook.sectionGroup_UpdateSection + summary: Get parentSectionGroup from groups + description: The section group that contains the section. Read-only. + operationId: group.site.onenote.notebook.section_GetParentSectionGroup parameters: - name: group-id in: path @@ -20491,14 +21321,6 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -20507,28 +21329,42 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count': + get: tags: - groups.site - summary: Delete navigation property sections for groups - operationId: group.site.onenote.notebook.sectionGroup_DeleteSection + summary: Get the number of the resource + operationId: group.site.onenote.notebook.section_GetCount parameters: - name: group-id in: path @@ -20554,41 +21390,19 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup.section_ListPage + summary: Get the number of the resource + operationId: group.site.onenote.notebook_GetCount parameters: - name: group-id in: path @@ -20606,30 +21420,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/operations': + get: + tags: + - groups.site + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' + operationId: group.site.onenote_ListOperation + parameters: + - name: group-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -20667,7 +21488,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -20677,8 +21498,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.onenote.notebook.sectionGroup.section_CreatePage + summary: Create new navigation property to operations for groups + operationId: group.site.onenote_CreateOperation parameters: - name: group-id in: path @@ -20696,36 +21517,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: @@ -20733,17 +21530,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + '/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup.section_GetPage + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' + operationId: group.site.onenote_GetOperation parameters: - name: group-id in: path @@ -20761,38 +21558,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: onenoteOperation-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of onenoteOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: onenoteOperation - name: $select in: query description: Select properties to be returned @@ -20819,15 +21592,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property pages in groups - operationId: group.site.onenote.notebook.sectionGroup.section_UpdatePage + summary: Update the navigation property operations in groups + operationId: group.site.onenote_UpdateOperation parameters: - name: group-id in: path @@ -20845,44 +21618,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: onenoteOperation-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of onenoteOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: onenoteOperation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: @@ -20890,15 +21639,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site.onenote.notebook.sectionGroup.section_DeletePage + summary: Delete navigation property operations for groups + operationId: group.site.onenote_DeleteOperation parameters: - name: group-id in: path @@ -20916,38 +21665,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: onenoteOperation-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of onenoteOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: onenoteOperation - name: If-Match in: header description: ETag @@ -20960,13 +21685,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + '/groups/{group-id}/sites/{site-id}/onenote/operations/$count': get: tags: - groups.site - summary: Get content for the navigation property pages from groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.sectionGroup.section_GetPagesContent + summary: Get the number of the resource + operationId: group.site.onenote.operation_GetCount parameters: - name: group-id in: path @@ -20984,54 +21708,127 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/pages': + get: + tags: + - groups.site + summary: Get pages from groups + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_ListPage + parameters: + - name: group-id in: path - description: The unique identifier of notebook + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to pages for groups + operationId: group.site.onenote_CreatePage + parameters: + - name: group-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: site + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + required: true responses: 2XX: - description: Retrieved media content + description: Created navigation property. content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - put: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}': + get: tags: - groups.site - summary: Update content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.sectionGroup.section_SetPagesContent + summary: Get pages from groups + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_GetPage parameters: - name: group-id in: path @@ -21049,30 +21846,66 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: onenotePage-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + x-ms-docs-key-type: onenotePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.site + summary: Update the navigation property pages in groups + operationId: group.site.onenote_UpdatePage + parameters: + - name: group-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -21082,12 +21915,11 @@ paths: type: string x-ms-docs-key-type: onenotePage requestBody: - description: New media content. + description: New navigation property values content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: @@ -21098,12 +21930,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.sectionGroup.section_DeletePagesContent + summary: Delete navigation property pages for groups + operationId: group.site.onenote_DeletePage parameters: - name: group-id in: path @@ -21121,30 +21953,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -21164,13 +21972,14 @@ paths: description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook + summary: Get content for the navigation property pages from groups + description: The page's HTML content. + operationId: group.site.onenote_GetPagesContent parameters: - name: group-id in: path @@ -21188,30 +21997,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -21220,43 +22005,22 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': - get: + put: tags: - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.notebook.sectionGroup.section.page_GetParentSection + summary: Update content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote_SetPagesContent parameters: - name: group-id in: path @@ -21274,30 +22038,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -21306,42 +22046,29 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: + requestBody: + description: New media content. + content: + application/octet-stream: + schema: type: string + format: binary + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.sectionGroup.section.page_GetCount + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote_DeletePagesContent parameters: - name: group-id in: path @@ -21359,44 +22086,32 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenotePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': get: tags: - groups.site summary: Get parentNotebook from groups - description: The notebook that contains the section. Read-only. - operationId: group.site.onenote.notebook.sectionGroup.section_GetParentNotebook + description: The notebook that contains the page. Read-only. + operationId: group.site.onenote.page_GetParentNotebook parameters: - name: group-id in: path @@ -21414,30 +22129,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: onenotePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -21468,13 +22167,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': + '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection': get: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section. Read-only. - operationId: group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.page_GetParentSection parameters: - name: group-id in: path @@ -21492,30 +22191,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: onenotePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -21542,16 +22225,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': + '/groups/{group-id}/sites/{site-id}/onenote/pages/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.onenote.notebook.sectionGroup.section_GetCount + operationId: group.site.onenote.page_GetCount parameters: - name: group-id in: path @@ -21569,22 +22252,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -21592,12 +22259,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': + '/groups/{group-id}/sites/{site-id}/onenote/resources': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.sectionGroup_GetCount + summary: Get resources from groups + description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' + operationId: group.site.onenote_ListResource parameters: - name: group-id in: path @@ -21615,55 +22283,8 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections': - get: - tags: - - groups.site - summary: Get sections from groups - description: The sections in the notebook. Read-only. Nullable. - operationId: group.site.onenote.notebook_ListSection - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' @@ -21699,7 +22320,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -21709,8 +22330,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sections for groups - operationId: group.site.onenote.notebook_CreateSection + summary: Create new navigation property to resources for groups + operationId: group.site.onenote_CreateResource parameters: - name: group-id in: path @@ -21728,20 +22349,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: @@ -21749,17 +22362,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': + '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}': get: tags: - groups.site - summary: Get sections from groups - description: The sections in the notebook. Read-only. Nullable. - operationId: group.site.onenote.notebook_GetSection + summary: Get resources from groups + description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' + operationId: group.site.onenote_GetResource parameters: - name: group-id in: path @@ -21777,22 +22390,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + - name: onenoteResource-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenoteResource required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: onenoteResource - name: $select in: query description: Select properties to be returned @@ -21819,15 +22424,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sections in groups - operationId: group.site.onenote.notebook_UpdateSection + summary: Update the navigation property resources in groups + operationId: group.site.onenote_UpdateResource parameters: - name: group-id in: path @@ -21845,28 +22450,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + - name: onenoteResource-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenoteResource required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: onenoteResource requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: @@ -21874,15 +22471,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sections for groups - operationId: group.site.onenote.notebook_DeleteSection + summary: Delete navigation property resources for groups + operationId: group.site.onenote_DeleteResource parameters: - name: group-id in: path @@ -21900,22 +22497,147 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: onenoteResource-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenoteResource required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + x-ms-docs-key-type: onenoteResource + - 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 + '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content': + get: + tags: + - groups.site + summary: Get content for the navigation property resources from groups + description: The content of the resource. + operationId: group.site.onenote_GetResourcesContent + parameters: + - name: group-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteResource-id + in: path + description: The unique identifier of onenoteResource + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteResource + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - groups.site + summary: Update content for the navigation property resources in groups + description: The content of the resource. + operationId: group.site.onenote_SetResourcesContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteResource-id + in: path + description: The unique identifier of onenoteResource + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteResource + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' + default: + $ref: '#/components/responses/error' + delete: + tags: + - groups.site + summary: Delete content for the navigation property resources in groups + description: The content of the resource. + operationId: group.site.onenote_DeleteResourcesContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteResource-id + in: path + description: The unique identifier of onenoteResource + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteResource - name: If-Match in: header description: ETag @@ -21927,14 +22649,12 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': + '/groups/{group-id}/sites/{site-id}/onenote/resources/$count': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.section_ListPage + summary: Get the number of the resource + operationId: group.site.onenote.resource_GetCount parameters: - name: group-id in: path @@ -21952,22 +22672,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups': + get: + tags: + - groups.site + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_ListSectionGroup + parameters: + - name: group-id in: path - description: The unique identifier of notebook + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -22005,7 +22740,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -22015,8 +22750,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.onenote.notebook.section_CreatePage + summary: Create new navigation property to sectionGroups for groups + operationId: group.site.onenote_CreateSectionGroup parameters: - name: group-id in: path @@ -22034,28 +22769,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: @@ -22063,17 +22782,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.section_GetPage + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_GetSectionGroup parameters: - name: group-id in: path @@ -22091,30 +22810,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -22141,15 +22844,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property pages in groups - operationId: group.site.onenote.notebook.section_UpdatePage + summary: Update the navigation property sectionGroups in groups + operationId: group.site.onenote_UpdateSectionGroup parameters: - name: group-id in: path @@ -22167,36 +22870,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: @@ -22204,15 +22891,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site.onenote.notebook.section_DeletePage + summary: Delete navigation property sectionGroups for groups + operationId: group.site.onenote_DeleteSectionGroup parameters: - name: group-id in: path @@ -22230,30 +22917,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup - name: If-Match in: header description: ETag @@ -22266,13 +22937,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': get: tags: - groups.site - summary: Get content for the navigation property pages from groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.section_GetPagesContent + summary: Get parentNotebook from groups + description: The notebook that contains the section group. Read-only. + operationId: group.site.onenote.sectionGroup_GetParentNotebook parameters: - name: group-id in: path @@ -22290,46 +22961,51 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple + x-ms-docs-key-type: sectionGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Retrieved media content + description: Retrieved navigation property content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' - put: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': + get: tags: - groups.site - summary: Update content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.section_SetPagesContent + summary: Get parentSectionGroup from groups + description: The section group that contains the section group. Read-only. + operationId: group.site.onenote.sectionGroup_GetParentSectionGroup parameters: - name: group-id in: path @@ -22347,53 +23023,51 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple + x-ms-docs-key-type: sectionGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage - requestBody: - description: New media content. - content: - application/octet-stream: - schema: + uniqueItems: true + type: array + items: type: string - format: binary - required: true responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' - delete: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': + get: tags: - groups.site - summary: Delete content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.section_DeletePagesContent + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup_ListSectionGroup parameters: - name: group-id in: path @@ -22411,48 +23085,65 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.notebook.section.page_GetParentNotebook + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup_GetSectionGroup parameters: - name: group-id in: path @@ -22470,30 +23161,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: sectionGroup + - name: sectionGroup-id1 in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -22520,17 +23203,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': get: tags: - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.notebook.section.page_GetParentSection + summary: Get the number of the resource + operationId: group.site.onenote.sectionGroup_GetCount parameters: - name: group-id in: path @@ -22548,30 +23230,68 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections': + get: + tags: + - groups.site + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup_ListSection + parameters: + - name: group-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -22594,20 +23314,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.section.page_GetCount + summary: Create new navigation property to sections for groups + operationId: group.site.onenote.sectionGroup_CreateSection parameters: - name: group-id in: path @@ -22625,36 +23343,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: sectionGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section. Read-only. - operationId: group.site.onenote.notebook.section_GetParentNotebook + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup_GetSection parameters: - name: group-id in: path @@ -22672,14 +23392,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -22714,17 +23434,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': - get: + patch: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section. Read-only. - operationId: group.site.onenote.notebook.section_GetParentSectionGroup + summary: Update the navigation property sections in groups + operationId: group.site.onenote.sectionGroup_UpdateSection parameters: - name: group-id in: path @@ -22742,14 +23460,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -22758,42 +23476,28 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.section_GetCount + summary: Delete navigation property sections for groups + operationId: group.site.onenote.sectionGroup_DeleteSection parameters: - name: group-id in: path @@ -22811,27 +23515,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook_GetCount + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup.section_ListPage parameters: - name: group-id in: path @@ -22849,37 +23567,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/operations': - get: - tags: - - groups.site - summary: Get operations from groups - description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' - operationId: group.site.onenote_ListOperation - parameters: - - name: group-id + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: onenoteSection - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -22917,7 +23620,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -22927,8 +23630,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to operations for groups - operationId: group.site.onenote_CreateOperation + summary: Create new navigation property to pages for groups + operationId: group.site.onenote.sectionGroup.section_CreatePage parameters: - name: group-id in: path @@ -22946,12 +23649,28 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: @@ -22959,17 +23678,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: tags: - groups.site - summary: Get operations from groups - description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' - operationId: group.site.onenote_GetOperation + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup.section_GetPage parameters: - name: group-id in: path @@ -22987,14 +23706,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteOperation-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteOperation + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteOperation + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -23021,15 +23756,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property operations in groups - operationId: group.site.onenote_UpdateOperation + summary: Update the navigation property pages in groups + operationId: group.site.onenote.sectionGroup.section_UpdatePage parameters: - name: group-id in: path @@ -23047,20 +23782,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteOperation-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteOperation + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteOperation + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: @@ -23068,15 +23819,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property operations for groups - operationId: group.site.onenote_DeleteOperation + summary: Delete navigation property pages for groups + operationId: group.site.onenote.sectionGroup.section_DeletePage parameters: - name: group-id in: path @@ -23094,14 +23845,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteOperation-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteOperation + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteOperation + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: If-Match in: header description: ETag @@ -23114,12 +23881,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/operations/$count': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.operation_GetCount + summary: Get content for the navigation property pages from groups + description: The page's HTML content. + operationId: group.site.onenote.sectionGroup.section_GetPagesContent parameters: - name: group-id in: path @@ -23137,20 +23905,46 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/pages': - get: + put: tags: - groups.site - summary: Get pages from groups - description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_ListPage + summary: Update content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.sectionGroup.section_SetPagesContent parameters: - name: group-id in: path @@ -23168,96 +23962,53 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.onenote_CreatePage - parameters: - - name: group-id + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of group + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of site + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: onenotePage requestBody: - description: New navigation property + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + type: string + format: binary required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}': - get: + delete: tags: - groups.site - summary: Get pages from groups - description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_GetPage + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.sectionGroup.section_DeletePagesContent parameters: - name: group-id in: path @@ -23275,66 +24026,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property pages in groups - operationId: group.site.onenote_UpdatePage - parameters: - - name: group-id + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -23343,28 +24050,24 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - required: true + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + get: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site.onenote_DeletePage + summary: Get parentNotebook from groups + description: The notebook that contains the page. Read-only. + operationId: group.site.onenote.sectionGroup.section.page_GetParentNotebook parameters: - name: group-id in: path @@ -23382,6 +24085,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -23390,25 +24109,43 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: tags: - groups.site - summary: Get content for the navigation property pages from groups - description: The page's HTML content. - operationId: group.site.onenote_GetPagesContent + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.sectionGroup.section.page_GetParentSection parameters: - name: group-id in: path @@ -23426,47 +24163,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - put: - tags: - - groups.site - summary: Update content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote_SetPagesContent - parameters: - - name: group-id + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -23475,29 +24187,42 @@ paths: schema: type: string x-ms-docs-key-type: onenotePage - requestBody: - description: New media content. - content: - application/octet-stream: - schema: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: type: string - format: binary - required: true responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' - delete: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': + get: tags: - groups.site - summary: Delete content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote_DeletePagesContent + summary: Get the number of the resource + operationId: group.site.onenote.sectionGroup.section.page_GetCount parameters: - name: group-id in: path @@ -23515,32 +24240,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true style: simple schema: type: string + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': get: tags: - groups.site summary: Get parentNotebook from groups - description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.page_GetParentNotebook + description: The notebook that contains the section. Read-only. + operationId: group.site.onenote.sectionGroup.section_GetParentNotebook parameters: - name: group-id in: path @@ -23558,14 +24287,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -23596,13 +24333,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': get: tags: - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.page_GetParentSection + summary: Get parentSectionGroup from groups + description: The section group that contains the section. Read-only. + operationId: group.site.onenote.sectionGroup.section_GetParentSectionGroup parameters: - name: group-id in: path @@ -23620,14 +24357,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -23654,16 +24399,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/pages/$count': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.onenote.page_GetCount + operationId: group.site.onenote.sectionGroup.section_GetCount parameters: - name: group-id in: path @@ -23681,6 +24426,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -23688,13 +24441,43 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/resources': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count': get: tags: - groups.site - summary: Get resources from groups - description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' - operationId: group.site.onenote_ListResource + summary: Get the number of the resource + operationId: group.site.onenote.sectionGroup_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/sections': + get: + tags: + - groups.site + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_ListSection parameters: - name: group-id in: path @@ -23749,7 +24532,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -23759,8 +24542,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to resources for groups - operationId: group.site.onenote_CreateResource + summary: Create new navigation property to sections for groups + operationId: group.site.onenote_CreateSection parameters: - name: group-id in: path @@ -23783,7 +24566,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -23791,17 +24574,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}': get: tags: - groups.site - summary: Get resources from groups - description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' - operationId: group.site.onenote_GetResource + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_GetSection parameters: - name: group-id in: path @@ -23819,14 +24602,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id + - name: onenoteSection-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteResource + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -23853,15 +24636,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property resources in groups - operationId: group.site.onenote_UpdateResource + summary: Update the navigation property sections in groups + operationId: group.site.onenote_UpdateSection parameters: - name: group-id in: path @@ -23879,20 +24662,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id + - name: onenoteSection-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteResource + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -23900,15 +24683,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property resources for groups - operationId: group.site.onenote_DeleteResource + summary: Delete navigation property sections for groups + operationId: group.site.onenote_DeleteSection parameters: - name: group-id in: path @@ -23926,14 +24709,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id + - name: onenoteSection-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteResource + x-ms-docs-key-type: onenoteSection - name: If-Match in: header description: ETag @@ -23946,13 +24729,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages': get: tags: - groups.site - summary: Get content for the navigation property resources from groups - description: The content of the resource. - operationId: group.site.onenote_GetResourcesContent + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.section_ListPage parameters: - name: group-id in: path @@ -23970,30 +24753,63 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id + - name: onenoteSection-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteResource + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' - put: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Update content for the navigation property resources in groups - description: The content of the resource. - operationId: group.site.onenote_SetResourcesContent + summary: Create new navigation property to pages for groups + operationId: group.site.onenote.section_CreatePage parameters: - name: group-id in: path @@ -24011,37 +24827,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id + - name: onenoteSection-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteResource + x-ms-docs-key-type: onenoteSection requestBody: - description: New media content. + description: New navigation property content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - delete: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': + get: tags: - groups.site - summary: Delete content for the navigation property resources in groups - description: The content of the resource. - operationId: group.site.onenote_DeleteResourcesContent + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.section_GetPage parameters: - name: group-id in: path @@ -24059,31 +24876,57 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id + - name: onenoteSection-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteResource - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true style: simple schema: type: string + x-ms-docs-key-type: onenotePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/resources/$count': - get: + x-ms-docs-operation-type: operation + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.resource_GetCount + summary: Update the navigation property pages in groups + operationId: group.site.onenote.section_UpdatePage parameters: - name: group-id in: path @@ -24101,86 +24944,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups': - get: - tags: - - groups.site - summary: Get sectionGroups from groups - description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_ListSectionGroup - parameters: - - name: group-id + - name: onenoteSection-id in: path - description: The unique identifier of group + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of site + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: onenotePage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + delete: tags: - groups.site - summary: Create new navigation property to sectionGroups for groups - operationId: group.site.onenote_CreateSectionGroup + summary: Delete navigation property pages for groups + operationId: group.site.onenote.section_DeletePage parameters: - name: group-id in: path @@ -24198,30 +24999,41 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - required: true + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_GetSectionGroup + summary: Get content for the navigation property pages from groups + description: The page's HTML content. + operationId: group.site.onenote.section_GetPagesContent parameters: - name: group-id in: path @@ -24239,49 +25051,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: onenotePage responses: 2XX: - description: Retrieved navigation property + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + put: tags: - groups.site - summary: Update the navigation property sectionGroups in groups - operationId: group.site.onenote_UpdateSectionGroup + summary: Update content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.section_SetPagesContent parameters: - name: group-id in: path @@ -24299,20 +25100,29 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage requestBody: - description: New navigation property values + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + type: string + format: binary required: true responses: 2XX: @@ -24320,15 +25130,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sectionGroups for groups - operationId: group.site.onenote_DeleteSectionGroup + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.section_DeletePagesContent parameters: - name: group-id in: path @@ -24346,14 +25156,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: If-Match in: header description: ETag @@ -24365,14 +25183,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: - groups.site summary: Get parentNotebook from groups - description: The notebook that contains the section group. Read-only. - operationId: group.site.onenote.sectionGroup_GetParentNotebook + description: The notebook that contains the page. Read-only. + operationId: group.site.onenote.section.page_GetParentNotebook parameters: - name: group-id in: path @@ -24390,14 +25207,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -24428,13 +25253,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section group. Read-only. - operationId: group.site.onenote.sectionGroup_GetParentSectionGroup + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.section.page_GetParentSection parameters: - name: group-id in: path @@ -24452,14 +25277,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -24486,17 +25319,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the section. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup_ListSectionGroup + summary: Get the number of the resource + operationId: group.site.onenote.section.page_GetCount parameters: - name: group-id in: path @@ -24514,29 +25346,53 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' + x-ms-docs-key-type: onenoteSection - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook': + get: + tags: + - groups.site + summary: Get parentNotebook from groups + description: The notebook that contains the section. Read-only. + operationId: group.site.onenote.section_GetParentNotebook + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -24559,20 +25415,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the section. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup_GetSectionGroup + summary: Get parentSectionGroup from groups + description: The section group that contains the section. Read-only. + operationId: group.site.onenote.section_GetParentSectionGroup parameters: - name: group-id in: path @@ -24590,22 +25447,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: sectionGroup-id1 + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -24636,12 +25485,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': + '/groups/{group-id}/sites/{site-id}/onenote/sections/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.onenote.sectionGroup_GetCount + operationId: group.site.onenote.section_GetCount parameters: - name: group-id in: path @@ -24659,14 +25508,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -24674,13 +25515,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections': + '/groups/{group-id}/sites/{site-id}/operations': get: tags: - groups.site - summary: Get sections from groups - description: The sections in the section group. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup_ListSection + summary: Get operations from groups + description: The collection of long running operations for the site. + operationId: group.site_ListOperation parameters: - name: group-id in: path @@ -24698,14 +25539,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -24743,7 +25576,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -24753,8 +25586,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sections for groups - operationId: group.site.onenote.sectionGroup_CreateSection + summary: Create new navigation property to operations for groups + operationId: group.site_CreateOperation parameters: - name: group-id in: path @@ -24772,20 +25605,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -24793,17 +25618,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': + '/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}': get: tags: - groups.site - summary: Get sections from groups - description: The sections in the section group. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup_GetSection + summary: Get operations from groups + description: The collection of long running operations for the site. + operationId: group.site_GetOperation parameters: - name: group-id in: path @@ -24821,22 +25646,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: richLongRunningOperation - name: $select in: query description: Select properties to be returned @@ -24863,15 +25680,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sections in groups - operationId: group.site.onenote.sectionGroup_UpdateSection + summary: Update the navigation property operations in groups + operationId: group.site_UpdateOperation parameters: - name: group-id in: path @@ -24889,28 +25706,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: richLongRunningOperation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -24918,16 +25727,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sections for groups - operationId: group.site.onenote.sectionGroup_DeleteSection - parameters: + summary: Delete navigation property operations for groups + operationId: group.site_DeleteOperation + parameters: - name: group-id in: path description: The unique identifier of group @@ -24944,22 +25753,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: richLongRunningOperation - name: If-Match in: header description: ETag @@ -24972,13 +25773,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': + '/groups/{group-id}/sites/{site-id}/operations/$count': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup.section_ListPage + summary: Get the number of the resource + operationId: group.site.operation_GetCount parameters: - name: group-id in: path @@ -24996,22 +25796,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/pages': + get: + tags: + - groups.site + summary: Get pages from groups + description: The collection of pages in the baseSitePages list on this site. + operationId: group.site_ListPage + parameters: + - name: group-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -25049,7 +25864,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -25060,7 +25875,7 @@ paths: tags: - groups.site summary: Create new navigation property to pages for groups - operationId: group.site.onenote.sectionGroup.section_CreatePage + operationId: group.site_CreatePage parameters: - name: group-id in: path @@ -25078,28 +25893,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: @@ -25107,17 +25906,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}': get: tags: - groups.site summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup.section_GetPage + description: The collection of pages in the baseSitePages list on this site. + operationId: group.site_GetPage parameters: - name: group-id in: path @@ -25135,30 +25934,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -25185,7 +25968,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25193,7 +25976,7 @@ paths: tags: - groups.site summary: Update the navigation property pages in groups - operationId: group.site.onenote.sectionGroup.section_UpdatePage + operationId: group.site_UpdatePage parameters: - name: group-id in: path @@ -25211,36 +25994,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: baseSitePage requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: @@ -25248,7 +26015,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25256,7 +26023,7 @@ paths: tags: - groups.site summary: Delete navigation property pages for groups - operationId: group.site.onenote.sectionGroup.section_DeletePage + operationId: group.site_DeletePage parameters: - name: group-id in: path @@ -25274,30 +26041,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: baseSitePage - name: If-Match in: header description: ETag @@ -25310,13 +26061,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser': get: tags: - groups.site - summary: Get content for the navigation property pages from groups - description: The page's HTML content. - operationId: group.site.onenote.sectionGroup.section_GetPagesContent + summary: Get createdByUser from groups + operationId: group.site.page_GetCreatedGraphBPreUser parameters: - name: group-id in: path @@ -25334,46 +26084,51 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple + x-ms-docs-key-type: baseSitePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Retrieved media content + description: Retrieved navigation property content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' - put: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': + get: tags: - groups.site - summary: Update content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.sectionGroup.section_SetPagesContent + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: group.site.page.createdGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -25391,53 +26146,48 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple + x-ms-docs-key-type: baseSitePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage - requestBody: - description: New media content. - content: - application/octet-stream: - schema: + uniqueItems: true + type: array + items: type: string - format: binary - required: true responses: 2XX: - description: Success + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - delete: + patch: tags: - groups.site - summary: Delete content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.sectionGroup.section_DeletePagesContent + summary: Update property mailboxSettings value. + operationId: group.site.page.createdGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -25455,48 +26205,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: baseSitePage + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.sectionGroup.section.page_GetParentNotebook + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: group.site.page.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -25514,43 +26253,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand + x-ms-docs-key-type: baseSitePage + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby in: query - description: Expand related entities + description: Order items by property values style: form explode: false schema: @@ -25558,64 +26276,6 @@ paths: type: array items: type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': - get: - tags: - - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.sectionGroup.section.page_GetParentSection - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -25638,20 +26298,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.onenote.sectionGroup.section.page_GetCount + operationId: group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -25669,22 +26327,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -25692,13 +26342,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section. Read-only. - operationId: group.site.onenote.sectionGroup.section_GetParentNotebook + summary: Get lastModifiedByUser from groups + operationId: group.site.page_GetLastModifiedGraphBPreUser parameters: - name: group-id in: path @@ -25716,22 +26365,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -25758,17 +26399,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': get: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section. Read-only. - operationId: group.site.onenote.sectionGroup.section_GetParentSectionGroup + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -25786,22 +26427,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -25824,20 +26457,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.sectionGroup.section_GetCount + summary: Update property mailboxSettings value. + operationId: group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -25855,27 +26486,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: baseSitePage + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.sectionGroup_GetCount + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -25893,37 +26534,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sections': - get: - tags: - - groups.site - summary: Get sections from groups - description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_ListSection - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: baseSitePage-id in: path - description: The unique identifier of site + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: baseSitePage - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -25961,18 +26579,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + get: tags: - groups.site - summary: Create new navigation property to sections for groups - operationId: group.site.onenote_CreateSection + summary: Get the number of the resource + operationId: group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -25990,30 +26608,88 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - required: true + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage': + get: + tags: + - groups.site + summary: Get the item of type microsoft.graph.baseSitePage as microsoft.graph.sitePage + operationId: group.site_GetPageAsSitePage + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.sitePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout': get: tags: - groups.site - summary: Get sections from groups - description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_GetSection + summary: Get canvasLayout from groups + description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' + operationId: group.site.pageAsSitePage_GetCanvasLayout parameters: - name: group-id in: path @@ -26031,14 +26707,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -26065,15 +26741,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.canvasLayout' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sections in groups - operationId: group.site.onenote_UpdateSection + summary: Update the navigation property canvasLayout in groups + operationId: group.site.pageAsSitePage_UpdateCanvasLayout parameters: - name: group-id in: path @@ -26091,20 +26767,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.canvasLayout' required: true responses: 2XX: @@ -26112,15 +26788,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.canvasLayout' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sections for groups - operationId: group.site.onenote_DeleteSection + summary: Delete navigation property canvasLayout for groups + operationId: group.site.pageAsSitePage_DeleteCanvasLayout parameters: - name: group-id in: path @@ -26138,14 +26814,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - name: If-Match in: header description: ETag @@ -26158,13 +26834,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.section_ListPage + summary: Get horizontalSections from groups + description: Collection of horizontal sections on the SharePoint page. + operationId: group.site.pageAsSitePage.canvasLayout_ListHorizontalSection parameters: - name: group-id in: path @@ -26182,14 +26858,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -26227,7 +26903,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.horizontalSectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -26237,8 +26913,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.onenote.section_CreatePage + summary: Create new navigation property to horizontalSections for groups + operationId: group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection parameters: - name: group-id in: path @@ -26256,20 +26932,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.horizontalSection' required: true responses: 2XX: @@ -26277,17 +26953,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.horizontalSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.section_GetPage + summary: Get horizontalSections from groups + description: Collection of horizontal sections on the SharePoint page. + operationId: group.site.pageAsSitePage.canvasLayout_GetHorizontalSection parameters: - name: group-id in: path @@ -26305,22 +26981,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: horizontalSection - name: $select in: query description: Select properties to be returned @@ -26347,15 +27023,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.horizontalSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property pages in groups - operationId: group.site.onenote.section_UpdatePage + summary: Update the navigation property horizontalSections in groups + operationId: group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection parameters: - name: group-id in: path @@ -26373,28 +27049,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: horizontalSection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.horizontalSection' required: true responses: 2XX: @@ -26402,15 +27078,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.horizontalSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site.onenote.section_DeletePage + summary: Delete navigation property horizontalSections for groups + operationId: group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection parameters: - name: group-id in: path @@ -26428,22 +27104,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: horizontalSection - name: If-Match in: header description: ETag @@ -26456,13 +27132,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns': get: tags: - groups.site - summary: Get content for the navigation property pages from groups - description: The page's HTML content. - operationId: group.site.onenote.section_GetPagesContent + summary: Get columns from groups + description: The set of vertical columns in this section. + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn parameters: - name: group-id in: path @@ -26480,38 +27156,71 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: horizontalSection + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + $ref: '#/components/responses/microsoft.graph.horizontalSectionColumnCollectionResponse' default: $ref: '#/components/responses/error' - put: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Update content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.section_SetPagesContent + summary: Create new navigation property to columns for groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn parameters: - name: group-id in: path @@ -26529,45 +27238,46 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: horizontalSection requestBody: - description: New media content. + description: New navigation property content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' default: $ref: '#/components/responses/error' - delete: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}': + get: tags: - groups.site - summary: Delete content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.section_DeletePagesContent + summary: Get columns from groups + description: The set of vertical columns in this section. + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn parameters: - name: group-id in: path @@ -26585,73 +27295,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': - get: - tags: - - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.section.page_GetParentNotebook - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: baseSitePage-id in: path - description: The unique identifier of site + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: onenoteSection-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of horizontalSectionColumn required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: horizontalSectionColumn - name: $select in: query description: Select properties to be returned @@ -26678,17 +27345,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': - get: + patch: tags: - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.section.page_GetParentSection + summary: Update the navigation property columns in groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn parameters: - name: group-id in: path @@ -26706,58 +27371,52 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: horizontalSectionColumn + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.section.page_GetCount + summary: Delete navigation property columns for groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn parameters: - name: group-id in: path @@ -26775,90 +27434,49 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook': - get: - tags: - - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section. Read-only. - operationId: group.site.onenote.section_GetParentNotebook - parameters: - - name: group-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of group + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id in: path - description: The unique identifier of site + description: The unique identifier of horizontalSectionColumn required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true + x-ms-docs-key-type: horizontalSectionColumn + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts': get: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section. Read-only. - operationId: group.site.onenote.section_GetParentSectionGroup + summary: Get webparts from groups + description: The collection of WebParts in this column. + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart parameters: - name: group-id in: path @@ -26876,98 +27494,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.section_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: baseSitePage-id in: path - description: The unique identifier of site + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/operations': - get: - tags: - - groups.site - summary: Get operations from groups - description: The collection of long running operations for the site. - operationId: group.site_ListOperation - parameters: - - name: group-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of group + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id in: path - description: The unique identifier of site + description: The unique identifier of horizontalSectionColumn required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: horizontalSectionColumn - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -27005,7 +27555,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -27015,8 +27565,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to operations for groups - operationId: group.site_CreateOperation + summary: Create new navigation property to webparts for groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart parameters: - name: group-id in: path @@ -27034,12 +27584,36 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -27047,17 +27621,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}': get: tags: - groups.site - summary: Get operations from groups - description: The collection of long running operations for the site. - operationId: group.site_GetOperation + summary: Get webparts from groups + description: The collection of WebParts in this column. + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart parameters: - name: group-id in: path @@ -27075,14 +27649,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: richLongRunningOperation-id + - name: baseSitePage-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart - name: $select in: query description: Select properties to be returned @@ -27109,15 +27707,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property operations in groups - operationId: group.site_UpdateOperation + summary: Update the navigation property webparts in groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart parameters: - name: group-id in: path @@ -27135,20 +27733,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: richLongRunningOperation-id + - name: baseSitePage-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -27156,15 +27778,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property operations for groups - operationId: group.site_DeleteOperation + summary: Delete navigation property webparts for groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart parameters: - name: group-id in: path @@ -27182,14 +27804,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: richLongRunningOperation-id + - name: baseSitePage-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart - name: If-Match in: header description: ETag @@ -27202,12 +27848,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/operations/$count': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.operation_GetCount + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount parameters: - name: group-id in: path @@ -27225,6 +27871,30 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -27232,13 +27902,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the baseSitePages list on this site. - operationId: group.site_ListPage + summary: Get the number of the resource + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount parameters: - name: group-id in: path @@ -27256,55 +27925,35 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: horizontalSection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count': + get: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site_CreatePage + summary: Get the number of the resource + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount parameters: - name: group-id in: path @@ -27322,30 +27971,28 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' - required: true + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the baseSitePages list on this site. - operationId: group.site_GetPage + summary: Get verticalSection from groups + description: Vertical section on the SharePoint page. + operationId: group.site.pageAsSitePage.canvasLayout_GetVerticalSection parameters: - name: group-id in: path @@ -27397,15 +28044,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.verticalSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property pages in groups - operationId: group.site_UpdatePage + summary: Update the navigation property verticalSection in groups + operationId: group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection parameters: - name: group-id in: path @@ -27436,7 +28083,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.verticalSection' required: true responses: 2XX: @@ -27444,15 +28091,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.verticalSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site_DeletePage + summary: Delete navigation property verticalSection for groups + operationId: group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection parameters: - name: group-id in: path @@ -27490,12 +28137,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts': get: tags: - groups.site - summary: Get createdByUser from groups - operationId: group.site.page_GetCreatedGraphBPreUser + summary: Get webparts from groups + description: The set of web parts in this section. + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart parameters: - name: group-id in: path @@ -27521,6 +28169,21 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -27543,21 +28206,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': - get: + post: tags: - groups.site - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: group.site.page.createdGraphBPreUser_GetMailboxSetting + summary: Create new navigation property to webparts for groups + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart parameters: - name: group-id in: path @@ -27583,40 +28243,30 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.webPart' + required: true responses: 2XX: - description: Entity result. + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' - patch: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}': + get: tags: - groups.site - summary: Update property mailboxSettings value. - operationId: group.site.page.createdGraphBPreUser_UpdateMailboxSetting + summary: Get webparts from groups + description: The set of web parts in this section. + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart parameters: - name: group-id in: path @@ -27642,12 +28292,88 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.webPart' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.site + summary: Update the navigation property webparts in groups + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -27655,16 +28381,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: group.site.page.createdGraphBPreUser_ListServiceProvisioningError + summary: Delete navigation property webparts for groups + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart parameters: - name: group-id in: path @@ -27690,55 +28415,32 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: webPart + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount parameters: - name: group-id in: path @@ -27771,12 +28473,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser': get: tags: - groups.site - summary: Get lastModifiedByUser from groups - operationId: group.site.page_GetLastModifiedGraphBPreUser + summary: Get createdByUser from groups + operationId: group.site.pageAsSitePage_GetCreatedGraphBPreUser parameters: - name: group-id in: path @@ -27832,13 +28534,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting + operationId: group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -27897,7 +28599,7 @@ paths: tags: - groups.site summary: Update property mailboxSettings value. - operationId: group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting + operationId: group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -27939,13 +28641,13 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError + operationId: group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -28014,12 +28716,12 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + operationId: group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -28052,12 +28754,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser': get: tags: - groups.site - summary: Get the item of type microsoft.graph.baseSitePage as microsoft.graph.sitePage - operationId: group.site_GetPageAsSitePage + summary: Get lastModifiedByUser from groups + operationId: group.site.pageAsSitePage_GetLastModifiedGraphBPreUser parameters: - name: group-id in: path @@ -28105,20 +28807,21 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sitePage' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings': get: tags: - groups.site - summary: Get canvasLayout from groups - description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' - operationId: group.site.pageAsSitePage_GetCanvasLayout + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -28166,19 +28869,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property canvasLayout in groups - operationId: group.site.pageAsSitePage_UpdateCanvasLayout + summary: Update property mailboxSettings value. + operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -28205,11 +28907,11 @@ paths: type: string x-ms-docs-key-type: baseSitePage requestBody: - description: New navigation property values + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: @@ -28217,59 +28919,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property canvasLayout for groups - operationId: group.site.pageAsSitePage_DeleteCanvasLayout - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site - summary: Get horizontalSections from groups - description: Collection of horizontal sections on the SharePoint page. - operationId: group.site.pageAsSitePage.canvasLayout_ListHorizontalSection + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -28332,18 +28991,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.horizontalSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count': + get: tags: - groups.site - summary: Create new navigation property to horizontalSections for groups - operationId: group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection + summary: Get the number of the resource + operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -28369,30 +29028,20 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts': get: tags: - groups.site - summary: Get horizontalSections from groups - description: Collection of horizontal sections on the SharePoint page. - operationId: group.site.pageAsSitePage.canvasLayout_GetHorizontalSection + summary: Get webParts from groups + description: Collection of webparts on the SharePoint page. + operationId: group.site.pageAsSitePage_ListWebPart parameters: - name: group-id in: path @@ -28418,14 +29067,21 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: horizontalSection + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -28448,19 +29104,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.site - summary: Update the navigation property horizontalSections in groups - operationId: group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection + summary: Create new navigation property to webParts for groups + operationId: group.site.pageAsSitePage_CreateWebPart parameters: - name: group-id in: path @@ -28486,88 +29141,30 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property horizontalSections for groups - operationId: group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}': get: tags: - groups.site - summary: Get columns from groups - description: The set of vertical columns in this section. - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn + summary: Get webParts from groups + description: Collection of webparts on the SharePoint page. + operationId: group.site.pageAsSitePage_GetWebPart parameters: - name: group-id in: path @@ -28593,29 +29190,14 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + - name: webPart-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of webPart required: true style: simple schema: type: string - x-ms-docs-key-type: horizontalSection - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: webPart - name: $select in: query description: Select properties to be returned @@ -28638,18 +29220,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.horizontalSectionColumnCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to columns for groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn + summary: Update the navigation property webParts in groups + operationId: group.site.pageAsSitePage_UpdateWebPart parameters: - name: group-id in: path @@ -28675,38 +29258,36 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + - name: webPart-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of webPart required: true style: simple schema: type: string - x-ms-docs-key-type: horizontalSection + x-ms-docs-key-type: webPart requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}': - get: + delete: tags: - groups.site - summary: Get columns from groups - description: The set of vertical columns in this section. - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn + summary: Delete navigation property webParts for groups + operationId: group.site.pageAsSitePage_DeleteWebPart parameters: - name: group-id in: path @@ -28732,57 +29313,32 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + - name: webPart-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of webPart required: true style: simple schema: type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true + x-ms-docs-key-type: webPart + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: horizontalSectionColumn - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count': + get: tags: - groups.site - summary: Update the navigation property columns in groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn + summary: Get the number of the resource + operationId: group.site.pageAsSitePage.webPart_GetCount parameters: - name: group-id in: path @@ -28808,44 +29364,49 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/pages/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.page_GetCount + parameters: + - name: group-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of horizontalSectionColumn + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: horizontalSectionColumn - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' - required: true + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage': + get: tags: - groups.site - summary: Delete navigation property columns for groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn + summary: Get the items of type microsoft.graph.sitePage in the microsoft.graph.baseSitePage collection + operationId: group.site_ListPageAsSitePage parameters: - name: group-id in: path @@ -28863,49 +29424,55 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count': get: tags: - groups.site - summary: Get webparts from groups - description: The collection of WebParts in this column. - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart + summary: Get the number of the resource + operationId: group.site.Page_GetCountAsSitePage parameters: - name: group-id in: path @@ -28923,30 +29490,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/permissions': + get: + tags: + - groups.site + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. + operationId: group.site_ListPermission + parameters: + - name: group-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of horizontalSectionColumn + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: horizontalSectionColumn + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -28984,7 +29558,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' + $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -28994,8 +29568,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to webparts for groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart + summary: Create new navigation property to permissions for groups + operationId: group.site_CreatePermission parameters: - name: group-id in: path @@ -29013,36 +29587,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: @@ -29050,17 +29600,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}': + '/groups/{group-id}/sites/{site-id}/permissions/{permission-id}': get: tags: - groups.site - summary: Get webparts from groups - description: The collection of WebParts in this column. - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. + operationId: group.site_GetPermission parameters: - name: group-id in: path @@ -29078,38 +29628,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - - name: webPart-id + - name: permission-id in: path - description: The unique identifier of webPart + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: permission - name: $select in: query description: Select properties to be returned @@ -29136,15 +29662,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property webparts in groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart + summary: Update the navigation property permissions in groups + operationId: group.site_UpdatePermission parameters: - name: group-id in: path @@ -29162,44 +29688,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - - name: webPart-id + - name: permission-id in: path - description: The unique identifier of webPart + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: permission requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: @@ -29207,15 +29709,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property webparts for groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart + summary: Delete navigation property permissions for groups + operationId: group.site_DeletePermission parameters: - name: group-id in: path @@ -29233,38 +29735,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - - name: webPart-id + - name: permission-id in: path - description: The unique identifier of webPart + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: permission - name: If-Match in: header description: ETag @@ -29277,12 +29755,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count': + '/groups/{group-id}/sites/{site-id}/permissions/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount + operationId: group.site.permission_GetCount parameters: - name: group-id in: path @@ -29300,30 +29778,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -29331,12 +29785,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count': + '/groups/{group-id}/sites/{site-id}/recycleBin': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount + summary: Get recycleBin from groups + description: A container for a collection of recycleBinItem resources in this site. + operationId: group.site_GetRecycleBin parameters: - name: group-id in: path @@ -29354,35 +29809,80 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.recycleBin' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.site + summary: Update the navigation property recycleBin in groups + operationId: group.site_UpdateRecycleBin + parameters: + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: horizontalSection - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: site + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.recycleBin' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.recycleBin' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount + summary: Delete navigation property recycleBin for groups + operationId: group.site_DeleteRecycleBin parameters: - name: group-id in: path @@ -29400,28 +29900,24 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser': get: tags: - groups.site - summary: Get verticalSection from groups - description: Vertical section on the SharePoint page. - operationId: group.site.pageAsSitePage.canvasLayout_GetVerticalSection + summary: Get createdByUser from groups + operationId: group.site.recycleBin_GetCreatedGraphBPreUser parameters: - name: group-id in: path @@ -29439,14 +29935,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -29473,15 +29961,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.verticalSection' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings': + get: tags: - groups.site - summary: Update the navigation property verticalSection in groups - operationId: group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: group.site.recycleBin.createdGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -29499,20 +29989,63 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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.mailboxSettings' + default: + $ref: '#/components/responses/error' + patch: + tags: + - groups.site + summary: Update property mailboxSettings value. + operationId: group.site.recycleBin.createdGraphBPreUser_UpdateMailboxSetting + parameters: + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site requestBody: - description: New navigation property values + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.verticalSection' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: @@ -29520,15 +30053,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.verticalSection' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors': + get: tags: - groups.site - summary: Delete navigation property verticalSection for groups - operationId: group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: group.site.recycleBin.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -29546,33 +30080,86 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.recycleBin.createdGraphBPreUser.ServiceProvisioningError_GetCount + parameters: + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true style: simple schema: type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts': + '/groups/{group-id}/sites/{site-id}/recycleBin/items': get: tags: - groups.site - summary: Get webparts from groups - description: The set of web parts in this section. - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart + summary: Get items from groups + description: List of the recycleBinItems deleted by a user. + operationId: group.site.recycleBin_ListItem parameters: - name: group-id in: path @@ -29590,14 +30177,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -29635,7 +30214,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' + $ref: '#/components/responses/microsoft.graph.recycleBinItemCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -29645,8 +30224,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to webparts for groups - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart + summary: Create new navigation property to items for groups + operationId: group.site.recycleBin_CreateItem parameters: - name: group-id in: path @@ -29664,20 +30243,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.recycleBinItem' required: true responses: 2XX: @@ -29685,17 +30256,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.recycleBinItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}': get: tags: - groups.site - summary: Get webparts from groups - description: The set of web parts in this section. - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart + summary: Get items from groups + description: List of the recycleBinItems deleted by a user. + operationId: group.site.recycleBin_GetItem parameters: - name: group-id in: path @@ -29713,22 +30284,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id + - name: recycleBinItem-id in: path - description: The unique identifier of webPart + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: recycleBinItem - name: $select in: query description: Select properties to be returned @@ -29755,15 +30318,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.recycleBinItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property webparts in groups - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart + summary: Update the navigation property items in groups + operationId: group.site.recycleBin_UpdateItem parameters: - name: group-id in: path @@ -29781,28 +30344,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id + - name: recycleBinItem-id in: path - description: The unique identifier of webPart + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: recycleBinItem requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.recycleBinItem' required: true responses: 2XX: @@ -29810,15 +30365,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.recycleBinItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property webparts for groups - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart + summary: Delete navigation property items for groups + operationId: group.site.recycleBin_DeleteItem parameters: - name: group-id in: path @@ -29836,22 +30391,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id + - name: recycleBinItem-id in: path - description: The unique identifier of webPart + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: recycleBinItem - name: If-Match in: header description: ETag @@ -29864,50 +30411,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser': get: tags: - groups.site summary: Get createdByUser from groups - operationId: group.site.pageAsSitePage_GetCreatedGraphBPreUser + operationId: group.site.recycleBin.item_GetCreatedGraphBPreUser parameters: - name: group-id in: path @@ -29925,14 +30434,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem - name: $select in: query description: Select properties to be returned @@ -29963,13 +30472,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting + operationId: group.site.recycleBin.item.createdGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -29987,14 +30496,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem - name: $select in: query description: Select properties to be returned @@ -30028,7 +30537,7 @@ paths: tags: - groups.site summary: Update property mailboxSettings value. - operationId: group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting + operationId: group.site.recycleBin.item.createdGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -30046,14 +30555,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem requestBody: description: New property values content: @@ -30070,13 +30579,13 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError + operationId: group.site.recycleBin.item.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -30094,14 +30603,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -30145,12 +30654,12 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount + operationId: group.site.recycleBin.item.createdGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -30168,14 +30677,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -30183,12 +30692,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser': get: tags: - groups.site summary: Get lastModifiedByUser from groups - operationId: group.site.pageAsSitePage_GetLastModifiedGraphBPreUser + operationId: group.site.recycleBin.item_GetLastModifiedGraphBPreUser parameters: - name: group-id in: path @@ -30206,14 +30715,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem - name: $select in: query description: Select properties to be returned @@ -30244,13 +30753,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting + operationId: group.site.recycleBin.item.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -30268,14 +30777,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem - name: $select in: query description: Select properties to be returned @@ -30309,7 +30818,7 @@ paths: tags: - groups.site summary: Update property mailboxSettings value. - operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting + operationId: group.site.recycleBin.item.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -30327,14 +30836,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem requestBody: description: New property values content: @@ -30351,13 +30860,13 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError + operationId: group.site.recycleBin.item.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -30375,14 +30884,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -30426,12 +30935,12 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + operationId: group.site.recycleBin.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -30449,14 +30958,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: recycleBinItem-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of recycleBinItem required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: recycleBinItem - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -30464,13 +30973,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts': + '/groups/{group-id}/sites/{site-id}/recycleBin/items/$count': get: tags: - groups.site - summary: Get webParts from groups - description: Collection of webparts on the SharePoint page. - operationId: group.site.pageAsSitePage_ListWebPart + summary: Get the number of the resource + operationId: group.site.recycleBin.item_GetCount parameters: - name: group-id in: path @@ -30488,22 +30996,49 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser': + get: + tags: + - groups.site + summary: Get lastModifiedByUser from groups + operationId: group.site.recycleBin_GetLastModifiedGraphBPreUser + parameters: + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: $select in: query - description: Order items by property values + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities style: form explode: false schema: @@ -30511,6 +31046,40 @@ paths: type: array items: type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings': + get: + tags: + - groups.site + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: group.site.recycleBin.lastModifiedGraphBPreUser_GetMailboxSetting + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: $select in: query description: Select properties to be returned @@ -30533,18 +31102,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to webParts for groups - operationId: group.site.pageAsSitePage_CreateWebPart + summary: Update property mailboxSettings value. + operationId: group.site.recycleBin.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -30562,38 +31131,29 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage requestBody: - description: New navigation property + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}': + '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site - summary: Get webParts from groups - description: Collection of webparts on the SharePoint page. - operationId: group.site.pageAsSitePage_GetWebPart + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: group.site.recycleBin.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -30611,22 +31171,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id - in: path - description: The unique identifier of webPart - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: webPart + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -30649,19 +31208,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count': + get: tags: - groups.site - summary: Update the navigation property webParts in groups - operationId: group.site.pageAsSitePage_UpdateWebPart + summary: Get the number of the resource + operationId: group.site.recycleBin.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -30679,44 +31237,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id - in: path - description: The unique identifier of webPart - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: webPart - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.webPart' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/sites': + get: tags: - groups.site - summary: Delete navigation property webParts for groups - operationId: group.site.pageAsSitePage_DeleteWebPart + summary: Get sites from groups + description: The collection of the sub-sites under this site. + operationId: group.site_ListSite parameters: - name: group-id in: path @@ -30734,40 +31268,57 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id - in: path - description: The unique identifier of webPart - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: webPart - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count': + '/groups/{group-id}/sites/{site-id}/sites/{site-id1}': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.pageAsSitePage.webPart_GetCount + summary: Get sites from groups + description: The collection of the sub-sites under this site. + operationId: group.site_GetSite parameters: - name: group-id in: path @@ -30785,27 +31336,50 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: site-id1 in: path - description: The unique identifier of baseSitePage + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: site + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/sites/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.page_GetCount + operationId: group.site_GetCount parameters: - name: group-id in: path @@ -30830,12 +31404,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage': + '/groups/{group-id}/sites/{site-id}/termStore': get: tags: - groups.site - summary: Get the items of type microsoft.graph.sitePage in the microsoft.graph.baseSitePage collection - operationId: group.site_ListPageAsSitePage + summary: Get termStore from groups + description: The termStore under this site. + operationId: group.site_GetTermStore parameters: - name: group-id in: path @@ -30853,21 +31428,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -30890,18 +31450,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count': - get: + x-ms-docs-operation-type: operation + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.Page_GetCountAsSitePage + summary: Update the navigation property termStore in groups + operationId: group.site_UpdateTermStore parameters: - name: group-id in: path @@ -30919,20 +31480,64 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/permissions': + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property termStore for groups + operationId: group.site_DeleteTermStore + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - 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 + '/groups/{group-id}/sites/{site-id}/termStore/groups': get: tags: - groups.site - summary: Get permissions from groups - description: The permissions associated with the site. Nullable. - operationId: group.site_ListPermission + summary: Get groups from groups + description: Collection of all groups available in the term store. + operationId: group.site.termStore_ListGroup parameters: - name: group-id in: path @@ -30987,7 +31592,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -30997,8 +31602,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to permissions for groups - operationId: group.site_CreatePermission + summary: Create new navigation property to groups for groups + operationId: group.site.termStore_CreateGroup parameters: - name: group-id in: path @@ -31021,7 +31626,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -31029,17 +31634,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/permissions/{permission-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}': get: tags: - groups.site - summary: Get permissions from groups - description: The permissions associated with the site. Nullable. - operationId: group.site_GetPermission + summary: Get groups from groups + description: Collection of all groups available in the term store. + operationId: group.site.termStore_GetGroup parameters: - name: group-id in: path @@ -31057,14 +31662,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: permission-id + - name: group-id1 in: path - description: The unique identifier of permission + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: permission + x-ms-docs-key-type: group - name: $select in: query description: Select properties to be returned @@ -31091,15 +31696,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property permissions in groups - operationId: group.site_UpdatePermission + summary: Update the navigation property groups in groups + operationId: group.site.termStore_UpdateGroup parameters: - name: group-id in: path @@ -31117,20 +31722,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: permission-id + - name: group-id1 in: path - description: The unique identifier of permission + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: permission + x-ms-docs-key-type: group requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -31138,15 +31743,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property permissions for groups - operationId: group.site_DeletePermission + summary: Delete navigation property groups for groups + operationId: group.site.termStore_DeleteGroup parameters: - name: group-id in: path @@ -31164,14 +31769,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: permission-id + - name: group-id1 in: path - description: The unique identifier of permission + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: permission + x-ms-docs-key-type: group - name: If-Match in: header description: ETag @@ -31184,12 +31789,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/permissions/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.permission_GetCount + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.group_ListSet parameters: - name: group-id in: path @@ -31207,22 +31813,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/recycleBin': - get: - tags: - - groups.site - summary: Get recycleBin from groups - description: A container for a collection of recycleBinItem resources in this site. - operationId: group.site_GetRecycleBin - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -31230,14 +31821,21 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: site + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -31260,19 +31858,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.recycleBin' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.site - summary: Update the navigation property recycleBin in groups - operationId: group.site_UpdateRecycleBin + summary: Create new navigation property to sets for groups + operationId: group.site.termStore.group_CreateSet parameters: - name: group-id in: path @@ -31290,28 +31887,38 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBin' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBin' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}': + get: tags: - groups.site - summary: Delete navigation property recycleBin for groups - operationId: group.site_DeleteRecycleBin + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.group_GetSet parameters: - name: group-id in: path @@ -31329,26 +31936,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - 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 - '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser': - get: - tags: - - groups.site - summary: Get createdByUser from groups - operationId: group.site.recycleBin_GetCreatedGraphBPreUser - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -31356,14 +31944,14 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: set - name: $select in: query description: Select properties to be returned @@ -31390,17 +31978,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings': - get: + patch: tags: - groups.site - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: group.site.recycleBin.createdGraphBPreUser_GetMailboxSetting + summary: Update the navigation property sets in groups + operationId: group.site.termStore.group_UpdateSet parameters: - name: group-id in: path @@ -31418,42 +32004,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: 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.mailboxSettings' - default: - $ref: '#/components/responses/error' - patch: - tags: - - groups.site - summary: Update property mailboxSettings value. - operationId: group.site.recycleBin.createdGraphBPreUser_UpdateMailboxSetting - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -31461,20 +32012,20 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: set requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -31482,16 +32033,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: group.site.recycleBin.createdGraphBPreUser_ListServiceProvisioningError + summary: Delete navigation property sets for groups + operationId: group.site.termStore.group_DeleteSet parameters: - name: group-id in: path @@ -31509,55 +32059,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: set + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.recycleBin.createdGraphBPreUser.ServiceProvisioningError_GetCount + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.group.set_ListChild parameters: - name: group-id in: path @@ -31575,22 +32111,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/recycleBin/items': - get: - tags: - - groups.site - summary: Get items from groups - description: List of the recycleBinItems deleted by a user. - operationId: group.site.recycleBin_ListItem - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -31598,14 +32119,14 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: set - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -31643,7 +32164,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.recycleBinItemCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -31653,8 +32174,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to items for groups - operationId: group.site.recycleBin_CreateItem + summary: Create new navigation property to children for groups + operationId: group.site.termStore.group.set_CreateChild parameters: - name: group-id in: path @@ -31672,12 +32193,28 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBinItem' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -31685,17 +32222,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBinItem' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}': get: tags: - groups.site - summary: Get items from groups - description: List of the recycleBinItems deleted by a user. - operationId: group.site.recycleBin_GetItem + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.group.set_GetChild parameters: - name: group-id in: path @@ -31713,14 +32250,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id + - name: group-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -31747,15 +32300,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBinItem' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property items in groups - operationId: group.site.recycleBin_UpdateItem + summary: Update the navigation property children in groups + operationId: group.site.termStore.group.set_UpdateChild parameters: - name: group-id in: path @@ -31773,20 +32326,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id + - name: group-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBinItem' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -31794,15 +32363,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.recycleBinItem' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property items for groups - operationId: group.site.recycleBin_DeleteItem + summary: Delete navigation property children for groups + operationId: group.site.termStore.group.set_DeleteChild parameters: - name: group-id in: path @@ -31820,14 +32389,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id + - name: group-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -31840,12 +32425,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children': get: tags: - groups.site - summary: Get createdByUser from groups - operationId: group.site.recycleBin.item_GetCreatedGraphBPreUser + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.child_ListChild parameters: - name: group-id in: path @@ -31863,14 +32449,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id + - name: group-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -31893,21 +32510,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings': - get: + post: tags: - groups.site - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: group.site.recycleBin.item.createdGraphBPreUser_GetMailboxSetting + summary: Create new navigation property to children for groups + operationId: group.site.termStore.group.set.child_CreateChild parameters: - name: group-id in: path @@ -31925,50 +32539,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id - in: path - description: The unique identifier of recycleBinItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: recycleBinItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: 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.mailboxSettings' - default: - $ref: '#/components/responses/error' - patch: - tags: - - groups.site - summary: Update property mailboxSettings value. - operationId: group.site.recycleBin.item.createdGraphBPreUser_UpdateMailboxSetting - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -31976,45 +32547,46 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: recycleBinItem-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem + x-ms-docs-key-type: term requestBody: - description: New property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: group.site.recycleBin.item.createdGraphBPreUser_ListServiceProvisioningError + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.child_GetChild parameters: - name: group-id in: path @@ -32032,29 +32604,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id + - name: group-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -32077,18 +32658,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count': - get: + x-ms-docs-operation-type: operation + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.recycleBin.item.createdGraphBPreUser.ServiceProvisioningError_GetCount + summary: Update the navigation property children in groups + operationId: group.site.termStore.group.set.child_UpdateChild parameters: - name: group-id in: path @@ -32106,89 +32688,60 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id + - name: group-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser': - get: - tags: - - groups.site - summary: Get lastModifiedByUser from groups - operationId: group.site.recycleBin.item_GetLastModifiedGraphBPreUser - parameters: - - name: group-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: recycleBinItem-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings': - get: + delete: tags: - groups.site - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: group.site.recycleBin.item.lastModifiedGraphBPreUser_GetMailboxSetting + summary: Delete navigation property children for groups + operationId: group.site.termStore.group.set.child_DeleteChild parameters: - name: group-id in: path @@ -32206,96 +32759,57 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id + - name: group-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: 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.mailboxSettings' - default: - $ref: '#/components/responses/error' - patch: - tags: - - groups.site - summary: Update property mailboxSettings value. - operationId: group.site.recycleBin.item.lastModifiedGraphBPreUser_UpdateMailboxSetting - parameters: - - name: group-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: recycleBinItem-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true + x-ms-docs-key-type: term + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: group.site.recycleBin.item.lastModifiedGraphBPreUser_ListServiceProvisioningError + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_ListRelation parameters: - name: group-id in: path @@ -32313,14 +32827,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id + - name: group-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -32358,18 +32896,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': - get: + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.recycleBin.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.child_CreateRelation parameters: - name: group-id in: path @@ -32387,27 +32925,62 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: recycleBinItem-id + - name: group-id1 in: path - description: The unique identifier of recycleBinItem + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: recycleBinItem - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/recycleBin/items/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.recycleBin.item_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_GetRelation parameters: - name: group-id in: path @@ -32425,21 +32998,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser': - get: - tags: - - groups.site - summary: Get lastModifiedByUser from groups - operationId: group.site.recycleBin_GetLastModifiedGraphBPreUser - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -32447,14 +33006,38 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -32481,17 +33064,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings': - get: + patch: tags: - groups.site - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: group.site.recycleBin.lastModifiedGraphBPreUser_GetMailboxSetting + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.child_UpdateRelation parameters: - name: group-id in: path @@ -32509,42 +33090,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: 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.mailboxSettings' - default: - $ref: '#/components/responses/error' - patch: - tags: - - groups.site - summary: Update property mailboxSettings value. - operationId: group.site.recycleBin.lastModifiedGraphBPreUser_UpdateMailboxSetting - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -32552,20 +33098,44 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -32573,16 +33143,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: group.site.recycleBin.lastModifiedGraphBPreUser_ListServiceProvisioningError + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.child_DeleteRelation parameters: - name: group-id in: path @@ -32600,57 +33169,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.recycleBin.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -32658,96 +33177,57 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/sites': - get: - tags: - - groups.site - summary: Get sites from groups - description: The collection of the sub-sites under this site. - operationId: group.site_ListSite - parameters: - - name: group-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/sites/{site-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get sites from groups - description: The collection of the sub-sites under this site. - operationId: group.site_GetSite + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -32765,14 +33245,46 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: site-id1 + - name: group-id1 in: path - description: The unique identifier of site + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -32799,16 +33311,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/sites/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site_GetCount + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.child.relation_GetSet parameters: - name: group-id in: path @@ -32826,22 +33339,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore': - get: - tags: - - groups.site - summary: Get termStore from groups - description: The termStore under this site. - operationId: group.site_GetTermStore - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -32849,14 +33347,38 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -32883,15 +33405,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property termStore in groups - operationId: group.site_UpdateTermStore + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -32909,30 +33433,7 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property termStore for groups - operationId: group.site_DeleteTermStore - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -32940,65 +33441,38 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true style: simple schema: type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups': - get: - tags: - - groups.site - summary: Get groups from groups - description: Collection of all groups available in the term store. - operationId: group.site.termStore_ListGroup - parameters: - - name: group-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of site + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -33021,18 +33495,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Create new navigation property to groups for groups - operationId: group.site.termStore_CreateGroup + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child.relation_GetCount parameters: - name: group-id in: path @@ -33050,30 +33526,52 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - required: true + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get groups from groups - description: Collection of all groups available in the term store. - operationId: group.site.termStore_GetGroup + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.child_GetSet parameters: - name: group-id in: path @@ -33099,6 +33597,30 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -33125,15 +33647,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count': + get: tags: - groups.site - summary: Update the navigation property groups in groups - operationId: group.site.termStore_UpdateGroup + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child_GetCount parameters: - name: group-id in: path @@ -33159,72 +33682,36 @@ paths: schema: type: string x-ms-docs-key-type: group - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property groups for groups - operationId: group.site.termStore_DeleteGroup - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: group-id1 + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations': get: tags: - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.group_ListSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_ListRelation parameters: - name: group-id in: path @@ -33250,6 +33737,22 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -33287,7 +33790,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -33297,8 +33800,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sets for groups - operationId: group.site.termStore.group_CreateSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.child_CreateRelation parameters: - name: group-id in: path @@ -33324,12 +33827,28 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -33337,17 +33856,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.group_GetSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_GetRelation parameters: - name: group-id in: path @@ -33381,6 +33900,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -33407,15 +33942,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sets in groups - operationId: group.site.termStore.group_UpdateSet + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.child_UpdateRelation parameters: - name: group-id in: path @@ -33449,28 +33984,44 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true - responses: - 2XX: - description: Success - content: - application/json: + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Success + content: + application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sets for groups - operationId: group.site.termStore.group_DeleteSet + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.child_DeleteRelation parameters: - name: group-id in: path @@ -33504,6 +34055,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -33516,13 +34083,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.group.set_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -33556,21 +34123,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -33593,61 +34161,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.group.set_CreateChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: @@ -33655,13 +34169,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.group.set_GetChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.child.relation_GetSet parameters: - name: group-id in: path @@ -33703,6 +34217,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -33729,15 +34251,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.group.set_UpdateChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -33779,16 +34303,37 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: @@ -33796,11 +34341,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.group.set_DeleteChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child.relation_GetCount parameters: - name: group-id in: path @@ -33842,25 +34388,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.child_ListChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.child_GetSet parameters: - name: group-id in: path @@ -33902,21 +34443,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -33939,18 +34465,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.group.set.child_CreateChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child_GetCount parameters: - name: group-id in: path @@ -33984,38 +34512,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.child_GetChild + summary: Get parentGroup from groups + description: 'The parent [group] that contains the set.' + operationId: group.site.termStore.group.set_GetParentGroup parameters: - name: group-id in: path @@ -34049,22 +34559,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -34091,15 +34585,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.group.set.child_UpdateChild + summary: Update the navigation property parentGroup in groups + operationId: group.site.termStore.group.set_UpdateParentGroup parameters: - name: group-id in: path @@ -34133,28 +34627,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -34162,15 +34640,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.group.set.child_DeleteChild + summary: Delete navigation property parentGroup for groups + operationId: group.site.termStore.group.set_DeleteParentGroup parameters: - name: group-id in: path @@ -34204,22 +34682,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -34232,13 +34694,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_ListRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.group.set_ListRelation parameters: - name: group-id in: path @@ -34272,22 +34734,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -34336,7 +34782,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.child_CreateRelation + operationId: group.site.termStore.group.set_CreateRelation parameters: - name: group-id in: path @@ -34370,22 +34816,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -34403,13 +34833,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_GetRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.group.set_GetRelation parameters: - name: group-id in: path @@ -34443,22 +34873,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34501,7 +34915,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.child_UpdateRelation + operationId: group.site.termStore.group.set_UpdateRelation parameters: - name: group-id in: path @@ -34535,22 +34949,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34580,7 +34978,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.child_DeleteRelation + operationId: group.site.termStore.group.set_DeleteRelation parameters: - name: group-id in: path @@ -34614,22 +35012,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34650,13 +35032,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.child.relation_GetFromTerm + operationId: group.site.termStore.group.set.relation_GetFromTerm parameters: - name: group-id in: path @@ -34690,22 +35072,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34744,13 +35110,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.child.relation_GetSet + operationId: group.site.termStore.group.set.relation_GetSet parameters: - name: group-id in: path @@ -34784,22 +35150,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34838,13 +35188,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.child.relation_GetToTerm + operationId: group.site.termStore.group.set.relation_GetToTerm parameters: - name: group-id in: path @@ -34878,22 +35228,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34932,12 +35266,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.group.set.child.relation_GetCount + operationId: group.site.termStore.group.set.relation_GetCount parameters: - name: group-id in: path @@ -34971,22 +35305,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -34994,13 +35312,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.child_GetSet + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.group.set_ListTerm parameters: - name: group-id in: path @@ -35034,22 +35352,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: term + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -35072,20 +35389,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.child_GetCount + summary: Create new navigation property to terms for groups + operationId: group.site.termStore.group.set_CreateTerm parameters: - name: group-id in: path @@ -35119,28 +35434,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_ListRelation + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.group.set_GetTerm parameters: - name: group-id in: path @@ -35182,21 +35499,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -35219,18 +35521,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.child_CreateRelation + summary: Update the navigation property terms in groups + operationId: group.site.termStore.group.set_UpdateTerm parameters: - name: group-id in: path @@ -35273,29 +35576,27 @@ paths: type: string x-ms-docs-key-type: term requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}': - get: + delete: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_GetRelation + summary: Delete navigation property terms for groups + operationId: group.site.termStore.group.set_DeleteTerm parameters: - name: group-id in: path @@ -35337,49 +35638,25 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children': + get: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.child_UpdateRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.term_ListChild parameters: - name: group-id in: path @@ -35421,36 +35698,55 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - delete: + post: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.child_DeleteRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.group.set.term_CreateChild parameters: - name: group-id in: path @@ -35492,33 +35788,30 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Success + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.child.relation_GetFromTerm + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.term_GetChild parameters: - name: group-id in: path @@ -35560,14 +35853,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -35598,13 +35891,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': - get: + patch: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.child.relation_GetSet + summary: Update the navigation property children in groups + operationId: group.site.termStore.group.set.term_UpdateChild parameters: - name: group-id in: path @@ -35646,51 +35937,36 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': - get: + delete: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.child.relation_GetToTerm + summary: Delete navigation property children for groups + operationId: group.site.termStore.group.set.term_DeleteChild parameters: - name: group-id in: path @@ -35732,50 +36008,33 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: term + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.child.relation_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term.child_ListRelation parameters: - name: group-id in: path @@ -35817,20 +36076,63 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set': - get: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.child_GetSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.term.child_CreateRelation parameters: - name: group-id in: path @@ -35872,42 +36174,38 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.child_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term.child_GetRelation parameters: - name: group-id in: path @@ -35941,53 +36239,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup': - get: - tags: - - groups.site - summary: Get parentGroup from groups - description: 'The parent [group] that contains the set.' - operationId: group.site.termStore.group.set_GetParentGroup - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: group-id1 + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -36014,15 +36289,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property parentGroup in groups - operationId: group.site.termStore.group.set_UpdateParentGroup + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.term.child_UpdateRelation parameters: - name: group-id in: path @@ -36056,12 +36331,36 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -36069,15 +36368,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property parentGroup for groups - operationId: group.site.termStore.group.set_DeleteParentGroup + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.term.child_DeleteRelation parameters: - name: group-id in: path @@ -36111,6 +36410,30 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -36123,13 +36446,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.group.set_ListRelation + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.term.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -36163,21 +36486,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -36200,18 +36532,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set_CreateRelation + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.term.child.relation_GetSet parameters: - name: group-id in: path @@ -36245,63 +36580,22 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}': - get: - tags: - - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.group.set_GetRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -36336,15 +36630,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set_UpdateRelation + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.term.child.relation_GetToTerm parameters: - name: group-id in: path @@ -36378,6 +36674,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -36386,28 +36698,42 @@ paths: schema: type: string x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set_DeleteRelation + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term.child.relation_GetCount parameters: - name: group-id in: path @@ -36441,33 +36767,36 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true style: simple schema: type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.relation_GetFromTerm + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.term.child_GetSet parameters: - name: group-id in: path @@ -36501,14 +36830,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -36535,17 +36872,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.relation_GetSet + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term.child_GetCount parameters: - name: group-id in: path @@ -36579,128 +36915,28 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.relation_GetToTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.relation_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term_ListRelation parameters: - name: group-id in: path @@ -36734,53 +36970,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms': - get: - tags: - - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.group.set_ListTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -36818,7 +37015,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -36828,8 +37025,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to terms for groups - operationId: group.site.termStore.group.set_CreateTerm + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.term_CreateRelation parameters: - name: group-id in: path @@ -36863,12 +37060,20 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -36876,17 +37081,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.group.set_GetTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term_GetRelation parameters: - name: group-id in: path @@ -36928,6 +37133,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -36954,15 +37167,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property terms in groups - operationId: group.site.termStore.group.set_UpdateTerm + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.term_UpdateRelation parameters: - name: group-id in: path @@ -37004,12 +37217,20 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -37017,15 +37238,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property terms for groups - operationId: group.site.termStore.group.set_DeleteTerm + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.term_DeleteRelation parameters: - name: group-id in: path @@ -37067,6 +37288,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -37079,13 +37308,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.term_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.term.relation_GetFromTerm parameters: - name: group-id in: path @@ -37127,21 +37356,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -37164,18 +37386,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.group.set.term_CreateChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.term.relation_GetSet parameters: - name: group-id in: path @@ -37217,30 +37442,51 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.term_GetChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.term.relation_GetToTerm parameters: - name: group-id in: path @@ -37282,14 +37528,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -37320,11 +37566,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.group.set.term_UpdateChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term.relation_GetCount parameters: - name: group-id in: path @@ -37366,36 +37613,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.group.set.term_DeleteChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.term_GetSet parameters: - name: group-id in: path @@ -37437,33 +37668,88 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term_GetCount + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true style: simple schema: type: string + x-ms-docs-key-type: set + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term.child_ListRelation + summary: Get the number of the resource + operationId: group.site.termStore.group.set_GetCount parameters: - name: group-id in: path @@ -37489,30 +37775,67 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: set-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/groups/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.termStore.group_GetCount + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets': + get: + tags: + - groups.site + summary: Get sets from groups + description: Collection of all sets available in the term store. + operationId: group.site.termStore_ListSet + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -37550,7 +37873,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -37560,8 +37883,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.term.child_CreateRelation + summary: Create new navigation property to sets for groups + operationId: group.site.termStore_CreateSet parameters: - name: group-id in: path @@ -37579,44 +37902,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -37624,17 +37915,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term.child_GetRelation + summary: Get sets from groups + description: Collection of all sets available in the term store. + operationId: group.site.termStore_GetSet parameters: - name: group-id in: path @@ -37652,14 +37943,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -37668,30 +37951,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -37718,15 +37977,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.term.child_UpdateRelation + summary: Update the navigation property sets in groups + operationId: group.site.termStore_UpdateSet parameters: - name: group-id in: path @@ -37744,14 +38003,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -37760,36 +38011,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -37797,15 +38024,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.term.child_DeleteRelation + summary: Delete navigation property sets for groups + operationId: group.site.termStore_DeleteSet parameters: - name: group-id in: path @@ -37823,14 +38050,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -37839,30 +38058,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -37875,13 +38070,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.term.child.relation_GetFromTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set_ListChild parameters: - name: group-id in: path @@ -37899,14 +38094,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -37915,30 +38102,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -37961,21 +38139,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.term.child.relation_GetSet + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set_CreateChild parameters: - name: group-id in: path @@ -37993,14 +38168,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -38009,67 +38176,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.term.child.relation_GetToTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set_GetChild parameters: - name: group-id in: path @@ -38087,14 +38217,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -38111,22 +38233,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -38157,12 +38263,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.term.child.relation_GetCount + summary: Update the navigation property children in groups + operationId: group.site.termStore.set_UpdateChild parameters: - name: group-id in: path @@ -38180,7 +38285,46 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property children for groups + operationId: group.site.termStore.set_DeleteChild + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -38188,6 +38332,14 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set @@ -38204,7 +38356,51 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - 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 + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children': + get: + tags: + - groups.site + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.child_ListChild + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -38212,20 +38408,55 @@ paths: schema: type: string x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': - get: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.term.child_GetSet + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.child_CreateChild parameters: - name: group-id in: path @@ -38243,7 +38474,48 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}': + get: + tags: + - groups.site + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.child_GetChild + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -38251,6 +38523,14 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set @@ -38301,16 +38581,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.term.child_GetCount + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.child_UpdateChild parameters: - name: group-id in: path @@ -38328,7 +38607,54 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.child_DeleteChild + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -38336,6 +38662,14 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set @@ -38352,20 +38686,33 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term_ListRelation + operationId: group.site.termStore.set.child_ListRelation parameters: - name: group-id in: path @@ -38383,23 +38730,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -38455,7 +38802,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.term_CreateRelation + operationId: group.site.termStore.set.child_CreateRelation parameters: - name: group-id in: path @@ -38473,23 +38820,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -38514,13 +38861,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term_GetRelation + operationId: group.site.termStore.set.child_GetRelation parameters: - name: group-id in: path @@ -38538,23 +38885,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -38604,7 +38951,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.term_UpdateRelation + operationId: group.site.termStore.set.child_UpdateRelation parameters: - name: group-id in: path @@ -38622,23 +38969,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -38675,7 +39022,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.term_DeleteRelation + operationId: group.site.termStore.set.child_DeleteRelation parameters: - name: group-id in: path @@ -38693,23 +39040,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -38737,13 +39084,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.term.relation_GetFromTerm + operationId: group.site.termStore.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -38761,23 +39108,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -38823,13 +39170,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.term.relation_GetSet + operationId: group.site.termStore.set.child.relation_GetSet parameters: - name: group-id in: path @@ -38847,23 +39194,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -38909,13 +39256,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.term.relation_GetToTerm + operationId: group.site.termStore.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -38933,23 +39280,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -38995,12 +39342,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.group.set.term.relation_GetCount + operationId: group.site.termStore.set.child.relation_GetCount parameters: - name: group-id in: path @@ -39018,23 +39365,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -39049,13 +39396,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.term_GetSet + operationId: group.site.termStore.set.child_GetSet parameters: - name: group-id in: path @@ -39073,23 +39420,23 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -39127,12 +39474,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.group.set.term_GetCount + operationId: group.site.termStore.set.child_GetCount parameters: - name: group-id in: path @@ -39150,14 +39497,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -39166,44 +39505,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -39211,12 +39520,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.child_ListRelation parameters: - name: group-id in: path @@ -39234,37 +39544,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets': - get: - tags: - - groups.site - summary: Get sets from groups - description: Collection of all sets available in the term store. - operationId: group.site.termStore_ListSet - parameters: - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -39302,7 +39597,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -39312,8 +39607,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sets for groups - operationId: group.site.termStore_CreateSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.child_CreateRelation parameters: - name: group-id in: path @@ -39331,12 +39626,28 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -39344,17 +39655,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get sets from groups - description: Collection of all sets available in the term store. - operationId: group.site.termStore_GetSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.child_GetRelation parameters: - name: group-id in: path @@ -39380,6 +39691,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -39406,15 +39733,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sets in groups - operationId: group.site.termStore_UpdateSet + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.child_UpdateRelation parameters: - name: group-id in: path @@ -39440,12 +39767,28 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -39453,15 +39796,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sets for groups - operationId: group.site.termStore_DeleteSet + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.child_DeleteRelation parameters: - name: group-id in: path @@ -39487,6 +39830,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -39499,13 +39858,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -39531,21 +39890,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -39568,53 +39928,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set_CreateChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: @@ -39622,13 +39936,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set_GetChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.child.relation_GetSet parameters: - name: group-id in: path @@ -39662,6 +39976,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -39688,15 +40010,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set_UpdateChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -39730,16 +40054,37 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: @@ -39747,11 +40092,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set_DeleteChild + summary: Get the number of the resource + operationId: group.site.termStore.set.child.relation_GetCount parameters: - name: group-id in: path @@ -39785,25 +40131,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.child_ListChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.child_GetSet parameters: - name: group-id in: path @@ -39837,21 +40178,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -39874,18 +40200,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.child_CreateChild + summary: Get the number of the resource + operationId: group.site.termStore.set.child_GetCount parameters: - name: group-id in: path @@ -39911,38 +40239,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.child_GetChild + summary: Get parentGroup from groups + description: 'The parent [group] that contains the set.' + operationId: group.site.termStore.set_GetParentGroup parameters: - name: group-id in: path @@ -39968,22 +40278,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -40010,15 +40304,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.child_UpdateChild + summary: Update the navigation property parentGroup in groups + operationId: group.site.termStore.set_UpdateParentGroup parameters: - name: group-id in: path @@ -40044,28 +40338,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -40073,15 +40351,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.child_DeleteChild + summary: Delete navigation property parentGroup for groups + operationId: group.site.termStore.set_DeleteParentGroup parameters: - name: group-id in: path @@ -40107,22 +40385,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -40135,13 +40397,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_ListRelation + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.set.parentGroup_ListSet parameters: - name: group-id in: path @@ -40167,22 +40429,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -40220,7 +40466,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -40230,8 +40476,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.child_CreateRelation + summary: Create new navigation property to sets for groups + operationId: group.site.termStore.set.parentGroup_CreateSet parameters: - name: group-id in: path @@ -40257,28 +40503,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -40286,17 +40516,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_GetRelation + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.set.parentGroup_GetSet parameters: - name: group-id in: path @@ -40322,30 +40552,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set - name: $select in: query description: Select properties to be returned @@ -40372,15 +40586,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.child_UpdateRelation + summary: Update the navigation property sets in groups + operationId: group.site.termStore.set.parentGroup_UpdateSet parameters: - name: group-id in: path @@ -40406,36 +40620,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -40443,15 +40641,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.child_DeleteRelation + summary: Delete navigation property sets for groups + operationId: group.site.termStore.set.parentGroup_DeleteSet parameters: - name: group-id in: path @@ -40477,30 +40675,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set - name: If-Match in: header description: ETag @@ -40513,13 +40695,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.child.relation_GetFromTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set.parentGroup.set_ListChild parameters: - name: group-id in: path @@ -40545,30 +40727,29 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -40591,21 +40772,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.child.relation_GetSet + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.parentGroup.set_CreateChild parameters: - name: group-id in: path @@ -40631,67 +40809,38 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: set + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.child.relation_GetToTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set.parentGroup.set_GetChild parameters: - name: group-id in: path @@ -40717,15 +40866,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -40733,14 +40882,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -40771,12 +40912,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child.relation_GetCount + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.parentGroup.set_UpdateChild parameters: - name: group-id in: path @@ -40802,15 +40942,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -40818,20 +40958,28 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.child_GetSet + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.parentGroup.set_DeleteChild parameters: - name: group-id in: path @@ -40857,15 +41005,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -40873,42 +41021,25 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child_GetCount + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.child_ListChild parameters: - name: group-id in: path @@ -40934,46 +41065,7 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations': - get: - tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_ListRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id + - name: set-id1 in: path description: The unique identifier of set required: true @@ -41026,7 +41118,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -41036,8 +41128,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.child_CreateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.parentGroup.set.child_CreateChild parameters: - name: group-id in: path @@ -41063,6 +41155,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -41076,7 +41176,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -41084,17 +41184,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_GetRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.child_GetChild parameters: - name: group-id in: path @@ -41120,6 +41220,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -41128,14 +41236,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -41162,15 +41270,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.child_UpdateRelation + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.parentGroup.set.child_UpdateChild parameters: - name: group-id in: path @@ -41196,6 +41304,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -41204,20 +41320,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -41225,15 +41341,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.child_DeleteRelation + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.parentGroup.set.child_DeleteChild parameters: - name: group-id in: path @@ -41259,6 +41375,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -41267,14 +41391,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -41287,13 +41411,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.child.relation_GetFromTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_ListRelation parameters: - name: group-id in: path @@ -41319,6 +41443,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -41327,14 +41459,29 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -41357,21 +41504,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.child.relation_GetSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation parameters: - name: group-id in: path @@ -41397,6 +41541,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -41405,51 +41557,38 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.child.relation_GetToTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_GetRelation parameters: - name: group-id in: path @@ -41475,6 +41614,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -41483,6 +41630,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -41517,16 +41672,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child.relation_GetCount + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation parameters: - name: group-id in: path @@ -41552,6 +41706,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -41560,20 +41722,44 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.child_GetSet + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation parameters: - name: group-id in: path @@ -41599,6 +41785,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -41607,42 +41801,41 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child_GetCount + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -41668,45 +41861,38 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup': - get: - tags: - - groups.site - summary: Get parentGroup from groups - description: 'The parent [group] that contains the set.' - operationId: group.site.termStore.set_GetParentGroup - parameters: - - name: group-id + - name: set-id1 in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: set-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -41733,15 +41919,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Update the navigation property parentGroup in groups - operationId: group.site.termStore.set_UpdateParentGroup + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet parameters: - name: group-id in: path @@ -41767,28 +41955,75 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - required: true + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Delete navigation property parentGroup for groups - operationId: group.site.termStore.set_DeleteParentGroup + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -41814,65 +42049,38 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: If-Match - in: header - description: ETag + - name: set-id1 + in: path + description: The unique identifier of set + required: true style: simple schema: type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets': - get: - tags: - - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.set.parentGroup_ListSet - parameters: - - name: group-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: set-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -41895,18 +42103,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Create new navigation property to sets for groups - operationId: group.site.termStore.set.parentGroup_CreateSet + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount parameters: - name: group-id in: path @@ -41932,30 +42142,44 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.set.parentGroup_GetSet + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.child_GetSet parameters: - name: group-id in: path @@ -41989,6 +42213,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -42019,11 +42259,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': + get: tags: - groups.site - summary: Update the navigation property sets in groups - operationId: group.site.termStore.set.parentGroup_UpdateSet + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child_GetCount parameters: - name: group-id in: path @@ -42057,28 +42298,28 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': + get: tags: - groups.site - summary: Delete navigation property sets for groups - operationId: group.site.termStore.set.parentGroup_DeleteSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_ListRelation parameters: - name: group-id in: path @@ -42112,58 +42353,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - 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 - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children': - get: - tags: - - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set.parentGroup.set_ListChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -42201,7 +42398,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -42211,8 +42408,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.parentGroup.set_CreateChild + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation parameters: - name: group-id in: path @@ -42246,12 +42443,20 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -42259,17 +42464,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set.parentGroup.set_GetChild + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_GetRelation parameters: - name: group-id in: path @@ -42311,6 +42516,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -42337,15 +42550,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.parentGroup.set_UpdateChild + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation parameters: - name: group-id in: path @@ -42387,12 +42600,20 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -42400,15 +42621,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.parentGroup.set_DeleteChild + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation parameters: - name: group-id in: path @@ -42450,6 +42671,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -42462,13 +42691,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.child_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -42510,21 +42739,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -42547,18 +42769,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.parentGroup.set.child_CreateChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet parameters: - name: group-id in: path @@ -42600,30 +42825,51 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.child_GetChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -42665,14 +42911,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -42703,11 +42949,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.parentGroup.set.child_UpdateChild + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount parameters: - name: group-id in: path @@ -42749,36 +42996,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.parentGroup.set.child_DeleteChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.child_GetSet parameters: - name: group-id in: path @@ -42820,33 +43051,42 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_ListRelation + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child_GetCount parameters: - name: group-id in: path @@ -42880,22 +43120,53 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations': + get: + tags: + - groups.site + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set.parentGroup.set_ListRelation + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -42944,7 +43215,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation + operationId: group.site.termStore.set.parentGroup.set_CreateRelation parameters: - name: group-id in: path @@ -42978,22 +43249,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -43011,13 +43266,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_GetRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set.parentGroup.set_GetRelation parameters: - name: group-id in: path @@ -43051,22 +43306,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -43109,7 +43348,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation + operationId: group.site.termStore.set.parentGroup.set_UpdateRelation parameters: - name: group-id in: path @@ -43143,22 +43382,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -43188,7 +43411,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation + operationId: group.site.termStore.set.parentGroup.set_DeleteRelation parameters: - name: group-id in: path @@ -43222,22 +43445,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -43258,13 +43465,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm + operationId: group.site.termStore.set.parentGroup.set.relation_GetFromTerm parameters: - name: group-id in: path @@ -43298,22 +43505,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -43352,13 +43543,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet + operationId: group.site.termStore.set.parentGroup.set.relation_GetSet parameters: - name: group-id in: path @@ -43392,22 +43583,84 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': + get: + tags: + - groups.site + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.relation_GetToTerm + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -43442,17 +43695,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.relation_GetCount parameters: - name: group-id in: path @@ -43486,30 +43738,68 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms': + get: + tags: + - groups.site + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set.parentGroup.set_ListTerm + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: site + - name: set-id in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -43532,20 +43822,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount + summary: Create new navigation property to terms for groups + operationId: group.site.termStore.set.parentGroup.set_CreateTerm parameters: - name: group-id in: path @@ -43579,36 +43867,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.child_GetSet + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set.parentGroup.set_GetTerm parameters: - name: group-id in: path @@ -43650,14 +43932,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -43684,16 +43958,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child_GetCount + summary: Update the navigation property terms in groups + operationId: group.site.termStore.set.parentGroup.set_UpdateTerm parameters: - name: group-id in: path @@ -43735,20 +44008,88 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property terms for groups + operationId: group.site.termStore.set.parentGroup.set_DeleteTerm + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - 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 + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_ListRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.term_ListChild parameters: - name: group-id in: path @@ -43827,7 +44168,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -43837,8 +44178,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.parentGroup.set.term_CreateChild parameters: - name: group-id in: path @@ -43885,7 +44226,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -43893,17 +44234,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_GetRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.term_GetChild parameters: - name: group-id in: path @@ -43945,14 +44286,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -43979,15 +44320,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.parentGroup.set.term_UpdateChild parameters: - name: group-id in: path @@ -44029,20 +44370,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -44050,15 +44391,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.parentGroup.set.term_DeleteChild parameters: - name: group-id in: path @@ -44100,14 +44441,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -44120,13 +44461,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term.child_ListRelation parameters: - name: group-id in: path @@ -44168,14 +44509,29 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -44198,21 +44554,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.term.child_CreateRelation parameters: - name: group-id in: path @@ -44254,51 +44607,38 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term.child_GetRelation parameters: - name: group-id in: path @@ -44340,6 +44680,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -44374,16 +44722,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.term.child_UpdateRelation parameters: - name: group-id in: path @@ -44425,20 +44772,44 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.child_GetSet + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.term.child_DeleteRelation parameters: - name: group-id in: path @@ -44480,42 +44851,41 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child_GetCount + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -44549,68 +44919,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations': - get: - tags: - - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set.parentGroup.set_ListRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: set-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -44633,18 +44965,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set_CreateRelation + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetSet parameters: - name: group-id in: path @@ -44678,63 +45013,22 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': - get: - tags: - - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set.parentGroup.set_GetRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -44769,78 +45063,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set_UpdateRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set_DeleteRelation + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm parameters: - name: group-id in: path @@ -44874,66 +45107,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - 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 - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': - get: - tags: - - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.relation_GetFromTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -44972,13 +45161,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.relation_GetSet + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetCount parameters: - name: group-id in: path @@ -45012,51 +45200,36 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.relation_GetToTerm + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.term.child_GetSet parameters: - name: group-id in: path @@ -45090,14 +45263,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -45124,16 +45305,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.relation_GetCount + operationId: group.site.termStore.set.parentGroup.set.term.child_GetCount parameters: - name: group-id in: path @@ -45167,6 +45348,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -45174,13 +45363,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set.parentGroup.set_ListTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term_ListRelation parameters: - name: group-id in: path @@ -45214,6 +45403,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -45251,7 +45448,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -45261,8 +45458,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to terms for groups - operationId: group.site.termStore.set.parentGroup.set_CreateTerm + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.term_CreateRelation parameters: - name: group-id in: path @@ -45296,12 +45493,20 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -45309,17 +45514,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set.parentGroup.set_GetTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term_GetRelation parameters: - name: group-id in: path @@ -45361,6 +45566,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -45387,15 +45600,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property terms in groups - operationId: group.site.termStore.set.parentGroup.set_UpdateTerm + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.term_UpdateRelation parameters: - name: group-id in: path @@ -45437,12 +45650,20 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -45450,15 +45671,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property terms for groups - operationId: group.site.termStore.set.parentGroup.set_DeleteTerm + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.term_DeleteRelation parameters: - name: group-id in: path @@ -45500,6 +45721,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -45512,13 +45741,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.term_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm parameters: - name: group-id in: path @@ -45560,21 +45789,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -45597,18 +45819,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.parentGroup.set.term_CreateChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetSet parameters: - name: group-id in: path @@ -45650,30 +45875,51 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.term_GetChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetToTerm parameters: - name: group-id in: path @@ -45715,14 +45961,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -45753,11 +45999,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.parentGroup.set.term_UpdateChild + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetCount parameters: - name: group-id in: path @@ -45799,36 +46046,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.parentGroup.set.term_DeleteChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.term_GetSet parameters: - name: group-id in: path @@ -45870,33 +46101,42 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term.child_ListRelation + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.term_GetCount parameters: - name: group-id in: path @@ -45930,71 +46170,19 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count': + get: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.term.child_CreateRelation + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set_GetCount parameters: - name: group-id in: path @@ -46020,7 +46208,38 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations': + get: + tags: + - groups.site + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set_ListRelation + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id in: path description: The unique identifier of set required: true @@ -46028,22 +46247,80 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set_CreateRelation + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set requestBody: description: New navigation property content: @@ -46061,13 +46338,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term.child_GetRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set_GetRelation parameters: - name: group-id in: path @@ -46093,30 +46370,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46159,7 +46412,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.term.child_UpdateRelation + operationId: group.site.termStore.set_UpdateRelation parameters: - name: group-id in: path @@ -46185,30 +46438,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46238,7 +46467,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.term.child_DeleteRelation + operationId: group.site.termStore.set_DeleteRelation parameters: - name: group-id in: path @@ -46264,30 +46493,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46308,13 +46513,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm + operationId: group.site.termStore.set.relation_GetFromTerm parameters: - name: group-id in: path @@ -46340,30 +46545,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46402,13 +46583,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetSet + operationId: group.site.termStore.set.relation_GetSet parameters: - name: group-id in: path @@ -46434,30 +46615,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46496,13 +46653,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm + operationId: group.site.termStore.set.relation_GetToTerm parameters: - name: group-id in: path @@ -46528,30 +46685,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46590,12 +46723,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetCount + operationId: group.site.termStore.set.relation_GetCount parameters: - name: group-id in: path @@ -46621,44 +46754,94 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms': + get: + tags: + - groups.site + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set_ListTerm + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: set-id in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': - get: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.term.child_GetSet + summary: Create new navigation property to terms for groups + operationId: group.site.termStore.set_CreateTerm parameters: - name: group-id in: path @@ -46684,23 +46867,56 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}': + get: + tags: + - groups.site + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set_GetTerm + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -46734,16 +46950,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term.child_GetCount + summary: Update the navigation property terms in groups + operationId: group.site.termStore.set_UpdateTerm parameters: - name: group-id in: path @@ -46769,7 +46984,54 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property terms for groups + operationId: group.site.termStore.set_DeleteTerm + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id in: path description: The unique identifier of set required: true @@ -46785,20 +47047,25 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term_ListRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.term_ListChild parameters: - name: group-id in: path @@ -46824,14 +47091,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -46877,7 +47136,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -46887,8 +47146,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.term_CreateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.term_CreateChild parameters: - name: group-id in: path @@ -46914,14 +47173,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -46935,7 +47186,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -46943,17 +47194,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term_GetRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.term_GetChild parameters: - name: group-id in: path @@ -46979,14 +47230,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -46995,14 +47238,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -47029,15 +47272,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.term_UpdateRelation + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.term_UpdateChild parameters: - name: group-id in: path @@ -47063,14 +47306,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -47079,20 +47314,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -47100,15 +47335,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.term_DeleteRelation + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.term_DeleteChild parameters: - name: group-id in: path @@ -47134,14 +47369,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -47150,14 +47377,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -47170,13 +47397,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term.child_ListRelation parameters: - name: group-id in: path @@ -47202,14 +47429,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -47218,14 +47437,29 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -47248,21 +47482,83 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.term.child_CreateRelation + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term.child_GetRelation parameters: - name: group-id in: path @@ -47288,15 +47584,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -47338,17 +47634,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': - get: + patch: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetToTerm + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.term.child_UpdateRelation parameters: - name: group-id in: path @@ -47374,15 +47668,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -47398,42 +47692,28 @@ paths: schema: type: string x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetCount + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.term.child_DeleteRelation parameters: - name: group-id in: path @@ -47459,15 +47739,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -47475,20 +47755,33 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.term_GetSet + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.term.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -47514,7 +47807,85 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: + tags: + - groups.site + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.term.child.relation_GetSet + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id in: path description: The unique identifier of set required: true @@ -47530,6 +47901,22 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -47560,12 +47947,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term_GetCount + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.term.child.relation_GetToTerm parameters: - name: group-id in: path @@ -47591,7 +47979,84 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.termStore.set.term.child.relation_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id in: path description: The unique identifier of set required: true @@ -47599,6 +48064,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -47606,12 +48087,90 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': + get: + tags: + - groups.site + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.term.child_GetSet + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set_GetCount + operationId: group.site.termStore.set.term.child_GetCount parameters: - name: group-id in: path @@ -47637,6 +48196,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -47644,13 +48211,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations': get: tags: - groups.site summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set_ListRelation + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term_ListRelation parameters: - name: group-id in: path @@ -47676,6 +48243,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -47724,7 +48299,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set_CreateRelation + operationId: group.site.termStore.set.term_CreateRelation parameters: - name: group-id in: path @@ -47750,6 +48325,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -47767,13 +48350,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set_GetRelation + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term_GetRelation parameters: - name: group-id in: path @@ -47799,6 +48382,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -47841,7 +48432,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.set_UpdateRelation + operationId: group.site.termStore.set.term_UpdateRelation parameters: - name: group-id in: path @@ -47867,6 +48458,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -47896,7 +48495,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.set_DeleteRelation + operationId: group.site.termStore.set.term_DeleteRelation parameters: - name: group-id in: path @@ -47922,6 +48521,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -47942,13 +48549,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.relation_GetFromTerm + operationId: group.site.termStore.set.term.relation_GetFromTerm parameters: - name: group-id in: path @@ -47974,6 +48581,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -48012,13 +48627,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.relation_GetSet + operationId: group.site.termStore.set.term.relation_GetSet parameters: - name: group-id in: path @@ -48044,6 +48659,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -48082,13 +48705,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.relation_GetToTerm + operationId: group.site.termStore.set.term.relation_GetToTerm parameters: - name: group-id in: path @@ -48114,6 +48737,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -48152,12 +48783,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.relation_GetCount + operationId: group.site.termStore.set.term.relation_GetCount parameters: - name: group-id in: path @@ -48183,6 +48814,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -48190,13 +48829,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set_ListTerm + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.term_GetSet parameters: - name: group-id in: path @@ -48222,21 +48861,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -48259,18 +48891,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count': + get: tags: - groups.site - summary: Create new navigation property to terms for groups - operationId: group.site.termStore.set_CreateTerm + summary: Get the number of the resource + operationId: group.site.termStore.set.term_GetCount parameters: - name: group-id in: path @@ -48296,30 +48930,19 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/$count': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set_GetTerm + summary: Get the number of the resource + operationId: group.site.termStore.set_GetCount parameters: - name: group-id in: path @@ -48337,66 +48960,145 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site_GetCount + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /sites: + get: + tags: + - sites.site + summary: Search for sites + description: Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta + operationId: site_ListSite + 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.siteCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + '/sites/{site-id}': + get: tags: - - groups.site - summary: Update the navigation property terms in groups - operationId: group.site.termStore.set_UpdateTerm + - sites.site + summary: Get a site resource + description: "Retrieve properties and relationships for a site resource.\nA site resource represents a team site in SharePoint." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta + operationId: site_GetSite parameters: - - name: group-id + - name: site-id in: path - description: The unique identifier of group + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: group + x-ms-docs-key-type: site + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - 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.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.site + summary: Update entity in sites + operationId: site_UpdateSite + parameters: - name: site-id in: path description: The unique identifier of site @@ -48405,28 +49107,89 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/analytics': + get: + tags: + - sites.itemAnalytics + summary: Get analytics from sites + description: Analytics about the view activities that took place on this site. + operationId: site_GetAnalytic + parameters: + - name: site-id in: path - description: The unique identifier of set + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: site + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.itemAnalytics + summary: Update the navigation property analytics in sites + operationId: site_UpdateAnalytic + parameters: + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: @@ -48434,24 +49197,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - groups.site - summary: Delete navigation property terms for groups - operationId: group.site.termStore.set_DeleteTerm + - sites.itemAnalytics + summary: Delete navigation property analytics for sites + operationId: site_DeleteAnalytic parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -48460,22 +49215,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -48488,22 +49227,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children': + '/sites/{site-id}/analytics/allTime': get: tags: - - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.term_ListChild + - sites.itemAnalytics + summary: Get allTime from sites + operationId: site.analytic_GetAllTime parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -48512,22 +49242,51 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: set - - name: term-id + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/analytics/itemActivityStats': + get: + tags: + - sites.itemAnalytics + summary: Get itemActivityStats from sites + operationId: site.analytic_ListItemActivityStat + parameters: + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -48565,7 +49324,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -48574,18 +49333,10 @@ paths: x-ms-docs-operation-type: operation post: tags: - - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.term_CreateChild + - sites.itemAnalytics + summary: Create new navigation property to itemActivityStats for sites + operationId: site.analytic_CreateItemActivityStat parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -48594,28 +49345,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: @@ -48623,26 +49358,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}': + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}': get: tags: - - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.term_GetChild + - sites.itemAnalytics + summary: Get itemActivityStats from sites + operationId: site.analytic_GetItemActivityStat parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -48651,30 +49377,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: itemActivityStat - name: $select in: query description: Select properties to be returned @@ -48701,24 +49411,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.term_UpdateChild + - sites.itemAnalytics + summary: Update the navigation property itemActivityStats in sites + operationId: site.analytic_UpdateItemActivityStat parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -48727,36 +49429,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: itemActivityStat requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: @@ -48764,24 +49450,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.term_DeleteChild + - sites.itemAnalytics + summary: Delete navigation property itemActivityStats for sites + operationId: site.analytic_DeleteItemActivityStat parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -48790,30 +49468,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: itemActivityStat - name: If-Match in: header description: ETag @@ -48826,22 +49488,14 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities': get: tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term.child_ListRelation + - sites.itemAnalytics + summary: Get activities from sites + description: Exposes the itemActivities represented in this itemActivityStat resource. + operationId: site.analytic.itemActivityStat_ListActivity parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -48850,30 +49504,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: itemActivityStat - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -48911,7 +49549,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -48920,18 +49558,10 @@ paths: x-ms-docs-operation-type: operation post: tags: - - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.term.child_CreateRelation + - sites.itemAnalytics + summary: Create new navigation property to activities for sites + operationId: site.analytic.itemActivityStat_CreateActivity parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -48940,36 +49570,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: itemActivityStat requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: @@ -48977,26 +49591,18 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.itemActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': get: tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term.child_GetRelation + - sites.itemAnalytics + summary: Get activities from sites + description: Exposes the itemActivities represented in this itemActivityStat resource. + operationId: site.analytic.itemActivityStat_GetActivity parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49005,38 +49611,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of relation + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: itemActivity - name: $select in: query description: Select properties to be returned @@ -49063,24 +49653,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.itemActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.term.child_UpdateRelation + - sites.itemAnalytics + summary: Update the navigation property activities in sites + operationId: site.analytic.itemActivityStat_UpdateActivity parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49089,44 +49671,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of relation + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: itemActivity requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: @@ -49134,24 +49700,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.itemActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.term.child_DeleteRelation + - sites.itemAnalytics + summary: Delete navigation property activities for sites + operationId: site.analytic.itemActivityStat_DeleteActivity parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49160,38 +49718,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of relation + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: itemActivity - name: If-Match in: header description: ETag @@ -49204,22 +49746,14 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': get: tags: - - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.term.child.relation_GetFromTerm + - sites.itemAnalytics + summary: Get driveItem from sites + description: Exposes the driveItem that was the target of this activity. + operationId: site.analytic.itemActivityStat.activity_GetDriveItem parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49228,38 +49762,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of relation + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: itemActivity - name: $select in: query description: Select properties to be returned @@ -49286,26 +49804,18 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': get: tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.term.child.relation_GetSet + - sites.itemAnalytics + summary: Get content for the navigation property driveItem from sites + description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' + operationId: site.analytic.itemActivityStat.activity_GetDriveItemContent parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49314,169 +49824,136 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of relation + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand + x-ms-docs-key-type: itemActivity + - name: $format in: query - description: Expand related entities + description: Format of the content style: form explode: false schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': - get: + put: tags: - - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.term.child.relation_GetToTerm + - sites.itemAnalytics + summary: Update content for the navigation property driveItem in sites + description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' + operationId: site.analytic.itemActivityStat.activity_SetDriveItemContent parameters: - - name: group-id + - name: site-id in: path - description: The unique identifier of group + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: site + - name: itemActivityStat-id in: path - description: The unique identifier of site + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: set-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of set + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: itemActivity + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': + get: + tags: + - sites.itemAnalytics + summary: Get contentStream for the navigation property driveItem from sites + description: 'The content stream, if the item represents a file.' + operationId: site.analytic.itemActivityStat.activity_GetDriveItemContentStream + parameters: + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of relation + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: itemActivity responses: 2XX: - description: Retrieved navigation property + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': - get: + put: tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term.child.relation_GetCount + - sites.itemAnalytics + summary: Update contentStream for the navigation property driveItem in sites + description: 'The content stream, if the item represents a file.' + operationId: site.analytic.itemActivityStat.activity_SetDriveItemContentStream parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49485,53 +49962,42 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: itemActivityStat-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of term + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: itemActivity + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.term.child_GetSet + - sites.itemAnalytics + summary: Get the number of the resource + operationId: site.analytic.itemActivityStat.activity_GetCount parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49540,30 +50006,58 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: itemActivityStat-id in: path - description: The unique identifier of set + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: itemActivityStat + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/analytics/itemActivityStats/$count': + get: + tags: + - sites.itemAnalytics + summary: Get the number of the resource + operationId: site.analytic.itemActivityStat_GetCount + parameters: + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/analytics/lastSevenDays': + get: + tags: + - sites.itemAnalytics + summary: Get lastSevenDays from sites + operationId: site.analytic_GetLastSevenDay + parameters: + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site - name: $select in: query description: Select properties to be returned @@ -49590,25 +50084,21 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count': + '/sites/{site-id}/columns': get: tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term.child_GetCount + - sites.columnDefinition + summary: List columns in a site + description: The collection of column definitions reusable across lists under this site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta + operationId: site_ListColumn parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49617,69 +50107,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations': - get: - tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term_ListRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -49717,7 +50144,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -49726,18 +50153,13 @@ paths: x-ms-docs-operation-type: operation post: tags: - - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.term_CreateRelation + - sites.columnDefinition + summary: Create columnDefinition for a site + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta + operationId: site_CreateColumn parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49746,28 +50168,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: @@ -49775,26 +50181,18 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}': + '/sites/{site-id}/columns/{columnDefinition-id}': get: tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term_GetRelation + - sites.columnDefinition + summary: Get columns from sites + description: The collection of column definitions reusable across lists under this site. + operationId: site_GetColumn parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49803,30 +50201,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: columnDefinition-id in: path - description: The unique identifier of relation + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -49853,24 +50235,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.term_UpdateRelation + - sites.columnDefinition + summary: Update the navigation property columns in sites + operationId: site_UpdateColumn parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49879,36 +50253,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: columnDefinition-id in: path - description: The unique identifier of relation + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: columnDefinition requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: @@ -49916,24 +50274,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.term_DeleteRelation + - sites.columnDefinition + summary: Delete navigation property columns for sites + operationId: site_DeleteColumn parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -49942,30 +50292,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: columnDefinition-id in: path - description: The unique identifier of relation + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: columnDefinition - name: If-Match in: header description: ETag @@ -49978,22 +50312,14 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn': get: tags: - - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.term.relation_GetFromTerm + - sites.columnDefinition + summary: Get sourceColumn from sites + description: The source column for content type column. + operationId: site.column_GetSourceColumn parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -50002,30 +50328,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: columnDefinition-id in: path - description: The unique identifier of relation + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -50052,26 +50362,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + '/sites/{site-id}/columns/$count': get: tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.term.relation_GetSet + - sites.columnDefinition + summary: Get the number of the resource + operationId: site.column_GetCount parameters: - - name: group-id + - name: site-id in: path - description: The unique identifier of group + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: group + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/contentModels/{contentModel-id}/microsoft.graph.addToDrive': + post: + tags: + - sites.Actions + summary: Invoke action addToDrive + description: 'Apply a contentModel to SharePoint document libraries. For an existing model that''s already trained, this action automatically processes new documents that are added to the SharePoint libraries.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta + operationId: site.contentModel_addToDrive + parameters: - name: site-id in: path description: The unique identifier of site @@ -50080,76 +50407,103 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: contentModel-id in: path - description: The unique identifier of set + description: The unique identifier of contentModel required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: contentModel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + driveId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModelUsage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/contentModels/{contentModel-id}/microsoft.graph.getAppliedDrives()': + get: + tags: + - sites.Functions + summary: Invoke function getAppliedDrives + description: List all the contentModelUsage information related to a contentModel applied to a SharePoint document library. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta + operationId: site.contentModel_getAppliedDrive + parameters: + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: site + - name: contentModel-id in: path - description: The unique identifier of relation + description: The unique identifier of contentModel required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: contentModel + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModelUsage' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': - get: + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/contentModels/{contentModel-id}/microsoft.graph.removeFromDrive': + post: tags: - - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.term.relation_GetToTerm + - sites.Actions + summary: Invoke action removeFromDrive + description: Remove a contentModel from a SharePoint document library. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta + operationId: site.contentModel_removeFromDrive parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -50158,75 +50512,81 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: contentModel-id in: path - description: The unique identifier of set + description: The unique identifier of contentModel required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: contentModel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + driveId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/contentModels/microsoft.graph.getByName(modelName=''{modelName}'')': + get: + tags: + - sites.Functions + summary: Invoke function getByName + description: 'Read the properties and relationships of a contentModel object by its model name. The name should be the full model filename, including the file extension; for example, exampleModel.classifier.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta + operationId: site.contentModel_getGraphBPreName + parameters: + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: site + - name: modelName in: path - description: The unique identifier of relation + description: 'Usage: modelName=''{modelName}''' required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + nullable: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.contentModel' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count': - get: + x-ms-docs-operation-type: function + '/sites/{site-id}/contentModels/microsoft.graph.getByName(modelName=''{modelName}'')/microsoft.graph.addToDrive': + post: tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term.relation_GetCount + - sites.Actions + summary: Invoke action addToDrive + description: 'Apply a contentModel to SharePoint document libraries. For an existing model that''s already trained, this action automatically processes new documents that are added to the SharePoint libraries.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta + operationId: site.contentModel.getGraphBPreName_addToDrive parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -50235,45 +50595,48 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: modelName in: path - description: The unique identifier of term + description: 'Usage: modelName=''{modelName}''' required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + nullable: true + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + driveId: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModelUsage' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set': + x-ms-docs-operation-type: action + '/sites/{site-id}/contentModels/microsoft.graph.getByName(modelName=''{modelName}'')/microsoft.graph.getAppliedDrives()': get: tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.term_GetSet + - sites.Functions + summary: Invoke function getAppliedDrives + description: List all the contentModelUsage information related to a contentModel applied to a SharePoint document library. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta + operationId: site.contentModel.getGraphBPreName_getAppliedDrive parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -50282,67 +50645,53 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: modelName in: path - description: The unique identifier of set + description: 'Usage: modelName=''{modelName}''' required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - 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: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModelUsage' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count': - get: + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/contentModels/microsoft.graph.getByName(modelName=''{modelName}'')/microsoft.graph.removeFromDrive': + post: tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term_GetCount + - sites.Actions + summary: Invoke action removeFromDrive + description: Remove a contentModel from a SharePoint document library. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta + operationId: site.contentModel.getGraphBPreName_removeFromDrive parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -50351,36 +50700,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: modelName in: path - description: The unique identifier of set + description: 'Usage: modelName=''{modelName}''' required: true style: simple schema: type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + nullable: true + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + driveId: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/$count': + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes': get: tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set_GetCount + - sites.contentType + summary: List contentTypes in a site + description: The collection of content types defined for this site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta + operationId: site_ListContentType parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site @@ -50389,46 +50746,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /sites: - get: - tags: - - sites.site - summary: List sites - description: "List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.\nIf you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta - operationId: site_ListSite - parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -50466,67 +50783,22 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}': - get: + post: tags: - - sites.site - summary: Get a site resource - description: "Retrieve properties and relationships for a site resource.\nA site resource represents a team site in SharePoint." + - sites.contentType + summary: Create contentType + description: Create a new contentType for a site. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta - operationId: site_GetSite - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - 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.site' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.site - summary: Update entity in sites - operationId: site_UpdateSite + url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta + operationId: site_CreateContentType parameters: - name: site-id in: path @@ -50537,29 +50809,32 @@ paths: type: string x-ms-docs-key-type: site requestBody: - description: New property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics': + '/sites/{site-id}/contentTypes/{contentType-id}': get: tags: - - sites.itemAnalytics - summary: Get analytics from sites - description: Analytics about the view activities that took place on this site. - operationId: site_GetAnalytic + - sites.contentType + summary: Get contentType + description: Retrieve the metadata for a content type in a site or a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta + operationId: site_GetContentType parameters: - name: site-id in: path @@ -50569,6 +50844,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -50595,15 +50878,18 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - sites.itemAnalytics - summary: Update the navigation property analytics in sites - operationId: site_UpdateAnalytic + - sites.contentType + summary: Update contentType + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta + operationId: site_UpdateContentType parameters: - name: site-id in: path @@ -50613,12 +50899,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: @@ -50626,15 +50920,19 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - sites.itemAnalytics - summary: Delete navigation property analytics for sites - operationId: site_DeleteAnalytic + - sites.contentType + summary: Delete contentType + description: Remove a content type from a list or a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta + operationId: site_DeleteContentType parameters: - name: site-id in: path @@ -50644,6 +50942,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: If-Match in: header description: ETag @@ -50656,12 +50962,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/allTime': + '/sites/{site-id}/contentTypes/{contentType-id}/base': get: tags: - - sites.itemAnalytics - summary: Get allTime from sites - operationId: site.analytic_GetAllTime + - sites.contentType + summary: Get base from sites + description: Parent contentType from which this content type is derived. + operationId: site.contentType_GetBase parameters: - name: site-id in: path @@ -50671,6 +50978,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -50697,16 +51012,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats': + '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes': get: tags: - - sites.itemAnalytics - summary: Get itemActivityStats from sites - operationId: site.analytic_ListItemActivityStat + - sites.contentType + summary: Get baseTypes from sites + description: The collection of content types that are ancestors of this content type. + operationId: site.contentType_ListBaseType parameters: - name: site-id in: path @@ -50716,6 +51032,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -50753,18 +51077,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': + get: tags: - - sites.itemAnalytics - summary: Create new navigation property to itemActivityStats for sites - operationId: site.analytic_CreateItemActivityStat + - sites.contentType + summary: Get baseTypes from sites + description: The collection of content types that are ancestors of this content type. + operationId: site.contentType_GetBaseType parameters: - name: site-id in: path @@ -50774,46 +51100,22 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}': - get: - tags: - - sites.itemAnalytics - summary: Get itemActivityStats from sites - operationId: site.analytic_GetItemActivityStat - parameters: - - name: site-id + - name: contentType-id in: path - description: The unique identifier of site + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id + x-ms-docs-key-type: contentType + - name: contentType-id1 in: path - description: The unique identifier of itemActivityStat + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityStat + x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -50840,54 +51142,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.itemAnalytics - summary: Update the navigation property itemActivityStats in sites - operationId: site.analytic_UpdateItemActivityStat - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count': + get: tags: - - sites.itemAnalytics - summary: Delete navigation property itemActivityStats for sites - operationId: site.analytic_DeleteItemActivityStat + - sites.contentType + summary: Get the number of the resource + operationId: site.contentType.baseType_GetCount parameters: - name: site-id in: path @@ -50897,33 +51161,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: itemActivityStat-id + - name: contentType-id in: path - description: The unique identifier of itemActivityStat + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityStat - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities': + '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks': get: tags: - - sites.itemAnalytics - summary: Get activities from sites - description: Exposes the itemActivities represented in this itemActivityStat resource. - operationId: site.analytic.itemActivityStat_ListActivity + - sites.contentType + summary: Get columnLinks from sites + description: The collection of columns that are required by this content type. + operationId: site.contentType_ListColumnLink parameters: - name: site-id in: path @@ -50933,14 +51192,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: itemActivityStat-id + - name: contentType-id in: path - description: The unique identifier of itemActivityStat + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityStat + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -50978,7 +51237,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -50987,9 +51246,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.itemAnalytics - summary: Create new navigation property to activities for sites - operationId: site.analytic.itemActivityStat_CreateActivity + - sites.contentType + summary: Create new navigation property to columnLinks for sites + operationId: site.contentType_CreateColumnLink parameters: - name: site-id in: path @@ -50999,20 +51258,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: itemActivityStat-id + - name: contentType-id in: path - description: The unique identifier of itemActivityStat + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityStat + x-ms-docs-key-type: contentType requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' + $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: @@ -51020,17 +51279,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': + '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': get: tags: - - sites.itemAnalytics - summary: Get activities from sites - description: Exposes the itemActivities represented in this itemActivityStat resource. - operationId: site.analytic.itemActivityStat_GetActivity + - sites.contentType + summary: Get columnLinks from sites + description: The collection of columns that are required by this content type. + operationId: site.contentType_GetColumnLink parameters: - name: site-id in: path @@ -51040,22 +51299,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: itemActivityStat-id + - name: contentType-id in: path - description: The unique identifier of itemActivityStat + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id + x-ms-docs-key-type: contentType + - name: columnLink-id in: path - description: The unique identifier of itemActivity + description: The unique identifier of columnLink required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivity + x-ms-docs-key-type: columnLink - name: $select in: query description: Select properties to be returned @@ -51082,15 +51341,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - sites.itemAnalytics - summary: Update the navigation property activities in sites - operationId: site.analytic.itemActivityStat_UpdateActivity + - sites.contentType + summary: Update the navigation property columnLinks in sites + operationId: site.contentType_UpdateColumnLink parameters: - name: site-id in: path @@ -51100,28 +51359,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: itemActivityStat-id + - name: contentType-id in: path - description: The unique identifier of itemActivityStat + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id + x-ms-docs-key-type: contentType + - name: columnLink-id in: path - description: The unique identifier of itemActivity + description: The unique identifier of columnLink required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivity + x-ms-docs-key-type: columnLink requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' + $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: @@ -51129,15 +51388,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - sites.itemAnalytics - summary: Delete navigation property activities for sites - operationId: site.analytic.itemActivityStat_DeleteActivity + - sites.contentType + summary: Delete navigation property columnLinks for sites + operationId: site.contentType_DeleteColumnLink parameters: - name: site-id in: path @@ -51147,22 +51406,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: itemActivityStat-id + - name: contentType-id in: path - description: The unique identifier of itemActivityStat + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id + x-ms-docs-key-type: contentType + - name: columnLink-id in: path - description: The unique identifier of itemActivity + description: The unique identifier of columnLink required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivity + x-ms-docs-key-type: columnLink - name: If-Match in: header description: ETag @@ -51175,13 +51434,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': + '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count': get: tags: - - sites.itemAnalytics - summary: Get driveItem from sites - description: Exposes the driveItem that was the target of this activity. - operationId: site.analytic.itemActivityStat.activity_GetDriveItem + - sites.contentType + summary: Get the number of the resource + operationId: site.contentType.columnLink_GetCount parameters: - name: site-id in: path @@ -51191,22 +51449,60 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: itemActivityStat-id + - name: contentType-id in: path - description: The unique identifier of itemActivityStat + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id + x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions': + get: + tags: + - sites.contentType + summary: Get columnPositions from sites + description: Column order information in a content type. + operationId: site.contentType_ListColumnPosition + parameters: + - name: site-id in: path - description: The unique identifier of itemActivity + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivity + x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -51229,21 +51525,20 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': + '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': get: tags: - - sites.itemAnalytics - summary: Get content for the navigation property driveItem from sites - description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' - operationId: site.analytic.itemActivityStat.activity_GetDriveItemContent + - sites.contentType + summary: Get columnPositions from sites + description: Column order information in a content type. + operationId: site.contentType_GetColumnPosition parameters: - name: site-id in: path @@ -51253,179 +51548,58 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: itemActivityStat-id + - name: contentType-id in: path - description: The unique identifier of itemActivityStat + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id + x-ms-docs-key-type: contentType + - name: columnDefinition-id in: path - description: The unique identifier of itemActivity + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivity - - name: $format + x-ms-docs-key-type: columnDefinition + - name: $select in: query - description: Format of the content + description: Select properties to be returned style: form explode: false schema: - type: string - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - put: - tags: - - sites.itemAnalytics - summary: Update content for the navigation property driveItem in sites - description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' - operationId: site.analytic.itemActivityStat.activity_SetDriveItemContent - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id - in: path - description: The unique identifier of itemActivity - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string - x-ms-docs-key-type: itemActivity - requestBody: - description: New media content. - content: - application/octet-stream: - schema: + uniqueItems: true + type: array + items: type: string - format: binary - required: true responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': - get: - tags: - - sites.itemAnalytics - summary: Get contentStream for the navigation property driveItem from sites - description: 'The content stream, if the item represents a file.' - operationId: site.analytic.itemActivityStat.activity_GetDriveItemContentStream - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id - in: path - description: The unique identifier of itemActivity - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivity - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - put: - tags: - - sites.itemAnalytics - summary: Update contentStream for the navigation property driveItem in sites - description: 'The content stream, if the item represents a file.' - operationId: site.analytic.itemActivityStat.activity_SetDriveItemContentStream - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id - in: path - description: The unique identifier of itemActivity - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivity - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': + x-ms-docs-operation-type: operation + '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count': get: tags: - - sites.itemAnalytics + - sites.contentType summary: Get the number of the resource - operationId: site.analytic.itemActivityStat.activity_GetCount + operationId: site.contentType.columnPosition_GetCount parameters: - name: site-id in: path @@ -51435,36 +51609,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/analytics/itemActivityStats/$count': - get: - tags: - - sites.itemAnalytics - summary: Get the number of the resource - operationId: site.analytic.itemActivityStat_GetCount - parameters: - - name: site-id + - name: contentType-id in: path - description: The unique identifier of site + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -51472,12 +51624,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/analytics/lastSevenDays': + '/sites/{site-id}/contentTypes/{contentType-id}/columns': get: tags: - - sites.itemAnalytics - summary: Get lastSevenDays from sites - operationId: site.analytic_GetLastSevenDay + - sites.contentType + summary: List columns in a content type + description: The collection of column definitions for this content type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta + operationId: site.contentType_ListColumn parameters: - name: site-id in: path @@ -51487,55 +51643,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/columns': - get: - tags: - - sites.columnDefinition - summary: List columns in a site - description: The collection of column definitions reusable across lists under this site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta - operationId: site_ListColumn - parameters: - - name: site-id + - name: contentType-id in: path - description: The unique identifier of site + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -51582,12 +51697,12 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.columnDefinition - summary: Create columnDefinition for a site + - sites.contentType + summary: Create columnDefinition for a content type externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta - operationId: site_CreateColumn + url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta + operationId: site.contentType_CreateColumn parameters: - name: site-id in: path @@ -51597,6 +51712,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType requestBody: description: New navigation property content: @@ -51614,13 +51737,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/columns/{columnDefinition-id}': + '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': get: tags: - - sites.columnDefinition - summary: Get columns from sites - description: The collection of column definitions reusable across lists under this site. - operationId: site_GetColumn + - sites.contentType + summary: Get columnDefinition + description: 'Retrieve the metadata for a site, list, or contentType column.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta + operationId: site.contentType_GetColumn parameters: - name: site-id in: path @@ -51630,6 +51756,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -51670,9 +51804,12 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.columnDefinition - summary: Update the navigation property columns in sites - operationId: site_UpdateColumn + - sites.contentType + summary: Update columnDefinition + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta + operationId: site.contentType_UpdateColumn parameters: - name: site-id in: path @@ -51682,6 +51819,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -51709,9 +51854,12 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.columnDefinition - summary: Delete navigation property columns for sites - operationId: site_DeleteColumn + - sites.contentType + summary: Delete columnDefinition + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta + operationId: site.contentType_DeleteColumn parameters: - name: site-id in: path @@ -51721,6 +51869,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -51741,13 +51897,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn': + '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': get: tags: - - sites.columnDefinition + - sites.contentType summary: Get sourceColumn from sites description: The source column for content type column. - operationId: site.column_GetSourceColumn + operationId: site.contentType.column_GetSourceColumn parameters: - name: site-id in: path @@ -51757,6 +51913,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -51795,12 +51959,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/columns/$count': + '/sites/{site-id}/contentTypes/{contentType-id}/columns/$count': get: tags: - - sites.columnDefinition + - sites.contentType summary: Get the number of the resource - operationId: site.column_GetCount + operationId: site.contentType.column_GetCount parameters: - name: site-id in: path @@ -51810,85 +51974,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes': - get: - tags: - - sites.contentType - summary: List contentTypes in a site - description: The collection of content types defined for this site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta - operationId: site_ListContentType - parameters: - - name: site-id + - name: contentType-id in: path - description: The unique identifier of site + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': post: tags: - - sites.contentType - summary: Create contentType - description: Create a new contentType for a site. + - sites.Actions + summary: Invoke action associateWithHubSites externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta - operationId: site_CreateContentType + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta + operationId: site.contentType_associateGraphWPreHubSite parameters: - name: site-id in: path @@ -51898,33 +52007,47 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + requestBody: + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + type: object + properties: + hubSiteUrls: + type: array + items: + type: string + propagateToExistingLists: + type: boolean + default: false + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}': - get: + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation': + post: tags: - - sites.contentType - summary: Get contentType - description: Retrieve the metadata for a content type in a site or a list. + - sites.Actions + summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta - operationId: site_GetContentType + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta + operationId: site.contentType_copyToDefaultContentLocation parameters: - name: site-id in: path @@ -51942,44 +52065,36 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sourceFile: + $ref: '#/components/schemas/microsoft.graph.itemReference' + destinationFileName: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()': + get: tags: - - sites.contentType - summary: Update contentType + - sites.Functions + summary: Invoke function isPublished externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta - operationId: site_UpdateContentType + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta + operationId: site.contentType_isPublished parameters: - name: site-id in: path @@ -51997,32 +52112,31 @@ paths: schema: type: string x-ms-docs-key-type: contentType - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' - required: true responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + type: object + properties: + value: + type: boolean + default: false + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: function + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish': + post: tags: - - sites.contentType - summary: Delete contentType - description: Remove a content type from a list or a site. + - sites.Actions + summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta - operationId: site_DeleteContentType + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta + operationId: site.contentType_publish parameters: - name: site-id in: path @@ -52040,25 +52154,50 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - name: If-Match - in: header - description: ETag + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish': + post: + tags: + - sites.Actions + summary: Invoke action unpublish + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta + operationId: site.contentType_unpublish + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true style: simple schema: type: string + x-ms-docs-key-type: contentType responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/base': + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/$count': get: tags: - sites.contentType - summary: Get base from sites - description: Parent contentType from which this content type is derived. - operationId: site.contentType_GetBase + summary: Get the number of the resource + operationId: site.contentType_GetCount parameters: - name: site-id in: path @@ -52068,14 +52207,118 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/contentTypes/microsoft.graph.addCopy': + post: + tags: + - sites.Actions + summary: Invoke action addCopy + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta + operationId: site.contentType_addCopy + parameters: + - name: site-id in: path - description: The unique identifier of contentType + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: contentType + x-ms-docs-key-type: site + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentType: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub': + post: + tags: + - sites.Actions + summary: Invoke action addCopyFromContentTypeHub + description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta + operationId: site.contentType_addCopyFromContentTypeHub + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentTypeId: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()': + get: + tags: + - sites.Functions + summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta + operationId: site.contentType_getCompatibleHubContentType + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -52086,6 +52329,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -52098,21 +52351,35 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + title: Collection of contentType + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/drive': get: tags: - - sites.contentType - summary: Get baseTypes from sites - description: The collection of content types that are ancestors of this content type. - operationId: site.contentType_ListBaseType + - sites.drive + summary: Get drive from sites + description: The default drive (document library) for this site. + operationId: site_GetDrive parameters: - name: site-id in: path @@ -52122,14 +52389,52 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.drive' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/drives': + get: + tags: + - sites.drive + summary: Get drives from sites + description: The collection of drives (document libraries) under this site. + operationId: site_ListDrive + parameters: + - name: site-id in: path - description: The unique identifier of contentType + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: contentType + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -52167,20 +52472,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': + '/sites/{site-id}/drives/{drive-id}': get: tags: - - sites.contentType - summary: Get baseTypes from sites - description: The collection of content types that are ancestors of this content type. - operationId: site.contentType_GetBaseType + - sites.drive + summary: Get drives from sites + description: The collection of drives (document libraries) under this site. + operationId: site_GetDrive parameters: - name: site-id in: path @@ -52190,22 +52495,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: contentType-id1 + - name: drive-id in: path - description: The unique identifier of contentType + description: The unique identifier of drive required: true style: simple schema: type: string - x-ms-docs-key-type: contentType + x-ms-docs-key-type: drive - name: $select in: query description: Select properties to be returned @@ -52232,16 +52529,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count': + '/sites/{site-id}/drives/$count': get: tags: - - sites.contentType + - sites.drive summary: Get the number of the resource - operationId: site.contentType.baseType_GetCount + operationId: site.drive_GetCount parameters: - name: site-id in: path @@ -52251,14 +52548,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -52266,13 +52555,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks': + '/sites/{site-id}/externalColumns': get: tags: - - sites.contentType - summary: Get columnLinks from sites - description: The collection of columns that are required by this content type. - operationId: site.contentType_ListColumnLink + - sites.columnDefinition + summary: Get externalColumns from sites + description: The collection of column definitions available in the site that is referenced from the sites in the parent hierarchy of the current site. + operationId: site_ListExternalColumn parameters: - name: site-id in: path @@ -52282,14 +52571,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -52327,59 +52608,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - sites.contentType - summary: Create new navigation property to columnLinks for sites - operationId: site.contentType_CreateColumnLink - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': + '/sites/{site-id}/externalColumns/{columnDefinition-id}': get: tags: - - sites.contentType - summary: Get columnLinks from sites - description: The collection of columns that are required by this content type. - operationId: site.contentType_GetColumnLink + - sites.columnDefinition + summary: Get externalColumns from sites + description: The collection of column definitions available in the site that is referenced from the sites in the parent hierarchy of the current site. + operationId: site_GetExternalColumn parameters: - name: site-id in: path @@ -52389,22 +52631,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnLink-id + - name: columnDefinition-id in: path - description: The unique identifier of columnLink + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: columnLink + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -52431,15 +52665,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/sites/{site-id}/externalColumns/$count': + get: tags: - - sites.contentType - summary: Update the navigation property columnLinks in sites - operationId: site.contentType_UpdateColumnLink + - sites.columnDefinition + summary: Get the number of the resource + operationId: site.externalColumn_GetCount parameters: - name: site-id in: path @@ -52449,1965 +52684,19 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnLink-id - in: path - description: The unique identifier of columnLink - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnLink - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.contentType - summary: Delete navigation property columnLinks for sites - operationId: site.contentType_DeleteColumnLink - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnLink-id - in: path - description: The unique identifier of columnLink - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnLink - - 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 - '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count': - get: - tags: - - sites.contentType - summary: Get the number of the resource - operationId: site.contentType.columnLink_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions': - get: - tags: - - sites.contentType - summary: Get columnPositions from sites - description: Column order information in a content type. - operationId: site.contentType_ListColumnPosition - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': - get: - tags: - - sites.contentType - summary: Get columnPositions from sites - description: Column order information in a content type. - operationId: site.contentType_GetColumnPosition - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count': - get: - tags: - - sites.contentType - summary: Get the number of the resource - operationId: site.contentType.columnPosition_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/{contentType-id}/columns': - get: - tags: - - sites.contentType - summary: List columns in a content type - description: The collection of column definitions for this content type. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta - operationId: site.contentType_ListColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.contentType - summary: Create columnDefinition for a content type - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta - operationId: site.contentType_CreateColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': - get: - tags: - - sites.contentType - summary: Get columnDefinition - description: 'Retrieve the metadata for a site, list, or contentType column.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta - operationId: site.contentType_GetColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.contentType - summary: Update columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta - operationId: site.contentType_UpdateColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.contentType - summary: Delete columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta - operationId: site.contentType_DeleteColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - 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 - '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': - get: - tags: - - sites.contentType - summary: Get sourceColumn from sites - description: The source column for content type column. - operationId: site.contentType.column_GetSourceColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columns/$count': - get: - tags: - - sites.contentType - summary: Get the number of the resource - operationId: site.contentType.column_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': - post: - tags: - - sites.Actions - summary: Invoke action associateWithHubSites - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta - operationId: site.contentType_associateGraphWPreHubSite - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - hubSiteUrls: - type: array - items: - type: string - propagateToExistingLists: - 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 - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation': - post: - tags: - - sites.Actions - summary: Invoke action copyToDefaultContentLocation - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta - operationId: site.contentType_copyToDefaultContentLocation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - sourceFile: - $ref: '#/components/schemas/microsoft.graph.itemReference' - destinationFileName: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()': - get: - tags: - - sites.Functions - summary: Invoke function isPublished - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta - operationId: site.contentType_isPublished - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: boolean - default: false - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish': - post: - tags: - - sites.Actions - summary: Invoke action publish - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta - operationId: site.contentType_publish - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish': - post: - tags: - - sites.Actions - summary: Invoke action unpublish - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta - operationId: site.contentType_unpublish - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/$count': - get: - tags: - - sites.contentType - summary: Get the number of the resource - operationId: site.contentType_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/microsoft.graph.addCopy': - post: - tags: - - sites.Actions - summary: Invoke action addCopy - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta - operationId: site.contentType_addCopy - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentType: - type: string - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub': - post: - tags: - - sites.Actions - summary: Invoke action addCopyFromContentTypeHub - description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta - operationId: site.contentType_addCopyFromContentTypeHub - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentTypeId: - type: string - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()': - get: - tags: - - sites.Functions - summary: Invoke function getCompatibleHubContentTypes - description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta - operationId: site.contentType_getCompatibleHubContentType - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of contentType - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.contentType' - '@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 - '/sites/{site-id}/drive': - get: - tags: - - sites.drive - summary: Get drive from sites - description: The default drive (document library) for this site. - operationId: site_GetDrive - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.drive' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/drives': - get: - tags: - - sites.drive - summary: Get drives from sites - description: The collection of drives (document libraries) under this site. - operationId: site_ListDrive - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/sites/{site-id}/drives/{drive-id}': - get: - tags: - - sites.drive - summary: Get drives from sites - description: The collection of drives (document libraries) under this site. - operationId: site_GetDrive - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: drive-id - in: path - description: The unique identifier of drive - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: drive - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.drive' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/drives/$count': - get: - tags: - - sites.drive - summary: Get the number of the resource - operationId: site.drive_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/externalColumns': - get: - tags: - - sites.columnDefinition - summary: Get externalColumns from sites - description: The collection of column definitions available in the site that is referenced from the sites in the parent hierarchy of the current site. - operationId: site_ListExternalColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/sites/{site-id}/externalColumns/{columnDefinition-id}': - get: - tags: - - sites.columnDefinition - summary: Get externalColumns from sites - description: The collection of column definitions available in the site that is referenced from the sites in the parent hierarchy of the current site. - operationId: site_GetExternalColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/externalColumns/$count': - get: - tags: - - sites.columnDefinition - summary: Get the number of the resource - operationId: site.externalColumn_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate': - post: - tags: - - sites.Actions - summary: Invoke action evaluate - operationId: site.informationProtection.dataLossPreventionPolicy_evaluate - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - target: - type: string - nullable: true - evaluationInput: - $ref: '#/components/schemas/microsoft.graph.dlpEvaluationInput' - notificationInfo: - $ref: '#/components/schemas/microsoft.graph.dlpNotification' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.dlpEvaluatePoliciesJobResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/informationProtection/microsoft.graph.decryptBuffer': - post: - tags: - - sites.Actions - summary: Invoke action decryptBuffer - operationId: site.informationProtection_decryptBuffer - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - encryptedBuffer: - type: string - format: base64url - publishingLicense: - type: string - format: base64url - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bufferDecryptionResult' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - '/sites/{site-id}/informationProtection/microsoft.graph.encryptBuffer': - post: - tags: - - sites.Actions - summary: Invoke action encryptBuffer - operationId: site.informationProtection_encryptBuffer - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - buffer: - type: string - format: base64url - labelId: - pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' - type: string - format: uuid - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.bufferEncryptionResult' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - '/sites/{site-id}/informationProtection/microsoft.graph.signDigest': - post: - tags: - - sites.Actions - summary: Invoke action signDigest - operationId: site.informationProtection_signDigest - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - digest: - type: string - format: base64url - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.signingResult' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - '/sites/{site-id}/informationProtection/microsoft.graph.verifySignature': - post: - tags: - - sites.Actions - summary: Invoke action verifySignature - operationId: site.informationProtection_verifySignature - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - digest: - type: string - format: base64url - signature: - type: string - format: base64url - signingKeyId: - type: string - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.verificationResult' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - '/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateApplication': - post: - tags: - - sites.Actions - summary: Invoke action evaluateApplication - description: 'Compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta - operationId: site.informationProtection.policy.label_evaluateApplication - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentInfo: - $ref: '#/components/schemas/microsoft.graph.contentInfo' - labelingOptions: - $ref: '#/components/schemas/microsoft.graph.labelingOptions' - 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.informationProtectionAction' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults': - post: - tags: - - sites.Actions - summary: Invoke action evaluateClassificationResults - description: 'Using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta - operationId: site.informationProtection.policy.label_evaluateClassificationResult - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentInfo: - $ref: '#/components/schemas/microsoft.graph.contentInfo' - classificationResults: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.classificationResult' - 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.informationProtectionAction' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateRemoval': - post: - tags: - - sites.Actions - summary: Invoke action evaluateRemoval - description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta - operationId: site.informationProtection.policy.label_evaluateRemoval - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentInfo: - $ref: '#/components/schemas/microsoft.graph.contentInfo' - downgradeJustification: - $ref: '#/components/schemas/microsoft.graph.downgradeJustification' - 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.informationProtectionAction' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.extractLabel': - post: - tags: - - sites.Actions - summary: Invoke action extractLabel - description: 'Using the metadata that exists on an already-labeled piece of information, resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta - operationId: site.informationProtection.policy.label_extractLabel - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentInfo: - $ref: '#/components/schemas/microsoft.graph.contentInfo' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.informationProtectionContentLabel' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2022-08-15' - date: '2021-02-15' - version: 2021-02/Beta_SensitivityLabels - description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' - x-ms-docs-operation-type: action - '/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate': - post: - tags: - - sites.Actions - summary: Invoke action evaluate - operationId: site.informationProtection.sensitivityLabel.sublabel_evaluate - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: sensitivityLabel-id - in: path - description: The unique identifier of sensitivityLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sensitivityLabel - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - discoveredSensitiveTypes: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.discoveredSensitiveType' - currentLabel: - $ref: '#/components/schemas/microsoft.graph.currentLabel' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/informationProtection/sensitivityLabels/microsoft.graph.evaluate': - post: - tags: - - sites.Actions - summary: Invoke action evaluate - operationId: site.informationProtection.sensitivityLabel_evaluate - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - discoveredSensitiveTypes: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.discoveredSensitiveType' - currentLabel: - $ref: '#/components/schemas/microsoft.graph.currentLabel' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists': - get: - tags: - - sites.list - summary: Get lists in a site - description: "Get the collection of lists for a site. Lists with the system facet are hidden by default.\nTo list them, include system in your $select statement." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta - operationId: site_ListList - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + '/sites/{site-id}/informationProtection/dataLossPreventionPolicies/microsoft.graph.evaluate': post: tags: - - sites.list - summary: Create a new list - description: Create a new list in a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta - operationId: site_CreateList + - sites.Actions + summary: Invoke action evaluate + operationId: site.informationProtection.dataLossPreventionPolicy_evaluate parameters: - name: site-id in: path @@ -54418,32 +52707,38 @@ paths: type: string x-ms-docs-key-type: site requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + type: object + properties: + target: + type: string + nullable: true + evaluationInput: + $ref: '#/components/schemas/microsoft.graph.dlpEvaluationInput' + notificationInfo: + $ref: '#/components/schemas/microsoft.graph.dlpNotification' + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.dlpEvaluatePoliciesJobResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}': - get: + x-ms-docs-operation-type: action + '/sites/{site-id}/informationProtection/microsoft.graph.decryptBuffer': + post: tags: - - sites.list - summary: List operations - description: Get the list of richLongRunningOperations associated with a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-beta - operationId: site_GetList + - sites.Actions + summary: Invoke action decryptBuffer + operationId: site.informationProtection_decryptBuffer parameters: - name: site-id in: path @@ -54453,49 +52748,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + encryptedBuffer: + type: string + format: base64url + publishingLicense: + type: string + format: base64url + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.bufferDecryptionResult' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + '/sites/{site-id}/informationProtection/microsoft.graph.encryptBuffer': + post: tags: - - sites.list - summary: Update the navigation property lists in sites - operationId: site_UpdateList + - sites.Actions + summary: Invoke action encryptBuffer + operationId: site.informationProtection_encryptBuffer parameters: - name: site-id in: path @@ -54505,20 +52795,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + type: object + properties: + buffer: + type: string + format: base64url + labelId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + additionalProperties: + type: object required: true responses: 2XX: @@ -54526,15 +52818,22 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.bufferEncryptionResult' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + '/sites/{site-id}/informationProtection/microsoft.graph.signDigest': + post: tags: - - sites.list - summary: Delete navigation property lists for sites - operationId: site_DeleteList + - sites.Actions + summary: Invoke action signDigest + operationId: site.informationProtection_signDigest parameters: - name: site-id in: path @@ -54544,99 +52843,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + digest: + type: string + format: base64url + additionalProperties: + type: object + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.signingResult' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/activities': - get: - tags: - - sites.list - summary: Get activities from sites - description: The recent activities that took place within this list. - operationId: site.list_ListActivity - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + '/sites/{site-id}/informationProtection/microsoft.graph.verifySignature': post: tags: - - sites.list - summary: Create new navigation property to activities for sites - operationId: site.list_CreateActivity + - sites.Actions + summary: Invoke action verifySignature + operationId: site.informationProtection_verifySignature parameters: - name: site-id in: path @@ -54646,110 +52887,50 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + type: object + properties: + digest: + type: string + format: base64url + signature: + type: string + format: base64url + signingKeyId: + type: string + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/columns': - get: - tags: - - sites.list - summary: List columns in a list - description: The collection of field definitions for this list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta - operationId: site.list_ListColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/schemas/microsoft.graph.verificationResult' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + '/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateApplication': post: tags: - - sites.list - summary: Create columnDefinition + - sites.Actions + summary: Invoke action evaluateApplication + description: 'Compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta - operationId: site.list_CreateColumn + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta + operationId: site.informationProtection.policy.label_evaluateApplication parameters: - name: site-id in: path @@ -54759,38 +52940,59 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + type: object + properties: + contentInfo: + $ref: '#/components/schemas/microsoft.graph.contentInfo' + labelingOptions: + $ref: '#/components/schemas/microsoft.graph.labelingOptions' + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.informationProtectionAction' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}': - get: + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateClassificationResults': + post: tags: - - sites.list - summary: Get columns from sites - description: The collection of field definitions for this list. - operationId: site.list_GetColumn + - sites.Actions + summary: Invoke action evaluateClassificationResults + description: 'Using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta + operationId: site.informationProtection.policy.label_evaluateClassificationResult parameters: - name: site-id in: path @@ -54798,59 +53000,63 @@ paths: required: true style: simple schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: site + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentInfo: + $ref: '#/components/schemas/microsoft.graph.contentInfo' + classificationResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationResult' + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.informationProtectionAction' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.evaluateRemoval': + post: tags: - - sites.list - summary: Update the navigation property columns in sites - operationId: site.list_UpdateColumn + - sites.Actions + summary: Invoke action evaluateRemoval + description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta + operationId: site.informationProtection.policy.label_evaluateRemoval parameters: - name: site-id in: path @@ -54860,28 +53066,19 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + type: object + properties: + contentInfo: + $ref: '#/components/schemas/microsoft.graph.contentInfo' + downgradeJustification: + $ref: '#/components/schemas/microsoft.graph.downgradeJustification' + additionalProperties: + type: object required: true responses: 2XX: @@ -54889,15 +53086,39 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.informationProtectionAction' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/informationProtection/policy/labels/microsoft.graph.extractLabel': + post: tags: - - sites.list - summary: Delete navigation property columns for sites - operationId: site.list_DeleteColumn + - sites.Actions + summary: Invoke action extractLabel + description: 'Using the metadata that exists on an already-labeled piece of information, resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta + operationId: site.informationProtection.policy.label_extractLabel parameters: - name: site-id in: path @@ -54907,41 +53128,40 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentInfo: + $ref: '#/components/schemas/microsoft.graph.contentInfo' + additionalProperties: + type: object + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionContentLabel' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn': - get: + deprecated: true + x-ms-deprecation: + removalDate: '2022-08-15' + date: '2021-02-15' + version: 2021-02/Beta_SensitivityLabels + description: 'This API will no longer be accessible, please see microsoft.graph.security.informationProtection APIs.' + x-ms-docs-operation-type: action + '/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/microsoft.graph.evaluate': + post: tags: - - sites.list - summary: Get sourceColumn from sites - description: The source column for content type column. - operationId: site.list.column_GetSourceColumn + - sites.Actions + summary: Invoke action evaluate + operationId: site.informationProtection.sensitivityLabel.sublabel_evaluate parameters: - name: site-id in: path @@ -54951,58 +53171,46 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: columnDefinition-id + - name: sensitivityLabel-id in: path - description: The unique identifier of columnDefinition + description: The unique identifier of sensitivityLabel required: true style: simple schema: type: string - x-ms-docs-key-type: columnDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: sensitivityLabel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + discoveredSensitiveTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.discoveredSensitiveType' + currentLabel: + $ref: '#/components/schemas/microsoft.graph.currentLabel' + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/columns/$count': - get: + x-ms-docs-operation-type: action + '/sites/{site-id}/informationProtection/sensitivityLabels/microsoft.graph.evaluate': + post: tags: - - sites.list - summary: Get the number of the resource - operationId: site.list.column_GetCount + - sites.Actions + summary: Invoke action evaluate + operationId: site.informationProtection.sensitivityLabel_evaluate parameters: - name: site-id in: path @@ -55012,31 +53220,42 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + discoveredSensitiveTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.discoveredSensitiveType' + currentLabel: + $ref: '#/components/schemas/microsoft.graph.currentLabel' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.evaluateLabelJobResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes': + x-ms-docs-operation-type: action + '/sites/{site-id}/lists': get: tags: - sites.list - summary: List contentTypes in a list - description: The collection of content types present in this list. + summary: Get lists in a site + description: "Get the collection of lists for a site. Lists with the system facet are hidden by default.\nTo list them, include system in your $select statement." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta - operationId: site.list_ListContentType + url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta + operationId: site_ListList parameters: - name: site-id in: path @@ -55046,14 +53265,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -55091,7 +53302,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.listCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -55101,8 +53312,12 @@ paths: post: tags: - sites.list - summary: Create new navigation property to contentTypes for sites - operationId: site.list_CreateContentType + summary: Create a new list + description: Create a new list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta + operationId: site_CreateList parameters: - name: site-id in: path @@ -55112,20 +53327,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: @@ -55133,17 +53340,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}': + '/sites/{site-id}/lists/{list-id}': get: tags: - sites.list - summary: Get contentTypes from sites - description: The collection of content types present in this list. - operationId: site.list_GetContentType + summary: Get metadata for a list + description: Return the metadata for a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta + operationId: site_GetList parameters: - name: site-id in: path @@ -55161,14 +53371,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -55195,15 +53397,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property contentTypes in sites - operationId: site.list_UpdateContentType + summary: Update the navigation property lists in sites + operationId: site_UpdateList parameters: - name: site-id in: path @@ -55221,20 +53423,12 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: @@ -55242,15 +53436,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete navigation property contentTypes for sites - operationId: site.list_DeleteContentType + summary: Delete navigation property lists for sites + operationId: site_DeleteList parameters: - name: site-id in: path @@ -55268,14 +53462,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: If-Match in: header description: ETag @@ -55288,75 +53474,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base': - get: - tags: - - sites.list - summary: Get base from sites - description: Parent contentType from which this content type is derived. - operationId: site.list.contentType_GetBase - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes': + '/sites/{site-id}/lists/{list-id}/activities': get: tags: - sites.list - summary: Get baseTypes from sites - description: The collection of content types that are ancestors of this content type. - operationId: site.list.contentType_ListBaseType + summary: Get activities from sites + description: The recent activities that took place within this list. + operationId: site.list_ListActivity parameters: - name: site-id in: path @@ -55374,14 +53498,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -55390,82 +53506,13 @@ paths: - name: $orderby in: query description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': - get: - tags: - - sites.list - summary: Get baseTypes from sites - description: The collection of content types that are ancestors of this content type. - operationId: site.list.contentType_GetBaseType - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: contentType-id1 - in: path - description: The unique identifier of contentType - required: true - style: simple + style: form + explode: false schema: - type: string - x-ms-docs-key-type: contentType + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -55488,20 +53535,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count': - get: + post: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.contentType.baseType_GetCount + summary: Create new navigation property to activities for sites + operationId: site.list_CreateActivity parameters: - name: site-id in: path @@ -55519,28 +53564,33 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/columns': get: tags: - sites.list - summary: Get columnLinks from sites - description: The collection of columns that are required by this content type. - operationId: site.list.contentType_ListColumnLink + summary: List columns in a list + description: The collection of field definitions for this list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta + operationId: site.list_ListColumn parameters: - name: site-id in: path @@ -55558,14 +53608,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -55603,7 +53645,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -55613,8 +53655,11 @@ paths: post: tags: - sites.list - summary: Create new navigation property to columnLinks for sites - operationId: site.list.contentType_CreateColumnLink + summary: Create columnDefinition + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta + operationId: site.list_CreateColumn parameters: - name: site-id in: path @@ -55632,20 +53677,12 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: @@ -55653,17 +53690,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': + '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}': get: tags: - sites.list - summary: Get columnLinks from sites - description: The collection of columns that are required by this content type. - operationId: site.list.contentType_GetColumnLink + summary: Get columns from sites + description: The collection of field definitions for this list. + operationId: site.list_GetColumn parameters: - name: site-id in: path @@ -55681,22 +53718,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnLink-id + - name: columnDefinition-id in: path - description: The unique identifier of columnLink + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: columnLink + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -55723,15 +53752,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property columnLinks in sites - operationId: site.list.contentType_UpdateColumnLink + summary: Update the navigation property columns in sites + operationId: site.list_UpdateColumn parameters: - name: site-id in: path @@ -55749,28 +53778,20 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnLink-id + - name: columnDefinition-id in: path - description: The unique identifier of columnLink + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: columnLink + x-ms-docs-key-type: columnDefinition requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: @@ -55778,15 +53799,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete navigation property columnLinks for sites - operationId: site.list.contentType_DeleteColumnLink + summary: Delete navigation property columns for sites + operationId: site.list_DeleteColumn parameters: - name: site-id in: path @@ -55804,22 +53825,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnLink-id + - name: columnDefinition-id in: path - description: The unique identifier of columnLink + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: columnLink + x-ms-docs-key-type: columnDefinition - name: If-Match in: header description: ETag @@ -55832,12 +53845,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count': + '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn': get: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.contentType.columnLink_GetCount + summary: Get sourceColumn from sites + description: The source column for content type column. + operationId: site.list.column_GetSourceColumn parameters: - name: site-id in: path @@ -55855,28 +53869,50 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id + - name: columnDefinition-id in: path - description: The unique identifier of contentType + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: columnDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/columns/$count': get: tags: - sites.list - summary: Get columnPositions from sites - description: Column order information in a content type. - operationId: site.list.contentType_ListColumnPosition + summary: Get the number of the resource + operationId: site.list.column_GetCount parameters: - name: site-id in: path @@ -55894,14 +53930,40 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/lists/{list-id}/contentTypes': + get: + tags: + - sites.list + summary: List contentTypes in a list + description: The collection of content types present in this list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta + operationId: site.list_ListContentType + parameters: + - name: site-id in: path - description: The unique identifier of contentType + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: contentType + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -55939,20 +54001,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': - get: + post: tags: - sites.list - summary: Get columnPositions from sites - description: Column order information in a content type. - operationId: site.list.contentType_GetColumnPosition + summary: Create new navigation property to contentTypes for sites + operationId: site.list_CreateContentType parameters: - name: site-id in: path @@ -55970,22 +54030,55 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}': + get: + tags: + - sites.list + summary: Get contentTypes from sites + description: The collection of content types present in this list. + operationId: site.list_GetContentType + parameters: + - name: site-id in: path - description: The unique identifier of contentType + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: contentType - - name: columnDefinition-id + x-ms-docs-key-type: site + - name: list-id in: path - description: The unique identifier of columnDefinition + description: The unique identifier of list required: true style: simple schema: type: string - x-ms-docs-key-type: columnDefinition + x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -56012,16 +54105,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count': - get: + patch: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.contentType.columnPosition_GetCount + summary: Update the navigation property contentTypes in sites + operationId: site.list_UpdateContentType parameters: - name: site-id in: path @@ -56047,20 +54139,28 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns': - get: + x-ms-docs-operation-type: operation + delete: tags: - sites.list - summary: Get columns from sites - description: The collection of column definitions for this content type. - operationId: site.list.contentType_ListColumn + summary: Delete navigation property contentTypes for sites + operationId: site.list_DeleteContentType parameters: - name: site-id in: path @@ -56086,55 +54186,25 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base': + get: tags: - sites.list - summary: Create new navigation property to columns for sites - operationId: site.list.contentType_CreateColumn + summary: Get base from sites + description: Parent contentType from which this content type is derived. + operationId: site.list.contentType_GetBase parameters: - name: site-id in: path @@ -56160,30 +54230,43 @@ paths: schema: type: string x-ms-docs-key-type: contentType - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes': get: tags: - sites.list - summary: Get columns from sites - description: The collection of column definitions for this content type. - operationId: site.list.contentType_GetColumn + summary: Get baseTypes from sites + description: The collection of content types that are ancestors of this content type. + operationId: site.list.contentType_ListBaseType parameters: - name: site-id in: path @@ -56209,14 +54292,21 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: columnDefinition + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -56239,19 +54329,20 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': + get: tags: - sites.list - summary: Update the navigation property columns in sites - operationId: site.list.contentType_UpdateColumn + summary: Get baseTypes from sites + description: The collection of content types that are ancestors of this content type. + operationId: site.list.contentType_GetBaseType parameters: - name: site-id in: path @@ -56277,36 +54368,50 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - name: columnDefinition-id + - name: contentType-id1 in: path - description: The unique identifier of columnDefinition + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: columnDefinition - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - required: true + x-ms-docs-key-type: contentType + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count': + get: tags: - sites.list - summary: Delete navigation property columns for sites - operationId: site.list.contentType_DeleteColumn + summary: Get the number of the resource + operationId: site.list.contentType.baseType_GetCount parameters: - name: site-id in: path @@ -56332,33 +54437,20 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks': get: tags: - sites.list - summary: Get sourceColumn from sites - description: The source column for content type column. - operationId: site.list.contentType.column_GetSourceColumn + summary: Get columnLinks from sites + description: The collection of columns that are required by this content type. + operationId: site.list.contentType_ListColumnLink parameters: - name: site-id in: path @@ -56384,14 +54476,21 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: columnDefinition + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -56414,20 +54513,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count': - get: + post: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.contentType.column_GetCount + summary: Create new navigation property to columnLinks for sites + operationId: site.list.contentType_CreateColumnLink parameters: - name: site-id in: path @@ -56453,22 +54550,30 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': - post: + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': + get: tags: - - sites.Actions - summary: Invoke action associateWithHubSites - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta - operationId: site.list.contentType_associateGraphWPreHubSite + - sites.list + summary: Get columnLinks from sites + description: The collection of columns that are required by this content type. + operationId: site.list.contentType_GetColumnLink parameters: - name: site-id in: path @@ -56494,39 +54599,49 @@ paths: schema: type: string x-ms-docs-key-type: contentType - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - hubSiteUrls: - type: array - items: - type: string - propagateToExistingLists: - type: boolean - default: false - nullable: true - additionalProperties: - type: object - required: true + - name: columnLink-id + in: path + description: The unique identifier of columnLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnLink + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation': - post: + x-ms-docs-operation-type: operation + patch: tags: - - sites.Actions - summary: Invoke action copyToDefaultContentLocation - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta - operationId: site.list.contentType_copyToDefaultContentLocation + - sites.list + summary: Update the navigation property columnLinks in sites + operationId: site.list.contentType_UpdateColumnLink parameters: - name: site-id in: path @@ -56552,36 +54667,36 @@ paths: schema: type: string x-ms-docs-key-type: contentType + - name: columnLink-id + in: path + description: The unique identifier of columnLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnLink requestBody: - description: Action parameters + description: New navigation property values content: application/json: schema: - type: object - properties: - sourceFile: - $ref: '#/components/schemas/microsoft.graph.itemReference' - destinationFileName: - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()': - get: + x-ms-docs-operation-type: operation + delete: tags: - - sites.Functions - summary: Invoke function isPublished - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta - operationId: site.list.contentType_isPublished + - sites.list + summary: Delete navigation property columnLinks for sites + operationId: site.list.contentType_DeleteColumnLink parameters: - name: site-id in: path @@ -56607,31 +54722,32 @@ paths: schema: type: string x-ms-docs-key-type: contentType + - name: columnLink-id + in: path + description: The unique identifier of columnLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnLink + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: boolean - default: false - additionalProperties: - type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish': - post: + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count': + get: tags: - - sites.Actions - summary: Invoke action publish - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta - operationId: site.list.contentType_publish + - sites.list + summary: Get the number of the resource + operationId: site.list.contentType.columnLink_GetCount parameters: - name: site-id in: path @@ -56657,21 +54773,20 @@ paths: schema: type: string x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish': - post: + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions': + get: tags: - - sites.Actions - summary: Invoke action unpublish - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta - operationId: site.list.contentType_unpublish + - sites.list + summary: Get columnPositions from sites + description: Column order information in a content type. + operationId: site.list.contentType_ListColumnPosition parameters: - name: site-id in: path @@ -56697,18 +54812,57 @@ paths: schema: type: string x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/$count': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': get: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.contentType_GetCount + summary: Get columnPositions from sites + description: Column order information in a content type. + operationId: site.list.contentType_GetColumnPosition parameters: - name: site-id in: path @@ -56726,71 +54880,58 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy': - post: - tags: - - sites.Actions - summary: Invoke action addCopy - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta - operationId: site.list.contentType_addCopy - parameters: - - name: site-id + - name: contentType-id in: path - description: The unique identifier of site + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: list-id + x-ms-docs-key-type: contentType + - name: columnDefinition-id in: path - description: The unique identifier of list + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: list - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentType: - type: string - additionalProperties: - type: object - required: true + x-ms-docs-key-type: columnDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub': - post: + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count': + get: tags: - - sites.Actions - summary: Invoke action addCopyFromContentTypeHub - description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta - operationId: site.list.contentType_addCopyFromContentTypeHub + - sites.list + summary: Get the number of the resource + operationId: site.list.contentType.columnPosition_GetCount parameters: - name: site-id in: path @@ -56808,38 +54949,28 @@ paths: schema: type: string x-ms-docs-key-type: list - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentTypeId: - type: string - additionalProperties: - type: object - required: true + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns': get: tags: - - sites.Functions - summary: Invoke function getCompatibleHubContentTypes - description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta - operationId: site.list.contentType_getCompatibleHubContentType + - sites.list + summary: Get columns from sites + description: The collection of column definitions for this content type. + operationId: site.list.contentType_ListColumn parameters: - name: site-id in: path @@ -56857,14 +54988,22 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -56872,9 +55011,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -56894,34 +55033,18 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of contentType - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.contentType' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/lists/{list-id}/createdByUser': - get: + x-ms-docs-operation-type: operation + post: tags: - sites.list - summary: Get createdByUser from sites - operationId: site.list_GetCreatedGraphBPreUser + summary: Create new navigation property to columns for sites + operationId: site.list.contentType_CreateColumn parameters: - name: site-id in: path @@ -56939,43 +55062,38 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: contentType + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': get: tags: - sites.list - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: site.list.createdGraphBPreUser_GetMailboxSetting + summary: Get columns from sites + description: The collection of column definitions for this content type. + operationId: site.list.contentType_GetColumn parameters: - name: site-id in: path @@ -56987,12 +55105,28 @@ paths: x-ms-docs-key-type: site - name: list-id in: path - description: The unique identifier of list + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -57015,18 +55149,19 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update property mailboxSettings value. - operationId: site.list.createdGraphBPreUser_UpdateMailboxSetting + summary: Update the navigation property columns in sites + operationId: site.list.contentType_UpdateColumn parameters: - name: site-id in: path @@ -57044,12 +55179,28 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnDefinition requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: @@ -57057,16 +55208,67 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors': + x-ms-docs-operation-type: operation + delete: + tags: + - sites.list + summary: Delete navigation property columns for sites + operationId: site.list.contentType_DeleteColumn + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnDefinition + - 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 + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': get: tags: - sites.list - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: site.list.createdGraphBPreUser_ListServiceProvisioningError + summary: Get sourceColumn from sites + description: The source column for content type column. + operationId: site.list.contentType.column_GetSourceColumn parameters: - name: site-id in: path @@ -57084,21 +55286,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: contentType + - name: columnDefinition-id + in: path + description: The unique identifier of columnDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -57121,18 +55324,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count': get: tags: - sites.list summary: Get the number of the resource - operationId: site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount + operationId: site.list.contentType.column_GetCount parameters: - name: site-id in: path @@ -57150,6 +55355,14 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -57157,13 +55370,15 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/drive': - get: + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': + post: tags: - - sites.list - summary: Get drive from sites - description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. - operationId: site.list_GetDrive + - sites.Actions + summary: Invoke action associateWithHubSites + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta + operationId: site.list.contentType_associateGraphWPreHubSite parameters: - name: site-id in: path @@ -57181,46 +55396,47 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: contentType + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + hubSiteUrls: + type: array + items: + type: string + propagateToExistingLists: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.drive' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items': - get: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation': + post: tags: - - sites.list - summary: Enumerate items in a list - description: Get the collection of items in a list. + - sites.Actions + summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta - operationId: site.list_ListItem + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta + operationId: site.list.contentType_copyToDefaultContentLocation parameters: - name: site-id in: path @@ -57238,59 +55454,44 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: contentType + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sourceFile: + $ref: '#/components/schemas/microsoft.graph.itemReference' + destinationFileName: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()': + get: tags: - - sites.list - summary: Create a new item in a list - description: Create a new listItem in a list. + - sites.Functions + summary: Invoke function isPublished externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta - operationId: site.list_CreateItem + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta + operationId: site.list.contentType_isPublished parameters: - name: site-id in: path @@ -57308,33 +55509,39 @@ paths: schema: type: string x-ms-docs-key-type: list - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.listItem' - required: true + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + type: object + properties: + value: + type: boolean + default: false + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}': - get: + x-ms-docs-operation-type: function + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish': + post: tags: - - sites.list - summary: Get an item in a list - description: Returns the metadata for an item in a list. + - sites.Actions + summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta - operationId: site.list_GetItem + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta + operationId: site.list.contentType_publish parameters: - name: site-id in: path @@ -57352,49 +55559,66 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: contentType + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish': + post: + tags: + - sites.Actions + summary: Invoke action unpublish + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta + operationId: site.list.contentType_unpublish + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/$count': + get: tags: - sites.list - summary: Update the navigation property items in sites - operationId: site.list_UpdateItem + summary: Get the number of the resource + operationId: site.list.contentType_GetCount parameters: - name: site-id in: path @@ -57412,20 +55636,50 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy': + post: + tags: + - sites.Actions + summary: Invoke action addCopy + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta + operationId: site.list.contentType_addCopy + parameters: + - name: site-id in: path - description: The unique identifier of listItem + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: listItem + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + type: object + properties: + contentType: + type: string + additionalProperties: + type: object required: true responses: 2XX: @@ -57433,19 +55687,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub': + post: tags: - - sites.list - summary: Delete an item from a list - description: Removes an item from a list. + - sites.Actions + summary: Invoke action addCopyFromContentTypeHub + description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta - operationId: site.list_DeleteItem + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta + operationId: site.list.contentType_addCopyFromContentTypeHub parameters: - name: site-id in: path @@ -57463,33 +55718,38 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentTypeId: + type: string + additionalProperties: + type: object + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities': + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()': get: tags: - - sites.list - summary: Get activities from sites - description: The list of recent activities that took place on this item. - operationId: site.list.item_ListActivity + - sites.Functions + summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta + operationId: site.list.contentType_getCompatibleHubContentType parameters: - name: site-id in: path @@ -57507,22 +55767,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -57530,9 +55782,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -57552,18 +55804,34 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of contentType + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + '@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 - x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/lists/{list-id}/createdByUser': + get: tags: - sites.list - summary: Create new navigation property to activities for sites - operationId: site.list.item_CreateActivity + summary: Get createdByUser from sites + operationId: site.list_GetCreatedGraphBPreUser parameters: - name: site-id in: path @@ -57581,38 +55849,43 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItem - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}': + '/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings': get: tags: - sites.list - summary: Get activities from sites - description: The list of recent activities that took place on this item. - operationId: site.list.item_GetActivity + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: site.list.createdGraphBPreUser_GetMailboxSetting parameters: - name: site-id in: path @@ -57630,22 +55903,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: itemActivityOLD-id - in: path - description: The unique identifier of itemActivityOLD - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityOLD - name: $select in: query description: Select properties to be returned @@ -57668,19 +55925,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property activities in sites - operationId: site.list.item_UpdateActivity + summary: Update property mailboxSettings value. + operationId: site.list.createdGraphBPreUser_UpdateMailboxSetting parameters: - name: site-id in: path @@ -57698,28 +55954,12 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: itemActivityOLD-id - in: path - description: The unique identifier of itemActivityOLD - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityOLD requestBody: - description: New navigation property values + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: @@ -57727,15 +55967,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors': + get: tags: - sites.list - summary: Delete navigation property activities for sites - operationId: site.list.item_DeleteActivity + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: site.list.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: site-id in: path @@ -57753,40 +55994,55 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItem - - name: itemActivityOLD-id - in: path - description: The unique identifier of itemActivityOLD - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: itemActivityOLD - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count': get: tags: - sites.list - summary: Get driveItem from sites - operationId: site.list.item.activity_GetDriveItem + summary: Get the number of the resource + operationId: site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: site-id in: path @@ -57804,22 +56060,37 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/lists/{list-id}/drive': + get: + tags: + - sites.list + summary: Get drive from sites + description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. + operationId: site.list_GetDrive + parameters: + - name: site-id in: path - description: The unique identifier of listItem + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: itemActivityOLD-id + x-ms-docs-key-type: site + - name: list-id in: path - description: The unique identifier of itemActivityOLD + description: The unique identifier of list required: true style: simple schema: type: string - x-ms-docs-key-type: itemActivityOLD + x-ms-docs-key-type: list - name: $select in: query description: Select properties to be returned @@ -57846,17 +56117,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content': + '/sites/{site-id}/lists/{list-id}/items': get: tags: - sites.list - summary: Get content for the navigation property driveItem from sites - description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' - operationId: site.list.item.activity_GetDriveItemContent + summary: Enumerate items in a list + description: Get the collection of items in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta + operationId: site.list_ListItem parameters: - name: site-id in: path @@ -57874,45 +56148,59 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItem - - name: itemActivityOLD-id - in: path - description: The unique identifier of itemActivityOLD - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: itemActivityOLD - - name: $format + uniqueItems: true + type: array + items: + type: string + - name: $expand in: query - description: Format of the content + description: Expand related entities style: form explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' - put: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - sites.list - summary: Update content for the navigation property driveItem in sites - description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' - operationId: site.list.item.activity_SetDriveItemContent + summary: Create a new item in a list + description: Create a new listItem in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta + operationId: site.list_CreateItem parameters: - name: site-id in: path @@ -57930,46 +56218,33 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: itemActivityOLD-id - in: path - description: The unique identifier of itemActivityOLD - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityOLD requestBody: - description: New media content. + description: New navigation property content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}': get: tags: - sites.list - summary: Get contentStream for the navigation property driveItem from sites - description: 'The content stream, if the item represents a file.' - operationId: site.list.item.activity_GetDriveItemContentStream + summary: Get an item in a list + description: Returns the metadata for an item in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta + operationId: site.list_GetItem parameters: - name: site-id in: path @@ -57995,30 +56270,41 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: itemActivityOLD-id - in: path - description: The unique identifier of itemActivityOLD - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: itemActivityOLD + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Retrieved media content + description: Retrieved navigation property content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' - put: + x-ms-docs-operation-type: operation + patch: tags: - sites.list - summary: Update contentStream for the navigation property driveItem in sites - description: 'The content stream, if the item represents a file.' - operationId: site.list.item.activity_SetDriveItemContentStream + summary: Update the navigation property items in sites + operationId: site.list_UpdateItem parameters: - name: site-id in: path @@ -58044,33 +56330,32 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: itemActivityOLD-id - in: path - description: The unique identifier of itemActivityOLD - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityOLD requestBody: - description: New media content. + description: New navigation property values content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem': - get: + x-ms-docs-operation-type: operation + delete: tags: - sites.list - summary: Get listItem from sites - operationId: site.list.item.activity_GetListItem + summary: Delete an item from a list + description: Removes an item from a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta + operationId: site.list_DeleteItem parameters: - name: site-id in: path @@ -58096,50 +56381,25 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: itemActivityOLD-id - in: path - description: The unique identifier of itemActivityOLD - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: itemActivityOLD - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities': get: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.item.activity_GetCount + summary: Get activities from sites + description: The list of recent activities that took place on this item. + operationId: site.list.item_ListActivity parameters: - name: site-id in: path @@ -58165,45 +56425,21 @@ paths: schema: type: string x-ms-docs-key-type: listItem + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics': - get: - tags: - - sites.list - summary: Get analytics from sites - description: Analytics about the view activities that took place on this item. - operationId: site.list.item_GetAnalytic - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItem + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -58226,20 +56462,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser': - get: + post: tags: - sites.list - summary: Get createdByUser from sites - operationId: site.list.item_GetCreatedGraphBPreUser + summary: Create new navigation property to activities for sites + operationId: site.list.item_CreateActivity parameters: - name: site-id in: path @@ -58265,43 +56499,30 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}': get: tags: - sites.list - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: site.list.item.createdGraphBPreUser_GetMailboxSetting + summary: Get activities from sites + description: The list of recent activities that took place on this item. + operationId: site.list.item_GetActivity parameters: - name: site-id in: path @@ -58327,6 +56548,14 @@ paths: schema: type: string x-ms-docs-key-type: listItem + - name: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD - name: $select in: query description: Select properties to be returned @@ -58349,18 +56578,19 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update property mailboxSettings value. - operationId: site.list.item.createdGraphBPreUser_UpdateMailboxSetting + summary: Update the navigation property activities in sites + operationId: site.list.item_UpdateActivity parameters: - name: site-id in: path @@ -58386,12 +56616,20 @@ paths: schema: type: string x-ms-docs-key-type: listItem + - name: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: 2XX: @@ -58399,16 +56637,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors': - get: + x-ms-docs-operation-type: operation + delete: tags: - sites.list - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: site.list.item.createdGraphBPreUser_ListServiceProvisioningError + summary: Delete navigation property activities for sites + operationId: site.list.item_DeleteActivity parameters: - name: site-id in: path @@ -58434,97 +56671,32 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count': - get: - tags: - - sites.list - summary: Get the number of the resource - operationId: site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id + - name: itemActivityOLD-id in: path - description: The unique identifier of list + description: The unique identifier of itemActivityOLD required: true style: simple schema: type: string - x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem': get: tags: - sites.list - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-beta - operationId: site.list.item_ListDocumentSetVersion + summary: Get driveItem from sites + operationId: site.list.item.activity_GetDriveItem parameters: - name: site-id in: path @@ -58550,21 +56722,14 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: itemActivityOLD - name: $select in: query description: Select properties to be returned @@ -58587,22 +56752,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content': + get: tags: - sites.list - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-beta - operationId: site.list.item_CreateDocumentSetVersion + summary: Get content for the navigation property driveItem from sites + description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' + operationId: site.list.item.activity_GetDriveItemContent parameters: - name: site-id in: path @@ -58628,33 +56792,37 @@ paths: schema: type: string x-ms-docs-key-type: listItem - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - required: true + - name: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: $format + in: query + description: Format of the content + style: form + explode: false + schema: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': - get: + put: tags: - sites.list - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-beta - operationId: site.list.item_GetDocumentSetVersion + summary: Update content for the navigation property driveItem in sites + description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' + operationId: site.list.item.activity_SetDriveItemContent parameters: - name: site-id in: path @@ -58680,49 +56848,38 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: documentSetVersion-id + - name: itemActivityOLD-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of itemActivityOLD required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: + x-ms-docs-key-type: itemActivityOLD + requestBody: + description: New media content. + content: + application/octet-stream: + schema: type: string + format: binary + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': + get: tags: - sites.list - summary: Update the navigation property documentSetVersions in sites - operationId: site.list.item_UpdateDocumentSetVersion + summary: Get contentStream for the navigation property driveItem from sites + description: 'The content stream, if the item represents a file.' + operationId: site.list.item.activity_GetDriveItemContentStream parameters: - name: site-id in: path @@ -58748,40 +56905,30 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: documentSetVersion-id + - name: itemActivityOLD-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of itemActivityOLD required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - required: true + x-ms-docs-key-type: itemActivityOLD responses: 2XX: - description: Success + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + put: tags: - sites.list - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-beta - operationId: site.list.item_DeleteDocumentSetVersion + summary: Update contentStream for the navigation property driveItem in sites + description: 'The content stream, if the item represents a file.' + operationId: site.list.item.activity_SetDriveItemContentStream parameters: - name: site-id in: path @@ -58807,33 +56954,33 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: documentSetVersion-id + - name: itemActivityOLD-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of itemActivityOLD required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: itemActivityOLD + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem': get: tags: - sites.list - summary: Get fields from sites - description: A collection of the fields and values for this version of the list item. - operationId: site.list.item.documentSetVersion_GetField + summary: Get listItem from sites + operationId: site.list.item.activity_GetListItem parameters: - name: site-id in: path @@ -58859,14 +57006,14 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: documentSetVersion-id + - name: itemActivityOLD-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of itemActivityOLD required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion + x-ms-docs-key-type: itemActivityOLD - name: $select in: query description: Select properties to be returned @@ -58893,15 +57040,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count': + get: tags: - sites.list - summary: Update the navigation property fields in sites - operationId: site.list.item.documentSetVersion_UpdateField + summary: Get the number of the resource + operationId: site.list.item.activity_GetCount parameters: - name: site-id in: path @@ -58927,36 +57075,20 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: documentSetVersion-id - in: path - description: The unique identifier of documentSetVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: documentSetVersion - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics': + get: tags: - sites.list - summary: Delete navigation property fields for sites - operationId: site.list.item.documentSetVersion_DeleteField + summary: Get analytics from sites + description: Analytics about the view activities that took place on this item. + operationId: site.list.item_GetAnalytic parameters: - name: site-id in: path @@ -58982,36 +57114,42 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: documentSetVersion-id - in: path - description: The unique identifier of documentSetVersion - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: documentSetVersion - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore': - post: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser': + get: tags: - - sites.Actions - summary: Invoke action restore - description: Restore a document set version. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta - operationId: site.list.item.documentSetVersion_restore + - sites.list + summary: Get createdByUser from sites + operationId: site.list.item_GetCreatedGraphBPreUser parameters: - name: site-id in: path @@ -59037,26 +57175,43 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: documentSetVersion-id - in: path - description: The unique identifier of documentSetVersion - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: documentSetVersion + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count': + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings': get: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.item.documentSetVersion_GetCount + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: site.list.item.createdGraphBPreUser_GetMailboxSetting parameters: - name: site-id in: path @@ -59082,20 +57237,40 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem': - get: + patch: tags: - sites.list - summary: Get driveItem from sites - description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' - operationId: site.list.item_GetDriveItem + summary: Update property mailboxSettings value. + operationId: site.list.item.createdGraphBPreUser_UpdateMailboxSetting parameters: - name: site-id in: path @@ -59121,43 +57296,29 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - sites.list - summary: Get content for the navigation property driveItem from sites - description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' - operationId: site.list.item_GetDriveItemContent + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: site.list.item.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: site-id in: path @@ -59183,29 +57344,55 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: $format + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby in: query - description: Format of the content + description: Order items by property values style: form explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' - put: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count': + get: tags: - sites.list - summary: Update content for the navigation property driveItem in sites - description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' - operationId: site.list.item_SetDriveItemContent + summary: Get the number of the resource + operationId: site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: site-id in: path @@ -59231,30 +57418,23 @@ paths: schema: type: string x-ms-docs-key-type: listItem - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions': get: tags: - sites.list - summary: Get contentStream for the navigation property driveItem from sites - description: 'The content stream, if the item represents a file.' - operationId: site.list.item_GetDriveItemContentStream + summary: List documentSetVersions + description: Get a list of the versions of a document set item in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-beta + operationId: site.list.item_ListDocumentSetVersion parameters: - name: site-id in: path @@ -59280,22 +57460,59 @@ paths: schema: type: string x-ms-docs-key-type: listItem + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' - put: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - sites.list - summary: Update contentStream for the navigation property driveItem in sites - description: 'The content stream, if the item represents a file.' - operationId: site.list.item_SetDriveItemContentStream + summary: Create documentSetVersion + description: Create a new version of a document set item in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-beta + operationId: site.list.item_CreateDocumentSetVersion parameters: - name: site-id in: path @@ -59322,25 +57539,32 @@ paths: type: string x-ms-docs-key-type: listItem requestBody: - description: New media content. + description: New navigation property content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: - description: Success + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': get: tags: - sites.list - summary: Get fields from sites - description: The values of the columns set on this list item. - operationId: site.list.item_GetField + summary: Get documentSetVersion + description: Read the properties and relationships of a documentSetVersion object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-beta + operationId: site.list.item_GetDocumentSetVersion parameters: - name: site-id in: path @@ -59366,6 +57590,14 @@ paths: schema: type: string x-ms-docs-key-type: listItem + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentSetVersion - name: $select in: query description: Select properties to be returned @@ -59392,19 +57624,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update an item in a list - description: Update the properties on a listItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-beta - operationId: site.list.item_UpdateField + summary: Update the navigation property documentSetVersions in sites + operationId: site.list.item_UpdateDocumentSetVersion parameters: - name: site-id in: path @@ -59430,12 +57658,20 @@ paths: schema: type: string x-ms-docs-key-type: listItem + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentSetVersion requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: @@ -59443,15 +57679,19 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete navigation property fields for sites - operationId: site.list.item_DeleteField + summary: Delete documentSetVersion + description: Delete a version of a document set in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-beta + operationId: site.list.item_DeleteDocumentSetVersion parameters: - name: site-id in: path @@ -59477,6 +57717,14 @@ paths: schema: type: string x-ms-docs-key-type: listItem + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentSetVersion - name: If-Match in: header description: ETag @@ -59489,12 +57737,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': get: tags: - sites.list - summary: Get lastModifiedByUser from sites - operationId: site.list.item_GetLastModifiedGraphBPreUser + summary: Get fields from sites + description: A collection of the fields and values for this version of the list item. + operationId: site.list.item.documentSetVersion_GetField parameters: - name: site-id in: path @@ -59520,6 +57769,14 @@ paths: schema: type: string x-ms-docs-key-type: listItem + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentSetVersion - name: $select in: query description: Select properties to be returned @@ -59546,17 +57803,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings': - get: + patch: tags: - sites.list - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting + summary: Update the navigation property fields in sites + operationId: site.list.item.documentSetVersion_UpdateField parameters: - name: site-id in: path @@ -59582,40 +57837,36 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: documentSetVersion + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + required: true responses: 2XX: - description: Entity result. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' - patch: + x-ms-docs-operation-type: operation + delete: tags: - sites.list - summary: Update property mailboxSettings value. - operationId: site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting + summary: Delete navigation property fields for sites + operationId: site.list.item.documentSetVersion_DeleteField parameters: - name: site-id in: path @@ -59641,29 +57892,36 @@ paths: schema: type: string x-ms-docs-key-type: listItem - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentSetVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': - get: + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore': + post: tags: - - sites.list - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError + - sites.Actions + summary: Invoke action restore + description: Restore a document set version. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta + operationId: site.list.item.documentSetVersion_restore parameters: - name: site-id in: path @@ -59689,55 +57947,26 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: documentSetVersion responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count': get: tags: - sites.list summary: Get the number of the resource - operationId: site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + operationId: site.list.item.documentSetVersion_GetCount parameters: - name: site-id in: path @@ -59770,16 +57999,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink': - post: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem': + get: tags: - - sites.Actions - summary: Invoke action createLink - description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta - operationId: site.list.item_createLink + - sites.list + summary: Get driveItem from sites + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' + operationId: site.list.item_GetDriveItem parameters: - name: site-id in: path @@ -59805,61 +58031,43 @@ paths: schema: type: string x-ms-docs-key-type: listItem - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - type: - type: string - nullable: true - scope: - type: string - nullable: true - expirationDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true - password: - type: string - nullable: true - message: - type: string - nullable: true - recipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveRecipient' - retainInheritedPermissions: - type: boolean - default: false - nullable: true - sendNotification: - type: boolean - default: false - nullable: true - additionalProperties: - type: object - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content': get: tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: site.list.item_getActivitiesGraphBPreInterval + - sites.list + summary: Get content for the navigation property driveItem from sites + description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' + operationId: site.list.item_GetDriveItemContent parameters: - name: site-id in: path @@ -59885,96 +58093,78 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: startDateTime + - name: $format + in: query + description: Format of the content + style: form + explode: false + schema: + type: string + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - sites.list + summary: Update content for the navigation property driveItem in sites + description: 'The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.' + operationId: site.list.item_SetDriveItemContent + parameters: + - name: site-id in: path - description: 'Usage: startDateTime=''{startDateTime}''' + description: The unique identifier of site required: true style: simple schema: type: string - nullable: true - - name: endDateTime + x-ms-docs-key-type: site + - name: list-id in: path - description: 'Usage: endDateTime=''{endDateTime}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - name: interval + x-ms-docs-key-type: list + - name: listItem-id in: path - description: 'Usage: interval=''{interval}''' + description: The unique identifier of listItem 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' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: + x-ms-docs-key-type: listItem + requestBody: + description: New media content. + content: + application/octet-stream: + schema: type: string + format: binary + required: true responses: 2XX: description: Success content: application/json: schema: - title: Collection of itemActivityStat - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream': get: tags: - sites.list - summary: Get permissions from sites - description: The set of permissions for the item. Read-only. Nullable. - operationId: site.list.item_ListPermission + summary: Get contentStream for the navigation property driveItem from sites + description: 'The content stream, if the item represents a file.' + operationId: site.list.item_GetDriveItemContentStream parameters: - name: site-id in: path @@ -60000,55 +58190,22 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + put: tags: - sites.list - summary: Create new navigation property to permissions for sites - operationId: site.list.item_CreatePermission + summary: Update contentStream for the navigation property driveItem in sites + description: 'The content stream, if the item represents a file.' + operationId: site.list.item_SetDriveItemContentStream parameters: - name: site-id in: path @@ -60075,29 +58232,25 @@ paths: type: string x-ms-docs-key-type: listItem requestBody: - description: New navigation property + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + type: string + format: binary required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields': get: tags: - sites.list - summary: Get permissions from sites - description: The set of permissions for the item. Read-only. Nullable. - operationId: site.list.item_GetPermission + summary: Get fields from sites + description: The values of the columns set on this list item. + operationId: site.list.item_GetField parameters: - name: site-id in: path @@ -60123,14 +58276,6 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: permission - name: $select in: query description: Select properties to be returned @@ -60157,15 +58302,19 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property permissions in sites - operationId: site.list.item_UpdatePermission + summary: Update an item in a list + description: Update the properties on a listItem. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-beta + operationId: site.list.item_UpdateField parameters: - name: site-id in: path @@ -60191,20 +58340,12 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: permission requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: @@ -60212,15 +58353,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete navigation property permissions for sites - operationId: site.list.item_DeletePermission + summary: Delete navigation property fields for sites + operationId: site.list.item_DeleteField parameters: - name: site-id in: path @@ -60246,14 +58387,6 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: permission - name: If-Match in: header description: ETag @@ -60266,16 +58399,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/microsoft.graph.grant': - post: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser': + get: tags: - - sites.Actions - summary: Invoke action grant - description: Grant users access to a link represented by a permission. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta - operationId: site.list.item.permission_grant + - sites.list + summary: Get lastModifiedByUser from sites + operationId: site.list.item_GetLastModifiedGraphBPreUser parameters: - name: site-id in: path @@ -60301,67 +58430,43 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: permission - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - roles: - type: array - items: - type: string - nullable: true - recipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveRecipient' - additionalProperties: - type: object - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - title: Collection of permission - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.permission' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/microsoft.graph.revokeGrants': - post: + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings': + get: tags: - - sites.Actions - summary: Invoke action revokeGrants - description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta - operationId: site.list.item.permission_revokeGrant + - sites.list + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: site-id in: path @@ -60387,44 +58492,40 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: permission - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - grantees: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveRecipient' - additionalProperties: - type: object - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count': - get: + patch: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.item.permission_GetCount + summary: Update property mailboxSettings value. + operationId: site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: site-id in: path @@ -60450,20 +58551,29 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - sites.list - summary: Get versions from sites - description: The list of previous versions of the list item. - operationId: site.list.item_ListVersion + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: site-id in: path @@ -60526,18 +58636,60 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + get: tags: - sites.list - summary: Create new navigation property to versions for sites - operationId: site.list.item_CreateVersion + summary: Get the number of the resource + operationId: site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink': + post: + tags: + - sites.Actions + summary: Invoke action createLink + description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta + operationId: site.list.item_createLink parameters: - name: site-id in: path @@ -60564,29 +58716,60 @@ paths: type: string x-ms-docs-key-type: listItem requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' + type: object + properties: + type: + type: string + nullable: true + scope: + type: string + nullable: true + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + password: + type: string + nullable: true + message: + type: string + nullable: true + recipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRecipient' + retainInheritedPermissions: + type: boolean + default: false + nullable: true + sendNotification: + type: boolean + default: false + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}': + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': get: tags: - - sites.list - summary: Get versions from sites - description: The list of previous versions of the list item. - operationId: site.list.item_GetVersion + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: site.list.item_getActivitiesGraphBPreInterval parameters: - name: site-id in: path @@ -60612,14 +58795,35 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id + - name: startDateTime in: path - description: The unique identifier of listItemVersion + description: 'Usage: startDateTime=''{startDateTime}''' required: true style: simple schema: type: string - x-ms-docs-key-type: listItemVersion + nullable: true + - name: endDateTime + in: path + description: 'Usage: endDateTime=''{endDateTime}''' + required: true + style: simple + schema: + type: string + nullable: true + - name: interval + in: path + description: 'Usage: interval=''{interval}''' + 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' - name: $select in: query description: Select properties to be returned @@ -60630,6 +58834,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -60642,19 +58856,35 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' + title: Collection of itemActivityStat + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions': + get: tags: - sites.list - summary: Update the navigation property versions in sites - operationId: site.list.item_UpdateVersion + summary: Get permissions from sites + description: The set of permissions for the item. Read-only. Nullable. + operationId: site.list.item_ListPermission parameters: - name: site-id in: path @@ -60680,36 +58910,55 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItemVersion - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' + $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - delete: + post: tags: - sites.list - summary: Delete navigation property versions for sites - operationId: site.list.item_DeleteVersion + summary: Create new navigation property to permissions for sites + operationId: site.list.item_CreatePermission parameters: - name: site-id in: path @@ -60735,33 +58984,30 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItemVersion - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + required: true responses: 2XX: - description: Success + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}': get: tags: - sites.list - summary: Get fields from sites - description: A collection of the fields and values for this version of the list item. - operationId: site.list.item.version_GetField + summary: Get permissions from sites + description: The set of permissions for the item. Read-only. Nullable. + operationId: site.list.item_GetPermission parameters: - name: site-id in: path @@ -60787,14 +59033,14 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id + - name: permission-id in: path - description: The unique identifier of listItemVersion + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: listItemVersion + x-ms-docs-key-type: permission - name: $select in: query description: Select properties to be returned @@ -60821,15 +59067,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property fields in sites - operationId: site.list.item.version_UpdateField + summary: Update the navigation property permissions in sites + operationId: site.list.item_UpdatePermission parameters: - name: site-id in: path @@ -60855,20 +59101,20 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id + - name: permission-id in: path - description: The unique identifier of listItemVersion + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: listItemVersion + x-ms-docs-key-type: permission requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: @@ -60876,15 +59122,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete navigation property fields for sites - operationId: site.list.item.version_DeleteField + summary: Delete navigation property permissions for sites + operationId: site.list.item_DeletePermission parameters: - name: site-id in: path @@ -60910,14 +59156,14 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id + - name: permission-id in: path - description: The unique identifier of listItemVersion + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: listItemVersion + x-ms-docs-key-type: permission - name: If-Match in: header description: ETag @@ -60930,57 +59176,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/microsoft.graph.grant': post: tags: - sites.Actions - summary: Invoke action restoreVersion - operationId: site.list.item.version_restoreVersion - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItemVersion - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count': - get: - tags: - - sites.list - summary: Get the number of the resource - operationId: site.list.item.version_GetCount + summary: Invoke action grant + description: Grant users access to a link represented by a permission. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta + operationId: site.list.item.permission_grant parameters: - name: site-id in: path @@ -61006,255 +59211,67 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()': - get: - tags: - - sites.Functions - summary: Invoke function delta - description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Deleted items are returned with the deleted facet. Deleted indicates that the item is deleted and can't be restored.\nItems with this property should be removed from your local state." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta - operationId: site.list.item_delta - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id + - name: permission-id in: path - description: The unique identifier of list + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of listItem - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.listItem' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': + x-ms-docs-key-type: permission + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + roles: + type: array + items: 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 - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')': - get: - tags: - - sites.Functions - summary: Invoke function delta - operationId: site.list.item_delta - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: token - in: path - description: 'Usage: token=''{token}''' - 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' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + recipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRecipient' + additionalProperties: + type: object + required: true responses: 2XX: description: Success content: application/json: schema: - title: Collection of listItem + title: Collection of permission type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.listItem' + $ref: '#/components/schemas/microsoft.graph.permission' '@odata.nextLink': type: string nullable: true - '@odata.deltaLink': - type: string - nullable: true additionalProperties: type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function + x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser': - get: - tags: - - sites.list - summary: Get lastModifiedByUser from sites - operationId: site.list_GetLastModifiedGraphBPreUser - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings': - get: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/microsoft.graph.revokeGrants': + post: tags: - - sites.list - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' - operationId: site.list.lastModifiedGraphBPreUser_GetMailboxSetting + - sites.Actions + summary: Invoke action revokeGrants + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta + operationId: site.list.item.permission_revokeGrant parameters: - name: site-id in: path @@ -61272,40 +59289,52 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: listItem + - name: permission-id + in: path + description: The unique identifier of permission + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: permission + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + grantees: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRecipient' + additionalProperties: + type: object + required: true responses: 2XX: - description: Entity result. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' - patch: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count': + get: tags: - sites.list - summary: Update property mailboxSettings value. - operationId: site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting + summary: Get the number of the resource + operationId: site.list.item.permission_GetCount parameters: - name: site-id in: path @@ -61323,29 +59352,28 @@ paths: schema: type: string x-ms-docs-key-type: list - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions': get: tags: - sites.list - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' - operationId: site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError + summary: Get versions from sites + description: The list of previous versions of the list item. + operationId: site.list.item_ListVersion parameters: - name: site-id in: path @@ -61363,6 +59391,14 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -61400,18 +59436,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count': - get: + x-ms-docs-operation-type: operation + post: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + summary: Create new navigation property to versions for sites + operationId: site.list.item_CreateVersion parameters: - name: site-id in: path @@ -61429,20 +59465,38 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/operations': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}': get: tags: - sites.list - summary: Get operations from sites - description: The collection of long-running operations on the list. - operationId: site.list_ListOperation + summary: Get versions from sites + description: The list of previous versions of the list item. + operationId: site.list.item_GetVersion parameters: - name: site-id in: path @@ -61460,21 +59514,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion - name: $select in: query description: Select properties to be returned @@ -61497,18 +59552,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - sites.list - summary: Create new navigation property to operations for sites - operationId: site.list_CreateOperation + summary: Update the navigation property versions in sites + operationId: site.list.item_UpdateVersion parameters: - name: site-id in: path @@ -61526,30 +59582,96 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}': + delete: + tags: + - sites.list + summary: Delete navigation property versions for sites + operationId: site.list.item_DeleteVersion + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion + - 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 + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields': get: tags: - sites.list - summary: Get operations from sites - description: The collection of long-running operations on the list. - operationId: site.list_GetOperation + summary: Get fields from sites + description: A collection of the fields and values for this version of the list item. + operationId: site.list.item.version_GetField parameters: - name: site-id in: path @@ -61567,14 +59689,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: richLongRunningOperation-id + - name: listItem-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion - name: $select in: query description: Select properties to be returned @@ -61601,15 +59731,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property operations in sites - operationId: site.list_UpdateOperation + summary: Update the navigation property fields in sites + operationId: site.list.item.version_UpdateField parameters: - name: site-id in: path @@ -61627,20 +59757,28 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: richLongRunningOperation-id + - name: listItem-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: @@ -61648,15 +59786,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete navigation property operations for sites - operationId: site.list_DeleteOperation + summary: Delete navigation property fields for sites + operationId: site.list.item.version_DeleteField parameters: - name: site-id in: path @@ -61674,14 +59812,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: richLongRunningOperation-id + - name: listItem-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion - name: If-Match in: header description: ETag @@ -61694,12 +59840,57 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/operations/$count': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion': + post: + tags: + - sites.Actions + summary: Invoke action restoreVersion + operationId: site.list.item.version_restoreVersion + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count': get: tags: - sites.list summary: Get the number of the resource - operationId: site.list.operation_GetCount + operationId: site.list.item.version_GetCount parameters: - name: site-id in: path @@ -61717,6 +59908,14 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -61724,13 +59923,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/permissions': + '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()': get: tags: - - sites.list - summary: Get permissions from sites - description: The set of permissions for the item. Read-only. Nullable. - operationId: site.list_ListPermission + - sites.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Deleted items are returned with the deleted facet. Deleted indicates that the item is deleted and can't be restored.\nItems with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta + operationId: site.list.item_delta parameters: - name: site-id in: path @@ -61753,9 +59955,9 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -61763,9 +59965,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -61785,18 +59987,37 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + 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 - x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')': + get: tags: - - sites.list - summary: Create new navigation property to permissions for sites - operationId: site.list_CreatePermission + - sites.Functions + summary: Invoke function delta + operationId: site.list.item_delta parameters: - name: site-id in: path @@ -61814,30 +60035,82 @@ paths: schema: type: string x-ms-docs-key-type: list - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' - required: true + - name: token + in: path + description: 'Usage: token=''{token}''' + 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' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/permissions/{permission-id}': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/lastModifiedByUser': get: tags: - sites.list - summary: Get permissions from sites - description: The set of permissions for the item. Read-only. Nullable. - operationId: site.list_GetPermission + summary: Get lastModifiedByUser from sites + operationId: site.list_GetLastModifiedGraphBPreUser parameters: - name: site-id in: path @@ -61855,14 +60128,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: permission - name: $select in: query description: Select properties to be returned @@ -61889,15 +60154,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings': + get: tags: - sites.list - summary: Update the navigation property permissions in sites - operationId: site.list_UpdatePermission + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: site.list.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: site-id in: path @@ -61915,83 +60182,40 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: permission - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + patch: tags: - sites.list - summary: Delete navigation property permissions for sites - operationId: site.list_DeletePermission - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: permission - - 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 - '/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/microsoft.graph.grant': - post: - tags: - - sites.Actions - summary: Invoke action grant - description: Grant users access to a link represented by a permission. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta - operationId: site.list.permission_grant + summary: Update property mailboxSettings value. + operationId: site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: site-id in: path @@ -62009,32 +60233,12 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: permission requestBody: - description: Action parameters + description: New property values content: application/json: schema: - type: object - properties: - roles: - type: array - items: - type: string - nullable: true - recipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveRecipient' - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: @@ -62042,34 +60246,16 @@ paths: content: application/json: schema: - title: Collection of permission - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.permission' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/microsoft.graph.revokeGrants': - post: + '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors': + get: tags: - - sites.Actions - summary: Invoke action revokeGrants - description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta - operationId: site.list.permission_revokeGrant + - sites.list + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.' + operationId: site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: site-id in: path @@ -62087,44 +60273,55 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: permission-id - in: path - description: The unique identifier of permission - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: permission - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - grantees: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveRecipient' - additionalProperties: - type: object - required: true + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/permissions/$count': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count': get: tags: - sites.list summary: Get the number of the resource - operationId: site.list.permission_GetCount + operationId: site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: site-id in: path @@ -62149,13 +60346,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/subscriptions': + '/sites/{site-id}/lists/{list-id}/operations': get: tags: - sites.list - summary: Get subscriptions from sites - description: The set of subscriptions on the list. - operationId: site.list_ListSubscription + summary: Get operations from sites + description: The collection of long-running operations on the list. + operationId: site.list_ListOperation parameters: - name: site-id in: path @@ -62210,7 +60407,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -62220,8 +60417,8 @@ paths: post: tags: - sites.list - summary: Create new navigation property to subscriptions for sites - operationId: site.list_CreateSubscription + summary: Create new navigation property to operations for sites + operationId: site.list_CreateOperation parameters: - name: site-id in: path @@ -62244,7 +60441,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.subscription' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -62252,17 +60449,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.subscription' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}': + '/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}': get: tags: - sites.list - summary: Get subscriptions from sites - description: The set of subscriptions on the list. - operationId: site.list_GetSubscription + summary: Get operations from sites + description: The collection of long-running operations on the list. + operationId: site.list_GetOperation parameters: - name: site-id in: path @@ -62280,14 +60477,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: subscription-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of subscription + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - x-ms-docs-key-type: subscription + x-ms-docs-key-type: richLongRunningOperation - name: $select in: query description: Select properties to be returned @@ -62314,15 +60511,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.subscription' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property subscriptions in sites - operationId: site.list_UpdateSubscription + summary: Update the navigation property operations in sites + operationId: site.list_UpdateOperation parameters: - name: site-id in: path @@ -62340,20 +60537,20 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: subscription-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of subscription + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - x-ms-docs-key-type: subscription + x-ms-docs-key-type: richLongRunningOperation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.subscription' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -62361,15 +60558,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.subscription' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete navigation property subscriptions for sites - operationId: site.list_DeleteSubscription + summary: Delete navigation property operations for sites + operationId: site.list_DeleteOperation parameters: - name: site-id in: path @@ -62387,14 +60584,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: subscription-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of subscription + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - x-ms-docs-key-type: subscription + x-ms-docs-key-type: richLongRunningOperation - name: If-Match in: header description: ETag @@ -62407,53 +60604,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize': - post: - tags: - - sites.Actions - summary: Invoke action reauthorize - description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta - operationId: site.list.subscription_reauthorize - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: subscription-id - in: path - description: The unique identifier of subscription - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: subscription - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/subscriptions/$count': + '/sites/{site-id}/lists/{list-id}/operations/$count': get: tags: - sites.list summary: Get the number of the resource - operationId: site.list.subscription_GetCount + operationId: site.list.operation_GetCount parameters: - name: site-id in: path @@ -62478,34 +60634,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/$count': + '/sites/{site-id}/lists/{list-id}/permissions': get: tags: - sites.list - summary: Get the number of the resource - operationId: site.list_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': - get: - tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: site_getActivitiesGraphBPreInterval + summary: Get permissions from sites + description: The set of permissions for the item. Read-only. Nullable. + operationId: site.list_ListPermission parameters: - name: site-id in: path @@ -62515,45 +60650,19 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: startDateTime - in: path - description: 'Usage: startDateTime=''{startDateTime}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: endDateTime - in: path - description: 'Usage: endDateTime=''{endDateTime}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: interval + - name: list-id in: path - description: 'Usage: interval=''{interval}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $orderby in: query description: Order items by property values @@ -62564,71 +60673,6 @@ paths: type: array items: type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of itemActivityStat - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - '@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 - '/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=''{listId}'')': - get: - tags: - - sites.Functions - summary: Invoke function getApplicableContentTypesForList - description: Get site contentTypes that can be added to a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta - operationId: site_getApplicableContentTypesGraphFPreList - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: listId - in: path - description: 'Usage: listId=''{listId}''' - required: true - style: simple - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -62639,16 +60683,6 @@ paths: type: array items: type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $expand in: query description: Expand related entities @@ -62661,34 +60695,18 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of contentType - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.contentType' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')': - get: + x-ms-docs-operation-type: operation + post: tags: - - sites.Functions - summary: Invoke function getByPath - operationId: site_getGraphBPrePath + - sites.list + summary: Create new navigation property to permissions for sites + operationId: site.list_CreatePermission parameters: - name: site-id in: path @@ -62698,31 +60716,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/analytics': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/permissions/{permission-id}': get: tags: - - sites.itemAnalytics - summary: Get analytics from sites - description: Analytics about the view activities that took place on this site. - operationId: site.getGraphBPrePath_GetAnalytic + - sites.list + summary: Get permissions from sites + description: The set of permissions for the item. Read-only. Nullable. + operationId: site.list_GetPermission parameters: - name: site-id in: path @@ -62732,14 +60757,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: permission-id + in: path + description: The unique identifier of permission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: permission - name: $select in: query description: Select properties to be returned @@ -62766,15 +60799,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - sites.itemAnalytics - summary: Update the navigation property analytics in sites - operationId: site.getGraphBPrePath_UpdateAnalytic + - sites.list + summary: Update the navigation property permissions in sites + operationId: site.list_UpdatePermission parameters: - name: site-id in: path @@ -62784,20 +60817,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: permission-id + in: path + description: The unique identifier of permission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: permission requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: @@ -62805,15 +60846,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - sites.itemAnalytics - summary: Delete navigation property analytics for sites - operationId: site.getGraphBPrePath_DeleteAnalytic + - sites.list + summary: Delete navigation property permissions for sites + operationId: site.list_DeletePermission parameters: - name: site-id in: path @@ -62823,14 +60864,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: permission-id + in: path + description: The unique identifier of permission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: permission - name: If-Match in: header description: ETag @@ -62843,13 +60892,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/columns': - get: + '/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/microsoft.graph.grant': + post: tags: - - sites.columnDefinition - summary: Get columns from sites - description: The collection of column definitions reusable across lists under this site. - operationId: site.getGraphBPrePath_ListColumn + - sites.Actions + summary: Invoke action grant + description: Grant users access to a link represented by a permission. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta + operationId: site.list.permission_grant parameters: - name: site-id in: path @@ -62859,63 +60911,75 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: list + - name: permission-id + in: path + description: The unique identifier of permission + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: permission + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + roles: + type: array + items: + type: string + nullable: true + recipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRecipient' + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of permission + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permission' + '@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 - x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/microsoft.graph.revokeGrants': post: tags: - - sites.columnDefinition - summary: Create new navigation property to columns for sites - operationId: site.getGraphBPrePath_CreateColumn + - sites.Actions + summary: Invoke action revokeGrants + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta + operationId: site.list.permission_revokeGrant parameters: - name: site-id in: path @@ -62925,38 +60989,52 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: permission-id + in: path + description: The unique identifier of permission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: permission requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + type: object + properties: + grantees: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRecipient' + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/contentTypes': + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/permissions/$count': get: tags: - - sites.contentType - summary: Get contentTypes from sites - description: The collection of content types defined for this site. - operationId: site.getGraphBPrePath_ListContentType + - sites.list + summary: Get the number of the resource + operationId: site.list.permission_GetCount parameters: - name: site-id in: path @@ -62966,14 +61044,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/lists/{list-id}/subscriptions': + get: + tags: + - sites.list + summary: Get subscriptions from sites + description: The set of subscriptions on the list. + operationId: site.list_ListSubscription + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -63011,7 +61120,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -63020,9 +61129,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.contentType - summary: Create new navigation property to contentTypes for sites - operationId: site.getGraphBPrePath_CreateContentType + - sites.list + summary: Create new navigation property to subscriptions for sites + operationId: site.list_CreateSubscription parameters: - name: site-id in: path @@ -63032,20 +61141,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: @@ -63053,17 +61162,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/drive': + '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}': get: tags: - - sites.drive - summary: Get drive from sites - description: The default drive (document library) for this site. - operationId: site.getGraphBPrePath_GetDrive + - sites.list + summary: Get subscriptions from sites + description: The set of subscriptions on the list. + operationId: site.list_GetSubscription parameters: - name: site-id in: path @@ -63073,14 +61182,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: subscription-id + in: path + description: The unique identifier of subscription + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: subscription - name: $select in: query description: Select properties to be returned @@ -63107,17 +61224,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.drive' + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/drives': - get: + patch: tags: - - sites.drive - summary: Get drives from sites - description: The collection of drives (document libraries) under this site. - operationId: site.getGraphBPrePath_ListDrive + - sites.list + summary: Update the navigation property subscriptions in sites + operationId: site.list_UpdateSubscription parameters: - name: site-id in: path @@ -63127,65 +61242,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: list + - name: subscription-id + in: path + description: The unique identifier of subscription + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: subscription + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/externalColumns': - get: + delete: tags: - - sites.columnDefinition - summary: Get externalColumns from sites - description: The collection of column definitions available in the site that is referenced from the sites in the parent hierarchy of the current site. - operationId: site.getGraphBPrePath_ListExternalColumn + - sites.list + summary: Delete navigation property subscriptions for sites + operationId: site.list_DeleteSubscription parameters: - name: site-id in: path @@ -63195,65 +61289,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: list + - name: subscription-id + in: path + description: The unique identifier of subscription + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: subscription + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/lists': - get: + '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize': + post: tags: - - sites.list - summary: Get lists from sites - description: The collection of lists under this site. - operationId: site.getGraphBPrePath_ListList + - sites.Actions + summary: Invoke action reauthorize + description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta + operationId: site.list.subscription_reauthorize parameters: - name: site-id in: path @@ -63263,63 +61336,34 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: list + - name: subscription-id + in: path + description: The unique identifier of subscription + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: subscription responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/subscriptions/$count': + get: tags: - sites.list - summary: Create new navigation property to lists for sites - operationId: site.getGraphBPrePath_CreateList + summary: Get the number of the resource + operationId: site.list.subscription_GetCount parameters: - name: site-id in: path @@ -63329,37 +61373,27 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.list' - required: true + x-ms-docs-key-type: list + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': + '/sites/{site-id}/lists/$count': get: tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: site.getGraphBPrePath_getActivitiesGraphBPreInterval + - sites.list + summary: Get the number of the resource + operationId: site.list_GetCount parameters: - name: site-id in: path @@ -63369,14 +61403,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': + get: + tags: + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: site_getActivitiesGraphBPreInterval + parameters: + - name: site-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of site required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: site - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' @@ -63460,7 +61508,7 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getApplicableContentTypesForList(listId=''{listId}'')': + '/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=''{listId}'')': get: tags: - sites.Functions @@ -63469,7 +61517,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta - operationId: site.getGraphBPrePath_getApplicableContentTypesGraphFPreList + operationId: site_getApplicableContentTypesGraphFPreList parameters: - name: site-id in: path @@ -63479,14 +61527,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - name: listId in: path description: 'Usage: listId=''{listId}''' @@ -63553,12 +61593,12 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')': get: tags: - sites.Functions summary: Invoke function getByPath - operationId: site.getGraphBPrePath_getGraphBPrePath + operationId: site_getGraphBPrePath parameters: - name: site-id in: path @@ -63576,14 +61616,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true responses: 2XX: description: Success @@ -63594,7 +61626,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/analytics': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/analytics': get: tags: - sites.itemAnalytics @@ -63618,14 +61650,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - name: $select in: query description: Select properties to be returned @@ -63678,14 +61702,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property values content: @@ -63725,14 +61741,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - name: If-Match in: header description: ETag @@ -63745,7 +61753,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/columns': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/columns': get: tags: - sites.columnDefinition @@ -63769,14 +61777,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -63843,14 +61843,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: @@ -63868,7 +61860,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/contentTypes': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/contentTypes': get: tags: - sites.contentType @@ -63892,14 +61884,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -63966,14 +61950,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: @@ -63991,7 +61967,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/drive': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/drive': get: tags: - sites.drive @@ -64015,14 +61991,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - name: $select in: query description: Select properties to be returned @@ -64053,7 +62021,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/drives': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/drives': get: tags: - sites.drive @@ -64077,14 +62045,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -64129,7 +62089,7 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/externalColumns': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/externalColumns': get: tags: - sites.columnDefinition @@ -64153,14 +62113,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -64205,7 +62157,7 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/lists': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/lists': get: tags: - sites.list @@ -64229,383 +62181,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.listCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.list - summary: Create new navigation property to lists for sites - operationId: site.getGraphBPrePath_CreateList - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.list' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.list' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/operations': - get: - tags: - - sites.richLongRunningOperation - summary: Get operations from sites - description: The collection of long running operations for the site. - operationId: site.getGraphBPrePath_ListOperation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.richLongRunningOperation - summary: Create new navigation property to operations for sites - operationId: site.getGraphBPrePath_CreateOperation - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/pages': - get: - tags: - - sites.baseSitePage - summary: Get pages from sites - description: The collection of pages in the baseSitePages list on this site. - operationId: site.getGraphBPrePath_ListPage - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.baseSitePage - summary: Create new navigation property to pages for sites - operationId: site.getGraphBPrePath_CreatePage - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/permissions': - get: - tags: - - sites.permission - summary: Get permissions from sites - description: The permissions associated with the site. Nullable. - operationId: site.getGraphBPrePath_ListPermission - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -64643,7 +62218,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.listCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -64652,9 +62227,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.permission - summary: Create new navigation property to permissions for sites - operationId: site.getGraphBPrePath_CreatePermission + - sites.list + summary: Create new navigation property to lists for sites + operationId: site.getGraphBPrePath_CreateList parameters: - name: site-id in: path @@ -64672,20 +62247,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: @@ -64693,17 +62260,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/sites': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': get: tags: - - sites.site - summary: Get sites from sites - description: The collection of the sub-sites under this site. - operationId: site.getGraphBPrePath_ListSite + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: site.getGraphBPrePath_getActivitiesGraphBPreInterval parameters: - name: site-id in: path @@ -64721,9 +62287,25 @@ paths: schema: type: string nullable: true - - name: path1 + - name: startDateTime + in: path + description: 'Usage: startDateTime=''{startDateTime}''' + required: true + style: simple + schema: + type: string + nullable: true + - name: endDateTime in: path - description: 'Usage: path=''{path1}''' + description: 'Usage: endDateTime=''{endDateTime}''' + required: true + style: simple + schema: + type: string + nullable: true + - name: interval + in: path + description: 'Usage: interval=''{interval}''' required: true style: simple schema: @@ -64734,9 +62316,9 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -64744,9 +62326,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -64766,20 +62348,38 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of itemActivityStat + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + '@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 - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/termStore': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getApplicableContentTypesForList(listId=''{listId}'')': get: tags: - - sites.store - summary: Get termStore from sites - description: The termStore under this site. - operationId: site.getGraphBPrePath_GetTermStore + - sites.Functions + summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta + operationId: site.getGraphBPrePath_getApplicableContentTypesGraphFPreList parameters: - name: site-id in: path @@ -64797,14 +62397,18 @@ paths: schema: type: string nullable: true - - name: path1 + - name: listId in: path - description: 'Usage: path=''{path1}''' + description: 'Usage: listId=''{listId}''' 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' - name: $select in: query description: Select properties to be returned @@ -64815,6 +62419,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -64825,105 +62439,30 @@ paths: type: array items: type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.store - summary: Update the navigation property termStore in sites - operationId: site.getGraphBPrePath_UpdateTermStore - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true responses: 2XX: description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.store - summary: Delete navigation property termStore for sites - operationId: site.getGraphBPrePath_DeleteTermStore - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + title: Collection of contentType + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/operations': get: tags: @@ -87243,12 +84782,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -87606,6 +85157,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -88356,6 +85937,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -88428,6 +86011,27 @@ components: $ref: '#/components/schemas/microsoft.graph.workingHours' additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.drive: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' @@ -89660,6 +87264,40 @@ components: $ref: '#/components/schemas/microsoft.graph.termStore.term' additionalProperties: type: object + microsoft.graph.contentModelUsage: + title: contentModelUsage + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of the contentModel is first applied. + format: date-time + nullable: true + driveId: + type: string + description: The ID of the drive where the contentModel is applied. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of the contentModel is last applied. + format: date-time + nullable: true + modelId: + type: string + description: The ID of the contentModel. + nullable: true + modelVersion: + type: string + description: The version of the current applied contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.itemReference: title: itemReference type: object @@ -91118,6 +88756,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -91213,11 +88862,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -92082,6 +89731,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -92112,6 +89763,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -92581,10 +90233,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -92660,6 +90318,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -95242,6 +92902,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -95250,11 +92920,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -95438,6 +93108,21 @@ components: $ref: '#/components/schemas/microsoft.graph.timeZoneBase' additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.quota: title: quota type: object @@ -96366,6 +94051,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelCollectionResponse: + title: Collection of contentModel + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.contentTypeCollectionResponse: title: Collection of contentType type: object @@ -96405,6 +94103,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobCollectionResponse: + title: Collection of documentProcessingJob + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.driveCollectionResponse: title: Collection of drive type: object @@ -97692,7 +95403,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -97916,6 +95627,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -97948,22 +95667,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -97972,6 +95685,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -97979,6 +95694,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -97989,12 +95710,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -98017,11 +95732,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -98042,12 +95752,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -98076,12 +95780,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -98112,12 +95810,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -98147,12 +95839,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -98798,6 +96484,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -98815,6 +96510,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -98891,6 +96592,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -98964,7 +96667,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -102000,8 +99723,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -102203,10 +99925,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -102300,10 +100018,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -103635,6 +101349,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -104560,22 +102281,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -104712,6 +102424,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -104730,6 +102450,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -107308,6 +105042,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -107499,7 +105240,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -108236,6 +105977,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -108254,6 +106001,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -108269,6 +106020,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -108663,6 +106417,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -109800,50 +107556,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -109950,7 +107676,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -110045,6 +107771,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeType: title: attendeeType enum: @@ -111673,6 +109417,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -113288,23 +111042,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -114113,6 +111900,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object @@ -114686,6 +112497,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinitionCollectionResponse' + microsoft.graph.contentModelCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentModelCollectionResponse' microsoft.graph.contentTypeCollectionResponse: description: Retrieved collection content: @@ -114704,6 +112521,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse' + microsoft.graph.documentProcessingJobCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobCollectionResponse' microsoft.graph.driveCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 0a49c7bae9..4646a3cde4 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -18938,11 +18938,11 @@ paths: patch: tags: - teams.channel - summary: Update member in channel - description: Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Update conversationMember + description: "Update the role of a conversationMember in a \nteam.\nor channel." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-beta operationId: team.channel_UpdateMember parameters: - name: team-id @@ -19200,11 +19200,11 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in a channel or a chat - description: Send a new chatMessage in the specified channel or a chat. + summary: Send chatMessage in channel + description: Send a new chatMessage in the specified channel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta operationId: team.channel_CreateMessage parameters: - name: team-id @@ -38954,11 +38954,11 @@ paths: get: tags: - teamwork.teamTemplate - summary: List teamTemplates - description: 'Get the list of teamTemplate objects that are available for a tenant. ' + summary: List definitions + description: 'List the teamTemplateDefinition objects associated with a teamTemplate. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta operationId: teamwork_ListTeamTemplate parameters: - $ref: '#/components/parameters/top' @@ -63309,6 +63309,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -63964,7 +63966,7 @@ components: description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string - description: Represents the region of the organization. + description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array @@ -64306,11 +64308,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -65906,11 +65908,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -66575,12 +66577,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -67459,6 +67473,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -67489,6 +67505,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -67589,10 +67606,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -67668,6 +67691,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -69721,6 +69746,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.todo: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -72750,6 +72785,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -72834,6 +72899,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -73434,7 +73520,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -73632,6 +73718,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -73664,22 +73758,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -73688,6 +73776,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -73695,6 +73785,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -73705,12 +73801,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -73763,11 +73853,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -73788,12 +73873,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -73822,12 +73901,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -73858,12 +73931,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -73893,12 +73960,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -73938,6 +73999,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -73955,6 +74025,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -74031,6 +74107,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -74104,7 +74182,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -76630,8 +76728,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -76833,10 +76930,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -76930,10 +77023,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -78211,6 +78300,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.todoTaskList: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -79794,6 +79890,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -79877,6 +79984,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.pageLayoutType: title: pageLayoutType enum: @@ -80200,22 +80322,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -80352,6 +80465,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -80370,6 +80491,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -82137,6 +82272,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -82328,7 +82470,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -82961,6 +83103,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -82979,6 +83127,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -82994,6 +83146,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -83344,6 +83499,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -84716,50 +84873,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -84866,7 +84993,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -84961,6 +85088,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcConnectivityEventResult: title: cloudPcConnectivityEventResult enum: @@ -86007,6 +86152,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -87640,23 +87795,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -88343,6 +88531,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 9a08989c9a..88717d06e3 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -69,7 +69,7 @@ paths: tags: - users.Actions summary: Invoke action resetPassword - description: Initiate a reset for the password associated with a password authentication method object. This can only be done by an administrator with appropriate permissions and can't be performed on a user's own account. This flow writes the new password to Microsoft Entra ID and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and will return a Location header with a link where the caller can periodically check for the status of the reset operation. + description: 'Initiate a reset for the password associated with a password authentication method object. This can only be done by an administrator with appropriate permissions and can''t be performed on a user''s own account. To reset a user''s password in in Azure AD B2C, use the Update user API operation and update the passwordProfile > forceChangePasswordNextSignIn object. This flow writes the new password to Microsoft Entra ID and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and will return a Location header with a link where the caller can periodically check for the status of the reset operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta @@ -20514,6 +20514,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.discardCheckout': + post: + tags: + - users.Actions + summary: Invoke action discardCheckout + description: Discard the check out of a driveItem. This action releases a driveItem resource that was previously checked out. Any changes made to the item while it was checked out are discarded. The same user that performed the checkout must discard it. Another alternative is to use application permissions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta + operationId: user.drive.item_discardCheckout + 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: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.extractSensitivityLabels': post: tags: @@ -22605,6 +22646,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.discardCheckout': + post: + tags: + - users.Actions + summary: Invoke action discardCheckout + description: Discard the check out of a driveItem. This action releases a driveItem resource that was previously checked out. Any changes made to the item while it was checked out are discarded. The same user that performed the checkout must discard it. Another alternative is to use application permissions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta + operationId: user.drive.root_discardCheckout + 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: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/drives/{drive-id}/root/microsoft.graph.extractSensitivityLabels': post: tags: @@ -28072,13 +28146,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice': + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.changeAssignments': post: tags: - users.Actions - summary: Invoke action cleanWindowsDevice - description: Clean Windows device - operationId: user.managedDevice_cleanWindowsDevice + summary: Invoke action changeAssignments + operationId: user.managedDevice_changeAssignment parameters: - name: user-id in: path @@ -28103,9 +28176,10 @@ paths: schema: type: object properties: - keepUserData: - type: boolean - default: false + deviceAssignmentItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceAssignmentItem' additionalProperties: type: object required: true @@ -28115,12 +28189,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest': + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.cleanWindowsDevice': post: tags: - users.Actions - summary: Invoke action createDeviceLogCollectionRequest - operationId: user.managedDevice_createDeviceLogCollectionRequest + summary: Invoke action cleanWindowsDevice + description: Clean Windows device + operationId: user.managedDevice_cleanWindowsDevice parameters: - name: user-id in: path @@ -28145,28 +28220,24 @@ paths: schema: type: object properties: - templateType: - $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionRequest' + keepUserData: + type: boolean + default: false additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice': + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.createDeviceLogCollectionRequest': post: tags: - users.Actions - summary: Invoke action deleteUserFromSharedAppleDevice - description: Delete user from shared Apple device - operationId: user.managedDevice_deleteUserFromSharedAppleDevice + summary: Invoke action createDeviceLogCollectionRequest + operationId: user.managedDevice_createDeviceLogCollectionRequest parameters: - name: user-id in: path @@ -28191,24 +28262,28 @@ paths: schema: type: object properties: - userPrincipalName: - type: string - nullable: true + templateType: + $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionRequest' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deprovision': + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deleteUserFromSharedAppleDevice': post: tags: - users.Actions - summary: Invoke action deprovision - operationId: user.managedDevice_deprovision + summary: Invoke action deleteUserFromSharedAppleDevice + description: Delete user from shared Apple device + operationId: user.managedDevice_deleteUserFromSharedAppleDevice parameters: - name: user-id in: path @@ -28233,8 +28308,9 @@ paths: schema: type: object properties: - deprovisionReason: + userPrincipalName: type: string + nullable: true additionalProperties: type: object required: true @@ -28244,72 +28320,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disable': - post: - tags: - - users.Actions - summary: Invoke action disable - operationId: user.managedDevice_disable - 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: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode': - post: - tags: - - users.Actions - summary: Invoke action disableLostMode - description: Disable lost mode - operationId: user.managedDevice_disableLostMode - 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: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.enableLostMode': + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.deprovision': post: tags: - users.Actions - summary: Invoke action enableLostMode - description: Enable lost mode - operationId: user.managedDevice_enableLostMode + summary: Invoke action deprovision + operationId: user.managedDevice_deprovision parameters: - name: user-id in: path @@ -28334,15 +28350,8 @@ paths: schema: type: object properties: - message: - type: string - nullable: true - phoneNumber: - type: string - nullable: true - footer: + deprovisionReason: type: string - nullable: true additionalProperties: type: object required: true @@ -28352,73 +28361,181 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.enrollNowAction': - post: - tags: - - users.Actions - summary: Invoke action enrollNowAction - description: Trigger comanagement enrollment action on ConfigurationManager client - operationId: user.managedDevice_enrollNowAction - 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: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.initiateDeviceAttestation': - post: - tags: - - users.Actions - summary: Invoke action initiateDeviceAttestation - description: Perform Device Attestation - operationId: user.managedDevice_initiateDeviceAttestation - 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: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.initiateMobileDeviceManagementKeyRecovery': + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disable': post: tags: - users.Actions - summary: Invoke action initiateMobileDeviceManagementKeyRecovery - description: Perform MDM key recovery and TPM attestation - operationId: user.managedDevice_initiateMobileDeviceManagementKeyRecovery + summary: Invoke action disable + operationId: user.managedDevice_disable + 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: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.disableLostMode': + post: + tags: + - users.Actions + summary: Invoke action disableLostMode + description: Disable lost mode + operationId: user.managedDevice_disableLostMode + 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: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.enableLostMode': + post: + tags: + - users.Actions + summary: Invoke action enableLostMode + description: Enable lost mode + operationId: user.managedDevice_enableLostMode + 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: Action parameters + content: + application/json: + schema: + type: object + properties: + message: + type: string + nullable: true + phoneNumber: + type: string + nullable: true + footer: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.enrollNowAction': + post: + tags: + - users.Actions + summary: Invoke action enrollNowAction + description: Trigger comanagement enrollment action on ConfigurationManager client + operationId: user.managedDevice_enrollNowAction + 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: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.initiateDeviceAttestation': + post: + tags: + - users.Actions + summary: Invoke action initiateDeviceAttestation + description: Perform Device Attestation + operationId: user.managedDevice_initiateDeviceAttestation + 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: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.initiateMobileDeviceManagementKeyRecovery': + post: + tags: + - users.Actions + summary: Invoke action initiateMobileDeviceManagementKeyRecovery + description: Perform MDM key recovery and TPM attestation + operationId: user.managedDevice_initiateMobileDeviceManagementKeyRecovery parameters: - name: user-id in: path @@ -30523,7 +30640,7 @@ paths: tags: - users.Actions summary: Invoke action assignLicense - description: 'Add or remove licenses for the user to enable or disable their use of Microsoft cloud offerings. For example, an organization can have a Microsoft 365 Enterprise E3 subscription with 100 licenses, and this request assigns one of those licenses to a specific user. You can also enable and disable specific plans associated with a subscription. To learn more about subscriptions and licenses, see this Technet article. To get the subscriptions available in the directory, perform a GET subscribedSkus request. ' + description: 'Add or remove licenses for the user to enable or disable their use of Microsoft cloud offerings that the company has licenses to. For example, an organization can have a Microsoft 365 Enterprise E3 subscription with 100 licenses, and this request assigns one of those licenses to a specific user. You can also enable and disable specific plans associated with a subscription. To get the subscriptions available in the directory, perform a GET subscribedSkus request. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta @@ -30823,7 +30940,7 @@ paths: tags: - users.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta @@ -31045,6 +31162,20 @@ paths: schema: type: string x-ms-docs-key-type: user + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + autoReconcileProxyConflict: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -35067,6 +35198,50 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/solutions/workingTimeSchedule/microsoft.graph.endWorkingTime': + post: + tags: + - users.Actions + summary: Invoke action endWorkingTime + description: Triggers the policies associated with the end of working hours. + operationId: user.solution.workingTimeSchedule_endWorkingTime + 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/solutions/workingTimeSchedule/microsoft.graph.startWorkingTime': + post: + tags: + - users.Actions + summary: Invoke action startWorkingTime + description: Triggers the policies associated with the end of working hours. + operationId: user.solution.workingTimeSchedule_startWorkingTime + 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification': post: tags: @@ -35639,6 +35814,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -36151,12 +36328,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -36677,6 +36866,54 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.deviceAssignmentItem: + title: deviceAssignmentItem + type: object + properties: + assignmentItemActionIntent: + $ref: '#/components/schemas/microsoft.graph.deviceAssignmentItemIntent' + assignmentItemActionStatus: + $ref: '#/components/schemas/microsoft.graph.deviceAssignmentItemStatus' + errorCode: + type: integer + description: The error code for the application or configuration regarding the failed executed action on the managed device. Read-Only. Returned in the action result. 0 is default value and indicates no failure. Valid values -9.22337203685478E+18 to 9.22337203685478E+18. This property is read-only. + format: int64 + readOnly: true + intentActionMessage: + type: string + description: 'The intent action message for the application or configuration regarding the executed action on the managed device. When the action is on error, this property provides message on the reason of failure. When the action is in progress, this property provides message on what''s being processed on the device. Read-Only. Returned in the action result. Can be null. Max length is 1500. This property is read-only.' + nullable: true + readOnly: true + itemDisplayName: + type: string + description: The item displayName name for the application or configuration. Read-Only. Returned in the action result. Default value is null. The property value cannot be modified and is automatically populated with the action result. Max length is 200. This property is read-only. + nullable: true + readOnly: true + itemId: + type: string + description: The unique identifier for the application or configuration. ItemId is required property which needs to be set in the action POST request parameter for the DeviceAssignmentItem intended to remove. Max length is 40 + itemSubTypeDisplayName: + type: string + description: 'Indicates the specific type for the application or configuration. For example, unknown, application, appConfiguration, exploitProtection, bitLocker, deviceControl, microsoftEdgeBaseline, attackSurfaceReductionRulesConfigMgr, endpointDetectionandResponse, windowsUpdateforBusiness, microsoftDefenderFirewallRules, applicationControl, microsoftDefenderAntivirusexclusions, microsoftDefenderAntivirus, wiredNetwork, derivedPersonalIdentityVerificationCredential, windowsHealthMonitoring, extensions, mxProfileZebraOnly, deviceFirmwareConfigurationInterface, deliveryOptimization, identityProtection, kiosk, overrideGroupPolicy, domainJoinPreview, pkcsImportedCertificate, networkBoundary, endpointProtection, microsoftDefenderAtpWindows10Desktop, sharedMultiUserDevice, deviceFeatures, secureAssessmentEducation, wiFiImport, editionUpgradeAndModeSwitch, vpn, custom, softwareUpdates, deviceRestrictionsWindows10Team, email, trustedCertificate, scepCertificate, emailSamsungKnoxOnly, pkcsCertificate, deviceRestrictions, wiFi, settingsCatalog. Read-Only. Returned in the action result. Default value is null. The property value cannot be modified and is automatically populated with the action result. Max length is 200. This property is read-only.' + nullable: true + readOnly: true + itemType: + $ref: '#/components/schemas/microsoft.graph.deviceAssignmentItemType' + lastActionDateTime: + 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 when the application or configuration was initiated an action execution. Read-Only. Returned in the action result. The property value cannot be modified and is automatically populated when the action is initiated. 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, 2025 would look like this: ''2025-01-01T00:00:00Z''. This property is read-only.' + format: date-time + readOnly: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the application or configuration was last modified because of either action execution or status change. Read-Only. Returned in the action result. The property value cannot be modified and is automatically populated when the action is initiated or the device has a status change. 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, 2025 would look like this: ''2025-01-01T00:00:00Z''. This property is read-only.' + format: date-time + readOnly: true + additionalProperties: + type: object + description: 'Represents the application or configuration included in the ChangeAssignments action execution or result. For action execution, it represents the application or configuration intended to be uninstalled or removed on the managed device. For action result, it represents the live reporting data for this application or configuration regarding its removal or restoration process.' microsoft.graph.deviceLogCollectionRequest: title: deviceLogCollectionRequest type: object @@ -37742,6 +37979,25 @@ components: - failed - notSupported type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -39009,6 +39265,57 @@ components: $ref: '#/components/schemas/microsoft.graph.root' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.drive: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' @@ -39652,6 +39959,89 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.deviceAssignmentItemIntent: + title: deviceAssignmentItemIntent + enum: + - remove + - restore + - unknownFutureValue + type: string + description: 'A list of possible assignment item action intent values on the application or configuration when executing this action on the managed device. For example, if the application or configuration is intended to be removed on the managed device, then the intent value is remove, and if the application or configuration already under removal through previous actions and is now intended to be restored on the managed device, then the intent value is restore' + x-ms-enum: + name: deviceAssignmentItemIntent + modelAsString: false + values: + - value: remove + description: Default. Indicates that the deployed application or configuration is intended to be removed on the managed device + name: remove + - value: restore + description: Indicates that the application or configuration already under removal through previous actions and is now intended to be restored on the managed device + name: restore + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use + name: unknownFutureValue + microsoft.graph.deviceAssignmentItemStatus: + title: deviceAssignmentItemStatus + enum: + - initiated + - inProgress + - removed + - error + - succeeded + - unknownFutureValue + type: string + description: 'A list of possible assignment item action status values for the application or configuration regarding their executed action on the managed device. For example, a configuration included in the deviceAssignmentItems list has just been executed the action. Its status starts with inProgress until it''s successfully removed to reflect as removed status or failed to be removed to reflect as error status on the managed device. Similar status change happens for restoration process' + x-ms-enum: + name: deviceAssignmentItemStatus + modelAsString: false + values: + - value: initiated + description: Default. Indicates that the device assignment action to remove or restore an application or a configuration is 'initiated' on the managed device + name: initiated + - value: inProgress + description: Indicates that the device assignment action to remove or restore an application or a configuration is 'in progress' on the managed device + name: inProgress + - value: removed + description: Indicates that the application or configuration has been successfully removed on the managed device + name: removed + - value: error + description: Indicates that the application or configuration has failed to be removed or restored on the managed device. The error may be retriable depending on the intent action message and error code + name: error + - value: succeeded + description: Indicates that the application or configuration has been successfully restored on the managed device + name: succeeded + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use + name: unknownFutureValue + microsoft.graph.deviceAssignmentItemType: + title: deviceAssignmentItemType + enum: + - application + - deviceConfiguration + - deviceManagementConfigurationPolicy + - mobileAppConfiguration + - unknownFutureValue + type: string + description: 'A list of possible device assignment item types to execute this action on the managed device. Device assignment item represents existing assigned Intune resource such as application or configuration. Currently supported device assignment item types are Application, DeviceConfiguration, DeviceManagementConfigurationPolicy and MobileAppConfiguration' + x-ms-enum: + name: deviceAssignmentItemType + modelAsString: false + values: + - value: application + description: Default. Indicates that the device assignment item type for the action is graph.mobileApp. Application is uninstalled on removal and installed back on restoration + name: application + - value: deviceConfiguration + description: Indicates that the device assignment item type for the action is graph.deviceConfiguration. DeviceConfiguration associated settings are removed on removal and added back on restoration + name: deviceConfiguration + - value: deviceManagementConfigurationPolicy + description: Indicates that the device assignment item type for the action is graph.deviceManagementConfigurationPolicy. DeviceManagementConfigurationPolicy associated settings are removed on removal and added back on restoration + name: deviceManagementConfigurationPolicy + - value: mobileAppConfiguration + description: Indicates that the device assignment item type for the action is `graph.managedDeviceMobileAppConfiguration`. MobileAppConfiguration associated settings are removed on removal and added back on restoration + name: mobileAppConfiguration + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use + name: unknownFutureValue microsoft.graph.deviceLogCollectionTemplateType: title: deviceLogCollectionTemplateType enum: @@ -39859,8 +40249,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -40039,10 +40428,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -40136,10 +40521,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -40472,11 +40853,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -41228,6 +41609,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -42333,6 +42716,32 @@ components: $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.quota: title: quota type: object @@ -43186,6 +43595,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -43336,7 +43752,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -44670,6 +45086,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -44700,6 +45118,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -45169,10 +45588,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -45248,6 +45673,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -47455,6 +47882,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -47463,11 +47900,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -49360,7 +49797,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -49584,6 +50021,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -49616,22 +50061,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -49640,6 +50079,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -49647,6 +50088,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -49657,12 +50104,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -49685,11 +50126,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -49710,12 +50146,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -49744,12 +50174,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -49780,12 +50204,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -49815,12 +50233,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -50243,6 +50655,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -50260,6 +50681,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -50368,6 +50795,7 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string microsoft.graph.typedEmailAddress: allOf: @@ -54134,6 +54562,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -54968,22 +55403,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -55120,6 +55546,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -55138,6 +55572,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -57687,6 +58135,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -57705,6 +58159,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -57720,6 +58178,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -58114,6 +58575,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -58945,50 +59408,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -59095,7 +59528,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -59190,6 +59623,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamsAppInstallationScopes: title: teamsAppInstallationScopes enum: @@ -60406,6 +60857,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -61892,23 +62353,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -62583,6 +63077,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index e1e15e11d5..e742ed2c6e 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -343,6 +343,46 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/authentication/fido2Methods/microsoft.graph.creationOptions(challengeTimeoutInMinutes=@challengeTimeoutInMinutes)': + get: + tags: + - users.Functions + summary: Invoke function creationOptions + description: 'Retrieve creation options required to generate and register a Microsoft Entra ID-compatible passkey. Self-service operations aren''t supported. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-creationoptions?view=graph-rest-beta + operationId: user.authentication.fido2Method_creationOption + 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: challengeTimeoutInMinutes + in: query + description: 'Usage: challengeTimeoutInMinutes=@challengeTimeoutInMinutes' + style: form + explode: false + schema: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.webauthnCredentialCreationOptions' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/microsoft.graph.delta()': get: tags: @@ -5040,16 +5080,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function - '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getShiftWorkCloudPcAccessState()': + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getSupportedCloudPcRemoteActions()': get: tags: - users.Functions - summary: Invoke function getShiftWorkCloudPcAccessState - description: 'Get the shiftWorkCloudPcAccessState of a shift work Cloud PC. This API only supports shared-use licenses. For more information, see cloudPcProvisioningPolicy. Shared-use licenses allow three users per license, with one user signed in at a time. Callers can get the latest shift work Cloud PC accessState and determine whether the shift work Cloud PC is accessible to the user. If a web client needs to connect to a shift work Cloud PC, the sharedCloudPcAccessState validates the bookmark scenario. If sharedCloudPcAccessState is not active/activating/standbyMode, the web client shows a ''bad bookmark''.' + summary: Invoke function getSupportedCloudPcRemoteActions + description: 'Get a list of supported Cloud PC remote actions for a specific Cloud PC device, including the action names and capabilities.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta - operationId: user.cloudPC_getShiftWorkCloudPcAccessState + url: https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta + operationId: user.cloudPC_getSupportedCloudPcRemoteAction parameters: - name: user-id in: path @@ -5067,32 +5107,44 @@ paths: schema: type: string x-ms-docs-key-type: cloudPC + - $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: - $ref: '#/components/schemas/microsoft.graph.shiftWorkCloudPcAccessState' + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionCapability' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-12-31' - date: '2023-09-05' - version: 2023-08/getShiftWorkCloudPcAccessState - description: 'The getShiftWorkCloudPcAccessState API is deprecated and will stop returning data on Dec 31, 2023. Please use the new getFrontlineCloudPcAccessState API' x-ms-docs-operation-type: function - '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.getSupportedCloudPcRemoteActions()': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveCloudPCRemoteActionResults()': get: tags: - users.Functions - summary: Invoke function getSupportedCloudPcRemoteActions - description: 'Get a list of supported Cloud PC remote actions for a specific Cloud PC device, including the action names and capabilities.' + summary: Invoke function retrieveCloudPCRemoteActionResults + description: Retrieve remote action results and check the status of a specific remote action performed on the associated Cloud PC device. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta - operationId: user.cloudPC_getSupportedCloudPcRemoteAction + url: https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta + operationId: user.cloudPC_retrieveCloudPCRemoteActionResult parameters: - name: user-id in: path @@ -5126,7 +5178,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionCapability' + $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionResult' '@odata.nextLink': type: string nullable: true @@ -8524,6 +8576,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2024-09-30' + date: '2024-05-08' + version: 2024-05/getCloudPcRemoteActionResults + description: 'Starting September 30, 2024, getCloudPcRemoteActionResults API bound to managedDevice entity will be deprecated and no longer supported. Please use retrieveCloudPcRemoteActionResults API bound to cloudpc entity instead.' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -11807,6 +11865,20 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.webauthnCredentialCreationOptions: + title: webauthnCredentialCreationOptions + type: object + properties: + challengeTimeoutDateTime: + 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: Defines when the challenge in the creation options is no longer valid. Expired challenges are rejected when you attempt to create a new fido2AuthenticationMethod. + format: date-time + nullable: true + publicKey: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredentialCreationOptions' + additionalProperties: + type: object microsoft.graph.event: allOf: - $ref: '#/components/schemas/microsoft.graph.outlookItem' @@ -12166,17 +12238,6 @@ components: - standbyMode - unknownFutureValue type: string - microsoft.graph.shiftWorkCloudPcAccessState: - title: shiftWorkCloudPcAccessState - enum: - - unassigned - - noLicensesAvailable - - activationFailed - - active - - activating - - unknownFutureValue - - standbyMode - type: string microsoft.graph.cloudPcRemoteActionCapability: title: cloudPcRemoteActionCapability type: object @@ -12187,6 +12248,42 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionName' additionalProperties: type: object + microsoft.graph.cloudPcRemoteActionResult: + title: cloudPcRemoteActionResult + type: object + properties: + actionName: + type: string + description: 'The specified action. Supported values in the Microsoft Endpoint Manager portal are: Reprovision, Resize, Restore. Supported values in enterprise Cloud PC devices are: Reboot, Rename, Reprovision, Troubleshoot.' + nullable: true + actionState: + $ref: '#/components/schemas/microsoft.graph.actionState' + cloudPcId: + type: string + description: The ID of the Cloud PC device on which the remote action is performed. Read-only. + nullable: true + lastUpdatedDateTime: + 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: 'Last update time for action. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' + format: date-time + nullable: true + managedDeviceId: + type: string + description: The ID of the Intune managed device on which the remote action is performed. Read-only. + nullable: true + startDateTime: + 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: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' + format: date-time + nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' + statusDetails: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' + additionalProperties: + type: object microsoft.graph.cloudPcReviewStatus: title: cloudPcReviewStatus type: object @@ -12244,10 +12341,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -12323,6 +12426,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -13664,40 +13769,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.cloudPcRemoteActionResult: - title: cloudPcRemoteActionResult - type: object - properties: - actionName: - type: string - description: 'The specified action. Supported values in the Microsoft Endpoint Manager portal are: Reprovision, Resize, Restore. Supported values in enterprise Cloud PC devices are: Reboot, Rename, Reprovision, Troubleshoot.' - nullable: true - actionState: - $ref: '#/components/schemas/microsoft.graph.actionState' - cloudPcId: - type: string - description: The ID of the Cloud PC device on which the remote action is performed. Read-only. - nullable: true - lastUpdatedDateTime: - 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: 'Last update time for action. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' - format: date-time - nullable: true - managedDeviceId: - type: string - description: The ID of the Intune managed device on which the remote action is performed. Read-only. - nullable: true - startDateTime: - 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: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' - format: date-time - nullable: true - statusDetails: - $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' - additionalProperties: - type: object microsoft.graph.deviceCompliancePolicySettingState: title: deviceCompliancePolicySettingState type: object @@ -13868,10 +13939,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -13915,10 +13982,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -15149,6 +15212,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -15357,6 +15422,45 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnPublicKeyCredentialCreationOptions: + title: webauthnPublicKeyCredentialCreationOptions + type: object + properties: + attestation: + type: string + description: Attestation preference for the Microsoft Entra ID relying party. + nullable: true + authenticatorSelection: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorSelectionCriteria' + challenge: + type: string + description: A challenge generated by Microsoft Entra ID and sent back with the registration request to prevent replay attacks. + nullable: true + excludeCredentials: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredentialDescriptor' + description: List of credentials blocked for creations in Microsoft Entra ID. + extensions: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientInputs' + pubKeyCredParams: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredentialParameters' + description: A set of preferred credential properties for the creation of a new public key credential in Microsoft Entra ID. + rp: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredentialRpEntity' + timeout: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The time in milliseconds that the client is willing to wait for the credential creation operation to complete. + format: int32 + nullable: true + user: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredentialUserEntity' + additionalProperties: + type: object microsoft.graph.outlookItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15918,6 +16022,55 @@ components: - powerOff - moveRegion type: string + microsoft.graph.actionState: + title: actionState + enum: + - none + - pending + - canceled + - active + - done + - failed + - notSupported + type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object + microsoft.graph.cloudPcStatusDetails: + title: cloudPcStatusDetails + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: Any additional information about the Cloud PC status. + code: + type: string + description: The code associated with the Cloud PC status. + nullable: true + message: + type: string + description: The status message. + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcUserAccessLevel: title: cloudPcUserAccessLevel enum: @@ -15925,6 +16078,15 @@ components: - restricted - unknownFutureValue type: string + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -15942,6 +16104,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -16057,26 +16225,8 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string - microsoft.graph.cloudPcStatusDetails: - title: cloudPcStatusDetails - type: object - properties: - additionalInformation: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyValuePair' - description: Any additional information about the Cloud PC status. - code: - type: string - description: The code associated with the Cloud PC status. - nullable: true - message: - type: string - description: The status message. - nullable: true - additionalProperties: - type: object microsoft.graph.cloudPcUserAccountType: title: cloudPcUserAccountType enum: @@ -17548,11 +17698,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -17957,12 +18107,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -18315,17 +18477,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.actionState: - title: actionState - enum: - - none - - pending - - canceled - - active - - done - - failed - - notSupported - type: string microsoft.graph.settingSource: title: settingSource type: object @@ -19563,6 +19714,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -19593,6 +19746,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -21094,6 +21248,16 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21102,11 +21266,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -21336,6 +21500,98 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticatorSelectionCriteria: + title: webauthnAuthenticatorSelectionCriteria + type: object + properties: + authenticatorAttachment: + type: string + description: 'Microsoft Entra ID-preferred attachment modality. For more information, see Authenticator Attachment Modality' + nullable: true + requireResidentKey: + type: boolean + description: Microsoft Entra ID-preferred client-side credential discoverability. Currently always true. The WebAuthn authenticator must store the credential identifier on the authenticator. + nullable: true + userVerification: + type: string + description: Microsoft Entra ID requirement to verify the user is present during credential provisioning. Currently always required. + nullable: true + additionalProperties: + type: object + microsoft.graph.webauthnPublicKeyCredentialDescriptor: + title: webauthnPublicKeyCredentialDescriptor + type: object + properties: + id: + type: string + description: The unique identifier of the credential. + nullable: true + transports: + type: array + items: + type: string + nullable: true + description: 'The transport method used by the WebAuthn authenticator to communicate with the client. For example, usb, nfc, ble.' + type: + type: string + description: Type of public key credential. The only supported value is public-key. + nullable: true + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticationExtensionsClientInputs: + title: webauthnAuthenticationExtensionsClientInputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnPublicKeyCredentialParameters: + title: webauthnPublicKeyCredentialParameters + type: object + properties: + alg: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Specifies the cryptographic signature algorithm used for the new credential. The algorithm identifiers should be values registered in the IANA COSE algorithms registry. For more information, see IANA-COSE-ALGS-REG.' + format: int32 + nullable: true + type: + type: string + description: Specifies the type of credential to be created. The only supported value is public-key. + nullable: true + additionalProperties: + type: object + microsoft.graph.webauthnPublicKeyCredentialRpEntity: + title: webauthnPublicKeyCredentialRpEntity + type: object + properties: + id: + type: string + description: 'A unique identifier for the relying party (Microsoft Entra ID) bound to the generated credential. For example, login.microsoft.com.' + nullable: true + name: + type: string + description: Human-readable identifier of the relying party. This property is always set to Microsoft. + nullable: true + additionalProperties: + type: object + microsoft.graph.webauthnPublicKeyCredentialUserEntity: + title: webauthnPublicKeyCredentialUserEntity + type: object + properties: + displayName: + type: string + description: 'The display name of the user account bound to the generated credential, as displayed in Microsoft Entra ID.' + nullable: true + id: + type: string + description: The Microsoft Entra ID-assigned object ID of the user account bound to the generated credential. The ID is encoded to WebAuthn spec by Microsoft Entra ID and is not represented as a GUID. + nullable: true + name: + type: string + description: 'The user principal name (UPN) of the user account bound to the generated credential, as displayed in Microsoft Entra ID.' + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeBase: allOf: - $ref: '#/components/schemas/microsoft.graph.recipient' @@ -21626,6 +21882,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.keyValuePair: + title: keyValuePair + type: object + properties: + name: + type: string + description: Name for this key-value pair + value: + type: string + description: Value for this key-value pair + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcHealthCheckItem: title: cloudPcHealthCheckItem type: object @@ -21683,19 +21952,6 @@ components: - vMware - hp type: string - microsoft.graph.keyValuePair: - title: keyValuePair - type: object - properties: - name: - type: string - description: Name for this key-value pair - value: - type: string - description: Value for this key-value pair - nullable: true - additionalProperties: - type: object microsoft.graph.emailType: title: emailType enum: @@ -22934,6 +23190,57 @@ components: $ref: '#/components/schemas/microsoft.graph.root' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -24613,7 +24920,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -24775,6 +25082,14 @@ components: type: object additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -24807,22 +25122,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -24831,6 +25140,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -24838,6 +25149,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -24848,12 +25165,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -24906,11 +25217,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -24931,12 +25237,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -24965,12 +25265,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -25001,12 +25295,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -25036,12 +25324,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -27389,8 +27671,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -28494,6 +28775,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -29311,6 +29599,32 @@ components: $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -30216,22 +30530,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -30368,6 +30673,14 @@ components: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -30386,6 +30699,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -31768,6 +32095,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -31959,7 +32293,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -32256,6 +32590,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -32274,6 +32614,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -32289,6 +32633,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -32590,6 +32937,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -34063,50 +34412,20 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -34213,7 +34532,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -34308,6 +34627,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamworkUserIdentityType: title: teamworkUserIdentityType enum: @@ -35091,6 +35428,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -36797,23 +37144,56 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -37479,6 +37859,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 14baee2ac2..9941f490af 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -149,7 +149,7 @@ paths: tags: - users.user summary: Update user - description: Update the properties of a user object. Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles. Compare member and guest default permissions to see properties they can manage. Customers through Microsoft Entra ID for customers can also use this API operation to update their details. See Default user permissions in customer tenants for the list of properties they can update. + description: Update the properties of a user object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta @@ -184,7 +184,7 @@ paths: tags: - users.user summary: Delete a user - description: 'Delete user. When deleted, user resources are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. To learn more, see deletedItems.' + description: 'Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta @@ -15053,6 +15053,8 @@ components: $ref: '#/components/schemas/microsoft.graph.security.security' settings: $ref: '#/components/schemas/microsoft.graph.userSettings' + solutions: + $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' sponsors: type: array items: @@ -16676,6 +16678,8 @@ components: type: string description: The main logo for the application. Not nullable. format: base64url + nativeAuthenticationApisEnabled: + $ref: '#/components/schemas/microsoft.graph.nativeAuthenticationApisEnabled' notes: type: string description: Notes relevant for the management of the application. @@ -17256,11 +17260,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -17850,6 +17854,8 @@ components: - title: authentication type: object properties: + requirements: + $ref: '#/components/schemas/microsoft.graph.strongAuthenticationRequirements' signInPreferences: $ref: '#/components/schemas/microsoft.graph.signInPreferences' emailMethods: @@ -17880,6 +17886,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordlessMicrosoftAuthenticatorMethods: type: array @@ -18349,10 +18356,16 @@ components: type: string description: 'The allotment name divides tenant licenses into smaller batches or groups that help restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' nullable: true + connectionSetting: + $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSetting' connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityResult' + deviceRegionName: + type: string + description: 'The name of the geographical region where the Cloud PC is currently provisioned. For example, westus3, eastus2, and southeastasia. Read-only.' + nullable: true disasterRecoveryCapability: $ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapability' diskEncryptionState: @@ -18428,6 +18441,8 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlanType' status: $ref: '#/components/schemas/microsoft.graph.cloudPcStatus' + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' userAccountType: @@ -18831,12 +18846,24 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true + contentModels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentModel' + description: The collection of content models applied to this site. + x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true + documentProcessingJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJob' + description: The document processing jobs running on this site. + x-ms-navigationProperty: true drive: $ref: '#/components/schemas/microsoft.graph.drive' drives: @@ -20456,6 +20483,16 @@ components: $ref: '#/components/schemas/microsoft.graph.security.informationProtection' additionalProperties: type: object + microsoft.graph.userSolutionRoot: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSolutionRoot + type: object + properties: + workingTimeSchedule: + $ref: '#/components/schemas/microsoft.graph.workingTimeSchedule' + additionalProperties: + type: object microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20464,11 +20501,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -20807,7 +20844,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -21767,6 +21804,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.nativeAuthenticationApisEnabled: + title: nativeAuthenticationApisEnabled + enum: + - none + - all + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.onPremisesPublishing: title: onPremisesPublishing type: object @@ -22854,6 +22900,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.strongAuthenticationRequirements: + title: strongAuthenticationRequirements + type: object + properties: + perUserMfaState: + $ref: '#/components/schemas/microsoft.graph.perUserMfaState' + additionalProperties: + type: object microsoft.graph.signInPreferences: title: signInPreferences type: object @@ -22886,22 +22940,16 @@ components: properties: aaGuid: type: string - description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' + description: 'Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true - description: The attestation certificate(s) attached to this security key. + description: The attestation certificate or certificates attached to this security key. attestationLevel: $ref: '#/components/schemas/microsoft.graph.attestationLevel' - 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 timestamp when this key was registered to the user. - format: date-time - nullable: true displayName: type: string description: The display name of the key as given by the user. @@ -22910,6 +22958,8 @@ components: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true + publicKeyCredential: + $ref: '#/components/schemas/microsoft.graph.webauthnPublicKeyCredential' additionalProperties: type: object microsoft.graph.authenticationMethod: @@ -22917,6 +22967,12 @@ components: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true additionalProperties: type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethod: @@ -22927,12 +22983,6 @@ components: properties: clientAppName: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName' - 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 that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - format: date-time - nullable: true deviceTag: type: string description: Tags containing app metadata. @@ -22985,11 +23035,6 @@ components: - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true creationDateTime: 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 @@ -23010,12 +23055,6 @@ components: - title: passwordAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z.' - format: date-time - nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' @@ -23044,12 +23083,6 @@ components: - title: platformCredentialAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Platform Credential Key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Platform Credential is registered. @@ -23080,12 +23113,6 @@ components: - title: temporaryAccessPassAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time when the Temporary Access Pass was created. - format: date-time - nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' @@ -23115,12 +23142,6 @@ components: - title: windowsHelloForBusinessAuthenticationMethod type: object properties: - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time that this Windows Hello for Business key was registered. - format: date-time - nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered @@ -23641,6 +23662,15 @@ components: description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. additionalProperties: type: object + microsoft.graph.cloudPcConnectionSetting: + title: cloudPcConnectionSetting + type: object + properties: + enableSingleSignOn: + type: boolean + description: Indicates whether single sign-on is enabled. The default value is false. + additionalProperties: + type: object microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -23658,6 +23688,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcHealthCheckItem' description: 'A list of failed health check items. If the status property is available, this property is empty.' + 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 last modified time for connectivity status of the Cloud PC. 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.' + format: date-time + nullable: true status: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectivityStatus' updatedDateTime: @@ -23734,6 +23770,8 @@ components: description: 'Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as ''2014-01-01T00:00:00Z''.' format: date-time nullable: true + statusDetail: + $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetail' statusDetails: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: @@ -23807,7 +23845,27 @@ components: - movingRegion - resizePendingLicense - updatingSingleSignOn + - modifyingSingleSignOn type: string + microsoft.graph.cloudPcStatusDetail: + title: cloudPcStatusDetail + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: 'More information about the Cloud PC status. For example, ''additionalInformation'': [''{''@odata.type'': ''microsoft.graph.keyValuePair'',''name'': ''retriable'',''value'': true }] ''' + code: + type: string + description: 'The error/warning code associated with the Cloud PC status. Example: ''code'': ''internalServerError''.' + nullable: true + message: + type: string + description: 'The status message associated with error code. Example: ''message'': ''There was an internal server error. Please contact support xxx.''.' + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcStatusDetails: title: cloudPcStatusDetails type: object @@ -24541,6 +24599,36 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item creation. Read-only. + format: date-time + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + 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: Date and time of item last modification. Read-only. + format: date-time + nullable: true + modelType: + $ref: '#/components/schemas/microsoft.graph.contentModelType' + name: + type: string + description: The name of the contentModel. + nullable: true + additionalProperties: + type: object microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -24625,6 +24713,27 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.documentProcessingJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: documentProcessingJob + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + jobType: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobType' + listItemUniqueId: + type: string + description: 'The listItemUniqueId of the file, or folder to process. Use GET driveItem resource operation and read sharepointIds property to get listItemUniqueId.' + status: + $ref: '#/components/schemas/microsoft.graph.documentProcessingJobStatus' + additionalProperties: + type: object microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' @@ -27539,8 +27648,7 @@ components: allowedPresenters: $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' allowLiveShare: - type: boolean - nullable: true + $ref: '#/components/schemas/microsoft.graph.meetingLiveShareOptions' allowMeetingChat: $ref: '#/components/schemas/microsoft.graph.meetingChatMode' allowParticipantsToChangeName: @@ -27742,10 +27850,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this recording. Read-only. - nullable: true recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. @@ -27839,10 +27943,6 @@ components: nullable: true meetingOrganizer: $ref: '#/components/schemas/microsoft.graph.identitySet' - meetingOrganizerId: - type: string - description: The unique identifier of the organizer of the onlineMeeting related to this transcript. Read-only. - nullable: true metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. @@ -28935,6 +29035,13 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.workingTimeSchedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workingTimeSchedule + type: object + additionalProperties: + type: object microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -29034,22 +29141,13 @@ components: description: Display name for this policy. Required. additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -29872,6 +29970,14 @@ components: description: 'The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable.' additionalProperties: type: object + microsoft.graph.perUserMfaState: + title: perUserMfaState + enum: + - disabled + - enforced + - enabled + - unknownFutureValue + type: string microsoft.graph.userDefaultAuthenticationMethodType: title: userDefaultAuthenticationMethodType enum: @@ -29890,6 +29996,20 @@ components: - notAttested - unknownFutureValue type: string + microsoft.graph.webauthnPublicKeyCredential: + title: webauthnPublicKeyCredential + type: object + properties: + clientExtensionResults: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs' + id: + type: string + description: The credential ID created by the WebAuthn Authenticator. + nullable: true + response: + $ref: '#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse' + additionalProperties: + type: object microsoft.graph.microsoftAuthenticatorAuthenticationMethodClientAppName: title: microsoftAuthenticatorAuthenticationMethodClientAppName enum: @@ -31678,6 +31798,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.contentModelType: + title: contentModelType + enum: + - teachingMethod + - layoutMethod + - freeformSelectionMethod + - prebuiltContractModel + - prebuiltInvoiceModel + - prebuiltReceiptModel + - unknownFutureValue + type: string microsoft.graph.documentSet: title: documentSet type: object @@ -31761,6 +31892,21 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentProcessingJobType: + title: documentProcessingJobType + enum: + - file + - folder + - unknownFutureValue + type: string + microsoft.graph.documentProcessingJobStatus: + title: documentProcessingJobStatus + enum: + - inProgress + - completed + - failed + - unknownFutureValue + type: string microsoft.graph.publicError: title: publicError type: object @@ -33930,6 +34076,13 @@ components: - organizer - unknownFutureValue type: string + microsoft.graph.meetingLiveShareOptions: + title: meetingLiveShareOptions + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.meetingChatMode: title: meetingChatMode enum: @@ -34121,7 +34274,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' registrantId: type: string - description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. + description: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. (deprecated) nullable: true role: type: string @@ -34819,6 +34972,12 @@ components: type: string description: The role the position entailed. nullable: true + secondaryJobTitle: + type: string + nullable: true + secondaryRole: + type: string + nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string @@ -34837,6 +34996,10 @@ components: properties: address: $ref: '#/components/schemas/microsoft.graph.physicalAddress' + companyCode: + type: string + description: 'Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation.' + nullable: true department: type: string description: Department Name within a company. @@ -34852,6 +35015,9 @@ components: type: string description: Pronunciation guide for the company name. nullable: true + secondaryDepartment: + type: string + nullable: true webUrl: type: string description: Link to the company home page. @@ -34982,6 +35148,8 @@ components: nullable: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + settings: + $ref: '#/components/schemas/microsoft.graph.virtualEventSettings' startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: @@ -35089,50 +35257,20 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - certificateBasedApplicationConfigurationIds: + keyCredentials: type: array items: - type: string - nullable: true - description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' - format: duration - nullable: 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 - description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.customClaimConfiguration: @@ -35239,7 +35377,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of 1 month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -35967,6 +36105,24 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' additionalProperties: type: object + microsoft.graph.webauthnAuthenticationExtensionsClientOutputs: + title: webauthnAuthenticationExtensionsClientOutputs + type: object + additionalProperties: + type: object + microsoft.graph.webauthnAuthenticatorAttestationResponse: + title: webauthnAuthenticatorAttestationResponse + type: object + properties: + attestationObject: + type: string + description: 'Base64URL encoded, cryptographically protected attestation about the WebAuthn Authenticator.' + nullable: true + clientDataJSON: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.attendeeType: title: attendeeType enum: @@ -38158,6 +38314,16 @@ components: $ref: '#/components/schemas/microsoft.graph.identity' additionalProperties: type: object + microsoft.graph.virtualEventSettings: + title: virtualEventSettings + type: object + properties: + isAttendeeEmailNotificationEnabled: + type: boolean + description: Indicates whether virtual event attendees receive email notifications. + nullable: true + additionalProperties: + type: object microsoft.graph.virtualEventStatus: title: virtualEventStatus enum: @@ -38272,23 +38438,56 @@ components: - rejectedByOrganizer - unknownFutureValue type: string - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - trustedCertificateAuthority - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + certificateBasedApplicationConfigurationIds: + type: array + items: + type: string + nullable: true + description: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + state: + $ref: '#/components/schemas/microsoft.graph.appManagementRestrictionState' + additionalProperties: + type: object microsoft.graph.customClaimAttributeBase: title: customClaimAttributeBase type: object @@ -40423,6 +40622,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - trustedCertificateAuthority + - unknownFutureValue + type: string + microsoft.graph.appManagementRestrictionState: + title: appManagementRestrictionState + enum: + - enabled + - disabled + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.transformationAttribute: title: transformationAttribute type: object diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index 6869f2ff51..fc25969c11 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -6835,11 +6835,11 @@ paths: get: tags: - admin.adminWindows - summary: Get operationalInsightsConnection - description: Read the properties and relationships of an operationalInsightsConnection object. + summary: Get resourceConnection + description: Read the properties and relationships of a resourceConnection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta operationId: admin.window.update_GetResourceConnection parameters: - name: resourceConnection-id @@ -7119,11 +7119,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete updatableAssetGroup - description: 'Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.' + summary: Delete updatableAsset + description: Delete an updatableAsset object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta operationId: admin.window.update_DeleteUpdatableAsset parameters: - name: updatableAsset-id diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 3bb7d70838..630a9f8072 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -275,7 +275,11 @@ paths: delete: tags: - applications.appManagementPolicy - summary: Delete ref of navigation property appManagementPolicies for applications + summary: Remove appliesTo + description: 'Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0 operationId: application.appManagementPolicy_DeleteAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -371,7 +375,11 @@ paths: post: tags: - applications.appManagementPolicy - summary: Create new navigation property ref to appManagementPolicies for applications + summary: Assign appliesTo + description: Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0 operationId: application_CreateAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -393,7 +401,11 @@ paths: delete: tags: - applications.appManagementPolicy - summary: Delete ref of navigation property appManagementPolicies for applications + summary: Remove appliesTo + description: 'Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0 operationId: application_DeleteAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -474,8 +486,11 @@ paths: get: tags: - applications.extensionProperty - summary: Get extensionProperties from applications - description: 'Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).' + summary: List extensionProperties (directory extensions) + description: 'Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0 operationId: application_ListExtensionProperty parameters: - name: application-id @@ -533,7 +548,11 @@ paths: post: tags: - applications.extensionProperty - summary: Create new navigation property to extensionProperties for applications + summary: Create extensionProperty (directory extension) + description: 'Create a new directory extension definition, represented by an extensionProperty object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0 operationId: application_CreateExtensionProperty parameters: - name: application-id @@ -565,8 +584,11 @@ paths: get: tags: - applications.extensionProperty - summary: Get extensionProperties from applications - description: 'Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).' + summary: Get extensionProperty (directory extension) + description: Read a directory extension definition represented by an extensionProperty object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0 operationId: application_GetExtensionProperty parameters: - name: application-id @@ -657,7 +679,11 @@ paths: delete: tags: - applications.extensionProperty - summary: Delete navigation property extensionProperties for applications + summary: Delete extensionProperty (directory extension) + description: Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD). + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0 operationId: application_DeleteExtensionProperty parameters: - name: application-id @@ -714,8 +740,11 @@ paths: get: tags: - applications.federatedIdentityCredential - summary: Get federatedIdentityCredentials from applications - description: 'Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).' + summary: List federatedIdentityCredentials + description: Get a list of the federatedIdentityCredential objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 operationId: application_ListFederatedIdentityCredential parameters: - name: application-id @@ -773,7 +802,11 @@ paths: post: tags: - applications.federatedIdentityCredential - summary: Create new navigation property to federatedIdentityCredentials for applications + summary: Create federatedIdentityCredential + description: 'Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0 operationId: application_CreateFederatedIdentityCredential parameters: - name: application-id @@ -805,8 +838,11 @@ paths: get: tags: - applications.federatedIdentityCredential - summary: Get federatedIdentityCredentials from applications - description: 'Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).' + summary: Get federatedIdentityCredential + description: Read the properties and relationships of a federatedIdentityCredential object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 operationId: application_GetFederatedIdentityCredential parameters: - name: application-id @@ -858,7 +894,11 @@ paths: patch: tags: - applications.federatedIdentityCredential - summary: Update the navigation property federatedIdentityCredentials in applications + summary: Upsert federatedIdentityCredential + description: 'Create a new federatedIdentityCredential object for an application if it doesn''t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0 operationId: application_UpdateFederatedIdentityCredential parameters: - name: application-id @@ -897,7 +937,11 @@ paths: delete: tags: - applications.federatedIdentityCredential - summary: Delete navigation property federatedIdentityCredentials for applications + summary: Delete federatedIdentityCredential + description: Delete a federatedIdentityCredential object from an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0 operationId: application_DeleteFederatedIdentityCredential parameters: - name: application-id @@ -932,8 +976,11 @@ paths: get: tags: - applications.federatedIdentityCredential - summary: Get federatedIdentityCredentials from applications - description: 'Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).' + summary: Get federatedIdentityCredential + description: Read the properties and relationships of a federatedIdentityCredential object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 operationId: application.federatedIdentityCredential_GetGraphBPreName parameters: - name: application-id @@ -984,7 +1031,11 @@ paths: patch: tags: - applications.federatedIdentityCredential - summary: Update the navigation property federatedIdentityCredentials in applications + summary: Upsert federatedIdentityCredential + description: 'Create a new federatedIdentityCredential object for an application if it doesn''t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0 operationId: application.federatedIdentityCredential_UpdateGraphBPreName parameters: - name: application-id @@ -1022,7 +1073,11 @@ paths: delete: tags: - applications.federatedIdentityCredential - summary: Delete navigation property federatedIdentityCredentials for applications + summary: Delete federatedIdentityCredential + description: Delete a federatedIdentityCredential object from an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0 operationId: application.federatedIdentityCredential_DeleteGraphBPreName parameters: - name: application-id @@ -1234,7 +1289,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - applications.application @@ -1263,7 +1317,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - applications.application + summary: Delete logo for application in applications + description: The main logo for the application. Not nullable. + operationId: application_DeleteLogo + parameters: + - name: application-id + in: path + description: The unique identifier of application + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: application + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/applications/{application-id}/microsoft.graph.addKey': post: tags: @@ -1463,7 +1542,7 @@ paths: tags: - applications.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 @@ -1745,8 +1824,11 @@ paths: get: tags: - applications.directoryObject - summary: Get owners from applications - description: 'Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + summary: List owners + description: Retrieve a list of owners for an application that are directoryObject objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 operationId: application_ListOwner parameters: - name: application-id @@ -1815,7 +1897,11 @@ paths: delete: tags: - applications.directoryObject - summary: Delete ref of navigation property owners for applications + summary: Remove application owner + description: 'Remove an owner from an application. As a recommended best practice, apps should have at least two owners.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0 operationId: application.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: application-id @@ -1901,7 +1987,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -1963,7 +2049,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -2025,7 +2111,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -2087,7 +2173,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -2130,8 +2216,11 @@ paths: get: tags: - applications.directoryObject - summary: Get ref of owners from applications - description: 'Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + summary: List owners + description: Retrieve a list of owners for an application that are directoryObject objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 operationId: application_ListOwnerGraphBPreRef parameters: - name: application-id @@ -2179,7 +2268,11 @@ paths: post: tags: - applications.directoryObject - summary: Create new navigation property ref to owners for applications + summary: Add owner + description: Add an owner to an application by posting to the owners collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0 operationId: application_CreateOwnerGraphBPreRef parameters: - name: application-id @@ -2201,7 +2294,11 @@ paths: delete: tags: - applications.directoryObject - summary: Delete ref of navigation property owners for applications + summary: Remove application owner + description: 'Remove an owner from an application. As a recommended best practice, apps should have at least two owners.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0 operationId: application_DeleteOwnerGraphBPreRef parameters: - name: application-id @@ -3085,6 +3182,7 @@ paths: tags: - applications.synchronization summary: Get media content for the navigation property bulkUpload from applications + description: The bulk upload operation for the job. operationId: application.synchronization.job_GetBulkUploadContent parameters: - name: application-id @@ -3113,11 +3211,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - applications.synchronization summary: Update media content for the navigation property bulkUpload in applications + description: The bulk upload operation for the job. operationId: application.synchronization.job_SetBulkUploadContent parameters: - name: application-id @@ -3149,7 +3247,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - applications.synchronization + summary: Delete media content for the navigation property bulkUpload in applications + description: The bulk upload operation for the job. + operationId: application.synchronization.job_DeleteBulkUploadContent + parameters: + - name: application-id + in: path + description: The unique identifier of application + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: application + - name: synchronizationJob-id + in: path + description: The unique identifier of synchronizationJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: synchronizationJob + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.pause': post: tags: @@ -4376,7 +4507,11 @@ paths: patch: tags: - applications.synchronization - summary: Update the navigation property templates in applications + summary: Update synchronizationTemplate + description: Update (override) the synchronization template associated with a given application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0 operationId: application.synchronization_UpdateTemplate parameters: - name: application-id @@ -5158,7 +5293,11 @@ paths: get: tags: - applications.tokenIssuancePolicy - summary: Get tokenIssuancePolicies from applications + summary: List assigned tokenIssuancePolicies + description: List the tokenIssuancePolicy objects that are assigned to an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0 operationId: application_ListTokenIssuancePolicy parameters: - name: application-id @@ -5217,7 +5356,11 @@ paths: delete: tags: - applications.tokenIssuancePolicy - summary: Delete ref of navigation property tokenIssuancePolicies for applications + summary: Remove tokenIssuancePolicy + description: Remove a tokenIssuancePolicy from an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0 operationId: application.tokenIssuancePolicy_DeleteTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5274,7 +5417,11 @@ paths: get: tags: - applications.tokenIssuancePolicy - summary: Get ref of tokenIssuancePolicies from applications + summary: List assigned tokenIssuancePolicies + description: List the tokenIssuancePolicy objects that are assigned to an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0 operationId: application_ListTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5312,7 +5459,11 @@ paths: post: tags: - applications.tokenIssuancePolicy - summary: Create new navigation property ref to tokenIssuancePolicies for applications + summary: Assign tokenIssuancePolicy + description: Assign a tokenIssuancePolicy to an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0 operationId: application_CreateTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5334,7 +5485,11 @@ paths: delete: tags: - applications.tokenIssuancePolicy - summary: Delete ref of navigation property tokenIssuancePolicies for applications + summary: Remove tokenIssuancePolicy + description: Remove a tokenIssuancePolicy from an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0 operationId: application_DeleteTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5369,7 +5524,11 @@ paths: get: tags: - applications.tokenLifetimePolicy - summary: Get tokenLifetimePolicies from applications + summary: List assigned tokenLifetimePolicies + description: List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0 operationId: application_ListTokenLifetimePolicy parameters: - name: application-id @@ -5428,7 +5587,11 @@ paths: delete: tags: - applications.tokenLifetimePolicy - summary: Delete ref of navigation property tokenLifetimePolicies for applications + summary: Remove tokenLifetimePolicy + description: Remove a tokenLifetimePolicy from an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0 operationId: application.tokenLifetimePolicy_DeleteTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5485,7 +5648,11 @@ paths: get: tags: - applications.tokenLifetimePolicy - summary: Get ref of tokenLifetimePolicies from applications + summary: List assigned tokenLifetimePolicies + description: List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0 operationId: application_ListTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5523,7 +5690,11 @@ paths: post: tags: - applications.tokenLifetimePolicy - summary: Create new navigation property ref to tokenLifetimePolicies for applications + summary: Assign tokenLifetimePolicy + description: Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0 operationId: application_CreateTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5545,7 +5716,11 @@ paths: delete: tags: - applications.tokenLifetimePolicy - summary: Delete ref of navigation property tokenLifetimePolicies for applications + summary: Remove tokenLifetimePolicy + description: Remove a tokenLifetimePolicy from an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0 operationId: application_DeleteTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -6206,8 +6381,11 @@ paths: get: tags: - groups.appRoleAssignment - summary: Get appRoleAssignments from groups - description: Represents the app roles a group has been granted for an application. Supports $expand. + summary: List appRoleAssignments granted to a group + description: Retrieve the list of appRoleAssignment that have been granted to a group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0 operationId: group_ListAppRoleAssignment parameters: - name: group-id @@ -6275,7 +6453,11 @@ paths: post: tags: - groups.appRoleAssignment - summary: Create new navigation property to appRoleAssignments for groups + summary: Grant an appRoleAssignment to a group + description: 'Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0 operationId: group_CreateAppRoleAssignment parameters: - name: group-id @@ -6308,7 +6490,7 @@ paths: tags: - groups.appRoleAssignment summary: Get appRoleAssignments from groups - description: Represents the app roles a group has been granted for an application. Supports $expand. + description: Represents the app roles granted to a group for an application. Supports $expand. operationId: group_GetAppRoleAssignment parameters: - name: group-id @@ -6409,7 +6591,11 @@ paths: delete: tags: - groups.appRoleAssignment - summary: Delete navigation property appRoleAssignments for groups + summary: Delete appRoleAssignment + description: Deletes an appRoleAssignment that a group has been granted. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0 operationId: group_DeleteAppRoleAssignment parameters: - name: group-id @@ -6817,8 +7003,11 @@ paths: get: tags: - servicePrincipals.appRoleAssignment - summary: Get appRoleAssignedTo from servicePrincipals - description: 'App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.' + summary: Get appRoleAssignment + description: Read the properties and relationships of an appRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0 operationId: servicePrincipal_ListAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -6876,7 +7065,11 @@ paths: post: tags: - servicePrincipals.appRoleAssignment - summary: Create new navigation property to appRoleAssignedTo for servicePrincipals + summary: Grant an appRoleAssignment for a service principal + description: 'Assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0 operationId: servicePrincipal_CreateAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -6908,8 +7101,11 @@ paths: get: tags: - servicePrincipals.appRoleAssignment - summary: Get appRoleAssignedTo from servicePrincipals - description: 'App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.' + summary: Get appRoleAssignment + description: Read the properties and relationships of an appRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0 operationId: servicePrincipal_GetAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -7000,7 +7196,11 @@ paths: delete: tags: - servicePrincipals.appRoleAssignment - summary: Delete navigation property appRoleAssignedTo for servicePrincipals + summary: Delete appRoleAssignedTo + description: 'Deletes an appRoleAssignment that a user, group, or client service principal has been granted for a resource service principal.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0 operationId: servicePrincipal_DeleteAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -7057,8 +7257,11 @@ paths: get: tags: - servicePrincipals.appRoleAssignment - summary: Get appRoleAssignments from servicePrincipals - description: 'App role assignment for another app or service, granted to this service principal. Supports $expand.' + summary: Get appRoleAssignment + description: Read the properties and relationships of an appRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0 operationId: servicePrincipal_ListAppRoleAssignment parameters: - name: servicePrincipal-id @@ -7126,7 +7329,11 @@ paths: post: tags: - servicePrincipals.appRoleAssignment - summary: Create new navigation property to appRoleAssignments for servicePrincipals + summary: Grant an appRoleAssignment to a service principal + description: 'Assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0 operationId: servicePrincipal_CreateAppRoleAssignment parameters: - name: servicePrincipal-id @@ -7158,8 +7365,11 @@ paths: get: tags: - servicePrincipals.appRoleAssignment - summary: Get appRoleAssignments from servicePrincipals - description: 'App role assignment for another app or service, granted to this service principal. Supports $expand.' + summary: Get appRoleAssignment + description: Read the properties and relationships of an appRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0 operationId: servicePrincipal_GetAppRoleAssignment parameters: - name: servicePrincipal-id @@ -7178,16 +7388,6 @@ paths: schema: type: string x-ms-docs-key-type: appRoleAssignment - - name: ConsistencyLevel - in: header - description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' - style: simple - schema: - type: string - examples: - example-1: - description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. - value: eventual - name: $select in: query description: Select properties to be returned @@ -7260,7 +7460,11 @@ paths: delete: tags: - servicePrincipals.appRoleAssignment - summary: Delete navigation property appRoleAssignments for servicePrincipals + summary: Delete appRoleAssignment + description: Deletes an appRoleAssignment that a service principal has been granted. App roles which are assigned to service principals are also known as application permissions. Deleting an app role assignment for a service principal is equivalent to revoking the app-only permission grant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0 operationId: servicePrincipal_DeleteAppRoleAssignment parameters: - name: servicePrincipal-id @@ -7327,8 +7531,11 @@ paths: get: tags: - servicePrincipals.claimsMappingPolicy - summary: Get claimsMappingPolicies from servicePrincipals - description: The claimsMappingPolicies assigned to this service principal. Supports $expand. + summary: List assigned claimsMappingPolicy + description: List the claimsMappingPolicy objects that are assigned to a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipal_ListClaimsMappingPolicy parameters: - name: servicePrincipal-id @@ -7387,7 +7594,11 @@ paths: delete: tags: - servicePrincipals.claimsMappingPolicy - summary: Delete ref of navigation property claimsMappingPolicies for servicePrincipals + summary: Remove claimsMappingPolicy + description: Remove a claimsMappingPolicy from a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipal.claimsMappingPolicy_DeleteClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -7444,8 +7655,11 @@ paths: get: tags: - servicePrincipals.claimsMappingPolicy - summary: Get ref of claimsMappingPolicies from servicePrincipals - description: The claimsMappingPolicies assigned to this service principal. Supports $expand. + summary: List assigned claimsMappingPolicy + description: List the claimsMappingPolicy objects that are assigned to a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipal_ListClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -7483,7 +7697,11 @@ paths: post: tags: - servicePrincipals.claimsMappingPolicy - summary: Create new navigation property ref to claimsMappingPolicies for servicePrincipals + summary: Assign claimsMappingPolicy + description: Assign a claimsMappingPolicy to a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipal_CreateClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -7505,7 +7723,11 @@ paths: delete: tags: - servicePrincipals.claimsMappingPolicy - summary: Delete ref of navigation property claimsMappingPolicies for servicePrincipals + summary: Remove claimsMappingPolicy + description: Remove a claimsMappingPolicy from a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipal_DeleteClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -7695,7 +7917,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -7808,7 +8030,11 @@ paths: get: tags: - servicePrincipals.delegatedPermissionClassification - summary: Get delegatedPermissionClassifications from servicePrincipals + summary: List delegatedPermissionClassifications collection of servicePrincipal + description: Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0 operationId: servicePrincipal_ListDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -7866,7 +8092,11 @@ paths: post: tags: - servicePrincipals.delegatedPermissionClassification - summary: Create new navigation property to delegatedPermissionClassifications for servicePrincipals + summary: Create delegatedPermissionClassification + description: Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0 operationId: servicePrincipal_CreateDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -7989,7 +8219,11 @@ paths: delete: tags: - servicePrincipals.delegatedPermissionClassification - summary: Delete navigation property delegatedPermissionClassifications for servicePrincipals + summary: Delete delegatedPermissionClassification + description: Deletes a delegatedPermissionClassification which had previously been set for a delegated permission. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0 operationId: servicePrincipal_DeleteDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -8648,8 +8882,11 @@ paths: get: tags: - servicePrincipals.homeRealmDiscoveryPolicy - summary: Get homeRealmDiscoveryPolicies from servicePrincipals - description: The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand. + summary: List assigned homeRealmDiscoveryPolicy + description: List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipal_ListHomeRealmDiscoveryPolicy parameters: - name: servicePrincipal-id @@ -8708,7 +8945,11 @@ paths: delete: tags: - servicePrincipals.homeRealmDiscoveryPolicy - summary: Delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals + summary: Remove homeRealmDiscoveryPolicy + description: Remove a homeRealmDiscoveryPolicy from a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipal.homeRealmDiscoveryPolicy_DeleteHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -8765,8 +9006,11 @@ paths: get: tags: - servicePrincipals.homeRealmDiscoveryPolicy - summary: Get ref of homeRealmDiscoveryPolicies from servicePrincipals - description: The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand. + summary: List assigned homeRealmDiscoveryPolicy + description: List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipal_ListHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -8804,7 +9048,11 @@ paths: post: tags: - servicePrincipals.homeRealmDiscoveryPolicy - summary: Create new navigation property ref to homeRealmDiscoveryPolicies for servicePrincipals + summary: Assign homeRealmDiscoveryPolicy + description: Assign a homeRealmDiscoveryPolicy to a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipal_CreateHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -8826,7 +9074,11 @@ paths: delete: tags: - servicePrincipals.homeRealmDiscoveryPolicy - summary: Delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals + summary: Remove homeRealmDiscoveryPolicy + description: Remove a homeRealmDiscoveryPolicy from a servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipal_DeleteHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -8861,8 +9113,11 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: Get memberOf from servicePrincipals - description: 'Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.' + summary: List servicePrincipal memberOf + description: Get the groups and directory roles that this servicePrincipal is a direct member of. This operation is not transitive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0 operationId: servicePrincipal_ListMemberGraphOPre parameters: - name: servicePrincipal-id @@ -9046,7 +9301,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -9108,7 +9363,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -9170,7 +9425,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -9755,7 +10010,7 @@ paths: tags: - servicePrincipals.Actions summary: Invoke action getMemberGroups - description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' + description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 @@ -9975,8 +10230,11 @@ paths: get: tags: - servicePrincipals.oAuth2PermissionGrant - summary: Get oauth2PermissionGrants from servicePrincipals - description: Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable. + summary: List oauth2PermissionGrants granted to a service principal + description: 'Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0 operationId: servicePrincipal_ListOauth2PermissionGrant parameters: - name: servicePrincipal-id @@ -10266,7 +10524,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10318,7 +10576,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10370,7 +10628,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10422,7 +10680,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10474,7 +10732,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -10907,8 +11165,11 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: Get owners from servicePrincipals - 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, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + summary: 'servicePrincipals: List owners' + description: Retrieve a list of owners of the servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 operationId: servicePrincipal_ListOwner parameters: - name: servicePrincipal-id @@ -10977,7 +11238,11 @@ paths: delete: tags: - servicePrincipals.directoryObject - summary: Delete ref of navigation property owners for servicePrincipals + summary: Remove service principal owner + description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 operationId: servicePrincipal.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: servicePrincipal-id @@ -11063,7 +11328,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -11125,7 +11390,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -11187,7 +11452,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -11249,7 +11514,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -11292,8 +11557,11 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: Get ref of owners from servicePrincipals - 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, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' + summary: 'servicePrincipals: List owners' + description: Retrieve a list of owners of the servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 operationId: servicePrincipal_ListOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -11341,7 +11609,11 @@ paths: post: tags: - servicePrincipals.directoryObject - summary: Create new navigation property ref to owners for servicePrincipals + summary: 'servicePrincipal: Add owner' + description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 operationId: servicePrincipal_CreateOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -11363,7 +11635,11 @@ paths: delete: tags: - servicePrincipals.directoryObject - summary: Delete ref of navigation property owners for servicePrincipals + summary: Remove service principal owner + description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 operationId: servicePrincipal_DeleteOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -11798,8 +12074,11 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Get remoteDesktopSecurityConfiguration from servicePrincipals - description: The remoteDesktopSecurityConfiguration object applied to this service principal. Supports $filter (eq) for isRemoteDesktopProtocolEnabled property. + summary: Get remoteDesktopSecurityConfiguration + description: Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal. Use this configuration to view the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. Additionally you can view any targetDeviceGroups that have been configured for SSO. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0 operationId: servicePrincipal_GetRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -11843,7 +12122,11 @@ paths: patch: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Update the navigation property remoteDesktopSecurityConfiguration in servicePrincipals + summary: Update remoteDesktopSecurityConfiguration + description: Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal. Use this configuration to enable or disable the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0 operationId: servicePrincipal_UpdateRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -11874,7 +12157,11 @@ paths: delete: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Delete navigation property remoteDesktopSecurityConfiguration for servicePrincipals + summary: Delete remoteDesktopSecurityConfiguration + description: 'Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal. Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disables the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices, and removes any target device groups that you configured for SSO.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0 operationId: servicePrincipal_DeleteRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -11901,8 +12188,11 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Get targetDeviceGroups from servicePrincipals - description: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. + summary: List targetDeviceGroups + description: Get a list of the targetDeviceGroup objects and their properties on the remoteDesktopSecurityConfiguration resource on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that belongs to the targetDeviceGroup will get SSO. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0 operationId: servicePrincipal.remoteDesktopSecurityConfiguration_ListTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -11960,7 +12250,11 @@ paths: post: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Create new navigation property to targetDeviceGroups for servicePrincipals + summary: Create targetDeviceGroup + description: Create a new targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0 operationId: servicePrincipal.remoteDesktopSecurityConfiguration_CreateTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -11992,8 +12286,11 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Get targetDeviceGroups from servicePrincipals - description: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. + summary: Get targetDeviceGroup + description: Read the properties and relationships of a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0 operationId: servicePrincipal.remoteDesktopSecurityConfiguration_GetTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -12045,7 +12342,11 @@ paths: patch: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Update the navigation property targetDeviceGroups in servicePrincipals + summary: Update targetDeviceGroup + description: Update the properties of a targetDeviceGroup object for remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0 operationId: servicePrincipal.remoteDesktopSecurityConfiguration_UpdateTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -12084,7 +12385,11 @@ paths: delete: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - summary: Delete navigation property targetDeviceGroups for servicePrincipals + summary: Delete targetDeviceGroup + description: Delete a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that's in the removed targetDeviceGroup doesn't get SSO prompts. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0 operationId: servicePrincipal.remoteDesktopSecurityConfiguration_DeleteTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -12244,8 +12549,11 @@ paths: get: tags: - servicePrincipals.synchronization - summary: Get jobs from servicePrincipals - description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' + summary: List synchronization jobs + description: List existing jobs for a given application instance (service principal). + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0 operationId: servicePrincipal.synchronization_ListJob parameters: - name: servicePrincipal-id @@ -12303,7 +12611,11 @@ paths: post: tags: - servicePrincipals.synchronization - summary: Create new navigation property to jobs for servicePrincipals + summary: Create synchronizationJob + description: Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0 operationId: servicePrincipal.synchronization_CreateJob parameters: - name: servicePrincipal-id @@ -12335,8 +12647,11 @@ paths: get: tags: - servicePrincipals.synchronization - summary: Get jobs from servicePrincipals - description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' + summary: Get synchronizationJob + description: Retrieve the existing synchronization job and its properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0 operationId: servicePrincipal.synchronization_GetJob parameters: - name: servicePrincipal-id @@ -12427,7 +12742,11 @@ paths: delete: tags: - servicePrincipals.synchronization - summary: Delete navigation property jobs for servicePrincipals + summary: Delete synchronizationJob + description: 'Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0 operationId: servicePrincipal.synchronization_DeleteJob parameters: - name: servicePrincipal-id @@ -12590,6 +12909,7 @@ paths: tags: - servicePrincipals.synchronization summary: Get media content for the navigation property bulkUpload from servicePrincipals + description: The bulk upload operation for the job. operationId: servicePrincipal.synchronization.job_GetBulkUploadContent parameters: - name: servicePrincipal-id @@ -12618,11 +12938,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - servicePrincipals.synchronization summary: Update media content for the navigation property bulkUpload in servicePrincipals + description: The bulk upload operation for the job. operationId: servicePrincipal.synchronization.job_SetBulkUploadContent parameters: - name: servicePrincipal-id @@ -12654,7 +12974,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - servicePrincipals.synchronization + summary: Delete media content for the navigation property bulkUpload in servicePrincipals + description: The bulk upload operation for the job. + operationId: servicePrincipal.synchronization.job_DeleteBulkUploadContent + parameters: + - name: servicePrincipal-id + in: path + description: The unique identifier of servicePrincipal + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: synchronizationJob-id + in: path + description: The unique identifier of synchronizationJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: synchronizationJob + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/microsoft.graph.pause': post: tags: @@ -12878,8 +13231,11 @@ paths: get: tags: - servicePrincipals.synchronization - summary: Get schema from servicePrincipals - description: The synchronization schema configured for the job. + summary: Get synchronizationSchema + description: Retrieve the schema for a given synchronization job or template. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0 operationId: servicePrincipal.synchronization.job_GetSchema parameters: - name: servicePrincipal-id @@ -12931,7 +13287,11 @@ paths: patch: tags: - servicePrincipals.synchronization - summary: Update the navigation property schema in servicePrincipals + summary: Update synchronizationSchema + description: 'Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0 operationId: servicePrincipal.synchronization.job_UpdateSchema parameters: - name: servicePrincipal-id @@ -13670,7 +14030,11 @@ paths: put: tags: - servicePrincipals.synchronization - summary: Update property secrets value. + summary: Add synchronization secrets + description: Provide credentials for establishing connectivity with the target system. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0 operationId: servicePrincipal.synchronization_SetSecret parameters: - name: servicePrincipal-id @@ -13737,8 +14101,11 @@ paths: get: tags: - servicePrincipals.synchronization - summary: Get templates from servicePrincipals - description: Preconfigured synchronization settings for a particular application. + summary: List existing synchronization templates + description: List the synchronization templates associated with a given application or service principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0 operationId: servicePrincipal.synchronization_ListTemplate parameters: - name: servicePrincipal-id @@ -14799,8 +15166,11 @@ paths: get: tags: - servicePrincipals.tokenLifetimePolicy - summary: Get tokenLifetimePolicies from servicePrincipals - description: The tokenLifetimePolicies assigned to this service principal. + summary: List assigned tokenLifetimePolicies + description: List the tokenLifetimePolicy objects that are assigned to a servicePrincipal. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to a service principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0 operationId: servicePrincipal_ListTokenLifetimePolicy parameters: - name: servicePrincipal-id @@ -14935,7 +15305,11 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: Get transitiveMemberOf from servicePrincipals + summary: List servicePrincipal transitive memberOf + description: Get the groups and directory roles that this servicePrincipal is a member of. This operation is transitive and will include all groups that this service principal is a nested member of. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0 operationId: servicePrincipal_ListTransitiveMemberGraphOPre parameters: - name: servicePrincipal-id @@ -15118,7 +15492,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -15180,7 +15554,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -15242,7 +15616,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -15937,8 +16311,11 @@ paths: get: tags: - users.appRoleAssignment - summary: Get appRoleAssignments from users - description: Represents the app roles a user has been granted for an application. Supports $expand. + summary: List appRoleAssignments granted to a user + description: Retrieve the list of appRoleAssignments that are currently granted to a user. This operation also returns app role assignments granted to groups that the user is a direct member of. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0 operationId: user_ListAppRoleAssignment parameters: - name: user-id @@ -16006,7 +16383,11 @@ paths: post: tags: - users.appRoleAssignment - summary: Create new navigation property to appRoleAssignments for users + summary: Grant an appRoleAssignment to a user + description: 'Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0 operationId: user_CreateAppRoleAssignment parameters: - name: user-id @@ -16039,7 +16420,7 @@ paths: tags: - users.appRoleAssignment summary: Get appRoleAssignments from users - description: Represents the app roles a user has been granted for an application. Supports $expand. + description: Represents the app roles a user is granted for an application. Supports $expand. operationId: user_GetAppRoleAssignment parameters: - name: user-id @@ -16140,7 +16521,11 @@ paths: delete: tags: - users.appRoleAssignment - summary: Delete navigation property appRoleAssignments for users + summary: Delete appRoleAssignment + description: Delete an appRoleAssignment that has been granted to a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0 operationId: user_DeleteAppRoleAssignment parameters: - name: user-id @@ -16282,6 +16667,8 @@ components: type: string description: The main logo for the application. Not nullable. format: base64url + nativeAuthenticationApisEnabled: + $ref: '#/components/schemas/microsoft.graph.nativeAuthenticationApisEnabled' notes: type: string description: Notes relevant for the management of the application. @@ -16887,7 +17274,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn''t differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0).' + description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn''t differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0).' assignedPlans: type: array items: @@ -16904,32 +17291,32 @@ components: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although it is a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith).' + description: 'The telephone numbers for the user. NOTE: Although it''s a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith).' city: type: string description: 'The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true companyName: type: string - description: 'The name of the company that the user is associated with. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied and NotRequired. Refer to the legal age group property definitions for further information. Returned only on $select. Supports $filter (eq, ne, not, and in).' + description: 'Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in).' nullable: true country: type: string - description: 'The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The country/region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The date and time the user was created, in ISO 8601 format and UTC. The value cannot be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).' + description: 'The date and time the user was created, in ISO 8601 format and UTC. The value can''t be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).' format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in).' + description: 'Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in).' nullable: true customSecurityAttributes: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeValue' @@ -16945,7 +17332,7 @@ components: format: int32 displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and family name. This property is required when a user is created and it can''t be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search.' nullable: true employeeHireDate: 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])$' @@ -16960,7 +17347,7 @@ components: employeeLeaveDateTime: 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 when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader, or Global Administrator. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.' + description: 'The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.' format: date-time nullable: true employeeOrgData: @@ -16971,7 +17358,7 @@ components: nullable: true externalUserState: type: string - description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in).' + description: 'For a guest invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in).' nullable: true externalUserStateChangeDateTime: 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])$' @@ -16990,13 +17377,13 @@ components: hireDate: 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 hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.' + description: 'The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.' format: date-time identities: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It may contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.' + description: 'Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.' imAddresses: type: array items: @@ -17011,7 +17398,7 @@ components: description: A list for the user to describe their interests. Returned only on $select. isResourceAccount: type: boolean - description: Do not use – reserved for future use. + description: Don't use – reserved for future use. nullable: true jobTitle: type: string @@ -17025,13 +17412,13 @@ components: nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. Refer to the legal age group property definitions for further information. Returned only on $select.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Also indicates licenses that are directly assigned or the user has inherited through group memberships. Read-only. Returned only on $select. + description: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. Returned only on $select. mail: type: string description: 'The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user''s proxyAddresses collection to include the value as an SMTP address. This property can''t contain accent characters. NOTE: We don''t recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).' @@ -17066,7 +17453,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you''re using a federated domain for the user''s userPrincipalName (UPN) property. NOTE: The $ and _ characters can''t be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in)..' + description: 'This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you''re using a federated domain for the user''s userPrincipalName (UPN) property. NOTE: The $ and _ characters can''t be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -17085,7 +17472,7 @@ components: nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean @@ -17099,10 +17486,10 @@ 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. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).' + description: 'A list of other email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. NOTE: This property can''t contain accent characters. Returned only on $select. 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. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).' + 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 might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' @@ -17122,7 +17509,7 @@ components: nullable: true preferredLanguage: type: string - description: 'The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: ''en-US'', or ''es-ES''. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values)' + description: 'The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: ''en-US'', or ''es-ES''. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values)' nullable: true preferredName: type: string @@ -17139,7 +17526,7 @@ components: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. Changes to the mail property update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address, while those addresses prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).' responsibilities: type: array items: @@ -17151,7 +17538,7 @@ components: items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. Returned only on $select. + description: A list for the user to enumerate the schools they attended. Returned only on $select. securityIdentifier: type: string description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).' @@ -17160,7 +17547,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).' + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' showInAddressList: type: boolean description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. @@ -17170,7 +17557,7 @@ components: signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select.' + description: 'Any refresh tokens or session tokens (session cookies) issued before this time are invalid. Applications get an error when using an invalid refresh or session token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select.' format: date-time nullable: true skills: @@ -17185,7 +17572,7 @@ components: nullable: true streetAddress: type: string - description: 'The street address of the user''s place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The street address of the user''s place of business. Maximum length is 1,024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true surname: type: string @@ -17193,15 +17580,15 @@ components: nullable: true usageLocation: type: string - description: 'A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true userPrincipalName: type: string - description: 'The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this should map to the user''s email name. The general format is alias@domain, where the domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can''t contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, '' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby.' + description: 'The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this value should map to the user''s email name. The general format is alias@domain, where the domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can''t contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, '' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby.' nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Microsoft Entra ID?' + description: 'A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID?' nullable: true activities: type: array @@ -17219,7 +17606,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' - description: Represents the app roles a user has been granted for an application. Supports $expand. + description: Represents the app roles a user is granted for an application. Supports $expand. x-ms-navigationProperty: true authentication: $ref: '#/components/schemas/microsoft.graph.authentication' @@ -17310,7 +17697,7 @@ components: inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' insights: - $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' + $ref: '#/components/schemas/microsoft.graph.itemInsights' joinedTeams: type: array items: @@ -17373,13 +17760,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Devices that are owned by the user. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + description: 'Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true ownedObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Directory objects that are owned by the user. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + description: 'Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true people: type: array @@ -17422,7 +17809,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The users and groups responsible for this guest user''s privileges in the tenant and keep the guest user''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' + description: 'The users and groups responsible for this guest''s privileges in the tenant and keeping the guest''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' x-ms-navigationProperty: true teamwork: $ref: '#/components/schemas/microsoft.graph.userTeamwork' @@ -17656,6 +18043,7 @@ components: description: true if value of this attribute should be treated as case-sensitive. This setting affects how the synchronization engine detects changes for the attribute. defaultValue: type: string + description: The default value of the attribute. nullable: true flowNullValues: type: boolean @@ -17808,7 +18196,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -17927,16 +18315,16 @@ components: description: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. autoSubscribeNewMembers: type: boolean - description: 'Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don''t set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true classification: type: string - description: 'Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).' + description: 'Describes a classification for the group (such as low, medium, or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' + description: 'Timestamp of when the group was created. The value can''t be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -17945,12 +18333,12 @@ components: nullable: true displayName: type: string - description: 'The display name for the group. This property is required when a group is created and cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' + description: 'The display name for the group. This property is required when a group is created and can''t be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Timestamp of when the group is set to expire. It is null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' + description: 'Timestamp of when the group is set to expire. It''s null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' format: date-time nullable: true groupTypes: @@ -17964,11 +18352,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isArchived: type: boolean @@ -17976,7 +18364,7 @@ components: nullable: true isAssignableToRole: type: boolean - description: 'Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).' + description: 'Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can''t be a dynamic group (that is, groupTypes can''t contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).' nullable: true isSubscribedByMail: type: boolean @@ -17994,7 +18382,7 @@ components: nullable: true mailNickname: type: string - description: 'The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following: @ () / [] '' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following characters: @ () / [] '' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true membershipRule: type: string @@ -18006,15 +18394,17 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Indicates the last time at which the group was synced with the on-premises directory.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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).' + description: 'Indicates the last time at which the group was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).' format: date-time nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -18027,15 +18417,15 @@ components: nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Returned by default. Supports $filter (eq including on null values). Read-only. + description: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Returned by default. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean - description: 'true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).' + description: 'true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).' nullable: true preferredDataLocation: type: string - description: 'The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator''s preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned one of the following Microsoft Entra roles: Global Administrator User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.' + description: 'The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator''s preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.' nullable: true preferredLanguage: type: string @@ -18049,7 +18439,7 @@ components: renewedDateTime: 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: 'Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' + description: 'Timestamp of when the group was last renewed. This value can''t be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' format: date-time nullable: true securityEnabled: @@ -18058,16 +18448,16 @@ components: nullable: true securityIdentifier: type: string - description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' + description: 'Security identifier of the group, used in Windows scenarios. Read-only. Returned by default.' nullable: true serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).' + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange, or Red. Returned by default.' nullable: true uniqueName: type: string @@ -18077,24 +18467,24 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true visibility: type: string - description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value is not specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' + description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' nullable: true acceptedSenders: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The list of users or groups allowed to create posts or calendar events in this group. If this list is non-empty, then only users or groups listed here are allowed to post.' + description: 'The list of users or groups allowed to create posts or calendar events in this group. If this list is nonempty, then only users or groups listed here are allowed to post.' x-ms-navigationProperty: true appRoleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' - description: Represents the app roles a group has been granted for an application. Supports $expand. + description: Represents the app roles granted to a group for an application. Supports $expand. x-ms-navigationProperty: true calendar: $ref: '#/components/schemas/microsoft.graph.calendar' @@ -18162,7 +18552,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).' + description: 'The owners of the group. Limited to 100 owners. Nullable. If this property isn''t specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).' x-ms-navigationProperty: true permissionGrants: type: array @@ -18189,7 +18579,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: 'Settings that can govern this group''s behavior, like whether members can invite guests to the group. Nullable.' x-ms-navigationProperty: true sites: type: array @@ -18225,38 +18615,47 @@ components: properties: customKeyIdentifier: type: string + description: Custom key identifier. format: base64url nullable: true displayName: type: string + description: The friendly name for the key. nullable: true endDateTime: 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 at which the credential expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true key: type: string + description: The value for the key credential. Should be a Base-64 encoded value. format: base64url nullable: true keyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string + description: The unique identifier (GUID) for the key. format: uuid nullable: true startDateTime: 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 at which the credential becomes valid. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true thumbprint: type: string + description: The thumbprint value for the key. nullable: true type: type: string + description: The type of key credential. AsymmetricX509Cert. nullable: true usage: type: string + description: A string that describes the purpose for which the key can be used. The possible value is Verify. nullable: true additionalProperties: type: object @@ -18268,10 +18667,10 @@ components: properties: clientId: type: string - description: The object id (not appId) of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + description: The object id (not appId) of the client service principal for the application that's authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). consentType: type: string - description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Nonadmin users might be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' nullable: true principalId: type: string @@ -18279,10 +18678,10 @@ components: nullable: true resourceId: type: string - description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only). + description: The id of the resource service principal to which access is authorized. This identifies the API that the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only). scope: type: string - description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3850 characters in length.' + description: 'A space-separated list of the claim values for delegated permissions that should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3,850 characters in length.' nullable: true additionalProperties: type: object @@ -18336,14 +18735,17 @@ components: id: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string + description: The unique identifier for the addIn object. format: uuid nullable: true properties: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValue' + description: The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required. type: type: string + description: The unique name for the functionality exposed by the app. additionalProperties: type: object microsoft.graph.apiApplication: @@ -18474,6 +18876,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.nativeAuthenticationApisEnabled: + title: nativeAuthenticationApisEnabled + enum: + - none + - all + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.optionalClaims: title: optionalClaims type: object @@ -18519,7 +18930,7 @@ components: type: array items: type: string - description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing ''{BUNDLEID}''. For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth.' additionalProperties: type: object microsoft.graph.requestSignatureVerification: @@ -18758,11 +19169,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -19064,7 +19475,7 @@ components: lastNonInteractiveSignInDateTime: 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 last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -19074,13 +19485,23 @@ components: lastSignInDateTime: 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 last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted (either successfully or unsuccessfully) to sign in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted (either successfully or unsuccessfully) to sign in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' format: date-time nullable: true lastSignInRequestId: type: string description: Request identifier of the last interactive sign-in performed by this user. nullable: true + lastSuccessfulSignInDateTime: + 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 of the user''s most recent successful sign-in activity. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + lastSuccessfulSignInRequestId: + type: string + description: The request ID of the last successful sign-in. + nullable: true additionalProperties: type: object microsoft.graph.userActivity: @@ -19103,7 +19524,7 @@ components: description: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device. nullable: true contentInfo: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Optional. A custom piece of data - JSON-LD extensible description of content according to schema.org syntax. contentUrl: type: string description: 'Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).' @@ -19242,13 +19663,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' - description: Represents the status of a long-running operation. + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' - description: 'Represents the password that''s registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.' + description: 'Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.' x-ms-navigationProperty: true phoneMethods: type: array @@ -19260,7 +19681,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' - description: The software OATH TOTP applications registered to a user for authentication. + description: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. x-ms-navigationProperty: true temporaryAccessPassMethods: type: array @@ -19741,7 +20162,7 @@ components: nullable: true generation: type: string - description: The contact's generation. + description: The contact's suffix. nullable: true givenName: type: string @@ -20046,30 +20467,11 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.officeGraphInsights: + microsoft.graph.itemInsights: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: officeGraphInsights + - $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' + - title: itemInsights type: object - properties: - shared: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' - x-ms-navigationProperty: true - trending: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' - x-ms-navigationProperty: true - used: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' - x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.team: @@ -20819,6 +21221,7 @@ components: properties: attendeeReport: type: string + description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. format: base64url nullable: true broadcastSettings: @@ -20840,13 +21243,14 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this meeting is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' startDateTime: 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 meeting start time in UTC. Required when you create an online meeting. + description: The meeting start time in UTC. format: date-time nullable: true recordings: @@ -21079,8 +21483,12 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' + storage: + $ref: '#/components/schemas/microsoft.graph.userStorage' windows: type: array items: @@ -21096,11 +21504,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -21143,7 +21551,7 @@ components: interval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, PT1M represents a period of one month.' + description: 'The interval between synchronization iterations. The value is represented in ISO 8601 format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.' format: duration state: $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' @@ -21528,22 +21936,13 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.permissionClassificationType: title: permissionClassificationType enum: @@ -22256,11 +22655,6 @@ components: $ref: '#/components/schemas/microsoft.graph.printer' additionalProperties: type: object - microsoft.graph.Json: - title: Json - type: object - additionalProperties: - type: object microsoft.graph.status: title: status enum: @@ -22281,7 +22675,7 @@ components: description: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color nullable: true content: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Optional. Custom piece of data - JSON object used to provide custom content to render the activity in the Windows Shell UI description: type: string description: 'Optional. Longer text description of the user''s unique activity (example: document name, first sentence, and/or metadata)' @@ -22313,13 +22707,13 @@ 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. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client. + description: Optional. UTC DateTime when the activityHistoryItem will undergo hard-delete. Can be set by the client. format: date-time nullable: true lastActiveDateTime: 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. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.' + description: 'Optional. UTC DateTime when the activityHistoryItem (activity session) was last understood as active or finished - if null, activityHistoryItem status should be Ongoing.' format: date-time nullable: true lastModifiedDateTime: @@ -22331,7 +22725,7 @@ components: startedDateTime: 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: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history. + description: Required. UTC DateTime when the activityHistoryItem (activity session) was started. Required for timeline history. format: date-time status: $ref: '#/components/schemas/microsoft.graph.status' @@ -23482,7 +23876,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -23507,6 +23900,8 @@ components: title: siteCollection type: object properties: + archivalDetails: + $ref: '#/components/schemas/microsoft.graph.siteArchivalDetails' dataLocationCode: type: string description: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23777,6 +24172,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' + description: 'For type permissions, the details of the users to whom permission was granted. Read-only.' grantedToIdentitiesV2: type: array items: @@ -23846,65 +24242,30 @@ components: $ref: '#/components/schemas/microsoft.graph.emailAddress' additionalProperties: type: object - microsoft.graph.sharedInsight: + microsoft.graph.officeGraphInsights: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: sharedInsight + - title: officeGraphInsights type: object properties: - lastShared: - $ref: '#/components/schemas/microsoft.graph.sharingDetail' - resourceReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - resourceVisualization: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - sharingHistory: + shared: type: array items: - $ref: '#/components/schemas/microsoft.graph.sharingDetail' - lastSharedMethod: - $ref: '#/components/schemas/microsoft.graph.entity' - resource: - $ref: '#/components/schemas/microsoft.graph.entity' - additionalProperties: - type: object - microsoft.graph.trending: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: trending - type: object - properties: - 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 - format: date-time - nullable: true - resourceReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - resourceVisualization: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - weight: - type: number - description: 'Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.' - format: double - resource: - $ref: '#/components/schemas/microsoft.graph.entity' - additionalProperties: - type: object - microsoft.graph.usedInsight: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: usedInsight - type: object - properties: - lastUsed: - $ref: '#/components/schemas/microsoft.graph.usageDetails' - resourceReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - resourceVisualization: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - resource: - $ref: '#/components/schemas/microsoft.graph.entity' + $ref: '#/components/schemas/microsoft.graph.sharedInsight' + description: 'Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + x-ms-navigationProperty: true + trending: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.trending' + description: 'Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + x-ms-navigationProperty: true + used: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.usedInsight' + description: 'Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.teamFunSettings: @@ -24067,9 +24428,13 @@ components: type: string description: The email address for sending messages to the channel. Read-only. nullable: true + isArchived: + type: boolean + description: Indicates whether the channel is archived. Read-only. + nullable: true isFavoriteByDefault: type: boolean - description: 'Indicates whether the channel should automatically be marked ''favorite'' for all members of the team. Can only be set programmatically with Create team. Default: false.' + description: 'Indicates whether the channel should be marked as recommended for all members of the team to show in their channel list. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false.' nullable: true membershipType: $ref: '#/components/schemas/microsoft.graph.channelMembershipType' @@ -25541,6 +25906,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' + description: Information about the meeting attendees. organizer: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' additionalProperties: @@ -25588,7 +25954,7 @@ 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: 'Date and time at which the transcript was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true meetingId: @@ -25708,6 +26074,7 @@ components: nullable: true owner: type: string + description: 'Use the container property instead. ID of the group that owns the plan. After it''s set, this property can’t be updated. This property won''t return a valid group ID if the container of the plan isn''t a group.' nullable: true title: type: string @@ -25862,14 +26229,24 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: 'The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' nullable: true id: type: string - description: Unique identifier for the identity. + description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' nullable: true additionalProperties: type: object + microsoft.graph.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean + additionalProperties: + type: object microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -25883,6 +26260,16 @@ components: description: Availability of the user to be scheduled for work and its recurrence pattern. additionalProperties: type: object + microsoft.graph.userStorage: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userStorage + type: object + properties: + quota: + $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' + additionalProperties: + type: object microsoft.graph.windowsSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -26270,42 +26657,20 @@ components: - SynchronizationLearnMoreIbizaFwLink - ConfigurationFields type: string - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - format: duration - nullable: 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 - description: 'Timestamp when the policy is enforced for all apps created on or after the specified date. For existing applications, the enforcement date would be back dated. To apply to all applications regardless of their creation date, this property would be null. Nullable.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - format: duration - nullable: 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 - description: 'Enforces the policy for an app created on or after the enforcement date. For existing applications, the enforcement date would be back dated. To apply to all applications, enforcement datetime would be null.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + keyCredentials: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.settingValue: @@ -26568,7 +26933,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property.' + description: 'true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers with at least the Cloud Device Administrator role can set this property.' nullable: true alternativeSecurityIds: type: array @@ -26593,7 +26958,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -26601,7 +26966,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -26620,7 +26985,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -26632,7 +26997,7 @@ components: nullable: true isRooted: type: boolean - description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. + description: true if the device is rooted or jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string @@ -26694,7 +27059,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 details, 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.' nullable: true extensions: type: array @@ -27224,7 +27589,7 @@ components: nullable: true path: type: string - description: Path that can be used to navigate to the item. Read-only. + description: Percent-encoded path that can be used to navigate to the item. Read-only. nullable: true shareId: type: string @@ -27634,7 +27999,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' scope: type: string - description: 'Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.' + description: 'Indicates the scope of how the item is shared. The possible values are: anonymous, organization, or users. Read-only.' nullable: true sharedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -27942,6 +28307,14 @@ components: - completed - unknownFutureValue type: string + microsoft.graph.siteArchivalDetails: + title: siteArchivalDetails + type: object + properties: + archiveStatus: + $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' + additionalProperties: + type: object microsoft.graph.itemActivityStat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28498,109 +28871,68 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.sharingDetail: - title: sharingDetail - type: object - properties: - sharedBy: - $ref: '#/components/schemas/microsoft.graph.insightIdentity' - sharedDateTime: - 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 file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - sharingReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - sharingSubject: - type: string - description: The subject with which the document was shared. - nullable: true - sharingType: - type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' - nullable: true - additionalProperties: - type: object - microsoft.graph.resourceReference: - title: resourceReference - type: object - properties: - id: - type: string - description: The item's unique identifier. - nullable: true - type: - type: string - description: 'A string value that can be used to classify the item, such as ''microsoft.graph.driveItem''' - nullable: true - webUrl: - type: string - description: A URL leading to the referenced item. - nullable: true - additionalProperties: - type: object - microsoft.graph.resourceVisualization: - title: resourceVisualization - type: object - properties: - containerDisplayName: - type: string - description: 'A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.' - nullable: true - containerType: - type: string - description: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness. - nullable: true - containerWebUrl: - type: string - description: A path leading to the folder in which the item is stored. - nullable: true - mediaType: - type: string - description: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported. - nullable: true - previewImageUrl: - type: string - description: A URL leading to the preview image for the item. - nullable: true - previewText: - type: string - description: A preview text for the item. - nullable: true - title: - type: string - description: The item's title text. - nullable: true - type: - type: string - description: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types. - nullable: true - additionalProperties: - type: object - ReferenceNumeric: - enum: - - '-INF' - - INF - - NaN - microsoft.graph.usageDetails: - title: usageDetails - type: object - properties: - lastAccessedDateTime: - 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 resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - additionalProperties: - type: object + microsoft.graph.sharedInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharedInsight + type: object + properties: + lastShared: + $ref: '#/components/schemas/microsoft.graph.sharingDetail' + resourceReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + resourceVisualization: + $ref: '#/components/schemas/microsoft.graph.resourceVisualization' + sharingHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharingDetail' + lastSharedMethod: + $ref: '#/components/schemas/microsoft.graph.entity' + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + additionalProperties: + type: object + microsoft.graph.trending: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: trending + type: object + properties: + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + resourceReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + resourceVisualization: + $ref: '#/components/schemas/microsoft.graph.resourceVisualization' + weight: + type: number + description: 'Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.' + format: double + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + additionalProperties: + type: object + microsoft.graph.usedInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: usedInsight + type: object + properties: + lastUsed: + $ref: '#/components/schemas/microsoft.graph.usageDetails' + resourceReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + resourceVisualization: + $ref: '#/components/schemas/microsoft.graph.resourceVisualization' + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + additionalProperties: + type: object microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -28690,6 +29022,8 @@ components: - unknownFutureValue - teamifyGroup - createChannel + - archiveChannel + - unarchiveChannel type: string microsoft.graph.teamsAsyncOperationStatus: title: teamsAsyncOperationStatus @@ -29288,6 +29622,11 @@ components: additionalProperties: type: object description: Device Configuration Setting State for a given device. + ReferenceNumeric: + enum: + - '-INF' + - INF + - NaN microsoft.graph.appLogUploadState: title: appLogUploadState enum: @@ -29669,6 +30008,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -29678,6 +30018,7 @@ components: description: List of toll-free numbers that are displayed in the meeting invite. tollNumber: type: string + description: The toll number that connects to the Audio Conference Provider. nullable: true tollNumbers: type: array @@ -30059,6 +30400,41 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.unifiedStorageQuota: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: unifiedStorageQuota + type: object + properties: + deleted: + type: integer + format: int64 + nullable: true + manageWebUrl: + type: string + nullable: true + remaining: + type: integer + format: int64 + nullable: true + state: + type: string + nullable: true + total: + type: integer + format: int64 + nullable: true + used: + type: integer + format: int64 + nullable: true + services: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.windowsSettingType: title: windowsSettingType enum: @@ -30323,22 +30699,46 @@ components: - Extensions - BaseObjectName type: string - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'Value that can be used as the maximum duration in days, hours, minutes, or seconds from the date of key creation, for which the key is valid. Defined in ISO 8601 format for Durations. For example, P4DT12H30M5S represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Timestamp when the policy is enforced for all apps created on or after the specified date. For existing applications, the enforcement date would be back dated. To apply to all applications regardless of their creation date, this property would be null. Nullable.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'Value that can be used as the maximum number for setting password expiration time in days, hours, minutes or seconds. Defined in ISO 8601 format for Durations. For example, ''P4DT12H30M5S'' represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restriction type is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Enforces the policy for an app created on or after the enforcement date. For existing applications, the enforcement date would be back dated. To apply to all applications, enforcement datetime would be null.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + additionalProperties: + type: object microsoft.graph.ODataErrors.ErrorDetails: required: - code @@ -30550,6 +30950,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -31175,15 +31576,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -31202,7 +31604,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -31213,13 +31615,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -31254,11 +31656,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -31277,19 +31679,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -31315,24 +31717,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -31340,10 +31742,18 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.itemActionStat: title: itemActionStat type: object @@ -31513,21 +31923,101 @@ components: $ref: '#/components/schemas/microsoft.graph.termStore.term' additionalProperties: type: object - microsoft.graph.insightIdentity: - title: insightIdentity + microsoft.graph.sharingDetail: + title: sharingDetail type: object properties: - address: + sharedBy: + $ref: '#/components/schemas/microsoft.graph.insightIdentity' + sharedDateTime: + 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 email address of the user who shared the item. + description: 'The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time nullable: true - displayName: + sharingReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + sharingSubject: type: string - description: The display name of the user who shared the item. + description: The subject with which the document was shared. nullable: true + sharingType: + type: string + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' + nullable: true + additionalProperties: + type: object + microsoft.graph.resourceReference: + title: resourceReference + type: object + properties: id: type: string - description: The ID of the user who shared the item. + description: The item's unique identifier. + nullable: true + type: + type: string + description: 'A string value that can be used to classify the item, such as ''microsoft.graph.driveItem''' + nullable: true + webUrl: + type: string + description: A URL leading to the referenced item. + nullable: true + additionalProperties: + type: object + microsoft.graph.resourceVisualization: + title: resourceVisualization + type: object + properties: + containerDisplayName: + type: string + description: 'A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.' + nullable: true + containerType: + type: string + description: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness. + nullable: true + containerWebUrl: + type: string + description: A path leading to the folder in which the item is stored. + nullable: true + mediaType: + type: string + description: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported. + nullable: true + previewImageUrl: + type: string + description: A URL leading to the preview image for the item. + nullable: true + previewText: + type: string + description: A preview text for the item. + nullable: true + title: + type: string + description: The item's title text. + nullable: true + type: + type: string + description: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types. + nullable: true + additionalProperties: + type: object + microsoft.graph.usageDetails: + title: usageDetails + type: object + properties: + lastAccessedDateTime: + 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 resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time nullable: true additionalProperties: type: object @@ -32285,6 +32775,13 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.serviceStorageQuotaBreakdown: + allOf: + - $ref: '#/components/schemas/microsoft.graph.storageQuotaBreakdown' + - title: serviceStorageQuotaBreakdown + type: object + additionalProperties: + type: object microsoft.graph.taskStatus: title: taskStatus enum: @@ -32439,6 +32936,22 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.printColorMode: title: printColorMode enum: @@ -32502,6 +33015,52 @@ components: - stapleDualRight - stapleDualBottom - unknownFutureValue + - stapleTripleLeft + - stapleTripleTop + - stapleTripleRight + - stapleTripleBottom + - bindLeft + - bindTop + - bindRight + - bindBottom + - foldAccordion + - foldDoubleGate + - foldGate + - foldHalf + - foldHalfZ + - foldLeftGate + - foldLetter + - foldParallel + - foldPoster + - foldRightGate + - foldZ + - foldEngineeringZ + - punchTopLeft + - punchBottomLeft + - punchTopRight + - punchBottomRight + - punchDualLeft + - punchDualTop + - punchDualRight + - punchDualBottom + - punchTripleLeft + - punchTripleTop + - punchTripleRight + - punchTripleBottom + - punchQuadLeft + - punchQuadTop + - punchQuadRight + - punchQuadBottom + - fold + - trim + - bale + - bookletMaker + - coat + - laminate + - trimAfterPages + - trimAfterDocuments + - trimAfterCopies + - trimAfterJob type: string microsoft.graph.printMultipageLayout: title: printMultipageLayout @@ -33417,6 +33976,7 @@ components: description: Finishing processes to use when printing. fitPdfToPage: type: boolean + description: True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. nullable: true inputBin: type: string @@ -33426,10 +33986,11 @@ components: $ref: '#/components/schemas/microsoft.graph.printMargin' mediaSize: type: string - description: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. + description: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. nullable: true mediaType: type: string + description: The default media (such as paper) type to print the document on. nullable: true multipageLayout: $ref: '#/components/schemas/microsoft.graph.printMultipageLayout' @@ -33437,15 +33998,18 @@ components: $ref: '#/components/schemas/microsoft.graph.printOrientation' outputBin: type: string + description: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. nullable: true pageRanges: type: array items: $ref: '#/components/schemas/microsoft.graph.integerRange' + description: The page ranges to print. Read-only. pagesPerSheet: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of document pages to print on each sheet. format: int32 nullable: true quality: @@ -33462,7 +34026,7 @@ components: properties: ipAddress: type: string - description: Indicates the client IP address used by user performing the activity (audit log only). + description: Indicates the client IP address associated with the user performing the activity (audit log only). nullable: true userPrincipalName: type: string @@ -33603,11 +34167,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -33644,14 +34208,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -33666,10 +34230,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -33682,13 +34246,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -33745,7 +34309,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -33761,7 +34325,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -33808,6 +34372,24 @@ components: - reuse - unknownFutureValue type: string + microsoft.graph.insightIdentity: + title: insightIdentity + type: object + properties: + address: + type: string + description: The email address of the user who shared the item. + nullable: true + displayName: + type: string + description: The display name of the user who shared the item. + nullable: true + id: + type: string + description: The ID of the user who shared the item. + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequestActor: title: scheduleChangeRequestActor enum: @@ -33906,6 +34488,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.storageQuotaBreakdown: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: storageQuotaBreakdown + type: object + properties: + displayName: + type: string + nullable: true + manageWebUrl: + type: string + nullable: true + used: + type: integer + format: int64 + nullable: true + additionalProperties: + type: object microsoft.graph.filterClause: title: filterClause type: object @@ -34085,31 +34685,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -34135,7 +34735,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -34143,7 +34743,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -34156,7 +34756,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -34164,7 +34764,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -34176,15 +34776,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -34272,23 +34872,29 @@ components: properties: color: type: string + description: The color applied to the cell. nullable: true criterion1: type: string + description: A custom criterion. nullable: true criterion2: type: string + description: A custom criterion. nullable: true dynamicCriteria: type: string + description: A dynamic formula specified in a custom filter. filterOn: type: string + description: Indicates whether a filter is applied to a column. icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' operator: type: string + description: 'An operator in a cell; for example, =, >, <, <=, or <>.' values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: The values that appear in the cell. additionalProperties: type: object microsoft.graph.workbookIcon: @@ -34299,11 +34905,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -34313,13 +34919,13 @@ components: type: object properties: majorUnit: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number. maximum: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minimum: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minorUnit: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' majorGridlines: @@ -34357,28 +34963,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -34413,7 +35019,7 @@ components: type: object properties: value: - $ref: '#/components/schemas/microsoft.graph.Json' + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -34450,7 +35056,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -34467,7 +35073,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -34480,7 +35086,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object @@ -34732,4 +35338,4 @@ components: tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token scopes: { } security: - - azureaadv2: [ ] \ No newline at end of file + - azureaadv2: [ ] diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index 08d228fc72..71ee714f71 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -3146,10 +3146,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. ' + description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0 operationId: communication.call.participant_invite parameters: - name: call-id diff --git a/openApiDocs/v1.0/Compliance.yml b/openApiDocs/v1.0/Compliance.yml index c36b9d0c82..df70523f0d 100644 --- a/openApiDocs/v1.0/Compliance.yml +++ b/openApiDocs/v1.0/Compliance.yml @@ -2426,11 +2426,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -5081,7 +5081,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -5123,6 +5123,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -5132,6 +5133,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -9729,7 +9731,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -9737,7 +9739,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -9756,7 +9758,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -9830,7 +9832,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 details, 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.' nullable: true extensions: type: array @@ -13988,15 +13990,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -14015,7 +14018,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -14026,13 +14029,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -14067,11 +14070,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -14090,19 +14093,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -14128,24 +14131,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -14153,7 +14156,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -16491,11 +16494,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -16532,14 +16535,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -16554,10 +16557,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -16570,13 +16573,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -16633,7 +16636,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -16649,7 +16652,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -16943,31 +16946,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -16993,7 +16996,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -17001,7 +17004,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -17014,7 +17017,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -17022,7 +17025,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -17034,15 +17037,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -17134,11 +17137,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -17192,28 +17195,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -17248,7 +17251,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -17285,7 +17288,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -17302,7 +17305,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -17315,7 +17318,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/DeviceManagement.Actions.yml b/openApiDocs/v1.0/DeviceManagement.Actions.yml index c20ac9e840..eac034baae 100644 --- a/openApiDocs/v1.0/DeviceManagement.Actions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Actions.yml @@ -3698,11 +3698,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -8179,7 +8179,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -8221,6 +8221,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -8230,6 +8231,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -10509,7 +10511,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -10517,7 +10519,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -10536,7 +10538,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -10610,7 +10612,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 details, 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.' nullable: true extensions: type: array @@ -15148,15 +15150,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -15175,7 +15178,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -15186,13 +15189,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -15227,11 +15230,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -15250,19 +15253,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -15288,24 +15291,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -15313,7 +15316,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -17770,11 +17773,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -17811,14 +17814,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -17833,10 +17836,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -17849,13 +17852,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -17912,7 +17915,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -17928,7 +17931,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -18272,31 +18275,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -18322,7 +18325,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -18330,7 +18333,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -18343,7 +18346,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -18351,7 +18354,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -18363,15 +18366,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -18480,11 +18483,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -18538,28 +18541,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -18594,7 +18597,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -18631,7 +18634,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -18648,7 +18651,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -18661,7 +18664,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index 491f557cd3..bb02a0eeaa 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -2076,11 +2076,11 @@ paths: post: tags: - deviceManagement.roleDefinition - summary: Create roleDefinition - description: Create a new roleDefinition object. + summary: Create deviceAndAppManagementRoleDefinition + description: Create a new deviceAndAppManagementRoleDefinition object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0 operationId: deviceManagement_CreateRoleDefinition requestBody: description: New navigation property @@ -8081,11 +8081,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml index 17cb893f73..6f20ef2b06 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml @@ -95,11 +95,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: List deviceEnrollmentConfigurations - description: List properties and relationships of the deviceEnrollmentConfiguration objects. + summary: List deviceEnrollmentPlatformRestrictionsConfigurations + description: List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceEnrollmentConfiguration parameters: - $ref: '#/components/parameters/top' @@ -176,11 +176,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration - description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. + summary: Get deviceEnrollmentConfiguration + description: Read properties and relationships of the deviceEnrollmentConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index 9eed3b040b..e46eeae305 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -895,7 +895,7 @@ paths: description: Read properties and relationships of the deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceManagement parameters: - name: $select @@ -935,7 +935,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceManagement requestBody: description: New property values @@ -1512,11 +1512,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: List macOSCompliancePolicies - description: List properties and relationships of the macOSCompliancePolicy objects. + summary: List windows10CompliancePolicies + description: List properties and relationships of the windows10CompliancePolicy objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceCompliancePolicy parameters: - $ref: '#/components/parameters/top' @@ -1566,11 +1566,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create androidWorkProfileCompliancePolicy - description: Create a new androidWorkProfileCompliancePolicy object. + summary: Create iosCompliancePolicy + description: Create a new iosCompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceCompliancePolicy requestBody: description: New navigation property @@ -1593,11 +1593,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get windows10MobileCompliancePolicy - description: Read properties and relationships of the windows10MobileCompliancePolicy object. + summary: Get windows10CompliancePolicy + description: Read properties and relationships of the windows10CompliancePolicy object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -4156,11 +4156,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List macOSCustomConfigurations - description: List properties and relationships of the macOSCustomConfiguration objects. + summary: List iosCustomConfigurations + description: List properties and relationships of the iosCustomConfiguration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceConfiguration parameters: - $ref: '#/components/parameters/top' @@ -4210,11 +4210,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create windows10EndpointProtectionConfiguration - description: Create a new windows10EndpointProtectionConfiguration object. + summary: Create androidWorkProfileCustomConfiguration + description: Create a new androidWorkProfileCustomConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceConfiguration requestBody: description: New navigation property @@ -4237,11 +4237,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get sharedPCConfiguration - description: Read properties and relationships of the sharedPCConfiguration object. + summary: Get windows10SecureAssessmentConfiguration + description: Read properties and relationships of the windows10SecureAssessmentConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4285,11 +4285,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update macOSGeneralDeviceConfiguration - description: Update the properties of a macOSGeneralDeviceConfiguration object. + summary: Update editionUpgradeConfiguration + description: Update the properties of a editionUpgradeConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4320,11 +4320,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete androidWorkProfileCustomConfiguration - description: Deletes a androidWorkProfileCustomConfiguration. + summary: Delete iosCustomConfiguration + description: Deletes a iosCustomConfiguration. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -22896,11 +22896,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -27520,7 +27520,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -27562,6 +27562,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -27571,6 +27572,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -29186,7 +29188,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -29194,7 +29196,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -29213,7 +29215,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -29287,7 +29289,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 details, 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.' nullable: true extensions: type: array @@ -33473,15 +33475,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -33500,7 +33503,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -33511,13 +33514,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -33552,11 +33555,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -33575,19 +33578,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -33613,24 +33616,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -33638,7 +33641,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -35698,11 +35701,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -35739,14 +35742,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -35761,10 +35764,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -35777,13 +35780,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -35840,7 +35843,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -35856,7 +35859,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -36194,31 +36197,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -36244,7 +36247,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -36252,7 +36255,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -36265,7 +36268,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -36273,7 +36276,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -36285,15 +36288,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -36402,11 +36405,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -36460,28 +36463,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -36516,7 +36519,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -36553,7 +36556,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -36570,7 +36573,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -36583,7 +36586,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index cfad27d94a..414d12773a 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -8344,11 +8344,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index da6924a152..b5660c2620 100644 --- a/openApiDocs/v1.0/Devices.CorporateManagement.yml +++ b/openApiDocs/v1.0/Devices.CorporateManagement.yml @@ -14,7 +14,7 @@ paths: description: Read properties and relationships of the deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetDeviceAppManagement parameters: - name: $select @@ -2488,11 +2488,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: List managedAppRegistrations - description: List properties and relationships of the managedAppRegistration objects. + summary: List androidManagedAppRegistrations + description: List properties and relationships of the androidManagedAppRegistration objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppRegistration parameters: - $ref: '#/components/parameters/top' @@ -3561,11 +3561,11 @@ paths: get: tags: - deviceAppManagement.managedAppStatus - summary: List managedAppStatusRaws - description: List properties and relationships of the managedAppStatusRaw objects. + summary: List managedAppStatuses + description: List properties and relationships of the managedAppStatus objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppStatus parameters: - $ref: '#/components/parameters/top' @@ -3839,11 +3839,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get iosVppEBook - description: Read properties and relationships of the iosVppEBook object. + summary: Get managedEBook + description: Read properties and relationships of the managedEBook object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedEBook parameters: - name: managedEBook-id @@ -3953,11 +3953,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List managedEBookAssignments - description: List properties and relationships of the managedEBookAssignment objects. + summary: List iosVppEBookAssignments + description: List properties and relationships of the iosVppEBookAssignment objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_ListAssignment parameters: - name: managedEBook-id @@ -4015,11 +4015,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_CreateAssignment parameters: - name: managedEBook-id @@ -4051,11 +4051,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get iosVppEBookAssignment - description: Read properties and relationships of the iosVppEBookAssignment object. + summary: Get managedEBookAssignment + description: Read properties and relationships of the managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_GetAssignment parameters: - name: managedEBook-id @@ -4107,11 +4107,11 @@ paths: patch: tags: - deviceAppManagement.managedEBook - summary: Update iosVppEBookAssignment - description: Update the properties of a iosVppEBookAssignment object. + summary: Update managedEBookAssignment + description: Update the properties of a managedEBookAssignment object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_UpdateAssignment parameters: - name: managedEBook-id @@ -6413,11 +6413,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get iosMobileAppConfiguration - description: Read properties and relationships of the iosMobileAppConfiguration object. + summary: Get managedDeviceMobileAppConfiguration + description: Read properties and relationships of the managedDeviceMobileAppConfiguration object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileAppConfiguration parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7574,11 +7574,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List macOSLobApps - description: List properties and relationships of the macOSLobApp objects. + summary: List windowsUniversalAppXs + description: List properties and relationships of the windowsUniversalAppX objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMobileApp parameters: - $ref: '#/components/parameters/top' @@ -7628,11 +7628,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create iosiPadOSWebClip - description: Create a new iosiPadOSWebClip object. + summary: Create windowsWebApp + description: Create a new windowsWebApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateMobileApp requestBody: description: New navigation property @@ -7655,11 +7655,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get managedMobileLobApp - description: Read properties and relationships of the managedMobileLobApp object. + summary: Get windowsWebApp + description: Read properties and relationships of the windowsWebApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileApp parameters: - name: mobileApp-id @@ -7703,11 +7703,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update windowsWebApp - description: Update the properties of a windowsWebApp object. + summary: Update windowsMicrosoftEdgeApp + description: Update the properties of a windowsMicrosoftEdgeApp object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateMobileApp parameters: - name: mobileApp-id @@ -7738,11 +7738,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete windowsAppX - description: Deletes a windowsAppX. + summary: Delete managedAndroidStoreApp + description: Deletes a managedAndroidStoreApp. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteMobileApp parameters: - name: mobileApp-id @@ -36557,11 +36557,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 3e498eafb1..ad60b9d2ce 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -8573,7 +8573,7 @@ paths: tags: - education.educationUser summary: Update educationRubric - description: 'Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.' + description: 'Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it can''t be updated.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0 @@ -14556,7 +14556,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -14598,6 +14598,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -14607,6 +14608,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -15983,11 +15985,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -25064,7 +25066,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -25072,7 +25074,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -25091,7 +25093,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -25165,7 +25167,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 details, 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.' nullable: true extensions: type: array @@ -26922,15 +26924,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -26949,7 +26952,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -26960,13 +26963,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -27001,11 +27004,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -27024,19 +27027,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -27062,24 +27065,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -27087,7 +27090,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -28867,11 +28870,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -28908,14 +28911,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -28930,10 +28933,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -28946,13 +28949,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -29009,7 +29012,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -29025,7 +29028,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -30449,31 +30452,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -30499,7 +30502,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -30507,7 +30510,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -30520,7 +30523,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -30528,7 +30531,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -30540,15 +30543,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -30748,11 +30751,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -30806,28 +30809,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -30862,7 +30865,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -30908,7 +30911,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -30925,7 +30928,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -30938,7 +30941,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 57c5ad48b3..77d4a051d1 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -68704,11 +68704,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -72115,15 +72115,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -72142,7 +72143,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -72153,13 +72154,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -72194,11 +72195,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -72217,19 +72218,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -72255,24 +72256,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -72280,7 +72281,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -73546,7 +73547,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -73588,6 +73589,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -73597,6 +73599,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -75980,11 +75983,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -76021,14 +76024,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -76043,10 +76046,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -76059,13 +76062,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -76122,7 +76125,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -76138,7 +76141,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.printerBase: @@ -76294,7 +76297,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -76302,7 +76305,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -76321,7 +76324,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -76395,7 +76398,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 details, 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.' nullable: true extensions: type: array @@ -78940,31 +78943,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -78990,7 +78993,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -78998,7 +79001,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -79011,7 +79014,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -79019,7 +79022,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -79031,15 +79034,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -80787,11 +80790,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -80845,28 +80848,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -80901,7 +80904,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -82252,7 +82255,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -82269,7 +82272,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -82282,7 +82285,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index b5b6a58952..b2a15166a4 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -377,11 +377,11 @@ paths: post: tags: - groups.group - summary: Create group - description: 'Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.' + summary: Upsert group + description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0 operationId: group_CreateGroup requestBody: description: New entity @@ -4023,10 +4023,10 @@ paths: tags: - groups.conversation summary: Get conversation - description: Retrieve the properties and relationships of conversation object. + description: The group's conversations. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0 operationId: group_GetConversation parameters: - name: group-id @@ -4383,10 +4383,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' + description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 operationId: group.conversation.thread_reply parameters: - name: group-id @@ -22549,55 +22549,6 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')': - get: - tags: - - groups.Functions - summary: Invoke function getByPath - operationId: group.site.getGraphBPrePath_getGraphBPrePath - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.site' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/microsoft.graph.copyNotebook': post: tags: @@ -27168,11 +27119,11 @@ paths: get: tags: - groups.conversationThread - summary: Get conversationThread - description: "Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, \nyou can specify the thread without referencing the parent conversation. " + summary: Get conversation thread + description: Get a thread object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0 operationId: group_GetThread parameters: - name: group-id @@ -27266,11 +27217,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversation thread + summary: Delete conversationThread description: Delete conversationThread. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0 operationId: group_DeleteThread parameters: - name: group-id @@ -27306,10 +27257,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' + description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0 operationId: group.thread_reply parameters: - name: group-id @@ -27350,11 +27301,11 @@ paths: get: tags: - groups.conversationThread - summary: Get post - description: "Get the properties and relationships of a post in a specified thread. You can specify both the parent \nconversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance." + summary: List posts + description: "Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,\nyou can specify the thread without referencing the parent conversation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0 operationId: group.thread_ListPost parameters: - name: group-id @@ -34589,11 +34540,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index 5ec4d008c7..5601952405 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -16373,10 +16373,10 @@ paths: tags: - organization.organization summary: Update organization - description: Update the properties of a organization object. + description: 'Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0 operationId: organization_UpdateOrganization parameters: - name: organization-id @@ -17576,11 +17576,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get organizationalBranding - description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' + summary: Get organizationalBrandingLocalization + description: 'Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsBannerLogo parameters: - name: organization-id @@ -20701,7 +20701,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -20743,6 +20743,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -20752,6 +20753,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -21045,7 +21047,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -21053,7 +21055,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -21072,7 +21074,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -21146,7 +21148,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 details, 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.' nullable: true extensions: type: array @@ -22454,11 +22456,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -25487,7 +25489,7 @@ components: type: array items: type: string - description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing ''{BUNDLEID}''. For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth.' additionalProperties: type: object microsoft.graph.requestSignatureVerification: @@ -35420,15 +35422,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -35447,7 +35450,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -35458,13 +35461,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -35499,11 +35502,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -35522,19 +35525,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -35560,24 +35563,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -35585,7 +35588,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -38211,11 +38214,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -38252,14 +38255,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -38274,10 +38277,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -38290,13 +38293,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -38353,7 +38356,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -38369,7 +38372,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -38874,31 +38877,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -38924,7 +38927,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -38932,7 +38935,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -38945,7 +38948,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -38953,7 +38956,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -38965,15 +38968,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -39213,11 +39216,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -39271,28 +39274,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -39327,7 +39330,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -39481,7 +39484,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -39498,7 +39501,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -39511,7 +39514,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index 5fff80b830..610afffb5c 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -7112,11 +7112,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: List resourceRoleScopes - description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + summary: Get accessPackage + description: Retrieve the properties and relationships of an accessPackage object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetAccessPackage parameters: - name: accessPackage-id @@ -14559,11 +14559,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentRequestWorkflowExtension - description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + summary: Get accessPackageAssignmentWorkflowExtension + description: Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_GetCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -37381,7 +37381,7 @@ paths: description: Delete a workflow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow parameters: - name: workflow-id @@ -56255,11 +56255,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: List files (terms of use agreement files) - description: Retrieve all files related to an agreement. This includes the default file and all localized files. + summary: Get agreement + description: Retrieve the properties and relationships of an agreement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -58591,7 +58591,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.directory.roleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignment-id @@ -58637,7 +58637,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement - description: Referencing the assigned principal. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.directory.roleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignment-id @@ -58683,7 +58683,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.directory.roleAssignment_GetRoleDefinition parameters: - name: unifiedRoleAssignment-id @@ -63020,7 +63020,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement - description: The directory object that is the scope of the assignment. Read-only. Supports $expand. + description: The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider. operationId: roleManagement.entitlementManagement.roleAssignment_GetDirectoryScope parameters: - name: unifiedRoleAssignment-id @@ -63066,7 +63066,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement - description: Referencing the assigned principal. Read-only. Supports $expand. + description: Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider. operationId: roleManagement.entitlementManagement.roleAssignment_GetPrincipal parameters: - name: unifiedRoleAssignment-id @@ -63112,7 +63112,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement - description: The roleDefinition the assignment is for. Supports $expand. + description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.entitlementManagement.roleAssignment_GetRoleDefinition parameters: - name: unifiedRoleAssignment-id @@ -69106,7 +69106,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleTaskCategory' continueOnError: type: boolean - description: 'A boolean value that specifies whether, if this task fails, the workflow stops, and subsequent tasks aren''t run. Optional.' + description: 'A Boolean value that specifies whether, if this task fails, the workflow stops, and subsequent tasks aren''t run. Optional.' description: type: string description: A string that describes the purpose of the task for administrative use. Optional. @@ -69122,7 +69122,7 @@ components: format: int32 isEnabled: type: boolean - description: 'A boolean value that denotes whether the task is set to run or not. Optional.Supports $filter(eq, ne) and orderBy.' + description: 'A Boolean value that denotes whether the task is set to run or not. Optional.Supports $filter(eq, ne) and orderBy.' taskDefinitionId: type: string description: 'A unique template identifier for the task. For more information about the tasks that Lifecycle Workflows currently supports and their unique identifiers, see Configure the arguments for built-in Lifecycle Workflow tasks. Required.Supports $filter(eq, ne).' @@ -69571,7 +69571,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -69613,6 +69613,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -69622,6 +69623,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -71175,11 +71177,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -79156,7 +79158,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -79164,7 +79166,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -79183,7 +79185,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -79257,7 +79259,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 details, 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.' nullable: true extensions: type: array @@ -83591,15 +83593,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -83618,7 +83621,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -83629,13 +83632,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -83670,11 +83673,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -83693,19 +83696,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -83731,24 +83734,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -83756,7 +83759,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -86122,11 +86125,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -86163,14 +86166,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -86185,10 +86188,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -86201,13 +86204,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -86264,7 +86267,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -86280,7 +86283,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -86624,31 +86627,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -86674,7 +86677,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -86682,7 +86685,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -86695,7 +86698,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -86703,7 +86706,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -86715,15 +86718,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -86832,11 +86835,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -86890,28 +86893,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -86946,7 +86949,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -86983,7 +86986,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -87000,7 +87003,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -87013,7 +87016,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 9a09ea9700..081ca62b41 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -263,8 +263,11 @@ paths: get: tags: - identity.identityApiConnector - summary: Get apiConnectors from identity - description: Represents entry point for API connectors. + summary: List identityApiConnectors + description: Read the properties of an identityApiConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0 operationId: identity_ListApiConnector parameters: - $ref: '#/components/parameters/top' @@ -314,7 +317,11 @@ paths: post: tags: - identity.identityApiConnector - summary: Create new navigation property to apiConnectors for identity + summary: Create identityApiConnector + description: Create a new identityApiConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0 operationId: identity_CreateApiConnector requestBody: description: New navigation property @@ -337,8 +344,11 @@ paths: get: tags: - identity.identityApiConnector - summary: Get apiConnectors from identity - description: Represents entry point for API connectors. + summary: Get identityApiConnector + description: Read the properties of an identityApiConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0 operationId: identity_GetApiConnector parameters: - name: identityApiConnector-id @@ -382,7 +392,11 @@ paths: patch: tags: - identity.identityApiConnector - summary: Update the navigation property apiConnectors in identity + summary: Update identityApiConnector + description: Update the properties of an identityApiConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0 operationId: identity_UpdateApiConnector parameters: - name: identityApiConnector-id @@ -413,7 +427,11 @@ paths: delete: tags: - identity.identityApiConnector - summary: Delete navigation property apiConnectors for identity + summary: Delete identityApiConnector + description: Delete an identityApiConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0 operationId: identity_DeleteApiConnector parameters: - name: identityApiConnector-id @@ -499,8 +517,11 @@ paths: get: tags: - identity.authenticationEventListener - summary: Get authenticationEventListeners from identity - description: Represents listeners for custom authentication extension events in Azure AD for workforce and customers. + summary: List authenticationEventListeners + description: 'Get a list of the authenticationEventListener objects and their properties. The following derived types are supported:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0 operationId: identity_ListAuthenticationEventListener parameters: - $ref: '#/components/parameters/top' @@ -550,7 +571,11 @@ paths: post: tags: - identity.authenticationEventListener - summary: Create new navigation property to authenticationEventListeners for identity + summary: Create authenticationEventListener + description: Create a new authenticationEventListener object. You can create one of the following subtypes that are derived from authenticationEventListener. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0 operationId: identity_CreateAuthenticationEventListener requestBody: description: New navigation property @@ -573,8 +598,11 @@ paths: get: tags: - identity.authenticationEventListener - summary: Get authenticationEventListeners from identity - description: Represents listeners for custom authentication extension events in Azure AD for workforce and customers. + summary: Get authenticationEventListener + description: Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0 operationId: identity_GetAuthenticationEventListener parameters: - name: authenticationEventListener-id @@ -618,7 +646,11 @@ paths: patch: tags: - identity.authenticationEventListener - summary: Update the navigation property authenticationEventListeners in identity + summary: Update authenticationEventListener + description: Update the properties of an authenticationEventListener object. You must specify the @odata.type property and the value of the authenticationEventListener object type to update. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0 operationId: identity_UpdateAuthenticationEventListener parameters: - name: authenticationEventListener-id @@ -649,7 +681,11 @@ paths: delete: tags: - identity.authenticationEventListener - summary: Delete navigation property authenticationEventListeners for identity + summary: Delete authenticationEventListener + description: Delete an authenticationEventListener object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0 operationId: identity_DeleteAuthenticationEventListener parameters: - name: authenticationEventListener-id @@ -686,13 +722,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /identity/b2xUserFlows: + /identity/authenticationEventsFlows: get: tags: - - identity.b2xIdentityUserFlow - summary: Get b2xUserFlows from identity - description: Represents entry point for B2X/self-service sign-up identity userflows. - operationId: identity_ListB2xUserFlow + - identity.authenticationEventsFlow + summary: List authenticationEventsFlows + description: "Get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: \n- externalUsersSelfServiceSignupEventsFlow" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0 + operationId: identity_ListAuthenticationEventsFlow parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -731,7 +770,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.b2xIdentityUserFlowCollectionResponse' + $ref: '#/components/responses/microsoft.graph.authenticationEventsFlowCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -740,15 +779,19 @@ paths: x-ms-docs-operation-type: operation post: tags: - - identity.b2xIdentityUserFlow - summary: Create new navigation property to b2xUserFlows for identity - operationId: identity_CreateB2xUserFlow + - identity.authenticationEventsFlow + summary: Create authenticationEventsFlow + description: "Create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported:\n- externalUsersSelfServiceSignupEventsFlow object type." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0 + operationId: identity_CreateAuthenticationEventsFlow requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' required: true responses: 2XX: @@ -756,26 +799,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}': + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}': get: tags: - - identity.b2xIdentityUserFlow - summary: Get b2xUserFlows from identity - description: Represents entry point for B2X/self-service sign-up identity userflows. - operationId: identity_GetB2xUserFlow + - identity.authenticationEventsFlow + summary: Get authenticationEventsFlow + description: "Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID. The @odata.type property in the response object indicates the type of the object, which can be one of the following derived subtypes:\n- externalUsersSelfServiceSignupEventsFlow" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0 + operationId: identity_GetAuthenticationEventsFlow parameters: - - name: b2xIdentityUserFlow-id + - name: authenticationEventsFlow-id in: path - description: The unique identifier of b2xIdentityUserFlow + description: The unique identifier of authenticationEventsFlow required: true style: simple schema: type: string - x-ms-docs-key-type: b2xIdentityUserFlow + x-ms-docs-key-type: authenticationEventsFlow - name: $select in: query description: Select properties to be returned @@ -802,30 +848,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - identity.b2xIdentityUserFlow - summary: Update the navigation property b2xUserFlows in identity - operationId: identity_UpdateB2xUserFlow + - identity.authenticationEventsFlow + summary: Update authenticationEventsFlow + description: "Update the properties of an authenticationEventsFlow object by ID. You must specify the @odata.type property and the value of the authenticationEventsFlow object type to update. The following derived subtypes are supported:\n- externalUsersSelfServiceSignupEventsFlow" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-1.0 + operationId: identity_UpdateAuthenticationEventsFlow parameters: - - name: b2xIdentityUserFlow-id + - name: authenticationEventsFlow-id in: path - description: The unique identifier of b2xIdentityUserFlow + description: The unique identifier of authenticationEventsFlow required: true style: simple schema: type: string - x-ms-docs-key-type: b2xIdentityUserFlow + x-ms-docs-key-type: authenticationEventsFlow requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' required: true responses: 2XX: @@ -833,24 +883,28 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - identity.b2xIdentityUserFlow - summary: Delete navigation property b2xUserFlows for identity - operationId: identity_DeleteB2xUserFlow + - identity.authenticationEventsFlow + summary: Delete authenticationEventsFlow + description: "Delete a specific authenticationEventsFlow resource by ID. This operation also removes or unlinks all applications from the flow, which disables the customized authentication experience defined for the application. The following derived subtypes are supported:\n- externalUsersSelfServiceSignupEventsFlow" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-1.0 + operationId: identity_DeleteAuthenticationEventsFlow parameters: - - name: b2xIdentityUserFlow-id + - name: authenticationEventsFlow-id in: path - description: The unique identifier of b2xIdentityUserFlow + description: The unique identifier of authenticationEventsFlow required: true style: simple schema: type: string - x-ms-docs-key-type: b2xIdentityUserFlow + x-ms-docs-key-type: authenticationEventsFlow - name: If-Match in: header description: ETag @@ -863,22 +917,22 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration': + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions': get: tags: - - identity.b2xIdentityUserFlow - summary: Get apiConnectorConfiguration property value - description: Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration. - operationId: identity.b2xUserFlow_GetApiConnectorConfiguration + - identity.authenticationEventsFlow + summary: Get conditions property value + description: The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. + operationId: identity.authenticationEventsFlow_GetCondition parameters: - - name: b2xIdentityUserFlow-id + - name: authenticationEventsFlow-id in: path - description: The unique identifier of b2xIdentityUserFlow + description: The unique identifier of authenticationEventsFlow required: true style: simple schema: type: string - x-ms-docs-key-type: b2xIdentityUserFlow + x-ms-docs-key-type: authenticationEventsFlow - name: $select in: query description: Select properties to be returned @@ -901,28 +955,47 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.userFlowApiConnectorConfiguration' + $ref: '#/components/schemas/microsoft.graph.authenticationConditions' default: $ref: '#/components/responses/error' - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection': + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications': get: tags: - - identity.b2xIdentityUserFlow - summary: Get postAttributeCollection from identity - operationId: identity.b2xUserFlow_GetPostAttributeCollection + - identity.authenticationEventsFlow + summary: List includeApplications (for a user flow) + description: List the applications linked to an authenticationEventsFlow. These are the applications for which the authentication experience defined by the user flow is enabled. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0 + operationId: identity.authenticationEventsFlow_ListIncludeApplication parameters: - - name: b2xIdentityUserFlow-id + - name: authenticationEventsFlow-id in: path - description: The unique identifier of b2xIdentityUserFlow + description: The unique identifier of authenticationEventsFlow required: true style: simple schema: type: string - x-ms-docs-key-type: b2xIdentityUserFlow + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -945,204 +1018,1663 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identityApiConnector' + $ref: '#/components/responses/microsoft.graph.authenticationConditionApplicationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - identity.b2xIdentityUserFlow - summary: Update the navigation property postAttributeCollection in identity - operationId: identity.b2xUserFlow_UpdatePostAttributeCollection + - identity.authenticationEventsFlow + summary: Add includeApplication (to a user flow) + description: 'Add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0 + operationId: identity.authenticationEventsFlow_CreateIncludeApplication parameters: - - name: b2xIdentityUserFlow-id + - name: authenticationEventsFlow-id in: path - description: The unique identifier of b2xIdentityUserFlow + description: The unique identifier of authenticationEventsFlow required: true style: simple schema: type: string - x-ms-docs-key-type: b2xIdentityUserFlow + x-ms-docs-key-type: authenticationEventsFlow requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityApiConnector' + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.identityApiConnector' + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: - tags: - - identity.b2xIdentityUserFlow - summary: Delete navigation property postAttributeCollection for identity - operationId: identity.b2xUserFlow_DeletePostAttributeCollection - parameters: - - name: b2xIdentityUserFlow-id - in: path - description: The unique identifier of b2xIdentityUserFlow - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: b2xIdentityUserFlow - - 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 - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref': + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}': get: tags: - - identity.b2xIdentityUserFlow - summary: Get ref of postAttributeCollection from identity - operationId: identity.b2xUserFlow_GetPostGraphAPretributeCollectionGraphBPreRef + - identity.authenticationEventsFlow + summary: Get includeApplications from identity + operationId: identity.authenticationEventsFlow_GetIncludeApplication parameters: - - name: b2xIdentityUserFlow-id + - name: authenticationEventsFlow-id in: path - description: The unique identifier of b2xIdentityUserFlow + description: The unique identifier of authenticationEventsFlow required: true style: simple schema: type: string - x-ms-docs-key-type: b2xIdentityUserFlow - 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: - - identity.b2xIdentityUserFlow - summary: Update the ref of navigation property postAttributeCollection in identity - operationId: identity.b2xUserFlow_SetPostGraphAPretributeCollectionGraphBPreRef - parameters: - - name: b2xIdentityUserFlow-id + x-ms-docs-key-type: authenticationEventsFlow + - name: authenticationConditionApplication-appId in: path - description: The unique identifier of b2xIdentityUserFlow - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: b2xIdentityUserFlow - requestBody: - $ref: '#/components/requestBodies/refPutBody' - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - identity.b2xIdentityUserFlow - summary: Delete ref of navigation property postAttributeCollection for identity - operationId: identity.b2xUserFlow_DeletePostGraphAPretributeCollectionGraphBPreRef - parameters: - - name: b2xIdentityUserFlow-id - in: path - description: The unique identifier of b2xIdentityUserFlow + description: The unique identifier of authenticationConditionApplication required: true style: simple schema: type: string - x-ms-docs-key-type: b2xIdentityUserFlow - - 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 - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/microsoft.graph.uploadClientCertificate': - post: - tags: - - identity.Actions - summary: Invoke action uploadClientCertificate - description: Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0 - operationId: identity.b2xUserFlow.apiConnectorConfiguration.postAttributeCollection_uploadClientCertificate - parameters: - - name: b2xIdentityUserFlow-id - in: path - description: The unique identifier of b2xIdentityUserFlow - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: b2xIdentityUserFlow - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - pkcs12Value: - type: string - nullable: true - password: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identityApiConnector' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup': - get: - tags: - - identity.b2xIdentityUserFlow - summary: Get postFederationSignup from identity - operationId: identity.b2xUserFlow_GetPostFederationSignup - parameters: - - name: b2xIdentityUserFlow-id - in: path - description: The unique identifier of b2xIdentityUserFlow - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: b2xIdentityUserFlow + x-ms-docs-key-type: authenticationConditionApplication + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identity.authenticationEventsFlow + summary: Update the navigation property includeApplications in identity + operationId: identity.authenticationEventsFlow_UpdateIncludeApplication + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: authenticationConditionApplication-appId + in: path + description: The unique identifier of authenticationConditionApplication + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationConditionApplication + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identity.authenticationEventsFlow + summary: Delete authenticationConditionApplication (from a user flow) + description: Remove or unlink an application from an authenticationEventsFlow object. This disables the customized authentication experience defined for the application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-1.0 + operationId: identity.authenticationEventsFlow_DeleteIncludeApplication + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: authenticationConditionApplication-appId + in: path + description: The unique identifier of authenticationConditionApplication + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationConditionApplication + - 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 + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count': + get: + tags: + - identity.authenticationEventsFlow + summary: Get the number of the resource + operationId: identity.authenticationEventsFlow.includeApplication_GetCount + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow': + get: + tags: + - identity.authenticationEventsFlow + summary: Get the item of type microsoft.graph.authenticationEventsFlow as microsoft.graph.externalUsersSelfServiceSignUpEventsFlow + operationId: identity_GetAuthenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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.externalUsersSelfServiceSignUpEventsFlow' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions': + get: + tags: + - identity.authenticationEventsFlow + summary: Get conditions property value + description: The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. + operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetCondition + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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.authenticationConditions' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications': + get: + tags: + - identity.authenticationEventsFlow + summary: Get includeApplications from identity + operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_ListIncludeApplication + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.authenticationConditionApplicationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - identity.authenticationEventsFlow + summary: Create new navigation property to includeApplications for identity + operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_CreateIncludeApplication + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}': + get: + tags: + - identity.authenticationEventsFlow + summary: Get includeApplications from identity + operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetIncludeApplication + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: authenticationConditionApplication-appId + in: path + description: The unique identifier of authenticationConditionApplication + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationConditionApplication + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identity.authenticationEventsFlow + summary: Update the navigation property includeApplications in identity + operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_UpdateIncludeApplication + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: authenticationConditionApplication-appId + in: path + description: The unique identifier of authenticationConditionApplication + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationConditionApplication + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identity.authenticationEventsFlow + summary: Delete navigation property includeApplications for identity + operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_DeleteIncludeApplication + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: authenticationConditionApplication-appId + in: path + description: The unique identifier of authenticationConditionApplication + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationConditionApplication + - 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 + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count': + get: + tags: + - identity.authenticationEventsFlow + summary: Get the number of the resource + operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow.includeApplication_GetCount + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection': + get: + tags: + - identity.authenticationEventsFlow + summary: Get onAttributeCollection property value + description: The configuration for what to invoke when attributes are ready to be collected from the user. + operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetOnAttributeCollection + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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.onAttributeCollectionHandler' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp': + get: + tags: + - identity.authenticationEventsFlow + summary: Get the item of type microsoft.graph.onAttributeCollectionHandler as microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp + operationId: identity.authenticationEventsFlow_GetOnAttributeCollectionAsOnAttributeCollectionExternalUsersSelfServiceSignUp + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes': + get: + tags: + - identity.authenticationEventsFlow + summary: List attributes (of a user flow) + description: Get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0 + operationId: identity.authenticationEventsFlowAsOnAttributeCollectionExternalUsersSelfServiceSignUp_ListAttribute + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref': + delete: + tags: + - identity.authenticationEventsFlow + summary: Delete ref of navigation property attributes for identity + operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp.attribute_DeleteIdentityUserFlowGraphAPretributeGraphBPreRef + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: identityUserFlowAttribute-id + in: path + description: The unique identifier of identityUserFlowAttribute + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: identityUserFlowAttribute + - 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 + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count': + get: + tags: + - identity.authenticationEventsFlow + summary: Get the number of the resource + operationId: identity.authenticationEventsFlowAsOnAttributeCollectionExternalUsersSelfServiceSignUp.attribute_GetCount + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref': + get: + tags: + - identity.authenticationEventsFlow + summary: List attributes (of a user flow) + description: Get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0 + operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_ListGraphAPretributeGraphBPreRef + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/StringCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - identity.authenticationEventsFlow + summary: Add attribute (to user flow) + description: 'Add an attribute to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prerequisite: PATCH the user flow with the updated onAttributeCollection event that includes the new attribute.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0 + operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_CreateGraphAPretributeGraphBPreRef + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + requestBody: + $ref: '#/components/requestBodies/refPostBody' + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identity.authenticationEventsFlow + summary: Delete ref of navigation property attributes for identity + operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_DeleteGraphAPretributeGraphBPreRef + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + - name: '@id' + in: query + description: The delete Uri + required: true + style: form + explode: false + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart': + get: + tags: + - identity.authenticationEventsFlow + summary: Get onAuthenticationMethodLoadStart property value + description: Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. + operationId: identity.authenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow_GetOnAuthenticationMethodLoadStart + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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.onAuthenticationMethodLoadStartHandler' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp': + get: + tags: + - identity.authenticationEventsFlow + summary: Get the item of type microsoft.graph.onAuthenticationMethodLoadStartHandler as microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp + operationId: identity.authenticationEventsFlow_GetOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + responses: + 2XX: + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders': + get: + tags: + - identity.authenticationEventsFlow + summary: List identityProviders (in a user flow) + description: Get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0 + operationId: identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_ListIdentityProvider + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref': + delete: + tags: + - identity.authenticationEventsFlow + summary: Delete ref of navigation property identityProviders for identity + operationId: identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.identityProvider_DeleteIdentityProviderBaseGraphBPreRef + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: identityProviderBase-id + in: path + description: The unique identifier of identityProviderBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: identityProviderBase + - 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 + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count': + get: + tags: + - identity.authenticationEventsFlow + summary: Get the number of the resource + operationId: identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.identityProvider_GetCount + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref': + get: + tags: + - identity.authenticationEventsFlow + summary: List identityProviders (in a user flow) + description: Get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0 + operationId: identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_ListIdentityProviderGraphBPreRef + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/StringCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - identity.authenticationEventsFlow + summary: Add identityProvider (to a user flow) + description: Add an identity provider to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object type. The identity provider must first be configured in the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-1.0 + operationId: identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_CreateIdentityProviderGraphBPreRef + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + requestBody: + $ref: '#/components/requestBodies/refPostBody' + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identity.authenticationEventsFlow + summary: Delete ref of navigation property identityProviders for identity + operationId: identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_DeleteIdentityProviderGraphBPreRef + parameters: + - name: authenticationEventsFlow-id + in: path + description: The unique identifier of authenticationEventsFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: authenticationEventsFlow + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + - name: '@id' + in: query + description: The delete Uri + required: true + style: form + explode: false + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /identity/authenticationEventsFlows/$count: + get: + tags: + - identity.authenticationEventsFlow + summary: Get the number of the resource + operationId: identity.authenticationEventsFlow_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /identity/authenticationEventsFlows/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow: + get: + tags: + - identity.authenticationEventsFlow + summary: Get the items of type microsoft.graph.externalUsersSelfServiceSignUpEventsFlow in the microsoft.graph.authenticationEventsFlow collection + operationId: identity_ListAuthenticationEventsFlowAsExternalUsersSelfServiceSignUpEventsFlow + 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.externalUsersSelfServiceSignUpEventsFlowCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /identity/authenticationEventsFlows/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/$count: + get: + tags: + - identity.authenticationEventsFlow + summary: Get the number of the resource + operationId: identity.AuthenticationEventsFlow_GetCountAsExternalUsersSelfServiceSignUpEventsFlow + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /identity/b2xUserFlows: + get: + tags: + - identity.b2xIdentityUserFlow + summary: List b2xIdentityUserFlows + description: Retrieve a list of b2xIdentityUserFlow objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0 + operationId: identity_ListB2xUserFlow + 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.b2xIdentityUserFlowCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - identity.b2xIdentityUserFlow + summary: Create b2xIdentityUserFlow + description: Create a new b2xIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0 + operationId: identity_CreateB2xUserFlow + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}': + get: + tags: + - identity.b2xIdentityUserFlow + summary: Get b2xIdentityUserFlow + description: Retrieve the properties and relationships of a b2xIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0 + operationId: identity_GetB2xUserFlow + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identity.b2xIdentityUserFlow + summary: Update the navigation property b2xUserFlows in identity + operationId: identity_UpdateB2xUserFlow + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2xIdentityUserFlow + summary: Delete b2xIdentityUserFlow + description: Delete a b2xIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0 + operationId: identity_DeleteB2xUserFlow + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + - 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 + '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration': + get: + tags: + - identity.b2xIdentityUserFlow + summary: Get userFlowApiConnectorConfiguration + description: Get the apiConnectorConfiguration property in a b2xIdentityUserFlow to detail the API connectors enabled for the user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0 + operationId: identity.b2xUserFlow_GetApiConnectorConfiguration + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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.userFlowApiConnectorConfiguration' + default: + $ref: '#/components/responses/error' + '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection': + get: + tags: + - identity.b2xIdentityUserFlow + summary: Get postAttributeCollection from identity + operationId: identity.b2xUserFlow_GetPostAttributeCollection + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityApiConnector' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identity.b2xIdentityUserFlow + summary: Update the navigation property postAttributeCollection in identity + operationId: identity.b2xUserFlow_UpdatePostAttributeCollection + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityApiConnector' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityApiConnector' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2xIdentityUserFlow + summary: Delete navigation property postAttributeCollection for identity + operationId: identity.b2xUserFlow_DeletePostAttributeCollection + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + - 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 + '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref': + get: + tags: + - identity.b2xIdentityUserFlow + summary: Get ref of postAttributeCollection from identity + operationId: identity.b2xUserFlow_GetPostGraphAPretributeCollectionGraphBPreRef + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + 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: + - identity.b2xIdentityUserFlow + summary: Update the ref of navigation property postAttributeCollection in identity + operationId: identity.b2xUserFlow_SetPostGraphAPretributeCollectionGraphBPreRef + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + requestBody: + $ref: '#/components/requestBodies/refPutBody' + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2xIdentityUserFlow + summary: Delete ref of navigation property postAttributeCollection for identity + operationId: identity.b2xUserFlow_DeletePostGraphAPretributeCollectionGraphBPreRef + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + - 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 + '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/microsoft.graph.uploadClientCertificate': + post: + tags: + - identity.Actions + summary: Invoke action uploadClientCertificate + description: Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0 + operationId: identity.b2xUserFlow.apiConnectorConfiguration.postAttributeCollection_uploadClientCertificate + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + pkcs12Value: + type: string + nullable: true + password: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityApiConnector' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup': + get: + tags: + - identity.b2xIdentityUserFlow + summary: Get postFederationSignup from identity + operationId: identity.b2xUserFlow_GetPostFederationSignup + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow - name: $select in: query description: Select properties to be returned @@ -1352,8 +2884,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get identityProviders from identity - description: The identity providers included in the user flow. + summary: List identityProviders + description: Get the identity providers in a b2xIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0 operationId: identity.b2xUserFlow_ListIdentityProvider parameters: - name: b2xIdentityUserFlow-id @@ -1506,8 +3041,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get languages from identity - description: The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You can't create custom languages in self-service sign-up user flows. + summary: List languages + description: Retrieve a list of languages supported for customization in a B2X user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0 operationId: identity.b2xUserFlow_ListLanguage parameters: - name: b2xIdentityUserFlow-id @@ -1597,8 +3135,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get languages from identity - description: The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You can't create custom languages in self-service sign-up user flows. + summary: Get userFlowLanguageConfiguration + description: 'Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0 operationId: identity.b2xUserFlow_GetLanguage parameters: - name: b2xIdentityUserFlow-id @@ -1724,8 +3265,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get defaultPages from identity - description: Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. + summary: Get userFlowLanguagePage + description: Read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0 operationId: identity.b2xUserFlow.language_ListDefaultPage parameters: - name: b2xIdentityUserFlow-id @@ -1919,28 +3463,75 @@ paths: schema: type: string x-ms-docs-key-type: userFlowLanguagePage - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' - required: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2xIdentityUserFlow + summary: Delete navigation property defaultPages for identity + operationId: identity.b2xUserFlow.language_DeleteDefaultPage + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + - name: userFlowLanguageConfiguration-id + in: path + description: The unique identifier of userFlowLanguageConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userFlowLanguageConfiguration + - name: userFlowLanguagePage-id + in: path + description: The unique identifier of userFlowLanguagePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userFlowLanguagePage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value': + get: tags: - identity.b2xIdentityUserFlow - summary: Delete navigation property defaultPages for identity - operationId: identity.b2xUserFlow.language_DeleteDefaultPage + summary: Get userFlowLanguagePage + description: Read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0 + operationId: identity.b2xUserFlow.language_GetDefaultPagesContent parameters: - name: b2xIdentityUserFlow-id in: path @@ -1966,24 +3557,22 @@ paths: schema: type: string x-ms-docs-key-type: userFlowLanguagePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string responses: 2XX: - description: Success + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value': - get: + put: tags: - identity.b2xIdentityUserFlow - summary: Get media content for the navigation property defaultPages from identity - operationId: identity.b2xUserFlow.language_GetDefaultPagesContent + summary: Update media content for the navigation property defaultPages in identity + description: The unique identifier for an entity. Read-only. + operationId: identity.b2xUserFlow.language_SetDefaultPagesContent parameters: - name: b2xIdentityUserFlow-id in: path @@ -2009,29 +3598,25 @@ paths: schema: type: string x-ms-docs-key-type: userFlowLanguagePage - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + delete: tags: - identity.b2xIdentityUserFlow - summary: Update media content for the navigation property defaultPages in identity - operationId: identity.b2xUserFlow.language_SetDefaultPagesContent + summary: Delete media content for the navigation property defaultPages in identity + description: The unique identifier for an entity. Read-only. + operationId: identity.b2xUserFlow.language_DeleteDefaultPagesContent parameters: - name: b2xIdentityUserFlow-id in: path @@ -2057,20 +3642,17 @@ paths: schema: type: string x-ms-docs-key-type: userFlowLanguagePage - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + - 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 '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count': get: tags: @@ -2105,8 +3687,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get overridesPages from identity - description: 'Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn''t allowed (creation or deletion of pages).' + summary: List overridesPages + description: Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 operationId: identity.b2xUserFlow.language_ListOverridesPage parameters: - name: b2xIdentityUserFlow-id @@ -2273,7 +3858,11 @@ paths: patch: tags: - identity.b2xIdentityUserFlow - summary: Update the navigation property overridesPages in identity + summary: Update userFlowLanguagePage + description: 'Update the values in an userFlowLanguagePage object. You may only update the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0 operationId: identity.b2xUserFlow.language_UpdateOverridesPage parameters: - name: b2xIdentityUserFlow-id @@ -2320,7 +3909,11 @@ paths: delete: tags: - identity.b2xIdentityUserFlow - summary: Delete navigation property overridesPages for identity + summary: Delete userFlowLanguagePage + description: 'Deletes the values in an userFlowLanguagePage object. You may only delete the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0 operationId: identity.b2xUserFlow.language_DeleteOverridesPage parameters: - name: b2xIdentityUserFlow-id @@ -2363,7 +3956,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get media content for the navigation property overridesPages from identity + summary: List overridesPages + description: Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 operationId: identity.b2xUserFlow.language_GetOverridesPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -2390,13 +3987,6 @@ paths: schema: type: string x-ms-docs-key-type: userFlowLanguagePage - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -2407,11 +3997,14 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - identity.b2xIdentityUserFlow - summary: Update media content for the navigation property overridesPages in identity + summary: Update userFlowLanguagePage + description: 'Update the values in an userFlowLanguagePage object. You may only update the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0 operationId: identity.b2xUserFlow.language_SetOverridesPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -2451,7 +4044,51 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2xIdentityUserFlow + summary: Delete userFlowLanguagePage + description: 'Deletes the values in an userFlowLanguagePage object. You may only delete the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0 + operationId: identity.b2xUserFlow.language_DeleteOverridesPagesContent + parameters: + - name: b2xIdentityUserFlow-id + in: path + description: The unique identifier of b2xIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2xIdentityUserFlow + - name: userFlowLanguageConfiguration-id + in: path + description: The unique identifier of userFlowLanguageConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userFlowLanguageConfiguration + - name: userFlowLanguagePage-id + in: path + description: The unique identifier of userFlowLanguagePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userFlowLanguagePage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count': get: tags: @@ -2508,8 +4145,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get userAttributeAssignments from identity - description: The user attribute assignments included in the user flow. + summary: List userAttributeAssignments + description: Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0 operationId: identity.b2xUserFlow_ListUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -2567,7 +4207,11 @@ paths: post: tags: - identity.b2xIdentityUserFlow - summary: Create new navigation property to userAttributeAssignments for identity + summary: Create userAttributeAssignments + description: Create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0 operationId: identity.b2xUserFlow_CreateUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -2599,8 +4243,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get userAttributeAssignments from identity - description: The user attribute assignments included in the user flow. + summary: Get identityUserFlowAttributeAssignment + description: Read the properties and relationships of an identityUserFlowAttributeAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0 operationId: identity.b2xUserFlow_GetUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -2652,7 +4299,11 @@ paths: patch: tags: - identity.b2xIdentityUserFlow - summary: Update the navigation property userAttributeAssignments in identity + summary: Update identityUserFlowAttributeAssignment + description: Update the properties of a identityUserFlowAttributeAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0 operationId: identity.b2xUserFlow_UpdateUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -2691,7 +4342,11 @@ paths: delete: tags: - identity.b2xIdentityUserFlow - summary: Delete navigation property userAttributeAssignments for identity + summary: Delete userAttributeAssignment + description: Delete an identityUserFlowAttributeAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0 operationId: identity.b2xUserFlow_DeleteUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -3093,8 +4748,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get authenticationContextClassReferences from identity - description: Read-only. Nullable. Returns a collection of the specified authentication context class references. + summary: List authenticationContextClassReferences + description: Retrieve a list of authenticationContextClassReference objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0 operationId: identity.conditionalAccess_ListAuthenticationContextClassReference parameters: - $ref: '#/components/parameters/top' @@ -3167,8 +4825,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get authenticationContextClassReferences from identity - description: Read-only. Nullable. Returns a collection of the specified authentication context class references. + summary: Get authenticationContextClassReference + description: Retrieve the properties and relationships of a authenticationContextClassReference object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0 operationId: identity.conditionalAccess_GetAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -3212,7 +4873,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update the navigation property authenticationContextClassReferences in identity + summary: Update authenticationContextClassReference + description: 'Create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0 operationId: identity.conditionalAccess_UpdateAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -3243,7 +4908,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete navigation property authenticationContextClassReferences for identity + summary: Delete authenticationContextClassReference + description: Delete an authenticationContextClassReference object that's not published or used by a conditional access policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess_DeleteAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -3361,8 +5030,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get authenticationMethodModes from identity - description: Names and descriptions of all valid authentication method modes in the system. + summary: List authenticationMethodModes + description: 'Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-authenticationmethodmodes?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode parameters: - $ref: '#/components/parameters/top' @@ -3729,8 +5401,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get combinationConfigurations from identity - description: Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods. + summary: List combinationConfigurations + description: "Get the authenticationCombinationConfiguration objects for an authentication strength policy. The objects can be of one or more of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration authenticationCombinationConfiguration objects are supported only for custom authentication strengths." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -3788,7 +5463,11 @@ paths: post: tags: - identity.conditionalAccessRoot - summary: Create new navigation property to combinationConfigurations for identity + summary: Create authenticationCombinationConfiguration + description: "Create a new authenticationCombinationConfiguration object which can be of one of the following derived types:\n* fido2combinationConfiguration\n* x509certificatecombinationconfiguration" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -3820,8 +5499,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get combinationConfigurations from identity - description: Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods. + summary: Get authenticationCombinationConfiguration + description: Read the properties and relationships of an authenticationCombinationConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -3873,7 +5555,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update the navigation property combinationConfigurations in identity + summary: Update authenticationCombinationConfiguration + description: "Update the properties of an authenticationCombinationConfiguration object. \nThe properties can be for one of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -3912,7 +5598,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete navigation property combinationConfigurations for identity + summary: Delete authenticationCombinationConfiguration + description: Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -4055,8 +5745,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get namedLocations from identity - description: Read-only. Nullable. Returns a collection of the specified named locations. + summary: List namedLocations + description: Get a list of namedLocation objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0 operationId: identity.conditionalAccess_ListNamedLocation parameters: - $ref: '#/components/parameters/top' @@ -4106,7 +5799,11 @@ paths: post: tags: - identity.conditionalAccessRoot - summary: Create new navigation property to namedLocations for identity + summary: Create namedLocation + description: Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0 operationId: identity.conditionalAccess_CreateNamedLocation requestBody: description: New navigation property @@ -4129,8 +5826,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get namedLocations from identity - description: Read-only. Nullable. Returns a collection of the specified named locations. + summary: Get namedLocation + description: Retrieve the properties and relationships of a namedLocation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0 operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -4174,7 +5874,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update the navigation property namedLocations in identity + summary: Update countryNamedLocation + description: Update the properties of a countryNamedLocation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess_UpdateNamedLocation parameters: - name: namedLocation-id @@ -4205,7 +5909,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete navigation property namedLocations for identity + summary: Delete ipNamedLocation + description: Delete an ipNamedLocation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - name: namedLocation-id @@ -4246,8 +5954,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get policies from identity - description: Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies. + summary: List policies + description: Retrieve a list of conditionalAccessPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0 operationId: identity.conditionalAccess_ListPolicy parameters: - $ref: '#/components/parameters/top' @@ -4297,7 +6008,11 @@ paths: post: tags: - identity.conditionalAccessRoot - summary: Create new navigation property to policies for identity + summary: Create conditionalAccessPolicy + description: Create a new conditionalAccessPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0 operationId: identity.conditionalAccess_CreatePolicy requestBody: description: New navigation property @@ -4320,8 +6035,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get policies from identity - description: Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies. + summary: Get conditionalAccessPolicy + description: Retrieve the properties and relationships of a conditionalAccessPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0 operationId: identity.conditionalAccess_GetPolicy parameters: - name: conditionalAccessPolicy-id @@ -4365,7 +6083,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update the navigation property policies in identity + summary: Update conditionalaccesspolicy + description: Update the properties of a conditionalAccessPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0 operationId: identity.conditionalAccess_UpdatePolicy parameters: - name: conditionalAccessPolicy-id @@ -4396,7 +6118,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete navigation property policies for identity + summary: Delete conditionalAccessPolicy + description: Delete a conditionalAccessPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess_DeletePolicy parameters: - name: conditionalAccessPolicy-id @@ -4437,8 +6163,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get templates from identity - description: Read-only. Nullable. Returns a collection of the specified Conditional Access templates. + summary: List conditionalAccessTemplates + description: Get a list of the conditionalAccessTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0 operationId: identity.conditionalAccess_ListTemplate parameters: - $ref: '#/components/parameters/top' @@ -4489,8 +6218,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get templates from identity - description: Read-only. Nullable. Returns a collection of the specified Conditional Access templates. + summary: Get conditionalAccessTemplate + description: Read the properties and relationships of a conditionalAccessTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0 operationId: identity.conditionalAccess_GetTemplate parameters: - name: conditionalAccessTemplate-id @@ -4549,8 +6281,11 @@ paths: get: tags: - identity.customAuthenticationExtension - summary: Get customAuthenticationExtensions from identity - description: Represents custom extensions to authentication flows in Azure AD for workforce and customers. + summary: List customAuthenticationExtensions + description: Get a list of the customAuthenticationExtension objects and their properties. The following derived types are supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0 operationId: identity_ListCustomAuthenticationExtension parameters: - $ref: '#/components/parameters/top' @@ -4600,7 +6335,11 @@ paths: post: tags: - identity.customAuthenticationExtension - summary: Create new navigation property to customAuthenticationExtensions for identity + summary: Create customAuthenticationExtension + description: Create a new customAuthenticationExtension object. The following derived types are currently supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0 operationId: identity_CreateCustomAuthenticationExtension requestBody: description: New navigation property @@ -4623,8 +6362,11 @@ paths: get: tags: - identity.customAuthenticationExtension - summary: Get customAuthenticationExtensions from identity - description: Represents custom extensions to authentication flows in Azure AD for workforce and customers. + summary: Get customAuthenticationExtension + description: Read the properties and relationships of a customAuthenticationExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0 operationId: identity_GetCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -4668,7 +6410,11 @@ paths: patch: tags: - identity.customAuthenticationExtension - summary: Update the navigation property customAuthenticationExtensions in identity + summary: Update customAuthenticationExtension + description: Update the properties of a customAuthenticationExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-1.0 operationId: identity_UpdateCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -4699,7 +6445,11 @@ paths: delete: tags: - identity.customAuthenticationExtension - summary: Delete navigation property customAuthenticationExtensions for identity + summary: Delete customAuthenticationExtension + description: Delete a customAuthenticationExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0 operationId: identity_DeleteCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -4799,7 +6549,11 @@ paths: get: tags: - identity.identityProviderBase - summary: Get identityProviders from identity + summary: List identityProviders + description: 'Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0 operationId: identity_ListIdentityProvider parameters: - $ref: '#/components/parameters/top' @@ -4849,7 +6603,11 @@ paths: post: tags: - identity.identityProviderBase - summary: Create new navigation property to identityProviders for identity + summary: Create identityProvider + description: 'Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0 operationId: identity_CreateIdentityProvider requestBody: description: New navigation property @@ -4872,7 +6630,11 @@ paths: get: tags: - identity.identityProviderBase - summary: Get identityProviders from identity + summary: Get identityProvider + description: 'Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0 operationId: identity_GetIdentityProvider parameters: - name: identityProviderBase-id @@ -4916,7 +6678,11 @@ paths: patch: tags: - identity.identityProviderBase - summary: Update the navigation property identityProviders in identity + summary: Update identityProvider + description: 'Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0 operationId: identity_UpdateIdentityProvider parameters: - name: identityProviderBase-id @@ -4947,7 +6713,11 @@ paths: delete: tags: - identity.identityProviderBase - summary: Delete navigation property identityProviders for identity + summary: Delete identityProvider + description: 'Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0 operationId: identity_DeleteIdentityProvider parameters: - name: identityProviderBase-id @@ -5028,8 +6798,11 @@ paths: get: tags: - identity.identityUserFlowAttribute - summary: Get userFlowAttributes from identity - description: Represents entry point for identity userflow attributes. + summary: List identityUserFlowAttributes + description: Retrieve a list of identityUserFlowAttribute objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0 operationId: identity_ListUserFlowAttribute parameters: - $ref: '#/components/parameters/top' @@ -5079,7 +6852,11 @@ paths: post: tags: - identity.identityUserFlowAttribute - summary: Create new navigation property to userFlowAttributes for identity + summary: Create identityUserFlowAttribute + description: Create a new custom identityUserFlowAttribute object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0 operationId: identity_CreateUserFlowAttribute requestBody: description: New navigation property @@ -5102,8 +6879,11 @@ paths: get: tags: - identity.identityUserFlowAttribute - summary: Get userFlowAttributes from identity - description: Represents entry point for identity userflow attributes. + summary: Get identityUserFlowAttribute + description: Retrieve the properties and relationships of a identityUserFlowAttribute object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0 operationId: identity_GetUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -5147,7 +6927,11 @@ paths: patch: tags: - identity.identityUserFlowAttribute - summary: Update the navigation property userFlowAttributes in identity + summary: Update identityUserFlowAttribute + description: Update the properties of a custom identityUserFlowAttribute object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0 operationId: identity_UpdateUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -5178,7 +6962,11 @@ paths: delete: tags: - identity.identityUserFlowAttribute - summary: Delete navigation property userFlowAttributes for identity + summary: Delete identityUserFlowAttribute + description: Delete a custom identityUserFlowAttribute. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0 operationId: identity_DeleteUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -5278,8 +7066,11 @@ paths: get: tags: - identityProtection.riskDetection - summary: Get riskDetections from identityProtection - description: Risk detection in Microsoft Entra ID Protection and the associated information about the detection. + summary: List riskDetections + description: Get a list of the riskDetection objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0 operationId: identityProtection_ListRiskDetection parameters: - $ref: '#/components/parameters/top' @@ -5352,8 +7143,11 @@ paths: get: tags: - identityProtection.riskDetection - summary: Get riskDetections from identityProtection - description: Risk detection in Microsoft Entra ID Protection and the associated information about the detection. + summary: Get riskDetection + description: Read the properties and relationships of a riskDetection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0 operationId: identityProtection_GetRiskDetection parameters: - name: riskDetection-id @@ -5469,8 +7263,11 @@ paths: get: tags: - identityProtection.riskyServicePrincipal - summary: Get riskyServicePrincipals from identityProtection - description: Microsoft Entra service principals that are at risk. + summary: List riskyServicePrincipals + description: Retrieve the properties and relationships of riskyServicePrincipal objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0 operationId: identityProtection_ListRiskyServicePrincipal parameters: - $ref: '#/components/parameters/top' @@ -5543,8 +7340,11 @@ paths: get: tags: - identityProtection.riskyServicePrincipal - summary: Get riskyServicePrincipals from identityProtection - description: Microsoft Entra service principals that are at risk. + summary: Get riskyServicePrincipal + description: Read the properties and relationships of a riskyServicePrincipal object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0 operationId: identityProtection_GetRiskyServicePrincipal parameters: - name: riskyServicePrincipal-id @@ -5646,8 +7446,11 @@ paths: get: tags: - identityProtection.riskyServicePrincipal - summary: Get history from identityProtection - description: Represents the risk history of Microsoft Entra service principals. + summary: List history (risk history of riskyServicePrincipal) + description: Get the risk history of a riskyServicePrincipal object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0 operationId: identityProtection.riskyServicePrincipal_ListHistory parameters: - name: riskyServicePrincipal-id @@ -5962,8 +7765,11 @@ paths: get: tags: - identityProtection.riskyUser - summary: Get riskyUsers from identityProtection - description: Users that are flagged as at-risk by Microsoft Entra ID Protection. + summary: List riskyUsers + description: Get a list of the riskyUser objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0 operationId: identityProtection_ListRiskyUser parameters: - $ref: '#/components/parameters/top' @@ -6036,8 +7842,11 @@ paths: get: tags: - identityProtection.riskyUser - summary: Get riskyUsers from identityProtection - description: Users that are flagged as at-risk by Microsoft Entra ID Protection. + summary: Get riskyUser + description: Read the properties and relationships of a riskyUser object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0 operationId: identityProtection_GetRiskyUser parameters: - name: riskyUser-id @@ -6139,8 +7948,11 @@ paths: get: tags: - identityProtection.riskyUser - summary: Get history from identityProtection - description: The activity related to user risk level change + summary: List history of riskyUser + description: Get the riskyUserHistoryItems from the history navigation property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0 operationId: identityProtection.riskyUser_ListHistory parameters: - name: riskyUser-id @@ -6455,8 +8267,11 @@ paths: get: tags: - identityProtection.servicePrincipalRiskDetection - summary: Get servicePrincipalRiskDetections from identityProtection - description: Represents information about detected at-risk service principals in a Microsoft Entra tenant. + summary: List servicePrincipalRiskDetections + description: Retrieve the properties of a collection of servicePrincipalRiskDetection objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0 operationId: identityProtection_ListServicePrincipalRiskDetection parameters: - $ref: '#/components/parameters/top' @@ -6529,8 +8344,11 @@ paths: get: tags: - identityProtection.servicePrincipalRiskDetection - summary: Get servicePrincipalRiskDetections from identityProtection - description: Represents information about detected at-risk service principals in a Microsoft Entra tenant. + summary: Get servicePrincipalRiskDetection + description: Read the properties and relationships of a servicePrincipalRiskDetection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0 operationId: identityProtection_GetServicePrincipalRiskDetection parameters: - name: servicePrincipalRiskDetection-id @@ -7033,8 +8851,11 @@ paths: get: tags: - informationProtection.bitlocker - summary: Get recoveryKeys from informationProtection - description: The recovery keys associated with the bitlocker entity. + summary: List recoveryKeys + description: 'Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0 operationId: informationProtection.bitlocker_ListRecoveryKey parameters: - $ref: '#/components/parameters/top' @@ -7085,8 +8906,11 @@ paths: get: tags: - informationProtection.bitlocker - summary: Get recoveryKeys from informationProtection - description: The recovery keys associated with the bitlocker entity. + summary: Get bitlockerRecoveryKey + description: 'Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn''t return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers a Microsoft Entra audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Microsoft Entra audit logs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0 operationId: informationProtection.bitlocker_GetRecoveryKey parameters: - name: bitlockerRecoveryKey-id @@ -7145,7 +8969,11 @@ paths: get: tags: - informationProtection.threatAssessmentRequest - summary: Get threatAssessmentRequests from informationProtection + summary: List threatAssessmentRequests + description: 'Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0 operationId: informationProtection_ListThreatAssessmentRequest parameters: - $ref: '#/components/parameters/top' @@ -7195,7 +9023,11 @@ paths: post: tags: - informationProtection.threatAssessmentRequest - summary: Create new navigation property to threatAssessmentRequests for informationProtection + summary: Create threatAssessmentRequest + description: 'Create a new threat assessment request. A threat assessment request can be one of the following types:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0 operationId: informationProtection_CreateThreatAssessmentRequest requestBody: description: New navigation property @@ -7218,7 +9050,11 @@ paths: get: tags: - informationProtection.threatAssessmentRequest - summary: Get threatAssessmentRequests from informationProtection + summary: Get threatAssessmentRequest + description: 'Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0 operationId: informationProtection_GetThreatAssessmentRequest parameters: - name: threatAssessmentRequest-id @@ -7625,7 +9461,7 @@ paths: tags: - invitations.invitation summary: Create invitation - description: 'Use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available:' + description: 'Use this API to create a new invitation or reset the redemption status for a guest user who already redeemed their invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0 @@ -7647,124 +9483,28 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/invitations/{invitation-id}': + /invitations/$count: get: tags: - invitations.invitation - summary: Get entity from invitations by key - operationId: invitation_GetInvitation - parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - 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.invitation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - invitations.invitation - summary: Update entity in invitations - operationId: invitation_UpdateInvitation - parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.invitation' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.invitation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - invitations.invitation - summary: Delete entity from invitations - operationId: invitation_DeleteInvitation + summary: Get the number of the resource + operationId: invitation_GetCount parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/invitations/{invitation-id}/invitedUser': + /invitations/invitedUser: get: tags: - invitations.user summary: Get invitedUser from invitations - description: The user created as part of the invitation creation. Read-Only + description: The user created as part of the invitation creation. Read-only. The id property is required in the request body to reset a redemption status. operationId: invitation_GetInvitedUser parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - name: $select in: query description: Select properties to be returned @@ -7795,7 +9535,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/invitations/{invitation-id}/invitedUser/mailboxSettings': + /invitations/invitedUser/mailboxSettings: get: tags: - invitations.user @@ -7803,14 +9543,6 @@ paths: description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: invitation.invitedUser_GetMailboxSetting parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - name: $select in: query description: Select properties to be returned @@ -7833,7 +9565,7 @@ paths: type: string responses: 2XX: - description: Result entities + description: Entity result. content: application/json: schema: @@ -7845,15 +9577,6 @@ paths: - invitations.user summary: Update property mailboxSettings value. operationId: invitation.invitedUser_UpdateMailboxSetting - parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation requestBody: description: New property values content: @@ -7870,22 +9593,14 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors': + /invitations/invitedUser/serviceProvisioningErrors: get: tags: - invitations.user summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).' + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: invitation.invitedUser_ListServiceProvisioningError parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -7929,21 +9644,13 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count': + /invitations/invitedUser/serviceProvisioningErrors/$count: get: tags: - invitations.user summary: Get the number of the resource operationId: invitation.invitedUser.ServiceProvisioningError_GetCount parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -7951,7 +9658,7 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/invitations/{invitation-id}/invitedUserSponsors': + /invitations/invitedUserSponsors: get: tags: - invitations.directoryObject @@ -7959,14 +9666,6 @@ paths: description: The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date. operationId: invitation_ListInvitedUserSponsor parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -8011,7 +9710,7 @@ paths: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}': + '/invitations/invitedUserSponsors/{directoryObject-id}': get: tags: - invitations.directoryObject @@ -8019,14 +9718,6 @@ paths: description: The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date. operationId: invitation_GetInvitedUserSponsor parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - name: directoryObject-id in: path description: The unique identifier of directoryObject @@ -8065,34 +9756,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/invitations/{invitation-id}/invitedUserSponsors/$count': + /invitations/invitedUserSponsors/$count: get: tags: - invitations.directoryObject summary: Get the number of the resource operationId: invitation.invitedUserSponsor_GetCount - parameters: - - name: invitation-id - in: path - description: The unique identifier of invitation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: invitation - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /invitations/$count: - get: - tags: - - invitations.invitation - summary: Get the number of the resource - operationId: invitation_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -8387,8 +10056,11 @@ paths: get: tags: - organization.certificateBasedAuthConfiguration - summary: Get certificateBasedAuthConfiguration from organization - description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. + summary: List certificateBasedAuthConfigurations + description: Get a list of certificateBasedAuthConfiguration objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0 operationId: organization_ListCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -8446,7 +10118,11 @@ paths: post: tags: - organization.certificateBasedAuthConfiguration - summary: Create new navigation property to certificateBasedAuthConfiguration for organization + summary: Create certificateBasedAuthConfiguration + description: Create a new certificateBasedAuthConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0 operationId: organization_CreateCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -8478,8 +10154,11 @@ paths: get: tags: - organization.certificateBasedAuthConfiguration - summary: Get certificateBasedAuthConfiguration from organization - description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. + summary: Get certificateBasedAuthConfiguration + description: Get the properties of a certificateBasedAuthConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0 operationId: organization_GetCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -8531,7 +10210,11 @@ paths: delete: tags: - organization.certificateBasedAuthConfiguration - summary: Delete navigation property certificateBasedAuthConfiguration for organization + summary: Delete certificateBasedAuthConfiguration + description: Delete a certificateBasedAuthConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0 operationId: organization_DeleteCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -8647,8 +10330,11 @@ paths: get: tags: - policies.activityBasedTimeoutPolicy - summary: Get activityBasedTimeoutPolicies from policies - description: The policy that controls the idle time out for web sessions for applications. + summary: List activityBasedTimeoutPolicies + description: Get a list of activityBasedTimeoutPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0 operationId: policy_ListActivityBasedTimeoutPolicy parameters: - $ref: '#/components/parameters/top' @@ -8698,7 +10384,11 @@ paths: post: tags: - policies.activityBasedTimeoutPolicy - summary: Create new navigation property to activityBasedTimeoutPolicies for policies + summary: Create activityBasedTimeoutPolicy + description: Create a new activityBasedTimeoutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0 operationId: policy_CreateActivityBasedTimeoutPolicy requestBody: description: New navigation property @@ -8721,8 +10411,11 @@ paths: get: tags: - policies.activityBasedTimeoutPolicy - summary: Get activityBasedTimeoutPolicies from policies - description: The policy that controls the idle time out for web sessions for applications. + summary: Get activityBasedTimeoutPolicy + description: Get the properties of an activityBasedTimeoutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0 operationId: policy_GetActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -8766,7 +10459,11 @@ paths: patch: tags: - policies.activityBasedTimeoutPolicy - summary: Update the navigation property activityBasedTimeoutPolicies in policies + summary: Update activitybasedtimeoutpolicy + description: Update the properties of an activityBasedTimeoutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0 operationId: policy_UpdateActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -8797,7 +10494,11 @@ paths: delete: tags: - policies.activityBasedTimeoutPolicy - summary: Delete navigation property activityBasedTimeoutPolicies for policies + summary: Delete activityBasedTimeoutPolicy + description: Delete an activityBasedTimeoutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0 operationId: policy_DeleteActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -8972,8 +10673,11 @@ paths: get: tags: - policies.adminConsentRequestPolicy - summary: Get adminConsentRequestPolicy from policies - description: The policy by which consent requests are created and managed for the entire tenant. + summary: Get adminConsentRequestPolicy + description: Read the properties and relationships of an adminConsentRequestPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0 operationId: policy_GetAdminConsentRequestPolicy parameters: - name: $select @@ -9009,7 +10713,11 @@ paths: patch: tags: - policies.adminConsentRequestPolicy - summary: Update the navigation property adminConsentRequestPolicy in policies + summary: Update adminConsentRequestPolicy + description: Update the properties of an adminConsentRequestPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0 operationId: policy_UpdateAdminConsentRequestPolicy requestBody: description: New navigation property values @@ -9050,8 +10758,11 @@ paths: get: tags: - policies.appManagementPolicy - summary: Get appManagementPolicies from policies - description: 'The policies that enforce app management restrictions for specific applications and service principals, overriding the defaultAppManagementPolicy.' + summary: List appManagementPolicies + description: Retrieve a list of appManagementPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0 operationId: policy_ListAppManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -9101,7 +10812,11 @@ paths: post: tags: - policies.appManagementPolicy - summary: Create new navigation property to appManagementPolicies for policies + summary: Create appManagementPolicy + description: Create an appManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0 operationId: policy_CreateAppManagementPolicy requestBody: description: New navigation property @@ -9124,8 +10839,11 @@ paths: get: tags: - policies.appManagementPolicy - summary: Get appManagementPolicies from policies - description: 'The policies that enforce app management restrictions for specific applications and service principals, overriding the defaultAppManagementPolicy.' + summary: Get appManagementPolicy + description: Read the properties of an appManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0 operationId: policy_GetAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -9169,7 +10887,11 @@ paths: patch: tags: - policies.appManagementPolicy - summary: Update the navigation property appManagementPolicies in policies + summary: Update appManagementPolicy + description: Update an appManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0 operationId: policy_UpdateAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -9200,7 +10922,11 @@ paths: delete: tags: - policies.appManagementPolicy - summary: Delete navigation property appManagementPolicies for policies + summary: Delete appManagementPolicy + description: Delete an appManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0 operationId: policy_DeleteAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -9227,8 +10953,11 @@ paths: get: tags: - policies.appManagementPolicy - summary: Get appliesTo from policies - description: Collection of applications and service principals to which the policy is applied. + summary: List appliesTo + description: List application and service principal objects that are assigned an appManagementPolicy policy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0 operationId: policy.appManagementPolicy_ListAppliesTo parameters: - name: appManagementPolicy-id @@ -9377,8 +11106,11 @@ paths: get: tags: - policies.authenticationFlowsPolicy - summary: Get authenticationFlowsPolicy from policies - description: The policy configuration of the self-service sign-up experience of external users. + summary: Get authenticationFlowsPolicy + description: Read the properties and relationships of an authenticationFlowsPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0 operationId: policy_GetAuthenticationFlowsPolicy parameters: - name: $select @@ -9414,7 +11146,11 @@ paths: patch: tags: - policies.authenticationFlowsPolicy - summary: Update the navigation property authenticationFlowsPolicy in policies + summary: Update authenticationFlowsPolicy + description: 'Update the selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0 operationId: policy_UpdateAuthenticationFlowsPolicy requestBody: description: New navigation property values @@ -9455,8 +11191,11 @@ paths: get: tags: - policies.authenticationMethodsPolicy - summary: Get authenticationMethodsPolicy from policies - description: The authentication methods and the users that are allowed to use them to sign in and perform multifactor authentication (MFA) in Microsoft Entra ID. + summary: Get authenticationMethodsPolicy + description: Read the properties and relationships of an authenticationMethodsPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0 operationId: policy_GetAuthenticationMethodsPolicy parameters: - name: $select @@ -9492,7 +11231,11 @@ paths: patch: tags: - policies.authenticationMethodsPolicy - summary: Update the navigation property authenticationMethodsPolicy in policies + summary: Update authenticationMethodsPolicy + description: Update the properties of an authenticationMethodsPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0 operationId: policy_UpdateAuthenticationMethodsPolicy requestBody: description: New navigation property values @@ -9724,8 +11467,11 @@ paths: get: tags: - policies.authenticationStrengthPolicy - summary: Get authenticationStrengthPolicies from policies - description: The authentication method combinations that are to be used in scenarios defined by Microsoft Entra Conditional Access. + summary: List authenticationStrengthPolicies + description: Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0 operationId: policy_ListAuthenticationStrengthPolicy parameters: - $ref: '#/components/parameters/top' @@ -9775,7 +11521,11 @@ paths: post: tags: - policies.authenticationStrengthPolicy - summary: Create new navigation property to authenticationStrengthPolicies for policies + summary: Create authenticationStrengthPolicy + description: Create a new custom authenticationStrengthPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0 operationId: policy_CreateAuthenticationStrengthPolicy requestBody: description: New navigation property @@ -9798,8 +11548,11 @@ paths: get: tags: - policies.authenticationStrengthPolicy - summary: Get authenticationStrengthPolicies from policies - description: The authentication method combinations that are to be used in scenarios defined by Microsoft Entra Conditional Access. + summary: Get authenticationStrengthPolicy + description: Read the properties and relationships of an authenticationStrengthPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0 operationId: policy_GetAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -9843,7 +11596,11 @@ paths: patch: tags: - policies.authenticationStrengthPolicy - summary: Update the navigation property authenticationStrengthPolicies in policies + summary: Update authenticationStrengthPolicy + description: 'Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0 operationId: policy_UpdateAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -9874,7 +11631,11 @@ paths: delete: tags: - policies.authenticationStrengthPolicy - summary: Delete navigation property authenticationStrengthPolicies for policies + summary: Delete authenticationStrengthPolicy + description: Delete a custom authenticationStrengthPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0 operationId: policy_DeleteAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -10227,8 +11988,11 @@ paths: get: tags: - policies.authorizationPolicy - summary: Get authorizationPolicy from policies - description: The policy that controls Microsoft Entra authorization settings. + summary: Get authorizationPolicy + description: Retrieve the properties of an authorizationPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0 operationId: policy_GetAuthorizationPolicy parameters: - name: $select @@ -10264,7 +12028,11 @@ paths: patch: tags: - policies.authorizationPolicy - summary: Update the navigation property authorizationPolicy in policies + summary: Update authorizationPolicy + description: Update the properties of an authorizationPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0 operationId: policy_UpdateAuthorizationPolicy requestBody: description: New navigation property values @@ -10305,8 +12073,11 @@ paths: get: tags: - policies.claimsMappingPolicy - summary: Get claimsMappingPolicies from policies - description: 'The claim-mapping policies for WS-Fed, SAML, OAuth 2.0, and OpenID Connect protocols, for tokens issued to a specific application.' + summary: List claimsMappingPolicies + description: Get a list of claimsMappingPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0 operationId: policy_ListClaimsMappingPolicy parameters: - $ref: '#/components/parameters/top' @@ -10356,7 +12127,11 @@ paths: post: tags: - policies.claimsMappingPolicy - summary: Create new navigation property to claimsMappingPolicies for policies + summary: Create claimsMappingPolicy + description: Create a new claimsMappingPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0 operationId: policy_CreateClaimsMappingPolicy requestBody: description: New navigation property @@ -10379,8 +12154,11 @@ paths: get: tags: - policies.claimsMappingPolicy - summary: Get claimsMappingPolicies from policies - description: 'The claim-mapping policies for WS-Fed, SAML, OAuth 2.0, and OpenID Connect protocols, for tokens issued to a specific application.' + summary: Get claimsMappingPolicy + description: Retrieve the properties and relationships of a claimsMappingPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0 operationId: policy_GetClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -10424,7 +12202,11 @@ paths: patch: tags: - policies.claimsMappingPolicy - summary: Update the navigation property claimsMappingPolicies in policies + summary: Update claimsmappingpolicy + description: Update the properties of a claimsMappingPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0 operationId: policy_UpdateClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -10455,7 +12237,11 @@ paths: delete: tags: - policies.claimsMappingPolicy - summary: Delete navigation property claimsMappingPolicies for policies + summary: Delete claimsMappingPolicy + description: Delete a claimsMappingPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0 operationId: policy_DeleteClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -10482,7 +12268,11 @@ paths: get: tags: - policies.claimsMappingPolicy - summary: Get appliesTo from policies + summary: List appliesTo + description: Get a list of directoryObject objects that a claimsMappingPolicy object has been applied to. The claimsMappingPolicy can only be applied to application and servicePrincipal resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0 operationId: policy.claimsMappingPolicy_ListAppliesTo parameters: - name: claimsMappingPolicy-id @@ -10821,8 +12611,11 @@ paths: get: tags: - policies.crossTenantAccessPolicy - summary: Get crossTenantAccessPolicy from policies - description: The custom rules that define an access scenario when interacting with external Microsoft Entra tenants. + summary: Get crossTenantAccessPolicy + description: Read the properties and relationships of a crossTenantAccessPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0 operationId: policy_GetCrossTenantAccessPolicy parameters: - name: $select @@ -10858,7 +12651,11 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - summary: Update the navigation property crossTenantAccessPolicy in policies + summary: Update crossTenantAccessPolicy + description: Update the properties of a cross-tenant access policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0 operationId: policy_UpdateCrossTenantAccessPolicy requestBody: description: New navigation property values @@ -10899,8 +12696,11 @@ paths: get: tags: - policies.crossTenantAccessPolicy - summary: Get default from policies - description: Defines the default configuration for how your organization interacts with external Microsoft Entra organizations. + summary: Get crossTenantAccessPolicyConfigurationDefault + description: Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Microsoft Entra ID (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy_GetDefault parameters: - name: $select @@ -10936,7 +12736,11 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - summary: Update the navigation property default in policies + summary: Update crossTenantAccessPolicyConfigurationDefault + description: Update the default configuration of a cross-tenant access policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy_UpdateDefault requestBody: description: New navigation property values @@ -10993,8 +12797,11 @@ paths: get: tags: - policies.crossTenantAccessPolicy - summary: Get partners from policies - description: Defines partner-specific configurations for external Microsoft Entra organizations. + summary: List partners + description: Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy_ListPartner parameters: - $ref: '#/components/parameters/top' @@ -11044,7 +12851,11 @@ paths: post: tags: - policies.crossTenantAccessPolicy - summary: Create new navigation property to partners for policies + summary: Create crossTenantAccessPolicyConfigurationPartner + description: Create a new partner configuration in a cross-tenant access policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy_CreatePartner requestBody: description: New navigation property @@ -11067,8 +12878,11 @@ paths: get: tags: - policies.crossTenantAccessPolicy - summary: Get partners from policies - description: Defines partner-specific configurations for external Microsoft Entra organizations. + summary: Get crossTenantAccessPolicyConfigurationPartner + description: Read the properties and relationships of a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy_GetPartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11112,7 +12926,11 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - summary: Update the navigation property partners in policies + summary: Update crossTenantAccessPolicyConfigurationPartner + description: Update the properties of a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy_UpdatePartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11143,7 +12961,11 @@ paths: delete: tags: - policies.crossTenantAccessPolicy - summary: Delete navigation property partners for policies + summary: Delete crossTenantAccessPolicyConfigurationPartner + description: 'Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy_DeletePartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11170,8 +12992,11 @@ paths: get: tags: - policies.crossTenantAccessPolicy - summary: Get identitySynchronization from policies - description: 'Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another.' + summary: Get crossTenantIdentitySyncPolicyPartner + description: Get the user synchronization policy of a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11215,7 +13040,11 @@ paths: put: tags: - policies.crossTenantAccessPolicy - summary: Update the navigation property identitySynchronization in policies + summary: Create identitySynchronization + description: Create a cross-tenant user synchronization policy for a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11246,7 +13075,11 @@ paths: delete: tags: - policies.crossTenantAccessPolicy - summary: Delete navigation property identitySynchronization for policies + summary: Delete crossTenantIdentitySyncPolicyPartner + description: Delete the user synchronization policy for a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11365,8 +13198,11 @@ paths: get: tags: - policies.crossTenantAccessPolicy - summary: Get multiTenantOrganizationIdentitySynchronization from policies - description: Defines an optional cross-tenant access policy template with user synchronization settings for a multitenant organization. + summary: Get multiTenantOrganizationIdentitySyncPolicyTemplate + description: Get the cross-tenant access policy template with user synchronization settings for a multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationIdentitySynchronization parameters: - name: $select @@ -11402,7 +13238,11 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - summary: Update the navigation property multiTenantOrganizationIdentitySynchronization in policies + summary: Update multiTenantOrganizationIdentitySyncPolicyTemplate + description: Update the cross-tenant access policy template with user synchronization settings for a multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationIdentitySynchronization requestBody: description: New navigation property values @@ -11443,8 +13283,11 @@ paths: get: tags: - policies.crossTenantAccessPolicy - summary: Get multiTenantOrganizationPartnerConfiguration from policies - description: Defines an optional cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. + summary: Get multiTenantOrganizationPartnerConfigurationTemplate + description: Get the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationPartnerConfiguration parameters: - name: $select @@ -11480,7 +13323,11 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - summary: Update the navigation property multiTenantOrganizationPartnerConfiguration in policies + summary: Update multiTenantOrganizationPartnerConfigurationTemplate + description: Update the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationPartnerConfiguration requestBody: description: New navigation property values @@ -11521,8 +13368,11 @@ paths: get: tags: - policies.tenantAppManagementPolicy - summary: Get defaultAppManagementPolicy from policies - description: The tenant-wide policy that enforces app management restrictions for all applications and service principals. + summary: Get tenantAppManagementPolicy + description: Read the properties of a tenantAppManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0 operationId: policy_GetDefaultAppManagementPolicy parameters: - name: $select @@ -11558,7 +13408,11 @@ paths: patch: tags: - policies.tenantAppManagementPolicy - summary: Update the navigation property defaultAppManagementPolicy in policies + summary: Update tenantAppManagementPolicy + description: Update the properties of a tenantAppManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0 operationId: policy_UpdateDefaultAppManagementPolicy requestBody: description: New navigation property values @@ -11612,6 +13466,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -11626,8 +13490,11 @@ paths: get: tags: - policies.featureRolloutPolicy - summary: Get featureRolloutPolicies from policies - description: The feature rollout policy associated with a directory object. + summary: List featureRolloutPolicies + description: Retrieve a list of featureRolloutPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0 operationId: policy_ListFeatureRolloutPolicy parameters: - $ref: '#/components/parameters/top' @@ -11677,7 +13544,11 @@ paths: post: tags: - policies.featureRolloutPolicy - summary: Create new navigation property to featureRolloutPolicies for policies + summary: Create featureRolloutPolicy + description: Create a new featureRolloutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0 operationId: policy_CreateFeatureRolloutPolicy requestBody: description: New navigation property @@ -11700,8 +13571,11 @@ paths: get: tags: - policies.featureRolloutPolicy - summary: Get featureRolloutPolicies from policies - description: The feature rollout policy associated with a directory object. + summary: Get featureRolloutPolicy + description: Retrieve the properties and relationships of a featureRolloutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0 operationId: policy_GetFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -11745,7 +13619,11 @@ paths: patch: tags: - policies.featureRolloutPolicy - summary: Update the navigation property featureRolloutPolicies in policies + summary: Update featurerolloutpolicy + description: Update the properties of featureRolloutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0 operationId: policy_UpdateFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -11776,7 +13654,11 @@ paths: delete: tags: - policies.featureRolloutPolicy - summary: Delete navigation property featureRolloutPolicies for policies + summary: Delete featureRolloutPolicy + description: Delete a featureRolloutPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0 operationId: policy_DeleteFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -11804,7 +13686,7 @@ paths: tags: - policies.featureRolloutPolicy summary: Get appliesTo from policies - description: Nullable. Specifies a list of directoryObjects that feature is enabled for. + description: Nullable. Specifies a list of directoryObject resources that feature is enabled for. operationId: policy.featureRolloutPolicy_ListAppliesTo parameters: - name: featureRolloutPolicy-id @@ -11862,7 +13744,11 @@ paths: post: tags: - policies.featureRolloutPolicy - summary: Create new navigation property to appliesTo for policies + summary: Assign appliesTo on a featureRolloutPolicy + description: Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0 operationId: policy.featureRolloutPolicy_CreateAppliesTo parameters: - name: featureRolloutPolicy-id @@ -11894,7 +13780,11 @@ paths: delete: tags: - policies.featureRolloutPolicy - summary: Delete ref of navigation property appliesTo for policies + summary: Remove appliesTo on a featureRolloutPolicy + description: Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0 operationId: policy.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -11952,7 +13842,7 @@ paths: tags: - policies.featureRolloutPolicy summary: Get ref of appliesTo from policies - description: Nullable. Specifies a list of directoryObjects that feature is enabled for. + description: Nullable. Specifies a list of directoryObject resources that feature is enabled for. operationId: policy.featureRolloutPolicy_ListAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -11990,7 +13880,11 @@ paths: post: tags: - policies.featureRolloutPolicy - summary: Create new navigation property ref to appliesTo for policies + summary: Assign appliesTo on a featureRolloutPolicy + description: Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0 operationId: policy.featureRolloutPolicy_CreateAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -12012,7 +13906,11 @@ paths: delete: tags: - policies.featureRolloutPolicy - summary: Delete ref of navigation property appliesTo for policies + summary: Remove appliesTo on a featureRolloutPolicy + description: Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0 operationId: policy.featureRolloutPolicy_DeleteAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -12061,8 +13959,11 @@ paths: get: tags: - policies.homeRealmDiscoveryPolicy - summary: Get homeRealmDiscoveryPolicies from policies - description: The policy to control Microsoft Entra authentication behavior for federated users. + summary: List homeRealmDiscoveryPolicies + description: Get a list of homeRealmDiscoveryPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0 operationId: policy_ListHomeRealmDiscoveryPolicy parameters: - $ref: '#/components/parameters/top' @@ -12112,7 +14013,11 @@ paths: post: tags: - policies.homeRealmDiscoveryPolicy - summary: Create new navigation property to homeRealmDiscoveryPolicies for policies + summary: Create homeRealmDiscoveryPolicy + description: Create a new homeRealmDiscoveryPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: policy_CreateHomeRealmDiscoveryPolicy requestBody: description: New navigation property @@ -12135,8 +14040,11 @@ paths: get: tags: - policies.homeRealmDiscoveryPolicy - summary: Get homeRealmDiscoveryPolicies from policies - description: The policy to control Microsoft Entra authentication behavior for federated users. + summary: Get homeRealmDiscoveryPolicy + description: Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0 operationId: policy_GetHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -12180,7 +14088,11 @@ paths: patch: tags: - policies.homeRealmDiscoveryPolicy - summary: Update the navigation property homeRealmDiscoveryPolicies in policies + summary: Update homerealmdiscoverypolicy + description: Update the properties of a homeRealmDiscoveryPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0 operationId: policy_UpdateHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -12211,7 +14123,11 @@ paths: delete: tags: - policies.homeRealmDiscoveryPolicy - summary: Delete navigation property homeRealmDiscoveryPolicies for policies + summary: Delete homeRealmDiscoveryPolicy + description: Delete a homeRealmDiscoveryPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0 operationId: policy_DeleteHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -12238,7 +14154,11 @@ paths: get: tags: - policies.homeRealmDiscoveryPolicy - summary: Get appliesTo from policies + summary: List appliesTo + description: Get a list of directoryObject objects that a homeRealmDiscoveryPolicy object has been applied to. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0 operationId: policy.homeRealmDiscoveryPolicy_ListAppliesTo parameters: - name: homeRealmDiscoveryPolicy-id @@ -12386,8 +14306,11 @@ paths: get: tags: - policies.identitySecurityDefaultsEnforcementPolicy - summary: Get identitySecurityDefaultsEnforcementPolicy from policies - description: The policy that represents the security defaults that protect against common attacks. + summary: Get identitySecurityDefaultsEnforcementPolicy + description: Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0 operationId: policy_GetIdentitySecurityDefaultsEnforcementPolicy parameters: - name: $select @@ -12423,7 +14346,11 @@ paths: patch: tags: - policies.identitySecurityDefaultsEnforcementPolicy - summary: Update the navigation property identitySecurityDefaultsEnforcementPolicy in policies + summary: Update identitySecurityDefaultsEnforcementPolicy + description: Update the properties of an identitySecurityDefaultsEnforcementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0 operationId: policy_UpdateIdentitySecurityDefaultsEnforcementPolicy requestBody: description: New navigation property values @@ -12464,8 +14391,11 @@ paths: get: tags: - policies.permissionGrantPolicy - summary: Get permissionGrantPolicies from policies - description: The policy that specifies the conditions under which consent can be granted. + summary: List permissionGrantPolicies + description: Retrieve the list of permissionGrantPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0 operationId: policy_ListPermissionGrantPolicy parameters: - $ref: '#/components/parameters/top' @@ -12515,7 +14445,11 @@ paths: post: tags: - policies.permissionGrantPolicy - summary: Create new navigation property to permissionGrantPolicies for policies + summary: Create permissionGrantPolicy + description: 'Creates a permissionGrantPolicy. A permission grant policy is used to describe the conditions under which permissions can be granted (for example, during application consent). After creating the permission grant policy, you can add include condition sets to add matching rules, and add exclude condition sets to add exclusion rules.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0 operationId: policy_CreatePermissionGrantPolicy requestBody: description: New navigation property @@ -12538,8 +14472,11 @@ paths: get: tags: - policies.permissionGrantPolicy - summary: Get permissionGrantPolicies from policies - description: The policy that specifies the conditions under which consent can be granted. + summary: Get permissionGrantPolicy + description: Retrieve a single permissionGrantPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0 operationId: policy_GetPermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -12583,7 +14520,11 @@ paths: patch: tags: - policies.permissionGrantPolicy - summary: Update the navigation property permissionGrantPolicies in policies + summary: Update permissionGrantPolicy + description: Update properties of a permissionGrantPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0 operationId: policy_UpdatePermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -12614,7 +14555,11 @@ paths: delete: tags: - policies.permissionGrantPolicy - summary: Delete navigation property permissionGrantPolicies for policies + summary: Delete permissionGrantPolicy + description: Delete a permissionGrantPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0 operationId: policy_DeletePermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -12641,8 +14586,11 @@ paths: get: tags: - policies.permissionGrantPolicy - summary: Get excludes from policies - description: Condition sets that are excluded in this permission grant policy. Automatically expanded on GET. + summary: List excludes collection of permissionGrantPolicy + description: Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0 operationId: policy.permissionGrantPolicy_ListExclude parameters: - name: permissionGrantPolicy-id @@ -12700,7 +14648,11 @@ paths: post: tags: - policies.permissionGrantPolicy - summary: Create new navigation property to excludes for policies + summary: Create permissionGrantConditionSet in excludes collection of permissionGrantPolicy + description: Add conditions under which a permission grant event is *excluded* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the excludes collection of a permissionGrantPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0 operationId: policy.permissionGrantPolicy_CreateExclude parameters: - name: permissionGrantPolicy-id @@ -12824,7 +14776,11 @@ paths: delete: tags: - policies.permissionGrantPolicy - summary: Delete navigation property excludes for policies + summary: Delete permissionGrantConditionSet from excludes collection of permissionGrantPolicy + description: Deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0 operationId: policy.permissionGrantPolicy_DeleteExclude parameters: - name: permissionGrantPolicy-id @@ -12881,8 +14837,11 @@ paths: get: tags: - policies.permissionGrantPolicy - summary: Get includes from policies - description: Condition sets that are included in this permission grant policy. Automatically expanded on GET. + summary: List includes collection of permissionGrantPolicy + description: Retrieve the condition sets which are *included* in a permissionGrantPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0 operationId: policy.permissionGrantPolicy_ListInclude parameters: - name: permissionGrantPolicy-id @@ -12940,7 +14899,11 @@ paths: post: tags: - policies.permissionGrantPolicy - summary: Create new navigation property to includes for policies + summary: Create permissionGrantConditionSet in includes collection of permissionGrantPolicy + description: Add conditions under which a permission grant event is *included* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the includes collection of a permissionGrantPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0 operationId: policy.permissionGrantPolicy_CreateInclude parameters: - name: permissionGrantPolicy-id @@ -13064,7 +15027,11 @@ paths: delete: tags: - policies.permissionGrantPolicy - summary: Delete navigation property includes for policies + summary: Delete permissionGrantConditionSet from includes collection of permissionGrantPolicy + description: Deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0 operationId: policy.permissionGrantPolicy_DeleteInclude parameters: - name: permissionGrantPolicy-id @@ -13135,8 +15102,11 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - summary: Get roleManagementPolicies from policies - description: Specifies the various policies associated with scopes and roles. + summary: List roleManagementPolicies + description: 'Get the details of the policies in PIM that can be applied to Microsoft Entra roles or group membership or ownership. To retrieve policies that apply to Azure RBAC, use the Azure REST PIM API for role management policies.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0 operationId: policy_ListRoleManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -13209,8 +15179,11 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - summary: Get roleManagementPolicies from policies - description: Specifies the various policies associated with scopes and roles. + summary: Get unifiedRoleManagementPolicy + description: Retrieve the details of a role management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0 operationId: policy_GetRoleManagementPolicy parameters: - name: unifiedRoleManagementPolicy-id @@ -13552,8 +15525,11 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - summary: Get rules from policies - description: The collection of rules like approval rules and expiration rules. Supports $expand. + summary: List rules (for a role management policy) + description: 'Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0 operationId: policy.roleManagementPolicy_ListRule parameters: - name: unifiedRoleManagementPolicy-id @@ -13643,8 +15619,11 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - summary: Get rules from policies - description: The collection of rules like approval rules and expiration rules. Supports $expand. + summary: Get unifiedRoleManagementPolicyRule + description: 'Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0 operationId: policy.roleManagementPolicy_GetRule parameters: - name: unifiedRoleManagementPolicy-id @@ -13696,7 +15675,11 @@ paths: patch: tags: - policies.unifiedRoleManagementPolicy - summary: Update the navigation property rules in policies + summary: Update unifiedRoleManagementPolicyRule + description: 'Update a rule defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: For more information about rules for Microsoft Entra roles and examples of updating rules, see the following articles:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0 operationId: policy.roleManagementPolicy_UpdateRule parameters: - name: unifiedRoleManagementPolicy-id @@ -13806,8 +15789,11 @@ paths: get: tags: - policies.unifiedRoleManagementPolicyAssignment - summary: Get roleManagementPolicyAssignments from policies - description: The assignment of a role management policy to a role definition object. + summary: List roleManagementPolicyAssignments + description: Get the details of all role management policy assignments made in PIM for Microsoft Entra roles and PIM for groups. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0 operationId: policy_ListRoleManagementPolicyAssignment parameters: - $ref: '#/components/parameters/top' @@ -13880,8 +15866,11 @@ paths: get: tags: - policies.unifiedRoleManagementPolicyAssignment - summary: Get roleManagementPolicyAssignments from policies - description: The assignment of a role management policy to a role definition object. + summary: Get unifiedRoleManagementPolicyAssignment + description: Get the details of a policy assignment in PIM that's assigned to Microsoft Entra roles or group membership or ownership. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0 operationId: policy_GetRoleManagementPolicyAssignment parameters: - name: unifiedRoleManagementPolicyAssignment-id @@ -14043,8 +16032,11 @@ paths: get: tags: - policies.tokenIssuancePolicy - summary: Get tokenIssuancePolicies from policies - description: The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID. + summary: List tokenIssuancePolicy + description: Get a list of tokenIssuancePolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0 operationId: policy_ListTokenIssuancePolicy parameters: - $ref: '#/components/parameters/top' @@ -14094,7 +16086,11 @@ paths: post: tags: - policies.tokenIssuancePolicy - summary: Create new navigation property to tokenIssuancePolicies for policies + summary: Create tokenIssuancePolicy + description: Create a new tokenIssuancePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0 operationId: policy_CreateTokenIssuancePolicy requestBody: description: New navigation property @@ -14162,7 +16158,11 @@ paths: patch: tags: - policies.tokenIssuancePolicy - summary: Update the navigation property tokenIssuancePolicies in policies + summary: Update tokenIssuancePolicy + description: Update the properties of a tokenIssuancePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0 operationId: policy_UpdateTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -14193,7 +16193,11 @@ paths: delete: tags: - policies.tokenIssuancePolicy - summary: Delete navigation property tokenIssuancePolicies for policies + summary: Delete tokenIssuancePolicy + description: Delete a tokenIssuancePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0 operationId: policy_DeleteTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -14220,7 +16224,11 @@ paths: get: tags: - policies.tokenIssuancePolicy - summary: Get appliesTo from policies + summary: List appliesTo + description: Get a list of directoryObject objects that a tokenIssuancePolicy object has been applied to. The tokenIssuancePolicy can only be applied to application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0 operationId: policy.tokenIssuancePolicy_ListAppliesTo parameters: - name: tokenIssuancePolicy-id @@ -14368,8 +16376,11 @@ paths: get: tags: - policies.tokenLifetimePolicy - summary: Get tokenLifetimePolicies from policies - description: 'The policy that controls the lifetime of a JWT access token, an ID token, or a SAML 1.1/2.0 token issued by Microsoft Entra ID.' + summary: List tokenLifetimePolicies + description: Get a list of tokenLifetimePolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0 operationId: policy_ListTokenLifetimePolicy parameters: - $ref: '#/components/parameters/top' @@ -14419,7 +16430,11 @@ paths: post: tags: - policies.tokenLifetimePolicy - summary: Create new navigation property to tokenLifetimePolicies for policies + summary: Create tokenLifetimePolicy + description: Create a new tokenLifetimePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0 operationId: policy_CreateTokenLifetimePolicy requestBody: description: New navigation property @@ -14442,8 +16457,11 @@ paths: get: tags: - policies.tokenLifetimePolicy - summary: Get tokenLifetimePolicies from policies - description: 'The policy that controls the lifetime of a JWT access token, an ID token, or a SAML 1.1/2.0 token issued by Microsoft Entra ID.' + summary: Get tokenLifetimePolicy + description: Retrieve the properties and relationships of a tokenLifetimePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0 operationId: policy_GetTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -14487,7 +16505,11 @@ paths: patch: tags: - policies.tokenLifetimePolicy - summary: Update the navigation property tokenLifetimePolicies in policies + summary: Update tokenlifetimepolicy + description: Update the properties of a tokenLifetimePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0 operationId: policy_UpdateTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -14518,7 +16540,11 @@ paths: delete: tags: - policies.tokenLifetimePolicy - summary: Delete navigation property tokenLifetimePolicies for policies + summary: Delete tokenLifetimePolicy + description: Delete a tokenLifetimePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0 operationId: policy_DeleteTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -14545,7 +16571,11 @@ paths: get: tags: - policies.tokenLifetimePolicy - summary: Get appliesTo from policies + summary: List appliesTo + description: Get a list of directoryObject objects that a tokenLifetimePolicy object has been applied to. The tokenLifetimePolicy can only be applied to application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0 operationId: policy.tokenLifetimePolicy_ListAppliesTo parameters: - name: tokenLifetimePolicy-id @@ -14693,8 +16723,11 @@ paths: get: tags: - tenantRelationships.multiTenantOrganization - summary: Get multiTenantOrganization from tenantRelationships - description: Defines an organization with more than one instance of Microsoft Entra ID. + summary: Get multiTenantOrganization + description: Get properties of the multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0 operationId: tenantRelationship_GetMultiTenantOrganization parameters: - name: $select @@ -14727,11 +16760,15 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - put: + patch: tags: - tenantRelationships.multiTenantOrganization - summary: Update the navigation property multiTenantOrganization in tenantRelationships - operationId: tenantRelationship_SetMultiTenantOrganization + summary: Update multiTenantOrganization + description: Update the properties of a multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 + operationId: tenantRelationship_UpdateMultiTenantOrganization requestBody: description: New navigation property values content: @@ -14753,8 +16790,11 @@ paths: get: tags: - tenantRelationships.multiTenantOrganization - summary: Get joinRequest from tenantRelationships - description: Defines the status of a tenant joining a multitenant organization. + summary: Get multiTenantOrganizationJoinRequestRecord + description: Get the status of a tenant joining a multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0 operationId: tenantRelationship.multiTenantOrganization_GetJoinRequest parameters: - name: $select @@ -14790,7 +16830,11 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - summary: Update the navigation property joinRequest in tenantRelationships + summary: Update multiTenantOrganizationJoinRequestRecord + description: 'Join a multitenant organization, after the owner of the multitenant organization has added your tenant to the multitenant organization as pending. Before a tenant added to a multitenant organization can participate in the multitenant organization, the administrator of the joining tenant must submit a join request. To allow for asynchronous processing, you must wait up to 2 hours before joining a multitenant organization is completed.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0 operationId: tenantRelationship.multiTenantOrganization_UpdateJoinRequest requestBody: description: New navigation property values @@ -14813,8 +16857,11 @@ paths: get: tags: - tenantRelationships.multiTenantOrganization - summary: Get tenants from tenantRelationships - description: Defines tenants added to a multitenant organization. + summary: List multiTenantOrganizationMembers + description: List the tenants and their properties in the multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0 operationId: tenantRelationship.multiTenantOrganization_ListTenant parameters: - $ref: '#/components/parameters/top' @@ -14864,7 +16911,11 @@ paths: post: tags: - tenantRelationships.multiTenantOrganization - summary: Create new navigation property to tenants for tenantRelationships + summary: Add multiTenantOrganizationMember + description: Add a tenant to a multitenant organization. The administrator of an owner tenant has the permissions to add tenants to the multitenant organization. The added tenant is in the pending state until the administrator of the added tenant joins the multitenant organization by submitting a join request. A tenant can be part of only one multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0 operationId: tenantRelationship.multiTenantOrganization_CreateTenant requestBody: description: New navigation property @@ -14887,8 +16938,11 @@ paths: get: tags: - tenantRelationships.multiTenantOrganization - summary: Get tenants from tenantRelationships - description: Defines tenants added to a multitenant organization. + summary: Get multiTenantOrganizationMember + description: Get a tenant and its properties in the multitenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0 operationId: tenantRelationship.multiTenantOrganization_GetTenant parameters: - name: multiTenantOrganizationMember-id @@ -14963,7 +17017,11 @@ paths: delete: tags: - tenantRelationships.multiTenantOrganization - summary: Delete navigation property tenants for tenantRelationships + summary: Remove multiTenantOrganizationMember + description: 'Remove a tenant from a multitenant organization. A tenant can be removed in the following scenarios:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0 operationId: tenantRelationship.multiTenantOrganization_DeleteTenant parameters: - name: multiTenantOrganizationMember-id @@ -15166,7 +17224,11 @@ paths: post: tags: - users.authentication - summary: Create new navigation property to emailMethods for users + summary: Create emailMethod + description: Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0 operationId: user.authentication_CreateEmailMethod parameters: - name: user-id @@ -15251,7 +17313,11 @@ paths: patch: tags: - users.authentication - summary: Update the navigation property emailMethods in users + summary: Update emailAuthenticationMethod + description: Update a user's email address represented by an emailAuthenticationMethod object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0 operationId: user.authentication_UpdateEmailMethod parameters: - name: user-id @@ -15290,7 +17356,11 @@ paths: delete: tags: - users.authentication - summary: Delete navigation property emailMethods for users + summary: Delete emailAuthenticationMethod + description: Deletes a user's emailAuthenticationMethod object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0 operationId: user.authentication_DeleteEmailMethod parameters: - name: user-id @@ -15460,7 +17530,11 @@ paths: delete: tags: - users.authentication - summary: Delete navigation property fido2Methods for users + summary: Delete fido2AuthenticationMethod + description: Deletes a user's FIDO2 Security Key Authentication Method object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0 operationId: user.authentication_DeleteFido2Method parameters: - name: user-id @@ -15723,8 +17797,11 @@ paths: get: tags: - users.authentication - summary: Get microsoftAuthenticatorMethods from users - description: The details of the Microsoft Authenticator app registered to a user for authentication. + summary: List microsoftAuthenticatorAuthenticationMethods + description: Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0 operationId: user.authentication_ListMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -15783,8 +17860,11 @@ paths: get: tags: - users.authentication - summary: Get microsoftAuthenticatorMethods from users - description: The details of the Microsoft Authenticator app registered to a user for authentication. + summary: Get microsoftAuthenticatorAuthenticationMethod + description: Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0 operationId: user.authentication_GetMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -15836,7 +17916,11 @@ paths: delete: tags: - users.authentication - summary: Delete navigation property microsoftAuthenticatorMethods for users + summary: Delete microsoftAuthenticatorAuthenticationMethod + description: Deletes a microsoftAuthenticatorAuthenticationMethod object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0 operationId: user.authentication_DeleteMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -15947,8 +18031,8 @@ paths: get: tags: - users.authentication - summary: Get operations from users - description: Represents the status of a long-running operation. + summary: Get longRunningOperation + description: 'Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.' operationId: user.authentication_ListOperation parameters: - name: user-id @@ -16038,8 +18122,11 @@ paths: get: tags: - users.authentication - summary: Get operations from users - description: Represents the status of a long-running operation. + summary: Get longRunningOperation + description: 'Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0 operationId: user.authentication_GetOperation parameters: - name: user-id @@ -16188,7 +18275,7 @@ paths: tags: - users.authentication summary: Get passwordMethods from users - description: 'Represents the password that''s registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.' + description: 'Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.' operationId: user.authentication_ListPasswordMethod parameters: - name: user-id @@ -16279,7 +18366,7 @@ paths: tags: - users.authentication summary: Get passwordMethods from users - description: 'Represents the password that''s registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.' + description: 'Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.' operationId: user.authentication_GetPasswordMethod parameters: - name: user-id @@ -16413,7 +18500,11 @@ paths: post: tags: - users.authentication - summary: Create new navigation property to phoneMethods for users + summary: Create phoneMethod + description: 'Add a new phone authentication method for a user. A user may only have one phone of each type, captured in the phoneType property. This means, for example, adding a mobile phone to a user with a pre-existing mobile phone fails. Additionally, a user must always have a mobile phone before adding an alternateMobile phone. Adding a phone number makes it available for use in both Azure multi-factor authentication (MFA) and self-service password reset (SSPR), if enabled. Additionally, if a user is enabled by policy to use SMS sign-in and a mobile number is added, the system attempts to register the number for use in that system.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0 operationId: user.authentication_CreatePhoneMethod parameters: - name: user-id @@ -16498,7 +18589,11 @@ paths: patch: tags: - users.authentication - summary: Update the navigation property phoneMethods in users + summary: Update phoneAuthenticationMethod + description: 'Update a user''s phone number associated with a phone authentication method object. You can''t change a phone''s type. To change a phone''s type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0 operationId: user.authentication_UpdatePhoneMethod parameters: - name: user-id @@ -16595,7 +18690,7 @@ paths: tags: - users.authentication summary: Get softwareOathMethods from users - description: The software OATH TOTP applications registered to a user for authentication. + description: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. operationId: user.authentication_ListSoftwareOathMethod parameters: - name: user-id @@ -16655,7 +18750,7 @@ paths: tags: - users.authentication summary: Get softwareOathMethods from users - description: The software OATH TOTP applications registered to a user for authentication. + description: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. operationId: user.authentication_GetSoftwareOathMethod parameters: - name: user-id @@ -16707,7 +18802,11 @@ paths: delete: tags: - users.authentication - summary: Delete navigation property softwareOathMethods for users + summary: Delete softwareOathAuthenticationMethod + description: Delete a user's Software OATH token authentication method object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0 operationId: user.authentication_DeleteSoftwareOathMethod parameters: - name: user-id @@ -16764,8 +18863,11 @@ paths: get: tags: - users.authentication - summary: Get temporaryAccessPassMethods from users - description: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + summary: List temporaryAccessPassMethods + description: Retrieve a list of a user's temporaryAccessPassAuthenticationMethod objects and their properties. This API will only return a single object in the collection as a user can have only one Temporary Access Pass method. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0 operationId: user.authentication_ListTemporaryAccessPassMethod parameters: - name: user-id @@ -16823,7 +18925,11 @@ paths: post: tags: - users.authentication - summary: Create new navigation property to temporaryAccessPassMethods for users + summary: Create temporaryAccessPassMethod + description: 'Create a new temporaryAccessPassAuthenticationMethod object on a user. A user can only have one Temporary Access Pass that''s usable within its specified lifetime. If the user requires a new Temporary Access Pass while the current Temporary Access Pass is valid, the admin can create a new Temporary Access Pass for the user, the previous Temporary Access Pass will be deleted, and a new Temporary Access Pass will be created.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0 operationId: user.authentication_CreateTemporaryAccessPassMethod parameters: - name: user-id @@ -16855,8 +18961,11 @@ paths: get: tags: - users.authentication - summary: Get temporaryAccessPassMethods from users - description: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + summary: Get temporaryAccessPassAuthenticationMethod + description: Retrieve a user's single temporaryAccessPassAuthenticationMethod object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0 operationId: user.authentication_GetTemporaryAccessPassMethod parameters: - name: user-id @@ -16908,7 +19017,11 @@ paths: delete: tags: - users.authentication - summary: Delete navigation property temporaryAccessPassMethods for users + summary: Delete temporaryAccessPassAuthenticationMethod + description: Delete a users's temporaryAccessPassAuthenticationMethod object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0 operationId: user.authentication_DeleteTemporaryAccessPassMethod parameters: - name: user-id @@ -16965,8 +19078,11 @@ paths: get: tags: - users.authentication - summary: Get windowsHelloForBusinessMethods from users - description: Represents the Windows Hello for Business authentication method registered to a user for authentication. + summary: List windowsHelloForBusinessAuthenticationMethods + description: Get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0 operationId: user.authentication_ListWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -17025,8 +19141,11 @@ paths: get: tags: - users.authentication - summary: Get windowsHelloForBusinessMethods from users - description: Represents the Windows Hello for Business authentication method registered to a user for authentication. + summary: Get windowsHelloForBusinessAuthenticationMethod + description: Read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0 operationId: user.authentication_GetWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -17078,7 +19197,11 @@ paths: delete: tags: - users.authentication - summary: Delete navigation property windowsHelloForBusinessMethods for users + summary: Delete windowsHelloForBusinessAuthenticationMethod + description: Deletes a windowsHelloForBusinessAuthenticationMethod object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0 operationId: user.authentication_DeleteWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -17237,6 +19360,12 @@ components: $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' description: Represents listeners for custom authentication extension events in Azure AD for workforce and customers. x-ms-navigationProperty: true + authenticationEventsFlows: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' + description: Represents the entry point for self-service sign-up and sign-in user flows in both Microsoft Entra workforce and external tenants. + x-ms-navigationProperty: true b2xUserFlows: type: array items: @@ -17290,11 +19419,100 @@ components: properties: authenticationEventsFlowId: type: string + description: Indicates the authenticationEventListener is associated with an authenticationEventsFlow. Read-only. nullable: true conditions: $ref: '#/components/schemas/microsoft.graph.authenticationConditions' additionalProperties: type: object + microsoft.graph.authenticationEventsFlow: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: authenticationEventsFlow + type: object + properties: + conditions: + $ref: '#/components/schemas/microsoft.graph.authenticationConditions' + description: + type: string + description: The description of the events policy. + nullable: true + displayName: + type: string + description: Required. The display name for the events policy. + additionalProperties: + type: object + microsoft.graph.authenticationConditions: + title: authenticationConditions + type: object + properties: + applications: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionsApplications' + additionalProperties: + type: object + microsoft.graph.authenticationConditionApplication: + title: authenticationConditionApplication + type: object + properties: + appId: + type: string + description: The identifier for an application corresponding to a condition which will trigger an authenticationEventListener. + additionalProperties: + type: object + microsoft.graph.externalUsersSelfServiceSignUpEventsFlow: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' + - title: externalUsersSelfServiceSignUpEventsFlow + type: object + properties: + onAttributeCollection: + $ref: '#/components/schemas/microsoft.graph.onAttributeCollectionHandler' + onAuthenticationMethodLoadStart: + $ref: '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartHandler' + onInteractiveAuthFlowStart: + $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartHandler' + onUserCreateStart: + $ref: '#/components/schemas/microsoft.graph.onUserCreateStartHandler' + additionalProperties: + type: object + microsoft.graph.onAttributeCollectionHandler: + title: onAttributeCollectionHandler + type: object + additionalProperties: + type: object + microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onAttributeCollectionHandler' + - title: onAttributeCollectionExternalUsersSelfServiceSignUp + type: object + properties: + attributeCollectionPage: + $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionPage' + attributes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.onAuthenticationMethodLoadStartHandler: + title: onAuthenticationMethodLoadStartHandler + type: object + additionalProperties: + type: object + microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartHandler' + - title: onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp + type: object + properties: + identityProviders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.b2xIdentityUserFlow: allOf: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' @@ -17433,7 +19651,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeDataType' description: type: string - description: The description of the user flow attribute that's shown to the user at the time of sign-up. + description: The description of the user flow attribute that's shown to the user at the time of sign up. nullable: true displayName: type: string @@ -17562,7 +19780,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModes' - description: Which authentication method combinations this configuration applies to. Must be an allowedCombinations object that's defined for the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is 'fido2'. + description: 'Which authentication method combinations this configuration applies to. Must be an allowedCombinations object, part of the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is ''fido2''.' additionalProperties: type: object microsoft.graph.authenticationMethodModes: @@ -18187,10 +20405,10 @@ components: nullable: true inviteRedirectUrl: type: string - description: The URL the user should be redirected to once the invitation is redeemed. Required. + description: The URL the user should be redirected to after the invitation is redeemed. Required. resetRedemption: type: boolean - description: 'Reset the user''s redemption status and reinvite a user while retaining their user identifier, group memberships, and app assignments. This property allows you to enable a user to sign-in using a different email address from the one in the previous invitation. For more information about using this property, see Reset redemption status for a guest user.' + description: 'Reset the user''s redemption status and reinvite a user while retaining their user identifier, group memberships, and app assignments. This property allows you to enable a user to sign-in using a different email address from the one in the previous invitation. When true, the invitedUser/id relationship is required. For more information about using this property, see Reset redemption status for a guest user.' nullable: true sendInvitationMessage: type: boolean @@ -18232,7 +20450,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn''t differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0).' + description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn''t differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0).' assignedPlans: type: array items: @@ -18249,32 +20467,32 @@ components: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although it is a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith).' + description: 'The telephone numbers for the user. NOTE: Although it''s a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith).' city: type: string description: 'The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true companyName: type: string - description: 'The name of the company that the user is associated with. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied and NotRequired. Refer to the legal age group property definitions for further information. Returned only on $select. Supports $filter (eq, ne, not, and in).' + description: 'Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in).' nullable: true country: type: string - description: 'The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The country/region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The date and time the user was created, in ISO 8601 format and UTC. The value cannot be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).' + description: 'The date and time the user was created, in ISO 8601 format and UTC. The value can''t be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).' format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in).' + description: 'Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in).' nullable: true customSecurityAttributes: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeValue' @@ -18290,7 +20508,7 @@ components: format: int32 displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and family name. This property is required when a user is created and it can''t be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search.' nullable: true employeeHireDate: 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])$' @@ -18305,7 +20523,7 @@ components: employeeLeaveDateTime: 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 when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader, or Global Administrator. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.' + description: 'The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.' format: date-time nullable: true employeeOrgData: @@ -18316,7 +20534,7 @@ components: nullable: true externalUserState: type: string - description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in).' + description: 'For a guest invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in).' nullable: true externalUserStateChangeDateTime: 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])$' @@ -18335,13 +20553,13 @@ components: hireDate: 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 hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.' + description: 'The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.' format: date-time identities: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It may contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.' + description: 'Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.' imAddresses: type: array items: @@ -18356,7 +20574,7 @@ components: description: A list for the user to describe their interests. Returned only on $select. isResourceAccount: type: boolean - description: Do not use – reserved for future use. + description: Don't use – reserved for future use. nullable: true jobTitle: type: string @@ -18370,13 +20588,13 @@ components: nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. Refer to the legal age group property definitions for further information. Returned only on $select.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Also indicates licenses that are directly assigned or the user has inherited through group memberships. Read-only. Returned only on $select. + description: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. Returned only on $select. mail: type: string description: 'The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user''s proxyAddresses collection to include the value as an SMTP address. This property can''t contain accent characters. NOTE: We don''t recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).' @@ -18411,7 +20629,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you''re using a federated domain for the user''s userPrincipalName (UPN) property. NOTE: The $ and _ characters can''t be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in)..' + description: 'This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you''re using a federated domain for the user''s userPrincipalName (UPN) property. NOTE: The $ and _ characters can''t be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -18430,7 +20648,7 @@ components: nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean @@ -18444,10 +20662,10 @@ 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. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).' + description: 'A list of other email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. NOTE: This property can''t contain accent characters. Returned only on $select. 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. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).' + 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 might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' @@ -18467,7 +20685,7 @@ components: nullable: true preferredLanguage: type: string - description: 'The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: ''en-US'', or ''es-ES''. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values)' + description: 'The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: ''en-US'', or ''es-ES''. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values)' nullable: true preferredName: type: string @@ -18484,7 +20702,7 @@ components: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. Changes to the mail property update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address, while those addresses prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).' responsibilities: type: array items: @@ -18496,7 +20714,7 @@ components: items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. Returned only on $select. + description: A list for the user to enumerate the schools they attended. Returned only on $select. securityIdentifier: type: string description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).' @@ -18505,7 +20723,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).' + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' showInAddressList: type: boolean description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. @@ -18515,7 +20733,7 @@ components: signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select.' + description: 'Any refresh tokens or session tokens (session cookies) issued before this time are invalid. Applications get an error when using an invalid refresh or session token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select.' format: date-time nullable: true skills: @@ -18530,7 +20748,7 @@ components: nullable: true streetAddress: type: string - description: 'The street address of the user''s place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The street address of the user''s place of business. Maximum length is 1,024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true surname: type: string @@ -18538,15 +20756,15 @@ components: nullable: true usageLocation: type: string - description: 'A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true userPrincipalName: type: string - description: 'The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this should map to the user''s email name. The general format is alias@domain, where the domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can''t contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, '' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby.' + description: 'The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this value should map to the user''s email name. The general format is alias@domain, where the domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can''t contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, '' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby.' nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Microsoft Entra ID?' + description: 'A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID?' nullable: true activities: type: array @@ -18564,7 +20782,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' - description: Represents the app roles a user has been granted for an application. Supports $expand. + description: Represents the app roles a user is granted for an application. Supports $expand. x-ms-navigationProperty: true authentication: $ref: '#/components/schemas/microsoft.graph.authentication' @@ -18655,7 +20873,7 @@ components: inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' insights: - $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' + $ref: '#/components/schemas/microsoft.graph.itemInsights' joinedTeams: type: array items: @@ -18718,13 +20936,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Devices that are owned by the user. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + description: 'Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true ownedObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Directory objects that are owned by the user. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + description: 'Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true people: type: array @@ -18767,7 +20985,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The users and groups responsible for this guest user''s privileges in the tenant and keep the guest user''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' + description: 'The users and groups responsible for this guest''s privileges in the tenant and keeping the guest''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' x-ms-navigationProperty: true teamwork: $ref: '#/components/schemas/microsoft.graph.userTeamwork' @@ -18835,10 +21053,10 @@ components: properties: clientId: type: string - description: The object id (not appId) of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + description: The object id (not appId) of the client service principal for the application that's authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). consentType: type: string - description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Nonadmin users might be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' nullable: true principalId: type: string @@ -18846,10 +21064,10 @@ components: nullable: true resourceId: type: string - description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only). + description: The id of the resource service principal to which access is authorized. This identifies the API that the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only). scope: type: string - description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3850 characters in length.' + description: 'A space-separated list of the claim values for delegated permissions that should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3,850 characters in length.' nullable: true additionalProperties: type: object @@ -19013,7 +21231,7 @@ components: type: boolean description: Denotes whether the policy is enabled. restrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' appliesTo: type: array items: @@ -19186,6 +21404,8 @@ components: type: boolean description: 'If true, the default configuration is set to the system default configuration. If false, the default settings are customized.' nullable: true + tenantRestrictions: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' additionalProperties: type: object microsoft.graph.crossTenantAccessPolicyConfigurationPartner: @@ -19215,6 +21435,8 @@ components: tenantId: type: string description: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. + tenantRestrictions: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' identitySynchronization: $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' additionalProperties: @@ -19287,12 +21509,12 @@ components: type: object properties: applicationRestrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.appManagementApplicationConfiguration' isEnabled: type: boolean description: Denotes whether the policy is enabled. Default value is false. servicePrincipalRestrictions: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + $ref: '#/components/schemas/microsoft.graph.appManagementServicePrincipalConfiguration' additionalProperties: type: object microsoft.graph.deviceRegistrationPolicy: @@ -19347,7 +21569,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: Nullable. Specifies a list of directoryObjects that feature is enabled for. + description: Nullable. Specifies a list of directoryObject resources that feature is enabled for. x-ms-navigationProperty: true additionalProperties: type: object @@ -19649,13 +21871,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' - description: Represents the status of a long-running operation. + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' - description: 'Represents the password that''s registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.' + description: 'Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.' x-ms-navigationProperty: true phoneMethods: type: array @@ -19667,7 +21889,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' - description: The software OATH TOTP applications registered to a user for authentication. + description: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. x-ms-navigationProperty: true temporaryAccessPassMethods: type: array @@ -19772,7 +21994,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property.' + description: 'true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers with at least the Cloud Device Administrator role can set this property.' nullable: true alternativeSecurityIds: type: array @@ -19797,7 +22019,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -19805,7 +22027,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -19824,7 +22046,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -19836,7 +22058,7 @@ components: nullable: true isRooted: type: boolean - description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. + description: true if the device is rooted or jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string @@ -19898,7 +22120,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 details, 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.' nullable: true extensions: type: array @@ -20135,12 +22357,36 @@ components: type: object additionalProperties: type: object - microsoft.graph.authenticationConditions: - title: authenticationConditions + microsoft.graph.authenticationConditionsApplications: + title: authenticationConditionsApplications type: object properties: - applications: - $ref: '#/components/schemas/microsoft.graph.authenticationConditionsApplications' + includeApplications: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.onInteractiveAuthFlowStartHandler: + title: onInteractiveAuthFlowStartHandler + type: object + additionalProperties: + type: object + microsoft.graph.onUserCreateStartHandler: + title: onUserCreateStartHandler + type: object + additionalProperties: + type: object + microsoft.graph.authenticationAttributeCollectionPage: + title: authenticationAttributeCollectionPage + type: object + properties: + views: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionPageViewConfiguration' + description: A collection of displays of the attribute collection page. additionalProperties: type: object microsoft.graph.identityUserFlow: @@ -20249,6 +22495,8 @@ components: description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync which includes EAS supported and unsupported platforms.' devices: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' + insiderRiskLevels: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessInsiderRiskLevels' locations: $ref: '#/components/schemas/microsoft.graph.conditionalAccessLocations' platforms: @@ -20486,6 +22734,7 @@ components: items: type: string nullable: true + description: 'The type of risk event detected. The possible values are: investigationsThreatIntelligence, generic, adminConfirmedServicePrincipalCompromised, suspiciousSignins, leakedCredentials, anomalousServicePrincipalActivity, maliciousApplication, suspiciousApplication.' additionalProperties: type: object microsoft.graph.riskUserActivity: @@ -20593,11 +22842,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -20872,7 +23121,7 @@ components: lastNonInteractiveSignInDateTime: 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 last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -20882,13 +23131,23 @@ components: lastSignInDateTime: 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 last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted (either successfully or unsuccessfully) to sign in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted (either successfully or unsuccessfully) to sign in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' format: date-time nullable: true lastSignInRequestId: type: string description: Request identifier of the last interactive sign-in performed by this user. nullable: true + lastSuccessfulSignInDateTime: + 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 of the user''s most recent successful sign-in activity. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + lastSuccessfulSignInRequestId: + type: string + description: The request ID of the last successful sign-in. + nullable: true additionalProperties: type: object microsoft.graph.userActivity: @@ -20911,7 +23170,7 @@ components: description: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device. nullable: true contentInfo: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Optional. A custom piece of data - JSON-LD extensible description of content according to schema.org syntax. contentUrl: type: string description: 'Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).' @@ -21524,7 +23783,7 @@ components: nullable: true generation: type: string - description: The contact's generation. + description: The contact's suffix. nullable: true givenName: type: string @@ -21829,30 +24088,11 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.officeGraphInsights: + microsoft.graph.itemInsights: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: officeGraphInsights + - $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' + - title: itemInsights type: object - properties: - shared: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' - x-ms-navigationProperty: true - trending: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' - x-ms-navigationProperty: true - used: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' - x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.team: @@ -22602,6 +24842,7 @@ components: properties: attendeeReport: type: string + description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. format: base64url nullable: true broadcastSettings: @@ -22623,13 +24864,14 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this meeting is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' startDateTime: 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 meeting start time in UTC. Required when you create an online meeting. + description: The meeting start time in UTC. format: date-time nullable: true recordings: @@ -22862,8 +25104,12 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' + storage: + $ref: '#/components/schemas/microsoft.graph.userStorage' windows: type: array items: @@ -22879,11 +25125,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -23075,22 +25321,13 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.appManagementConfiguration: - title: appManagementConfiguration - type: object - properties: - keyCredentials: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of keyCredential 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.customAppManagementConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: customAppManagementConfiguration + type: object + additionalProperties: + type: object microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration: title: selfServiceSignUpAuthenticationFlowConfiguration type: object @@ -23220,6 +25457,16 @@ components: type: object additionalProperties: type: object + microsoft.graph.crossTenantAccessPolicyTenantRestrictions: + allOf: + - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' + - title: crossTenantAccessPolicyTenantRestrictions + type: object + properties: + devices: + $ref: '#/components/schemas/microsoft.graph.devicesFilter' + additionalProperties: + type: object microsoft.graph.crossTenantUserSyncInbound: title: crossTenantUserSyncInbound type: object @@ -23240,6 +25487,20 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.appManagementApplicationConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: appManagementApplicationConfiguration + type: object + additionalProperties: + type: object + microsoft.graph.appManagementServicePrincipalConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' + - title: appManagementServicePrincipalConfiguration + type: object + additionalProperties: + type: object microsoft.graph.azureADJoinPolicy: title: azureADJoinPolicy type: object @@ -23302,11 +25563,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: 'The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' nullable: true id: type: string - description: Unique identifier for the identity. + description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' nullable: true additionalProperties: type: object @@ -23462,21 +25723,21 @@ components: - weak - unknown type: string - ReferenceUpdate: + ReferenceCreate: type: object properties: '@odata.id': type: string - '@odata.type': - type: string - nullable: true additionalProperties: type: object - ReferenceCreate: + ReferenceUpdate: type: object properties: '@odata.id': type: string + '@odata.type': + type: string + nullable: true additionalProperties: type: object microsoft.graph.dataPolicyOperationCollectionResponse: @@ -23530,92 +25791,144 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.b2xIdentityUserFlowCollectionResponse: - title: Collection of b2xIdentityUserFlow + microsoft.graph.authenticationEventsFlowCollectionResponse: + title: Collection of authenticationEventsFlow type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' '@odata.nextLink': type: string nullable: true additionalProperties: type: object - microsoft.graph.identityProviderCollectionResponse: - title: Collection of identityProvider + microsoft.graph.authenticationConditionApplicationCollectionResponse: + title: Collection of authenticationConditionApplication type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.identityProvider' + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' '@odata.nextLink': type: string nullable: true additionalProperties: type: object - microsoft.graph.userFlowLanguageConfigurationCollectionResponse: - title: Collection of userFlowLanguageConfiguration + microsoft.graph.identityUserFlowAttributeCollectionResponse: + title: Collection of identityUserFlowAttribute type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' '@odata.nextLink': type: string nullable: true additionalProperties: type: object - microsoft.graph.userFlowLanguagePageCollectionResponse: - title: Collection of userFlowLanguagePage + StringCollectionResponse: + title: Collection of string type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' + type: string '@odata.nextLink': type: string nullable: true additionalProperties: type: object - microsoft.graph.identityUserFlowAttributeAssignmentCollectionResponse: - title: Collection of identityUserFlowAttributeAssignment + microsoft.graph.identityProviderBaseCollectionResponse: + title: Collection of identityProviderBase type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' '@odata.nextLink': type: string nullable: true additionalProperties: type: object - microsoft.graph.identityProviderBaseCollectionResponse: - title: Collection of identityProviderBase + microsoft.graph.externalUsersSelfServiceSignUpEventsFlowCollectionResponse: + title: Collection of externalUsersSelfServiceSignUpEventsFlow type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + $ref: '#/components/schemas/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow' '@odata.nextLink': type: string nullable: true additionalProperties: type: object - StringCollectionResponse: - title: Collection of string + microsoft.graph.b2xIdentityUserFlowCollectionResponse: + title: Collection of b2xIdentityUserFlow type: object properties: value: type: array items: - type: string + $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.identityProviderCollectionResponse: + title: Collection of identityProvider + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityProvider' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.userFlowLanguageConfigurationCollectionResponse: + title: Collection of userFlowLanguageConfiguration + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.userFlowLanguagePageCollectionResponse: + title: Collection of userFlowLanguagePage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.identityUserFlowAttributeAssignmentCollectionResponse: + title: Collection of identityUserFlowAttributeAssignment + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' '@odata.nextLink': type: string nullable: true @@ -23725,19 +26038,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.identityUserFlowAttributeCollectionResponse: - title: Collection of identityUserFlowAttribute - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.riskDetectionCollectionResponse: title: Collection of riskDetection type: object @@ -24245,15 +26545,23 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.authenticationConditionsApplications: - title: authenticationConditionsApplications + microsoft.graph.authenticationAttributeCollectionPageViewConfiguration: + title: authenticationAttributeCollectionPageViewConfiguration type: object properties: - includeApplications: + description: + type: string + description: The description of the page. + nullable: true + inputs: type: array items: - $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' - x-ms-navigationProperty: true + $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputConfiguration' + description: The display configuration of attributes being collected on the attribute collection page. + title: + type: string + description: The title of the attribute collection page. + nullable: true additionalProperties: type: object microsoft.graph.userFlowType: @@ -24331,6 +26639,16 @@ components: $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' additionalProperties: type: object + microsoft.graph.conditionalAccessInsiderRiskLevels: + title: conditionalAccessInsiderRiskLevels + enum: + - minor + - moderate + - elevated + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.conditionalAccessLocations: title: conditionalAccessLocations type: object @@ -24544,11 +26862,6 @@ components: $ref: '#/components/schemas/microsoft.graph.printer' additionalProperties: type: object - microsoft.graph.Json: - title: Json - type: object - additionalProperties: - type: object microsoft.graph.status: title: status enum: @@ -24569,7 +26882,7 @@ components: description: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color nullable: true content: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Optional. Custom piece of data - JSON object used to provide custom content to render the activity in the Windows Shell UI description: type: string description: 'Optional. Longer text description of the user''s unique activity (example: document name, first sentence, and/or metadata)' @@ -24601,13 +26914,13 @@ 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. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client. + description: Optional. UTC DateTime when the activityHistoryItem will undergo hard-delete. Can be set by the client. format: date-time nullable: true lastActiveDateTime: 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. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.' + description: 'Optional. UTC DateTime when the activityHistoryItem (activity session) was last understood as active or finished - if null, activityHistoryItem status should be Ongoing.' format: date-time nullable: true lastModifiedDateTime: @@ -24619,7 +26932,7 @@ components: startedDateTime: 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: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history. + description: Required. UTC DateTime when the activityHistoryItem (activity session) was started. Required for timeline history. format: date-time status: $ref: '#/components/schemas/microsoft.graph.status' @@ -25528,7 +27841,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -25578,6 +27890,8 @@ components: title: siteCollection type: object properties: + archivalDetails: + $ref: '#/components/schemas/microsoft.graph.siteArchivalDetails' dataLocationCode: type: string description: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -25848,6 +28162,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' + description: 'For type permissions, the details of the users to whom permission was granted. Read-only.' grantedToIdentitiesV2: type: array items: @@ -25917,65 +28232,30 @@ components: $ref: '#/components/schemas/microsoft.graph.emailAddress' additionalProperties: type: object - microsoft.graph.sharedInsight: + microsoft.graph.officeGraphInsights: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: sharedInsight + - title: officeGraphInsights type: object properties: - lastShared: - $ref: '#/components/schemas/microsoft.graph.sharingDetail' - resourceReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - resourceVisualization: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - sharingHistory: + shared: type: array items: - $ref: '#/components/schemas/microsoft.graph.sharingDetail' - lastSharedMethod: - $ref: '#/components/schemas/microsoft.graph.entity' - resource: - $ref: '#/components/schemas/microsoft.graph.entity' - additionalProperties: - type: object - microsoft.graph.trending: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: trending - type: object - properties: - 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 - format: date-time - nullable: true - resourceReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - resourceVisualization: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - weight: - type: number - description: 'Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.' - format: double - resource: - $ref: '#/components/schemas/microsoft.graph.entity' - additionalProperties: - type: object - microsoft.graph.usedInsight: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: usedInsight - type: object - properties: - lastUsed: - $ref: '#/components/schemas/microsoft.graph.usageDetails' - resourceReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - resourceVisualization: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - resource: - $ref: '#/components/schemas/microsoft.graph.entity' + $ref: '#/components/schemas/microsoft.graph.sharedInsight' + description: 'Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + x-ms-navigationProperty: true + trending: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.trending' + description: 'Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + x-ms-navigationProperty: true + used: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.usedInsight' + description: 'Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.teamFunSettings: @@ -26138,9 +28418,13 @@ components: type: string description: The email address for sending messages to the channel. Read-only. nullable: true + isArchived: + type: boolean + description: Indicates whether the channel is archived. Read-only. + nullable: true isFavoriteByDefault: type: boolean - description: 'Indicates whether the channel should automatically be marked ''favorite'' for all members of the team. Can only be set programmatically with Create team. Default: false.' + description: 'Indicates whether the channel should be marked as recommended for all members of the team to show in their channel list. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false.' nullable: true membershipType: $ref: '#/components/schemas/microsoft.graph.channelMembershipType' @@ -26204,16 +28488,16 @@ components: description: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. autoSubscribeNewMembers: type: boolean - description: 'Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don''t set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true classification: type: string - description: 'Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).' + description: 'Describes a classification for the group (such as low, medium, or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' + description: 'Timestamp of when the group was created. The value can''t be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -26222,12 +28506,12 @@ components: nullable: true displayName: type: string - description: 'The display name for the group. This property is required when a group is created and cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' + description: 'The display name for the group. This property is required when a group is created and can''t be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Timestamp of when the group is set to expire. It is null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' + description: 'Timestamp of when the group is set to expire. It''s null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' format: date-time nullable: true groupTypes: @@ -26241,11 +28525,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isArchived: type: boolean @@ -26253,7 +28537,7 @@ components: nullable: true isAssignableToRole: type: boolean - description: 'Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).' + description: 'Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can''t be a dynamic group (that is, groupTypes can''t contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).' nullable: true isSubscribedByMail: type: boolean @@ -26271,7 +28555,7 @@ components: nullable: true mailNickname: type: string - description: 'The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following: @ () / [] '' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following characters: @ () / [] '' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true membershipRule: type: string @@ -26283,15 +28567,17 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Indicates the last time at which the group was synced with the on-premises directory.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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).' + description: 'Indicates the last time at which the group was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).' format: date-time nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -26304,15 +28590,15 @@ components: nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Returned by default. Supports $filter (eq including on null values). Read-only. + description: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Returned by default. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean - description: 'true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).' + description: 'true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).' nullable: true preferredDataLocation: type: string - description: 'The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator''s preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned one of the following Microsoft Entra roles: Global Administrator User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.' + description: 'The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator''s preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.' nullable: true preferredLanguage: type: string @@ -26326,7 +28612,7 @@ components: renewedDateTime: 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: 'Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' + description: 'Timestamp of when the group was last renewed. This value can''t be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' format: date-time nullable: true securityEnabled: @@ -26335,16 +28621,16 @@ components: nullable: true securityIdentifier: type: string - description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' + description: 'Security identifier of the group, used in Windows scenarios. Read-only. Returned by default.' nullable: true serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).' + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange, or Red. Returned by default.' nullable: true uniqueName: type: string @@ -26354,24 +28640,24 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true visibility: type: string - description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value is not specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' + description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' nullable: true acceptedSenders: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The list of users or groups allowed to create posts or calendar events in this group. If this list is non-empty, then only users or groups listed here are allowed to post.' + description: 'The list of users or groups allowed to create posts or calendar events in this group. If this list is nonempty, then only users or groups listed here are allowed to post.' x-ms-navigationProperty: true appRoleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' - description: Represents the app roles a group has been granted for an application. Supports $expand. + description: Represents the app roles granted to a group for an application. Supports $expand. x-ms-navigationProperty: true calendar: $ref: '#/components/schemas/microsoft.graph.calendar' @@ -26439,7 +28725,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).' + description: 'The owners of the group. Limited to 100 owners. Nullable. If this property isn''t specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).' x-ms-navigationProperty: true permissionGrants: type: array @@ -26466,7 +28752,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: 'Settings that can govern this group''s behavior, like whether members can invite guests to the group. Nullable.' x-ms-navigationProperty: true sites: type: array @@ -27926,6 +30212,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' + description: Information about the meeting attendees. organizer: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' additionalProperties: @@ -27973,7 +30260,7 @@ 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: 'Date and time at which the transcript was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true meetingId: @@ -28093,6 +30380,7 @@ components: nullable: true owner: type: string + description: 'Use the container property instead. ID of the group that owns the plan. After it''s set, this property can’t be updated. This property won''t return a valid group ID if the container of the plan isn''t a group.' nullable: true title: type: string @@ -28241,6 +30529,16 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean + additionalProperties: + type: object microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -28254,6 +30552,16 @@ components: description: Availability of the user to be scheduled for work and its recurrence pattern. additionalProperties: type: object + microsoft.graph.userStorage: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userStorage + type: object + properties: + quota: + $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' + additionalProperties: + type: object microsoft.graph.windowsSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28362,42 +30670,20 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.keyCredentialConfiguration: - title: keyCredentialConfiguration - type: object - properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - format: duration - nullable: 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 - description: 'Timestamp when the policy is enforced for all apps created on or after the specified date. For existing applications, the enforcement date would be back dated. To apply to all applications regardless of their creation date, this property would be null. Nullable.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - additionalProperties: - type: object - microsoft.graph.passwordCredentialConfiguration: - title: passwordCredentialConfiguration + microsoft.graph.appManagementConfiguration: + title: appManagementConfiguration type: object properties: - maxLifetime: - pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' - type: string - format: duration - nullable: 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 - description: 'Enforces the policy for an app created on or after the enforcement date. For existing applications, the enforcement date would be back dated. To apply to all applications, enforcement datetime would be null.' - format: date-time - nullable: true - restrictionType: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + keyCredentials: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' + description: Collection of keyCredential 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.authenticationMethodsRegistrationCampaign: @@ -28457,6 +30743,18 @@ components: description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' additionalProperties: type: object + microsoft.graph.devicesFilter: + title: devicesFilter + type: object + properties: + mode: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfigurationAccessType' + rule: + type: string + description: 'Defines the rule to filter the devices. For example, device.deviceAttribute2 -eq ''PrivilegedAccessWorkstation''.' + nullable: true + additionalProperties: + type: object microsoft.graph.deviceRegistrationMembership: title: deviceRegistrationMembership type: object @@ -28506,13 +30804,47 @@ components: $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' additionalProperties: type: object - microsoft.graph.authenticationConditionApplication: - title: authenticationConditionApplication + microsoft.graph.authenticationAttributeCollectionInputConfiguration: + title: authenticationAttributeCollectionInputConfiguration type: object properties: - appId: + attribute: + type: string + description: The built-in or custom attribute for which a value is being collected. + defaultValue: type: string - description: The identifier for an application corresponding to a condition that triggers an authenticationEventListener. + description: The default value of the attribute displayed to the end user. + nullable: true + editable: + type: boolean + description: Whether the attribute is editable by the end user. + nullable: true + hidden: + type: boolean + description: Whether the attribute is displayed to the end user. + nullable: true + inputType: + $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputType' + label: + type: string + description: 'The label of the attribute field that is displayed to end user, unless overridden.' + options: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionOptionConfiguration' + description: The option values for certain multiple-option input types. + required: + type: boolean + description: Whether the field is required. + nullable: true + validationRegEx: + type: string + description: The regex for the value of the field. + nullable: true + writeToDirectory: + type: boolean + description: Whether the value collected is stored. + nullable: true additionalProperties: type: object microsoft.graph.conditionalAccessFilter: @@ -29166,7 +31498,7 @@ components: nullable: true path: type: string - description: Path that can be used to navigate to the item. Read-only. + description: Percent-encoded path that can be used to navigate to the item. Read-only. nullable: true shareId: type: string @@ -29555,7 +31887,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' scope: type: string - description: 'Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.' + description: 'Indicates the scope of how the item is shared. The possible values are: anonymous, organization, or users. Read-only.' nullable: true sharedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -29904,6 +32236,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.siteArchivalDetails: + title: siteArchivalDetails + type: object + properties: + archiveStatus: + $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' + additionalProperties: + type: object microsoft.graph.itemActivityStat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30460,104 +32800,68 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.sharingDetail: - title: sharingDetail - type: object - properties: - sharedBy: - $ref: '#/components/schemas/microsoft.graph.insightIdentity' - sharedDateTime: - 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 file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - sharingReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - sharingSubject: - type: string - description: The subject with which the document was shared. - nullable: true - sharingType: - type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' - nullable: true - additionalProperties: - type: object - microsoft.graph.resourceReference: - title: resourceReference - type: object - properties: - id: - type: string - description: The item's unique identifier. - nullable: true - type: - type: string - description: 'A string value that can be used to classify the item, such as ''microsoft.graph.driveItem''' - nullable: true - webUrl: - type: string - description: A URL leading to the referenced item. - nullable: true - additionalProperties: - type: object - microsoft.graph.resourceVisualization: - title: resourceVisualization - type: object - properties: - containerDisplayName: - type: string - description: 'A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.' - nullable: true - containerType: - type: string - description: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness. - nullable: true - containerWebUrl: - type: string - description: A path leading to the folder in which the item is stored. - nullable: true - mediaType: - type: string - description: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported. - nullable: true - previewImageUrl: - type: string - description: A URL leading to the preview image for the item. - nullable: true - previewText: - type: string - description: A preview text for the item. - nullable: true - title: - type: string - description: The item's title text. - nullable: true - type: - type: string - description: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types. - nullable: true - additionalProperties: - type: object - microsoft.graph.usageDetails: - title: usageDetails - type: object - properties: - lastAccessedDateTime: - 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 resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - additionalProperties: - type: object + microsoft.graph.sharedInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharedInsight + type: object + properties: + lastShared: + $ref: '#/components/schemas/microsoft.graph.sharingDetail' + resourceReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + resourceVisualization: + $ref: '#/components/schemas/microsoft.graph.resourceVisualization' + sharingHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharingDetail' + lastSharedMethod: + $ref: '#/components/schemas/microsoft.graph.entity' + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + additionalProperties: + type: object + microsoft.graph.trending: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: trending + type: object + properties: + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + resourceReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + resourceVisualization: + $ref: '#/components/schemas/microsoft.graph.resourceVisualization' + weight: + type: number + description: 'Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.' + format: double + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + additionalProperties: + type: object + microsoft.graph.usedInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: usedInsight + type: object + properties: + lastUsed: + $ref: '#/components/schemas/microsoft.graph.usageDetails' + resourceReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + resourceVisualization: + $ref: '#/components/schemas/microsoft.graph.resourceVisualization' + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + additionalProperties: + type: object microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -30806,6 +33110,8 @@ components: - unknownFutureValue - teamifyGroup - createChannel + - archiveChannel + - unarchiveChannel type: string microsoft.graph.teamsAsyncOperationStatus: title: teamsAsyncOperationStatus @@ -31785,6 +34091,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -31794,6 +34101,7 @@ components: description: List of toll-free numbers that are displayed in the meeting invite. tollNumber: type: string + description: The toll number that connects to the Audio Conference Provider. nullable: true tollNumbers: type: array @@ -32175,6 +34483,41 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.unifiedStorageQuota: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: unifiedStorageQuota + type: object + properties: + deleted: + type: integer + format: int64 + nullable: true + manageWebUrl: + type: string + nullable: true + remaining: + type: integer + format: int64 + nullable: true + state: + type: string + nullable: true + total: + type: integer + format: int64 + nullable: true + used: + type: integer + format: int64 + nullable: true + services: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.windowsSettingType: title: windowsSettingType enum: @@ -32320,22 +34663,46 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.appKeyCredentialRestrictionType: - title: appKeyCredentialRestrictionType - enum: - - asymmetricKeyLifetime - - unknownFutureValue - type: string - microsoft.graph.appCredentialRestrictionType: - title: appCredentialRestrictionType - enum: - - passwordAddition - - passwordLifetime - - symmetricKeyAddition - - symmetricKeyLifetime - - customPasswordAddition - - unknownFutureValue - type: string + microsoft.graph.keyCredentialConfiguration: + title: keyCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'Value that can be used as the maximum duration in days, hours, minutes, or seconds from the date of key creation, for which the key is valid. Defined in ISO 8601 format for Durations. For example, P4DT12H30M5S represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' + format: duration + nullable: 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 + description: 'Timestamp when the policy is enforced for all apps created on or after the specified date. For existing applications, the enforcement date would be back dated. To apply to all applications regardless of their creation date, this property would be null. Nullable.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' + additionalProperties: + type: object + microsoft.graph.passwordCredentialConfiguration: + title: passwordCredentialConfiguration + type: object + properties: + maxLifetime: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + description: 'Value that can be used as the maximum number for setting password expiration time in days, hours, minutes or seconds. Defined in ISO 8601 format for Durations. For example, ''P4DT12H30M5S'' represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restriction type is set to passwordLifetime.' + format: duration + nullable: 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 + description: 'Enforces the policy for an app created on or after the enforcement date. For existing applications, the enforcement date would be back dated. To apply to all applications, enforcement datetime would be null.' + format: date-time + nullable: true + restrictionType: + $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' + additionalProperties: + type: object microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget: title: authenticationMethodsRegistrationCampaignIncludeTarget type: object @@ -32372,7 +34739,7 @@ components: properties: target: type: string - description: 'The unique identifier of the user, group, or application; one of the following keywords: AllUsers and AllApplications; or for targets that are applications, you may use reserved values.' + description: 'Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite.' nullable: true targetType: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetType' @@ -32409,6 +34776,27 @@ components: additionalProperties: type: object description: The structure of this object is service-specific + microsoft.graph.authenticationAttributeCollectionInputType: + title: authenticationAttributeCollectionInputType + enum: + - text + - radioSingleSelect + - checkboxMultiSelect + - boolean + - unknownFutureValue + type: string + microsoft.graph.authenticationAttributeCollectionOptionConfiguration: + title: authenticationAttributeCollectionOptionConfiguration + type: object + properties: + label: + type: string + description: 'The label of the option that will be displayed to user, unless overridden.' + value: + type: string + description: The value of the option that will be stored. + additionalProperties: + type: object microsoft.graph.filterMode: title: filterMode enum: @@ -32628,6 +35016,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -33231,15 +35620,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -33258,7 +35648,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -33269,13 +35659,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -33310,11 +35700,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -33333,19 +35723,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -33371,24 +35761,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -33396,10 +35786,18 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.itemActionStat: title: itemActionStat type: object @@ -33583,21 +35981,101 @@ components: $ref: '#/components/schemas/microsoft.graph.termStore.term' additionalProperties: type: object - microsoft.graph.insightIdentity: - title: insightIdentity + microsoft.graph.sharingDetail: + title: sharingDetail type: object properties: - address: + sharedBy: + $ref: '#/components/schemas/microsoft.graph.insightIdentity' + sharedDateTime: + 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 email address of the user who shared the item. + description: 'The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time nullable: true - displayName: + sharingReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + sharingSubject: type: string - description: The display name of the user who shared the item. + description: The subject with which the document was shared. nullable: true + sharingType: + type: string + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' + nullable: true + additionalProperties: + type: object + microsoft.graph.resourceReference: + title: resourceReference + type: object + properties: id: type: string - description: The ID of the user who shared the item. + description: The item's unique identifier. + nullable: true + type: + type: string + description: 'A string value that can be used to classify the item, such as ''microsoft.graph.driveItem''' + nullable: true + webUrl: + type: string + description: A URL leading to the referenced item. + nullable: true + additionalProperties: + type: object + microsoft.graph.resourceVisualization: + title: resourceVisualization + type: object + properties: + containerDisplayName: + type: string + description: 'A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.' + nullable: true + containerType: + type: string + description: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness. + nullable: true + containerWebUrl: + type: string + description: A path leading to the folder in which the item is stored. + nullable: true + mediaType: + type: string + description: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported. + nullable: true + previewImageUrl: + type: string + description: A URL leading to the preview image for the item. + nullable: true + previewText: + type: string + description: A preview text for the item. + nullable: true + title: + type: string + description: The item's title text. + nullable: true + type: + type: string + description: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types. + nullable: true + additionalProperties: + type: object + microsoft.graph.usageDetails: + title: usageDetails + type: object + properties: + lastAccessedDateTime: + 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 resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time nullable: true additionalProperties: type: object @@ -34430,6 +36908,13 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.serviceStorageQuotaBreakdown: + allOf: + - $ref: '#/components/schemas/microsoft.graph.storageQuotaBreakdown' + - title: serviceStorageQuotaBreakdown + type: object + additionalProperties: + type: object microsoft.graph.taskStatus: title: taskStatus enum: @@ -34543,6 +37028,22 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.appKeyCredentialRestrictionType: + title: appKeyCredentialRestrictionType + enum: + - asymmetricKeyLifetime + - unknownFutureValue + type: string + microsoft.graph.appCredentialRestrictionType: + title: appCredentialRestrictionType + enum: + - passwordAddition + - passwordLifetime + - symmetricKeyAddition + - symmetricKeyLifetime + - customPasswordAddition + - unknownFutureValue + type: string microsoft.graph.crossTenantAccessPolicyTargetType: title: crossTenantAccessPolicyTargetType enum: @@ -34621,6 +37122,52 @@ components: - stapleDualRight - stapleDualBottom - unknownFutureValue + - stapleTripleLeft + - stapleTripleTop + - stapleTripleRight + - stapleTripleBottom + - bindLeft + - bindTop + - bindRight + - bindBottom + - foldAccordion + - foldDoubleGate + - foldGate + - foldHalf + - foldHalfZ + - foldLeftGate + - foldLetter + - foldParallel + - foldPoster + - foldRightGate + - foldZ + - foldEngineeringZ + - punchTopLeft + - punchBottomLeft + - punchTopRight + - punchBottomRight + - punchDualLeft + - punchDualTop + - punchDualRight + - punchDualBottom + - punchTripleLeft + - punchTripleTop + - punchTripleRight + - punchTripleBottom + - punchQuadLeft + - punchQuadTop + - punchQuadRight + - punchQuadBottom + - fold + - trim + - bale + - bookletMaker + - coat + - laminate + - trimAfterPages + - trimAfterDocuments + - trimAfterCopies + - trimAfterJob type: string microsoft.graph.printMultipageLayout: title: printMultipageLayout @@ -35536,6 +38083,7 @@ components: description: Finishing processes to use when printing. fitPdfToPage: type: boolean + description: True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. nullable: true inputBin: type: string @@ -35545,10 +38093,11 @@ components: $ref: '#/components/schemas/microsoft.graph.printMargin' mediaSize: type: string - description: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. + description: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. nullable: true mediaType: type: string + description: The default media (such as paper) type to print the document on. nullable: true multipageLayout: $ref: '#/components/schemas/microsoft.graph.printMultipageLayout' @@ -35556,15 +38105,18 @@ components: $ref: '#/components/schemas/microsoft.graph.printOrientation' outputBin: type: string + description: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. nullable: true pageRanges: type: array items: $ref: '#/components/schemas/microsoft.graph.integerRange' + description: The page ranges to print. Read-only. pagesPerSheet: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of document pages to print on each sheet. format: int32 nullable: true quality: @@ -35581,7 +38133,7 @@ components: properties: ipAddress: type: string - description: Indicates the client IP address used by user performing the activity (audit log only). + description: Indicates the client IP address associated with the user performing the activity (audit log only). nullable: true userPrincipalName: type: string @@ -35722,11 +38274,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -35763,14 +38315,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -35785,10 +38337,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -35801,13 +38353,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -35864,7 +38416,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -35880,7 +38432,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -35927,6 +38479,24 @@ components: - reuse - unknownFutureValue type: string + microsoft.graph.insightIdentity: + title: insightIdentity + type: object + properties: + address: + type: string + description: The email address of the user who shared the item. + nullable: true + displayName: + type: string + description: The display name of the user who shared the item. + nullable: true + id: + type: string + description: The ID of the user who shared the item. + nullable: true + additionalProperties: + type: object microsoft.graph.scheduleChangeRequestActor: title: scheduleChangeRequestActor enum: @@ -36025,6 +38595,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.storageQuotaBreakdown: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: storageQuotaBreakdown + type: object + properties: + displayName: + type: string + nullable: true + manageWebUrl: + type: string + nullable: true + used: + type: integer + format: int64 + nullable: true + additionalProperties: + type: object microsoft.graph.printMargin: title: printMargin type: object @@ -36188,31 +38776,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -36238,7 +38826,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -36246,7 +38834,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -36259,7 +38847,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -36267,7 +38855,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -36279,15 +38867,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -36363,23 +38951,29 @@ components: properties: color: type: string + description: The color applied to the cell. nullable: true criterion1: type: string + description: A custom criterion. nullable: true criterion2: type: string + description: A custom criterion. nullable: true dynamicCriteria: type: string + description: A dynamic formula specified in a custom filter. filterOn: type: string + description: Indicates whether a filter is applied to a column. icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' operator: type: string + description: 'An operator in a cell; for example, =, >, <, <=, or <>.' values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: The values that appear in the cell. additionalProperties: type: object microsoft.graph.workbookIcon: @@ -36390,11 +38984,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -36404,13 +38998,13 @@ components: type: object properties: majorUnit: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number. maximum: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minimum: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minorUnit: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' majorGridlines: @@ -36448,28 +39042,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -36504,7 +39098,7 @@ components: type: object properties: value: - $ref: '#/components/schemas/microsoft.graph.Json' + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -36541,7 +39135,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -36558,7 +39152,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -36571,7 +39165,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object @@ -36636,6 +39230,42 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventListenerCollectionResponse' + microsoft.graph.authenticationEventsFlowCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlowCollectionResponse' + microsoft.graph.authenticationConditionApplicationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplicationCollectionResponse' + microsoft.graph.identityUserFlowAttributeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeCollectionResponse' + StringCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/StringCollectionResponse' + microsoft.graph.identityProviderBaseCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProviderBaseCollectionResponse' + microsoft.graph.externalUsersSelfServiceSignUpEventsFlowCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalUsersSelfServiceSignUpEventsFlowCollectionResponse' microsoft.graph.b2xIdentityUserFlowCollectionResponse: description: Retrieved collection content: @@ -36666,18 +39296,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignmentCollectionResponse' - microsoft.graph.identityProviderBaseCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identityProviderBaseCollectionResponse' - StringCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/StringCollectionResponse' microsoft.graph.authenticationContextClassReferenceCollectionResponse: description: Retrieved collection content: @@ -36726,12 +39344,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtensionCollectionResponse' - microsoft.graph.identityUserFlowAttributeCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeCollectionResponse' microsoft.graph.riskDetectionCollectionResponse: description: Retrieved collection content: @@ -37011,19 +39623,19 @@ components: schema: type: boolean requestBodies: - refPutBody: - description: New navigation property ref values + refPostBody: + description: New navigation property ref value content: application/json: schema: - $ref: '#/components/schemas/ReferenceUpdate' + $ref: '#/components/schemas/ReferenceCreate' required: true - refPostBody: - description: New navigation property ref value + refPutBody: + description: New navigation property ref values content: application/json: schema: - $ref: '#/components/schemas/ReferenceCreate' + $ref: '#/components/schemas/ReferenceUpdate' required: true securitySchemes: azureaadv2: @@ -37034,4 +39646,4 @@ components: tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token scopes: { } security: - - azureaadv2: [ ] \ No newline at end of file + - azureaadv2: [ ] diff --git a/openApiDocs/v1.0/Mail.yml b/openApiDocs/v1.0/Mail.yml index 2fd55ef820..38991c6ddc 100644 --- a/openApiDocs/v1.0/Mail.yml +++ b/openApiDocs/v1.0/Mail.yml @@ -32,6 +32,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -91,6 +101,7 @@ paths: 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 @@ -113,6 +124,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.inferenceClassificationOverrideCollectionResponse' @@ -187,6 +208,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -285,6 +316,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -316,6 +348,7 @@ paths: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -555,6 +588,7 @@ paths: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -827,6 +861,7 @@ paths: x-ms-docs-key-type: mailFolder - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -849,6 +884,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' @@ -955,6 +1000,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -1101,6 +1156,7 @@ paths: schema: type: string x-ms-docs-key-type: mailFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -1410,6 +1466,7 @@ paths: tags: - users.mailFolder summary: Get media content for the navigation property messages from users + description: The unique identifier for an entity. Read-only. operationId: user.mailFolder.childFolder_GetMessagesContent parameters: - name: user-id @@ -1444,13 +1501,6 @@ paths: schema: type: string x-ms-docs-key-type: message - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -1461,11 +1511,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.mailFolder summary: Update media content for the navigation property messages in users + description: The unique identifier for an entity. Read-only. operationId: user.mailFolder.childFolder_SetMessagesContent parameters: - name: user-id @@ -1513,7 +1563,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.mailFolder + summary: Delete media content for the navigation property messages in users + description: The unique identifier for an entity. Read-only. + operationId: user.mailFolder.childFolder_DeleteMessagesContent + 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: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: mailFolder-id1 + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments': get: tags: @@ -1554,6 +1653,9 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -1825,6 +1927,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -1873,6 +1976,7 @@ paths: x-ms-docs-key-type: message - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -2207,6 +2311,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2274,6 +2379,7 @@ paths: schema: type: string x-ms-docs-key-type: mailFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2306,6 +2412,7 @@ paths: x-ms-docs-key-type: mailFolder - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -2328,6 +2435,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' @@ -2418,6 +2535,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -2540,6 +2667,7 @@ paths: schema: type: string x-ms-docs-key-type: mailFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2809,6 +2937,7 @@ paths: tags: - users.mailFolder summary: Get media content for the navigation property messages from users + description: The unique identifier for an entity. Read-only. operationId: user.mailFolder_GetMessagesContent parameters: - name: user-id @@ -2835,13 +2964,6 @@ paths: schema: type: string x-ms-docs-key-type: message - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -2852,11 +2974,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.mailFolder summary: Update media content for the navigation property messages in users + description: The unique identifier for an entity. Read-only. operationId: user.mailFolder_SetMessagesContent parameters: - name: user-id @@ -2896,7 +3018,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.mailFolder + summary: Delete media content for the navigation property messages in users + description: The unique identifier for an entity. Read-only. + operationId: user.mailFolder_DeleteMessagesContent + 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: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments': get: tags: @@ -2929,6 +3092,9 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -3168,6 +3334,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -3208,6 +3375,7 @@ paths: x-ms-docs-key-type: message - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -3502,6 +3670,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -3553,6 +3722,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -3796,6 +3966,7 @@ paths: tags: - users.message summary: Get media content for the navigation property messages from users + description: The unique identifier for an entity. Read-only. operationId: user_GetMessagesContent parameters: - name: user-id @@ -3814,13 +3985,6 @@ paths: schema: type: string x-ms-docs-key-type: message - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -3831,11 +3995,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.message summary: Update media content for the navigation property messages in users + description: The unique identifier for an entity. Read-only. operationId: user_SetMessagesContent parameters: - name: user-id @@ -3867,7 +4031,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.message + summary: Delete media content for the navigation property messages in users + description: The unique identifier for an entity. Read-only. + operationId: user_DeleteMessagesContent + 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: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/messages/{message-id}/attachments': get: tags: @@ -3892,6 +4089,9 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -4099,6 +4299,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4131,6 +4332,7 @@ paths: x-ms-docs-key-type: message - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -4385,6 +4587,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5316,6 +5519,14 @@ components: schema: minimum: 0 type: integer + search: + name: $search + in: query + description: Search items by search phrases + style: form + explode: false + schema: + type: string filter: name: $filter in: query @@ -5332,14 +5543,6 @@ components: explode: false schema: type: boolean - search: - name: $search - in: query - description: Search items by search phrases - style: form - explode: false - schema: - type: string securitySchemes: azureaadv2: type: oauth2 @@ -5349,4 +5552,4 @@ components: tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token scopes: { } security: - - azureaadv2: [ ] \ No newline at end of file + - azureaadv2: [ ] diff --git a/openApiDocs/v1.0/Notes.yml b/openApiDocs/v1.0/Notes.yml index 0eb4d65e46..42ca3cf72f 100644 --- a/openApiDocs/v1.0/Notes.yml +++ b/openApiDocs/v1.0/Notes.yml @@ -6672,157 +6672,6 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/onenote': - get: - tags: - - sites.onenote - summary: Get onenote from sites - description: Calls the OneNote service for notebook related operations. - operationId: site.getGraphBPrePath_GetOnenote - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.onenote - summary: Update the navigation property onenote in sites - operationId: site.getGraphBPrePath_UpdateOnenote - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.onenote - summary: Delete navigation property onenote for sites - operationId: site.getGraphBPrePath_DeleteOnenote - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - - 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 '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/onenote': get: tags: diff --git a/openApiDocs/v1.0/PersonalContacts.yml b/openApiDocs/v1.0/PersonalContacts.yml index 07d0d22e50..9f4a37e949 100644 --- a/openApiDocs/v1.0/PersonalContacts.yml +++ b/openApiDocs/v1.0/PersonalContacts.yml @@ -24,6 +24,7 @@ paths: 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 @@ -249,6 +250,7 @@ paths: x-ms-docs-key-type: contactFolder - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -514,6 +516,7 @@ paths: x-ms-docs-key-type: contactFolder - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -819,6 +822,7 @@ paths: x-ms-docs-key-type: contact - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -1153,6 +1157,7 @@ paths: schema: type: string x-ms-docs-key-type: contact + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -1209,6 +1214,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -1279,6 +1294,7 @@ paths: tags: - users.contactFolder summary: Get media content for the navigation property photo from users + description: Optional contact picture. You can get or set a photo for a contact. operationId: user.contactFolder.childFolder.contact_GetPhotoContent parameters: - name: user-id @@ -1313,13 +1329,6 @@ paths: schema: type: string x-ms-docs-key-type: contact - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -1330,11 +1339,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.contactFolder summary: Update media content for the navigation property photo in users + description: Optional contact picture. You can get or set a photo for a contact. operationId: user.contactFolder.childFolder.contact_SetPhotoContent parameters: - name: user-id @@ -1382,7 +1391,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.contactFolder + summary: Delete media content for the navigation property photo in users + description: Optional contact picture. You can get or set a photo for a contact. + operationId: user.contactFolder.childFolder.contact_DeletePhotoContent + 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: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contactFolder-id1 + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contact-id + in: path + description: The unique identifier of contact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contact + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count': get: tags: @@ -1414,6 +1472,7 @@ paths: schema: type: string x-ms-docs-key-type: contactFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -1443,6 +1502,7 @@ paths: schema: type: string x-ms-docs-key-type: contactFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -1475,6 +1535,7 @@ paths: x-ms-docs-key-type: contactFolder - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -1740,6 +1801,7 @@ paths: x-ms-docs-key-type: contact - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -2034,6 +2096,7 @@ paths: schema: type: string x-ms-docs-key-type: contact + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2082,6 +2145,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -2144,6 +2217,7 @@ paths: tags: - users.contactFolder summary: Get media content for the navigation property photo from users + description: Optional contact picture. You can get or set a photo for a contact. operationId: user.contactFolder.contact_GetPhotoContent parameters: - name: user-id @@ -2170,13 +2244,6 @@ paths: schema: type: string x-ms-docs-key-type: contact - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -2187,11 +2254,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.contactFolder summary: Update media content for the navigation property photo in users + description: Optional contact picture. You can get or set a photo for a contact. operationId: user.contactFolder.contact_SetPhotoContent parameters: - name: user-id @@ -2231,7 +2298,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.contactFolder + summary: Delete media content for the navigation property photo in users + description: Optional contact picture. You can get or set a photo for a contact. + operationId: user.contactFolder.contact_DeletePhotoContent + 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: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contact-id + in: path + description: The unique identifier of contact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contact + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count': get: tags: @@ -2255,6 +2363,7 @@ paths: schema: type: string x-ms-docs-key-type: contactFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2276,6 +2385,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2526,6 +2636,7 @@ paths: x-ms-docs-key-type: contact - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -2780,6 +2891,7 @@ paths: schema: type: string x-ms-docs-key-type: contact + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2820,6 +2932,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -2874,6 +2996,7 @@ paths: tags: - users.contact summary: Get media content for the navigation property photo from users + description: Optional contact picture. You can get or set a photo for a contact. operationId: user.contact_GetPhotoContent parameters: - name: user-id @@ -2892,13 +3015,6 @@ paths: schema: type: string x-ms-docs-key-type: contact - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -2909,11 +3025,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.contact summary: Update media content for the navigation property photo in users + description: Optional contact picture. You can get or set a photo for a contact. operationId: user.contact_SetPhotoContent parameters: - name: user-id @@ -2945,7 +3061,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.contact + summary: Delete media content for the navigation property photo in users + description: Optional contact picture. You can get or set a photo for a contact. + operationId: user.contact_DeletePhotoContent + 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: contact-id + in: path + description: The unique identifier of contact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contact + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/contacts/$count': get: tags: @@ -3067,7 +3216,7 @@ components: nullable: true generation: type: string - description: The contact's generation. + description: The contact's suffix. nullable: true givenName: type: string @@ -3453,6 +3602,14 @@ components: schema: minimum: 0 type: integer + search: + name: $search + in: query + description: Search items by search phrases + style: form + explode: false + schema: + type: string filter: name: $filter in: query @@ -3469,14 +3626,6 @@ components: explode: false schema: type: boolean - search: - name: $search - in: query - description: Search items by search phrases - style: form - explode: false - schema: - type: string securitySchemes: azureaadv2: type: oauth2 @@ -3486,4 +3635,4 @@ components: tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token scopes: { } security: - - azureaadv2: [ ] \ No newline at end of file + - azureaadv2: [ ] diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index 6d952bf2eb..834e596b9e 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -7112,7 +7112,7 @@ components: description: ID of the user that initiated the sign-in. Supports $filter (eq). userPrincipalName: type: string - description: 'User principal name of the user that initiated the sign-in. Supports $filter (eq, startsWith).' + description: 'User principal name of the user that initiated the sign-in. This value is always in lowercase. For guest users whose values in the user object typically contain #EXT# before the domain part, this property stores the value in both lowercase and the ''true'' format. For example, while the user object stores AdeleVance_fabrikam.com#EXT#@contoso.com, the sign-in logs store adelevance@fabrikam.com. Supports $filter (eq, startsWith).' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 8483bb20b4..42440327c2 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -26360,11 +26360,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index a4bd03c1f9..983337fcfb 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -11414,13 +11414,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/analytics': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/onenote': get: tags: - groups.site - summary: Get analytics from groups - description: Analytics about the view activities that took place on this site. - operationId: group.site.getGraphBPrePath_GetAnalytic + summary: Get onenote from groups + description: Calls the OneNote service for notebook related operations. + operationId: group.site.getGraphBPrePath_GetOnenote parameters: - name: group-id in: path @@ -11446,14 +11446,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - name: $select in: query description: Select properties to be returned @@ -11480,15 +11472,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property analytics in groups - operationId: group.site.getGraphBPrePath_UpdateAnalytic + summary: Update the navigation property onenote in groups + operationId: group.site.getGraphBPrePath_UpdateOnenote parameters: - name: group-id in: path @@ -11514,20 +11506,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: @@ -11535,15 +11519,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property analytics for groups - operationId: group.site.getGraphBPrePath_DeleteAnalytic + summary: Delete navigation property onenote for groups + operationId: group.site.getGraphBPrePath_DeleteOnenote parameters: - name: group-id in: path @@ -11569,14 +11553,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - name: If-Match in: header description: ETag @@ -11589,13 +11565,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/columns': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/operations': get: tags: - groups.site - summary: Get columns from groups - description: The collection of column definitions reusable across lists under this site. - operationId: group.site.getGraphBPrePath_ListColumn + summary: Get operations from groups + description: The collection of long-running operations on the site. + operationId: group.site.getGraphBPrePath_ListOperation parameters: - name: group-id in: path @@ -11621,14 +11597,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -11666,7 +11634,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -11676,8 +11644,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to columns for groups - operationId: group.site.getGraphBPrePath_CreateColumn + summary: Create new navigation property to operations for groups + operationId: group.site.getGraphBPrePath_CreateOperation parameters: - name: group-id in: path @@ -11703,20 +11671,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -11724,17 +11684,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/contentTypes': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/pages': get: tags: - groups.site - summary: Get contentTypes from groups - description: The collection of content types defined for this site. - operationId: group.site.getGraphBPrePath_ListContentType + summary: Get pages from groups + description: The collection of pages in the baseSitePages list in this site. + operationId: group.site.getGraphBPrePath_ListPage parameters: - name: group-id in: path @@ -11760,14 +11720,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -11805,7 +11757,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -11815,8 +11767,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to contentTypes for groups - operationId: group.site.getGraphBPrePath_CreateContentType + summary: Create new navigation property to pages for groups + operationId: group.site.getGraphBPrePath_CreatePage parameters: - name: group-id in: path @@ -11842,20 +11794,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: @@ -11863,17 +11807,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/createdByUser': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/permissions': get: tags: - groups.site - summary: Get createdByUser from groups - description: Identity of the user who created the item. Read-only. - operationId: group.site.getGraphBPrePath_GetCreatedGraphBPreUser + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. + operationId: group.site.getGraphBPrePath_ListPermission parameters: - name: group-id in: path @@ -11899,14 +11843,21 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - nullable: true + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -11929,21 +11880,67 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to permissions for groups + operationId: group.site.getGraphBPrePath_CreatePermission + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + style: simple + schema: + type: string + nullable: true + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/drive': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/sites': get: tags: - groups.site - summary: Get drive from groups - description: The default drive (document library) for this site. - operationId: group.site.getGraphBPrePath_GetDrive + summary: Get sites from groups + description: The collection of the sub-sites under this site. + operationId: group.site.getGraphBPrePath_ListSite parameters: - name: group-id in: path @@ -11969,9 +11966,77 @@ paths: schema: type: string nullable: true - - name: path1 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/termStore': + get: + tags: + - groups.site + summary: Get termStore from groups + description: The default termStore under this site. + operationId: group.site.getGraphBPrePath_GetTermStore + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: path in: path - description: 'Usage: path=''{path1}''' + description: 'Usage: path=''{path}''' required: true style: simple schema: @@ -12003,17 +12068,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.drive' + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/drives': - get: + patch: tags: - groups.site - summary: Get drives from groups - description: The collection of drives (document libraries) under this site. - operationId: group.site.getGraphBPrePath_ListDrive + summary: Update the navigation property termStore in groups + operationId: group.site.getGraphBPrePath_UpdateTermStore parameters: - name: group-id in: path @@ -12039,64 +12102,28 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/externalColumns': - get: + delete: tags: - groups.site - summary: Get externalColumns from groups - operationId: group.site.getGraphBPrePath_ListExternalColumn + summary: Delete navigation property termStore for groups + operationId: group.site.getGraphBPrePath_DeleteTermStore parameters: - name: group-id in: path @@ -12122,65 +12149,25 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true + - name: If-Match + in: header + description: ETag 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/items': + '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/termStores': get: tags: - groups.site - summary: Get items from groups - description: Used to address any item contained in this site. This collection can't be enumerated. - operationId: group.site.getGraphBPrePath_ListItem + summary: Get termStores from groups + description: The collection of termStores under this site. + operationId: group.site.getGraphBPrePath_ListTermStore parameters: - name: group-id in: path @@ -12206,14 +12193,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -12251,20 +12230,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/lastModifiedByUser': - get: + post: tags: - groups.site - summary: Get lastModifiedByUser from groups - description: Identity of the user who last modified the item. Read-only. - operationId: group.site.getGraphBPrePath_GetLastModifiedGraphBPreUser + summary: Create new navigation property to termStores for groups + operationId: group.site.getGraphBPrePath_CreateTermStore parameters: - name: group-id in: path @@ -12290,14 +12267,47 @@ paths: schema: type: string nullable: true - - name: path1 + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote': + get: + tags: + - groups.site + summary: Get onenote from groups + description: Calls the OneNote service for notebook related operations. + operationId: group.site_GetOnenote + parameters: + - name: group-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of group required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: $select in: query description: Select properties to be returned @@ -12324,17 +12334,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/lists': - get: + patch: tags: - groups.site - summary: Get lists from groups - description: The collection of lists under this site. - operationId: group.site.getGraphBPrePath_ListList + summary: Update the navigation property onenote in groups + operationId: group.site_UpdateOnenote parameters: - name: group-id in: path @@ -12352,22 +12360,81 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property onenote for groups + operationId: group.site_DeleteOnenote + parameters: + - name: group-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of group required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: group + - name: site-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of site required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: site + - 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 + '/groups/{group-id}/sites/{site-id}/onenote/notebooks': + get: + tags: + - groups.site + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_ListNotebook + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -12405,7 +12472,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listCollectionResponse' + $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -12415,8 +12482,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to lists for groups - operationId: group.site.getGraphBPrePath_CreateList + summary: Create new navigation property to notebooks for groups + operationId: group.site.onenote_CreateNotebook parameters: - name: group-id in: path @@ -12434,28 +12501,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: @@ -12463,17 +12514,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/onenote': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}': get: tags: - groups.site - summary: Get onenote from groups - description: Calls the OneNote service for notebook related operations. - operationId: group.site.getGraphBPrePath_GetOnenote + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_GetNotebook parameters: - name: group-id in: path @@ -12491,22 +12542,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook - name: $select in: query description: Select properties to be returned @@ -12533,15 +12576,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property onenote in groups - operationId: group.site.getGraphBPrePath_UpdateOnenote + summary: Update the navigation property notebooks in groups + operationId: group.site.onenote_UpdateNotebook parameters: - name: group-id in: path @@ -12559,28 +12602,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: @@ -12588,15 +12623,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property onenote for groups - operationId: group.site.getGraphBPrePath_DeleteOnenote + summary: Delete navigation property notebooks for groups + operationId: group.site.onenote_DeleteNotebook parameters: - name: group-id in: path @@ -12614,22 +12649,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook - name: If-Match in: header description: ETag @@ -12642,13 +12669,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/operations': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups': get: tags: - groups.site - summary: Get operations from groups - description: The collection of long-running operations on the site. - operationId: group.site.getGraphBPrePath_ListOperation + summary: Get sectionGroups from groups + description: The section groups in the notebook. Read-only. Nullable. + operationId: group.site.onenote.notebook_ListSectionGroup parameters: - name: group-id in: path @@ -12666,22 +12693,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -12719,7 +12738,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -12729,8 +12748,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to operations for groups - operationId: group.site.getGraphBPrePath_CreateOperation + summary: Create new navigation property to sectionGroups for groups + operationId: group.site.onenote.notebook_CreateSectionGroup parameters: - name: group-id in: path @@ -12748,28 +12767,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: notebook-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: @@ -12777,17 +12788,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/pages': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the baseSitePages list in this site. - operationId: group.site.getGraphBPrePath_ListPage + summary: Get sectionGroups from groups + description: The section groups in the notebook. Read-only. Nullable. + operationId: group.site.onenote.notebook_GetSectionGroup parameters: - name: group-id in: path @@ -12805,37 +12816,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -12858,18 +12854,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.getGraphBPrePath_CreatePage + summary: Update the navigation property sectionGroups in groups + operationId: group.site.onenote.notebook_UpdateSectionGroup parameters: - name: group-id in: path @@ -12887,46 +12884,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/permissions': - get: + delete: tags: - groups.site - summary: Get permissions from groups - description: The permissions associated with the site. Nullable. - operationId: group.site.getGraphBPrePath_ListPermission + summary: Delete navigation property sectionGroups for groups + operationId: group.site.onenote.notebook_DeleteSectionGroup parameters: - name: group-id in: path @@ -12944,71 +12939,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: sectionGroup + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': + get: tags: - groups.site - summary: Create new navigation property to permissions for groups - operationId: group.site.getGraphBPrePath_CreatePermission + summary: Get parentNotebook from groups + description: The notebook that contains the section group. Read-only. + operationId: group.site.onenote.notebook.sectionGroup_GetParentNotebook parameters: - name: group-id in: path @@ -13026,46 +12991,59 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' - required: true + x-ms-docs-key-type: sectionGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/sites': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': get: tags: - groups.site - summary: Get sites from groups - description: The collection of the sub-sites under this site. - operationId: group.site.getGraphBPrePath_ListSite + summary: Get parentSectionGroup from groups + description: The section group that contains the section group. Read-only. + operationId: group.site.onenote.notebook.sectionGroup_GetParentSectionGroup parameters: - name: group-id in: path @@ -13083,37 +13061,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -13136,20 +13099,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/termStore': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': get: tags: - groups.site - summary: Get termStore from groups - description: The default termStore under this site. - operationId: group.site.getGraphBPrePath_GetTermStore + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: group-id in: path @@ -13167,22 +13131,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -13205,19 +13184,20 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': + get: tags: - groups.site - summary: Update the navigation property termStore in groups - operationId: group.site.getGraphBPrePath_UpdateTermStore + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup_GetSectionGroup parameters: - name: group-id in: path @@ -13235,44 +13215,66 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true + x-ms-docs-key-type: sectionGroup + - name: sectionGroup-id1 + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': + get: tags: - groups.site - summary: Delete navigation property termStore for groups - operationId: group.site.getGraphBPrePath_DeleteTermStore + summary: Get the number of the resource + operationId: group.site.onenote.notebook.sectionGroup_GetCount parameters: - name: group-id in: path @@ -13290,41 +13292,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/termStores': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': get: tags: - groups.site - summary: Get termStores from groups - description: The collection of termStores under this site. - operationId: group.site.getGraphBPrePath_ListTermStore + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup_ListSection parameters: - name: group-id in: path @@ -13342,22 +13339,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -13395,7 +13392,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -13405,8 +13402,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to termStores for groups - operationId: group.site.getGraphBPrePath_CreateTermStore + summary: Create new navigation property to sections for groups + operationId: group.site.onenote.notebook.sectionGroup_CreateSection parameters: - name: group-id in: path @@ -13424,28 +13421,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: sectionGroup requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -13453,17 +13450,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/onenote': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': get: tags: - groups.site - summary: Get onenote from groups - description: Calls the OneNote service for notebook related operations. - operationId: group.site.getGraphBPrePath_GetOnenote + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup_GetSection parameters: - name: group-id in: path @@ -13481,14 +13478,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -13515,15 +13528,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property onenote in groups - operationId: group.site.getGraphBPrePath_UpdateOnenote + summary: Update the navigation property sections in groups + operationId: group.site.onenote.notebook.sectionGroup_UpdateSection parameters: - name: group-id in: path @@ -13541,20 +13554,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -13562,15 +13591,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property onenote for groups - operationId: group.site.getGraphBPrePath_DeleteOnenote + summary: Delete navigation property sections for groups + operationId: group.site.onenote.notebook.sectionGroup_DeleteSection parameters: - name: group-id in: path @@ -13588,14 +13617,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: If-Match in: header description: ETag @@ -13608,13 +13653,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/operations': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': get: tags: - groups.site - summary: Get operations from groups - description: The collection of long-running operations on the site. - operationId: group.site.getGraphBPrePath_ListOperation + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup.section_ListPage parameters: - name: group-id in: path @@ -13632,14 +13677,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -13677,7 +13738,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -13687,8 +13748,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to operations for groups - operationId: group.site.getGraphBPrePath_CreateOperation + summary: Create new navigation property to pages for groups + operationId: group.site.onenote.notebook.sectionGroup.section_CreatePage parameters: - name: group-id in: path @@ -13706,20 +13767,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: @@ -13727,17 +13804,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/pages': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: tags: - groups.site summary: Get pages from groups - description: The collection of pages in the baseSitePages list in this site. - operationId: group.site.getGraphBPrePath_ListPage + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.sectionGroup.section_GetPage parameters: - name: group-id in: path @@ -13755,29 +13832,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -13800,18 +13886,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.getGraphBPrePath_CreatePage + summary: Update the navigation property pages in groups + operationId: group.site.onenote.notebook.sectionGroup.section_UpdatePage parameters: - name: group-id in: path @@ -13829,38 +13916,60 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/permissions': - get: + delete: tags: - groups.site - summary: Get permissions from groups - description: The permissions associated with the site. Nullable. - operationId: group.site.getGraphBPrePath_ListPermission + summary: Delete navigation property pages for groups + operationId: group.site.onenote.notebook.sectionGroup.section_DeletePage parameters: - name: group-id in: path @@ -13878,112 +13987,57 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to permissions for groups - operationId: group.site.getGraphBPrePath_CreatePermission - parameters: - - name: group-id + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: path + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of onenotePage required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' - required: true + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/sites': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: tags: - groups.site - summary: Get sites from groups - description: The collection of the sub-sites under this site. - operationId: group.site.getGraphBPrePath_ListSite + summary: Get content for the navigation property pages from groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.sectionGroup.section_GetPagesContent parameters: - name: group-id in: path @@ -14001,65 +14055,54 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: onenotePage responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/termStore': - get: + put: tags: - groups.site - summary: Get termStore from groups - description: The default termStore under this site. - operationId: group.site.getGraphBPrePath_GetTermStore + summary: Update content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.sectionGroup.section_SetPagesContent parameters: - name: group-id in: path @@ -14077,80 +14120,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property termStore in groups - operationId: group.site.getGraphBPrePath_UpdateTermStore - parameters: - - name: group-id + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: path + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of onenotePage required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: onenotePage requestBody: - description: New navigation property values + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + type: string + format: binary required: true responses: 2XX: @@ -14158,15 +14166,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property termStore for groups - operationId: group.site.getGraphBPrePath_DeleteTermStore + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.sectionGroup.section_DeletePagesContent parameters: - name: group-id in: path @@ -14184,14 +14192,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: If-Match in: header description: ETag @@ -14203,14 +14235,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/termStores': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: - groups.site - summary: Get termStores from groups - description: The collection of termStores under this site. - operationId: group.site.getGraphBPrePath_ListTermStore + summary: Get parentNotebook from groups + description: The notebook that contains the page. Read-only. + operationId: group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook parameters: - name: group-id in: path @@ -14228,29 +14259,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -14273,18 +14313,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': + get: tags: - groups.site - summary: Create new navigation property to termStores for groups - operationId: group.site.getGraphBPrePath_CreateTermStore + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.notebook.sectionGroup.section.page_GetParentSection parameters: - name: group-id in: path @@ -14302,55 +14345,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: notebook-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of notebook required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote': - get: - tags: - - groups.site - summary: Get onenote from groups - description: Calls the OneNote service for notebook related operations. - operationId: group.site_GetOnenote - parameters: - - name: group-id + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -14377,15 +14403,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenote' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': + get: tags: - groups.site - summary: Update the navigation property onenote in groups - operationId: group.site_UpdateOnenote + summary: Get the number of the resource + operationId: group.site.onenote.notebook.sectionGroup.section.page_GetCount parameters: - name: group-id in: path @@ -14403,64 +14430,44 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenote' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property onenote for groups - operationId: group.site_DeleteOnenote - parameters: - - name: group-id + - name: notebook-id in: path - description: The unique identifier of group + description: The unique identifier of notebook required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: The unique identifier of site + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true style: simple schema: type: string + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': get: tags: - groups.site - summary: Get notebooks from groups - description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_ListNotebook + summary: Get parentNotebook from groups + description: The notebook that contains the section. Read-only. + operationId: group.site.onenote.notebook.sectionGroup.section_GetParentNotebook parameters: - name: group-id in: path @@ -14478,21 +14485,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: notebook-id + in: path + description: The unique identifier of notebook + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: notebook + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -14515,18 +14531,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': + get: tags: - groups.site - summary: Create new navigation property to notebooks for groups - operationId: group.site.onenote_CreateNotebook + summary: Get parentSectionGroup from groups + description: The section group that contains the section. Read-only. + operationId: group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup parameters: - name: group-id in: path @@ -14544,55 +14563,30 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}': - get: - tags: - - groups.site - summary: Get notebooks from groups - description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_GetNotebook - parameters: - - name: group-id + - name: notebook-id in: path - description: The unique identifier of group + description: The unique identifier of notebook required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: notebook + - name: sectionGroup-id in: path - description: The unique identifier of site + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: notebook-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -14619,15 +14613,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': + get: tags: - groups.site - summary: Update the navigation property notebooks in groups - operationId: group.site.onenote_UpdateNotebook + summary: Get the number of the resource + operationId: group.site.onenote.notebook.sectionGroup.section_GetCount parameters: - name: group-id in: path @@ -14653,28 +14648,27 @@ paths: schema: type: string x-ms-docs-key-type: notebook - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' - required: true + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': + get: tags: - groups.site - summary: Delete navigation property notebooks for groups - operationId: group.site.onenote_DeleteNotebook + summary: Get the number of the resource + operationId: group.site.onenote.notebook.sectionGroup_GetCount parameters: - name: group-id in: path @@ -14700,25 +14694,20 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the notebook. Read-only. Nullable. - operationId: group.site.onenote.notebook_ListSectionGroup + summary: Get sections from groups + description: The sections in the notebook. Read-only. Nullable. + operationId: group.site.onenote.notebook_ListSection parameters: - name: group-id in: path @@ -14781,7 +14770,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -14791,8 +14780,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sectionGroups for groups - operationId: group.site.onenote.notebook_CreateSectionGroup + summary: Create new navigation property to sections for groups + operationId: group.site.onenote.notebook_CreateSection parameters: - name: group-id in: path @@ -14823,7 +14812,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -14831,17 +14820,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the notebook. Read-only. Nullable. - operationId: group.site.onenote.notebook_GetSectionGroup + summary: Get sections from groups + description: The sections in the notebook. Read-only. Nullable. + operationId: group.site.onenote.notebook_GetSection parameters: - name: group-id in: path @@ -14867,14 +14856,14 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -14901,15 +14890,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sectionGroups in groups - operationId: group.site.onenote.notebook_UpdateSectionGroup + summary: Update the navigation property sections in groups + operationId: group.site.onenote.notebook_UpdateSection parameters: - name: group-id in: path @@ -14935,20 +14924,20 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -14956,15 +14945,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sectionGroups for groups - operationId: group.site.onenote.notebook_DeleteSectionGroup + summary: Delete navigation property sections for groups + operationId: group.site.onenote.notebook_DeleteSection parameters: - name: group-id in: path @@ -14990,14 +14979,14 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection - name: If-Match in: header description: ETag @@ -15010,13 +14999,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section group. Read-only. - operationId: group.site.onenote.notebook.sectionGroup_GetParentNotebook + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.section_ListPage parameters: - name: group-id in: path @@ -15042,14 +15031,29 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -15072,21 +15076,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': - get: + post: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section group. Read-only. - operationId: group.site.onenote.notebook.sectionGroup_GetParentSectionGroup + summary: Create new navigation property to pages for groups + operationId: group.site.onenote.notebook.section_CreatePage parameters: - name: group-id in: path @@ -15112,51 +15113,38 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: onenoteSection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup_ListSectionGroup + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.notebook.section_GetPage parameters: - name: group-id in: path @@ -15182,29 +15170,22 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -15227,20 +15208,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': - get: + patch: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup_GetSectionGroup + summary: Update the navigation property pages in groups + operationId: group.site.onenote.notebook.section_UpdatePage parameters: - name: group-id in: path @@ -15266,58 +15246,44 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: sectionGroup-id1 + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: onenotePage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.sectionGroup_GetCount + summary: Delete navigation property pages for groups + operationId: group.site.onenote.notebook.section_DeletePage parameters: - name: group-id in: path @@ -15343,110 +15309,41 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': - get: - tags: - - groups.site - summary: Get sections from groups - description: The sections in the section group. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup_ListSection - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: notebook-id + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + get: tags: - groups.site - summary: Create new navigation property to sections for groups - operationId: group.site.onenote.notebook.sectionGroup_CreateSection + summary: Get content for the navigation property pages from groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.section_GetPagesContent parameters: - name: group-id in: path @@ -15472,38 +15369,38 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - required: true + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage responses: 2XX: - description: Created navigation property. + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': - get: + put: tags: - groups.site - summary: Get sections from groups - description: The sections in the section group. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup_GetSection + summary: Update content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.section_SetPagesContent parameters: - name: group-id in: path @@ -15529,57 +15426,45 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: + x-ms-docs-key-type: onenotePage + requestBody: + description: New media content. + content: + application/octet-stream: + schema: type: string + format: binary + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + delete: tags: - groups.site - summary: Update the navigation property sections in groups - operationId: group.site.onenote.notebook.sectionGroup_UpdateSection + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.notebook.section_DeletePagesContent parameters: - name: group-id in: path @@ -15605,44 +15490,40 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - required: true + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + get: tags: - groups.site - summary: Delete navigation property sections for groups - operationId: group.site.onenote.notebook.sectionGroup_DeleteSection + summary: Get parentNotebook from groups + description: The notebook that contains the page. Read-only. + operationId: group.site.onenote.notebook.section.page_GetParentNotebook parameters: - name: group-id in: path @@ -15668,14 +15549,6 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -15684,25 +15557,51 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection - - name: If-Match - in: header - description: ETag + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true style: simple schema: type: string + x-ms-docs-key-type: onenotePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup.section_ListPage + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.notebook.section.page_GetParentSection parameters: - name: group-id in: path @@ -15728,37 +15627,22 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -15781,18 +15665,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': + get: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.onenote.notebook.sectionGroup.section_CreatePage + summary: Get the number of the resource + operationId: group.site.onenote.notebook.section.page_GetCount parameters: - name: group-id in: path @@ -15818,14 +15704,6 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -15834,30 +15712,20 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.sectionGroup.section_GetPage + summary: Get parentNotebook from groups + description: The notebook that contains the section. Read-only. + operationId: group.site.onenote.notebook.section_GetParentNotebook parameters: - name: group-id in: path @@ -15883,14 +15751,6 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -15899,14 +15759,6 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -15933,15 +15785,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': + get: tags: - groups.site - summary: Update the navigation property pages in groups - operationId: group.site.onenote.notebook.sectionGroup.section_UpdatePage + summary: Get parentSectionGroup from groups + description: The section group that contains the section. Read-only. + operationId: group.site.onenote.notebook.section_GetParentSectionGroup parameters: - name: group-id in: path @@ -15967,14 +15821,6 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -15983,36 +15829,42 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count': + get: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site.onenote.notebook.sectionGroup.section_DeletePage + summary: Get the number of the resource + operationId: group.site.onenote.notebook.section_GetCount parameters: - name: group-id in: path @@ -16038,49 +15890,50 @@ paths: schema: type: string x-ms-docs-key-type: notebook - - name: sectionGroup-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.onenote.notebook_GetCount + parameters: + - name: group-id in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + '/groups/{group-id}/sites/{site-id}/onenote/operations': get: tags: - groups.site - summary: Get content for the navigation property pages from groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.sectionGroup.section_GetPagesContent + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' + operationId: group.site.onenote_ListOperation parameters: - name: group-id in: path @@ -16098,54 +15951,96 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to operations for groups + operationId: group.site.onenote_CreateOperation + parameters: + - name: group-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: site + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + required: true responses: 2XX: - description: Retrieved media content + description: Created navigation property. content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' - put: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}': + get: tags: - groups.site - summary: Update content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.sectionGroup.section_SetPagesContent + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' + operationId: group.site.onenote_GetOperation parameters: - name: group-id in: path @@ -16163,45 +16058,80 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: onenoteOperation-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenoteOperation required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + x-ms-docs-key-type: onenoteOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.site + summary: Update the navigation property operations in groups + operationId: group.site.onenote_UpdateOperation + parameters: + - name: group-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: site + - name: onenoteOperation-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of onenoteOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: onenoteOperation requestBody: - description: New media content. + description: New navigation property values content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: @@ -16209,15 +16139,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.sectionGroup.section_DeletePagesContent + summary: Delete navigation property operations for groups + operationId: group.site.onenote_DeleteOperation parameters: - name: group-id in: path @@ -16235,38 +16165,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: onenoteOperation-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of onenoteOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: onenoteOperation - name: If-Match in: header description: ETag @@ -16278,13 +16184,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/operations/$count': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.notebook.sectionGroup.section.page_GetParentNotebook + summary: Get the number of the resource + operationId: group.site.onenote.operation_GetCount parameters: - name: group-id in: path @@ -16302,38 +16208,52 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/pages': + get: + tags: + - groups.site + summary: Get pages from groups + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_ListPage + parameters: + - name: group-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -16356,21 +16276,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': - get: + post: tags: - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.notebook.sectionGroup.section.page_GetParentSection + summary: Create new navigation property to pages for groups + operationId: group.site.onenote_CreatePage parameters: - name: group-id in: path @@ -16388,30 +16305,47 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}': + get: + tags: + - groups.site + summary: Get pages from groups + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_GetPage + parameters: + - name: group-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -16446,16 +16380,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.sectionGroup.section.page_GetCount + summary: Update the navigation property pages in groups + operationId: group.site.onenote_UpdatePage parameters: - name: group-id in: path @@ -16473,44 +16406,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: onenotePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: onenotePage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section. Read-only. - operationId: group.site.onenote.notebook.sectionGroup.section_GetParentNotebook + summary: Delete navigation property pages for groups + operationId: group.site.onenote_DeletePage parameters: - name: group-id in: path @@ -16528,67 +16453,33 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + - name: onenotePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': + '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content': get: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section. Read-only. - operationId: group.site.onenote.notebook.sectionGroup.section_GetParentSectionGroup + summary: Get content for the navigation property pages from groups + description: The page's HTML content. + operationId: group.site.onenote_GetPagesContent parameters: - name: group-id in: path @@ -16606,32 +16497,148 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: onenotePage-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id + x-ms-docs-key-type: onenotePage + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - groups.site + summary: Update content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote_SetPagesContent + parameters: + - name: group-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: $select - in: query + x-ms-docs-key-type: site + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + default: + $ref: '#/components/responses/error' + delete: + tags: + - groups.site + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote_DeletePagesContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': + get: + tags: + - groups.site + summary: Get parentNotebook from groups + description: The notebook that contains the page. Read-only. + operationId: group.site.onenote.page_GetParentNotebook + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage + - name: $select + in: query description: Select properties to be returned style: form explode: false @@ -16656,16 +16663,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': + '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.sectionGroup.section_GetCount + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.page_GetParentSection parameters: - name: group-id in: path @@ -16683,35 +16691,50 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: onenotePage-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple + x-ms-docs-key-type: onenotePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/pages/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.onenote.notebook.sectionGroup_GetCount + operationId: group.site.onenote.page_GetCount parameters: - name: group-id in: path @@ -16729,14 +16752,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -16744,13 +16759,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections': + '/groups/{group-id}/sites/{site-id}/onenote/resources': get: tags: - groups.site - summary: Get sections from groups - description: The sections in the notebook. Read-only. Nullable. - operationId: group.site.onenote.notebook_ListSection + summary: Get resources from groups + description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' + operationId: group.site.onenote_ListResource parameters: - name: group-id in: path @@ -16768,14 +16783,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -16813,7 +16820,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -16823,8 +16830,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sections for groups - operationId: group.site.onenote.notebook_CreateSection + summary: Create new navigation property to resources for groups + operationId: group.site.onenote_CreateResource parameters: - name: group-id in: path @@ -16842,20 +16849,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: @@ -16863,17 +16862,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': + '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}': get: tags: - groups.site - summary: Get sections from groups - description: The sections in the notebook. Read-only. Nullable. - operationId: group.site.onenote.notebook_GetSection + summary: Get resources from groups + description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' + operationId: group.site.onenote_GetResource parameters: - name: group-id in: path @@ -16891,22 +16890,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + - name: onenoteResource-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenoteResource required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: onenoteResource - name: $select in: query description: Select properties to be returned @@ -16933,15 +16924,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sections in groups - operationId: group.site.onenote.notebook_UpdateSection + summary: Update the navigation property resources in groups + operationId: group.site.onenote_UpdateResource parameters: - name: group-id in: path @@ -16959,28 +16950,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + - name: onenoteResource-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenoteResource required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: onenoteResource requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: @@ -16988,15 +16971,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sections for groups - operationId: group.site.onenote.notebook_DeleteSection + summary: Delete navigation property resources for groups + operationId: group.site.onenote_DeleteResource parameters: - name: group-id in: path @@ -17014,22 +16997,147 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: onenoteResource-id in: path - description: The unique identifier of notebook + description: The unique identifier of onenoteResource required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + x-ms-docs-key-type: onenoteResource + - 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 + '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content': + get: + tags: + - groups.site + summary: Get content for the navigation property resources from groups + description: The content stream + operationId: group.site.onenote_GetResourcesContent + parameters: + - name: group-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteResource-id + in: path + description: The unique identifier of onenoteResource + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteResource + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - groups.site + summary: Update content for the navigation property resources in groups + description: The content stream + operationId: group.site.onenote_SetResourcesContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteResource-id + in: path + description: The unique identifier of onenoteResource + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteResource + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' + default: + $ref: '#/components/responses/error' + delete: + tags: + - groups.site + summary: Delete content for the navigation property resources in groups + description: The content stream + operationId: group.site.onenote_DeleteResourcesContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteResource-id + in: path + description: The unique identifier of onenoteResource + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteResource - name: If-Match in: header description: ETag @@ -17041,14 +17149,12 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': + '/groups/{group-id}/sites/{site-id}/onenote/resources/$count': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.section_ListPage + summary: Get the number of the resource + operationId: group.site.onenote.resource_GetCount parameters: - name: group-id in: path @@ -17066,22 +17172,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups': + get: + tags: + - groups.site + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_ListSectionGroup + parameters: + - name: group-id in: path - description: The unique identifier of notebook + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -17119,7 +17240,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -17129,8 +17250,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.onenote.notebook.section_CreatePage + summary: Create new navigation property to sectionGroups for groups + operationId: group.site.onenote_CreateSectionGroup parameters: - name: group-id in: path @@ -17148,28 +17269,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: @@ -17177,17 +17282,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.notebook.section_GetPage + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_GetSectionGroup parameters: - name: group-id in: path @@ -17205,30 +17310,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -17255,15 +17344,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property pages in groups - operationId: group.site.onenote.notebook.section_UpdatePage + summary: Update the navigation property sectionGroups in groups + operationId: group.site.onenote_UpdateSectionGroup parameters: - name: group-id in: path @@ -17281,36 +17370,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: @@ -17318,15 +17391,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site.onenote.notebook.section_DeletePage + summary: Delete navigation property sectionGroups for groups + operationId: group.site.onenote_DeleteSectionGroup parameters: - name: group-id in: path @@ -17344,30 +17417,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup - name: If-Match in: header description: ETag @@ -17380,193 +17437,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': - get: - tags: - - groups.site - summary: Get content for the navigation property pages from groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.section_GetPagesContent - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - put: - tags: - - groups.site - summary: Update content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.section_SetPagesContent - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - default: - $ref: '#/components/responses/error' - delete: - tags: - - groups.site - summary: Delete content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.notebook.section_DeletePagesContent - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': get: tags: - groups.site summary: Get parentNotebook from groups - description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.notebook.section.page_GetParentNotebook + description: The notebook that contains the section group. Read-only. + operationId: group.site.onenote.sectionGroup_GetParentNotebook parameters: - name: group-id in: path @@ -17584,30 +17461,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -17638,13 +17499,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': get: tags: - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.notebook.section.page_GetParentSection + summary: Get parentSectionGroup from groups + description: The section group that contains the section group. Read-only. + operationId: group.site.onenote.sectionGroup_GetParentSectionGroup parameters: - name: group-id in: path @@ -17662,30 +17523,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: sectionGroup-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -17712,16 +17557,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.section.page_GetCount + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup_ListSectionGroup parameters: - name: group-id in: path @@ -17739,69 +17585,29 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': - get: - tags: - - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section. Read-only. - operationId: group.site.onenote.notebook.section_GetParentNotebook - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: notebook-id - in: path - description: The unique identifier of notebook - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenoteSection + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -17824,21 +17630,20 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': get: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section. Read-only. - operationId: group.site.onenote.notebook.section_GetParentSectionGroup + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup_GetSectionGroup parameters: - name: group-id in: path @@ -17856,22 +17661,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: notebook - - name: onenoteSection-id + x-ms-docs-key-type: sectionGroup + - name: sectionGroup-id1 in: path - description: The unique identifier of onenoteSection + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: sectionGroup - name: $select in: query description: Select properties to be returned @@ -17902,12 +17707,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.onenote.notebook.section_GetCount + operationId: group.site.onenote.sectionGroup_GetCount parameters: - name: group-id in: path @@ -17925,14 +17730,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: notebook-id + - name: sectionGroup-id in: path - description: The unique identifier of notebook + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: notebook + x-ms-docs-key-type: sectionGroup - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -17940,12 +17745,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook_GetCount + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup_ListSection parameters: - name: group-id in: path @@ -17963,37 +17769,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/operations': - get: - tags: - - groups.site - summary: Get operations from groups - description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' - operationId: group.site.onenote_ListOperation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: sectionGroup-id in: path - description: The unique identifier of site + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: sectionGroup - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -18031,7 +17814,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -18041,8 +17824,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to operations for groups - operationId: group.site.onenote_CreateOperation + summary: Create new navigation property to sections for groups + operationId: group.site.onenote.sectionGroup_CreateSection parameters: - name: group-id in: path @@ -18060,12 +17843,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -18073,17 +17864,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': get: tags: - groups.site - summary: Get operations from groups - description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' - operationId: group.site.onenote_GetOperation + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup_GetSection parameters: - name: group-id in: path @@ -18101,14 +17892,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteOperation-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteOperation + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteOperation + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -18135,15 +17934,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property operations in groups - operationId: group.site.onenote_UpdateOperation + summary: Update the navigation property sections in groups + operationId: group.site.onenote.sectionGroup_UpdateSection parameters: - name: group-id in: path @@ -18161,20 +17960,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteOperation-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteOperation + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteOperation + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -18182,15 +17989,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property operations for groups - operationId: group.site.onenote_DeleteOperation + summary: Delete navigation property sections for groups + operationId: group.site.onenote.sectionGroup_DeleteSection parameters: - name: group-id in: path @@ -18208,14 +18015,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteOperation-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteOperation + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteOperation + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: If-Match in: header description: ETag @@ -18228,12 +18043,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/operations/$count': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.operation_GetCount + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup.section_ListPage parameters: - name: group-id in: path @@ -18251,37 +18067,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/pages': - get: - tags: - - groups.site - summary: Get pages from groups - description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_ListPage - parameters: - - name: group-id + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: onenoteSection - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -18330,7 +18131,7 @@ paths: tags: - groups.site summary: Create new navigation property to pages for groups - operationId: group.site.onenote_CreatePage + operationId: group.site.onenote.sectionGroup.section_CreatePage parameters: - name: group-id in: path @@ -18348,6 +18149,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property content: @@ -18365,13 +18182,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: tags: - groups.site summary: Get pages from groups - description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_GetPage + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.sectionGroup.section_GetPage parameters: - name: group-id in: path @@ -18389,6 +18206,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -18431,7 +18264,7 @@ paths: tags: - groups.site summary: Update the navigation property pages in groups - operationId: group.site.onenote_UpdatePage + operationId: group.site.onenote.sectionGroup.section_UpdatePage parameters: - name: group-id in: path @@ -18449,6 +18282,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -18478,7 +18327,7 @@ paths: tags: - groups.site summary: Delete navigation property pages for groups - operationId: group.site.onenote_DeletePage + operationId: group.site.onenote.sectionGroup.section_DeletePage parameters: - name: group-id in: path @@ -18496,6 +18345,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -18516,13 +18381,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: tags: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. - operationId: group.site.onenote_GetPagesContent + operationId: group.site.onenote.sectionGroup.section_GetPagesContent parameters: - name: group-id in: path @@ -18540,6 +18405,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -18563,7 +18444,7 @@ paths: - groups.site summary: Update content for the navigation property pages in groups description: The page's HTML content. - operationId: group.site.onenote_SetPagesContent + operationId: group.site.onenote.sectionGroup.section_SetPagesContent parameters: - name: group-id in: path @@ -18581,6 +18462,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -18611,7 +18508,7 @@ paths: - groups.site summary: Delete content for the navigation property pages in groups description: The page's HTML content. - operationId: group.site.onenote_DeletePagesContent + operationId: group.site.onenote.sectionGroup.section_DeletePagesContent parameters: - name: group-id in: path @@ -18629,6 +18526,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -18648,13 +18561,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.page_GetParentNotebook + operationId: group.site.onenote.sectionGroup.section.page_GetParentNotebook parameters: - name: group-id in: path @@ -18672,68 +18585,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection': - get: - tags: - - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.page_GetParentSection - parameters: - - name: group-id + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage @@ -18768,16 +18635,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/pages/$count': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.page_GetCount + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.sectionGroup.section.page_GetParentSection parameters: - name: group-id in: path @@ -18795,52 +18663,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/resources': - get: - tags: - - groups.site - summary: Get resources from groups - description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' - operationId: group.site.onenote_ListResource - parameters: - - name: group-id + - name: sectionGroup-id in: path - description: The unique identifier of group + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of site + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -18863,18 +18709,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': + get: tags: - groups.site - summary: Create new navigation property to resources for groups - operationId: group.site.onenote_CreateResource + summary: Get the number of the resource + operationId: group.site.onenote.sectionGroup.section.page_GetCount parameters: - name: group-id in: path @@ -18892,30 +18740,36 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' - required: true + - name: sectionGroup-id + in: path + description: The unique identifier of sectionGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': get: tags: - groups.site - summary: Get resources from groups - description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' - operationId: group.site.onenote_GetResource + summary: Get parentNotebook from groups + description: The notebook that contains the section. Read-only. + operationId: group.site.onenote.sectionGroup.section_GetParentNotebook parameters: - name: group-id in: path @@ -18933,14 +18787,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteResource + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -18967,106 +18829,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property resources in groups - operationId: group.site.onenote_UpdateResource - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: onenoteResource-id - in: path - description: The unique identifier of onenoteResource - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteResource - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property resources for groups - operationId: group.site.onenote_DeleteResource - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: onenoteResource-id - in: path - description: The unique identifier of onenoteResource - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteResource - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': get: tags: - groups.site - summary: Get content for the navigation property resources from groups - description: The content stream - operationId: group.site.onenote_GetResourcesContent + summary: Get parentSectionGroup from groups + description: The section group that contains the section. Read-only. + operationId: group.site.onenote.sectionGroup.section_GetParentSectionGroup parameters: - name: group-id in: path @@ -19084,78 +18857,58 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteResource - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - put: - tags: - - groups.site - summary: Update content for the navigation property resources in groups - description: The content stream - operationId: group.site.onenote_SetResourcesContent - parameters: - - name: group-id + x-ms-docs-key-type: sectionGroup + - name: onenoteSection-id in: path - description: The unique identifier of group + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple + x-ms-docs-key-type: onenoteSection + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: site - - name: onenoteResource-id - in: path - description: The unique identifier of onenoteResource - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenoteResource - requestBody: - description: New media content. - content: - application/octet-stream: - schema: + uniqueItems: true + type: array + items: type: string - format: binary - required: true responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteResource' + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' - delete: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': + get: tags: - groups.site - summary: Delete content for the navigation property resources in groups - description: The content stream - operationId: group.site.onenote_DeleteResourcesContent + summary: Get the number of the resource + operationId: group.site.onenote.sectionGroup.section_GetCount parameters: - name: group-id in: path @@ -19173,31 +18926,27 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteResource-id + - name: sectionGroup-id in: path - description: The unique identifier of onenoteResource + description: The unique identifier of sectionGroup required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteResource - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: sectionGroup + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/resources/$count': + '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.onenote.resource_GetCount + operationId: group.site.onenote.sectionGroup_GetCount parameters: - name: group-id in: path @@ -19222,13 +18971,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups': + '/groups/{group-id}/sites/{site-id}/onenote/sections': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_ListSectionGroup + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_ListSection parameters: - name: group-id in: path @@ -19283,7 +19032,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -19293,8 +19042,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sectionGroups for groups - operationId: group.site.onenote_CreateSectionGroup + summary: Create new navigation property to sections for groups + operationId: group.site.onenote_CreateSection parameters: - name: group-id in: path @@ -19317,7 +19066,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -19325,17 +19074,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_GetSectionGroup + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operationId: group.site.onenote_GetSection parameters: - name: group-id in: path @@ -19353,14 +19102,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -19387,15 +19136,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sectionGroups in groups - operationId: group.site.onenote_UpdateSectionGroup + summary: Update the navigation property sections in groups + operationId: group.site.onenote_UpdateSection parameters: - name: group-id in: path @@ -19413,20 +19162,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: @@ -19434,15 +19183,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sectionGroups for groups - operationId: group.site.onenote_DeleteSectionGroup + summary: Delete navigation property sections for groups + operationId: group.site.onenote_DeleteSection parameters: - name: group-id in: path @@ -19460,14 +19209,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection - name: If-Match in: header description: ETag @@ -19480,13 +19229,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section group. Read-only. - operationId: group.site.onenote.sectionGroup_GetParentNotebook + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.section_ListPage parameters: - name: group-id in: path @@ -19504,14 +19253,29 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -19534,21 +19298,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': - get: + post: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section group. Read-only. - operationId: group.site.onenote.sectionGroup_GetParentSectionGroup + summary: Create new navigation property to pages for groups + operationId: group.site.onenote.section_CreatePage parameters: - name: group-id in: path @@ -19566,51 +19327,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: onenoteSection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': get: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the section. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup_ListSectionGroup + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. + operationId: group.site.onenote.section_GetPage parameters: - name: group-id in: path @@ -19628,29 +19376,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -19673,20 +19414,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': - get: + patch: tags: - groups.site - summary: Get sectionGroups from groups - description: The section groups in the section. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup_GetSectionGroup + summary: Update the navigation property pages in groups + operationId: group.site.onenote.section_UpdatePage parameters: - name: group-id in: path @@ -19704,58 +19444,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: sectionGroup-id1 + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: onenotePage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.sectionGroup_GetCount + summary: Delete navigation property pages for groups + operationId: group.site.onenote.section_DeletePage parameters: - name: group-id in: path @@ -19773,28 +19499,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': get: tags: - groups.site - summary: Get sections from groups - description: The sections in the section group. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup_ListSection + summary: Get content for the navigation property pages from groups + description: The page's HTML content. + operationId: group.site.onenote.section_GetPagesContent parameters: - name: group-id in: path @@ -19812,63 +19551,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: onenotePage responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + put: tags: - groups.site - summary: Create new navigation property to sections for groups - operationId: group.site.onenote.sectionGroup_CreateSection + summary: Update content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.section_SetPagesContent parameters: - name: group-id in: path @@ -19886,38 +19600,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage requestBody: - description: New navigation property + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + type: string + format: binary required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': - get: + delete: tags: - groups.site - summary: Get sections from groups - description: The sections in the section group. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup_GetSection + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.site.onenote.section_DeletePagesContent parameters: - name: group-id in: path @@ -19935,14 +19656,57 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + get: + tags: + - groups.site + summary: Get parentNotebook from groups + description: The notebook that contains the page. Read-only. + operationId: group.site.onenote.section.page_GetParentNotebook + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -19951,6 +19715,14 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection + - name: onenotePage-id + in: path + description: The unique identifier of onenotePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onenotePage - name: $select in: query description: Select properties to be returned @@ -19977,15 +19749,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': + get: tags: - groups.site - summary: Update the navigation property sections in groups - operationId: group.site.onenote.sectionGroup_UpdateSection + summary: Get parentSection from groups + description: The section that contains the page. Read-only. + operationId: group.site.onenote.section.page_GetParentSection parameters: - name: group-id in: path @@ -20003,32 +19777,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: onenoteSection + - name: onenotePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of onenotePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - required: true + x-ms-docs-key-type: onenotePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: @@ -20036,11 +19823,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count': + get: tags: - groups.site - summary: Delete navigation property sections for groups - operationId: group.site.onenote.sectionGroup_DeleteSection + summary: Get the number of the resource + operationId: group.site.onenote.section.page_GetCount parameters: - name: group-id in: path @@ -20058,14 +19846,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: onenoteSection-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of onenoteSection required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup + x-ms-docs-key-type: onenoteSection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook': + get: + tags: + - groups.site + summary: Get parentNotebook from groups + description: The notebook that contains the section. Read-only. + operationId: group.site.onenote.section_GetParentNotebook + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection @@ -20074,25 +19893,104 @@ paths: schema: type: string x-ms-docs-key-type: onenoteSection - - name: If-Match - in: header - description: ETag + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': + get: + tags: + - groups.site + summary: Get parentSectionGroup from groups + description: The section group that contains the section. Read-only. + operationId: group.site.onenote.section_GetParentSectionGroup + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: onenoteSection-id + in: path + description: The unique identifier of onenoteSection + required: true style: simple schema: type: string + x-ms-docs-key-type: onenoteSection + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': + '/groups/{group-id}/sites/{site-id}/onenote/sections/$count': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup.section_ListPage + summary: Get the number of the resource + operationId: group.site.onenote.section_GetCount parameters: - name: group-id in: path @@ -20110,22 +20008,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/operations': + get: + tags: + - groups.site + summary: Get operations from groups + description: The collection of long-running operations on the site. + operationId: group.site_ListOperation + parameters: + - name: group-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -20163,7 +20076,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -20173,8 +20086,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.onenote.sectionGroup.section_CreatePage + summary: Create new navigation property to operations for groups + operationId: group.site_CreateOperation parameters: - name: group-id in: path @@ -20192,28 +20105,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -20221,17 +20118,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': + '/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.sectionGroup.section_GetPage + summary: Get operations from groups + description: The collection of long-running operations on the site. + operationId: group.site_GetOperation parameters: - name: group-id in: path @@ -20249,30 +20146,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: richLongRunningOperation - name: $select in: query description: Select properties to be returned @@ -20299,15 +20180,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property pages in groups - operationId: group.site.onenote.sectionGroup.section_UpdatePage + summary: Update the navigation property operations in groups + operationId: group.site_UpdateOperation parameters: - name: group-id in: path @@ -20325,36 +20206,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: richLongRunningOperation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -20362,15 +20227,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site.onenote.sectionGroup.section_DeletePage + summary: Delete navigation property operations for groups + operationId: group.site_DeleteOperation parameters: - name: group-id in: path @@ -20388,33 +20253,17 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: richLongRunningOperation-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: richLongRunningOperation + - name: If-Match + in: header + description: ETag style: simple schema: type: string @@ -20424,13 +20273,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + '/groups/{group-id}/sites/{site-id}/operations/$count': get: tags: - groups.site - summary: Get content for the navigation property pages from groups - description: The page's HTML content. - operationId: group.site.onenote.sectionGroup.section_GetPagesContent + summary: Get the number of the resource + operationId: group.site.operation_GetCount parameters: - name: group-id in: path @@ -20448,46 +20296,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - put: + '/groups/{group-id}/sites/{site-id}/pages': + get: tags: - groups.site - summary: Update content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.sectionGroup.section_SetPagesContent + summary: Get pages from groups + description: The collection of pages in the baseSitePages list in this site. + operationId: group.site_ListPage parameters: - name: group-id in: path @@ -20505,53 +20327,55 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage - requestBody: - description: New media content. - content: - application/octet-stream: - schema: + uniqueItems: true + type: array + items: type: string - format: binary - required: true responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' default: $ref: '#/components/responses/error' - delete: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Delete content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.sectionGroup.section_DeletePagesContent + summary: Create new navigation property to pages for groups + operationId: group.site_CreatePage parameters: - name: group-id in: path @@ -20569,48 +20393,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baseSitePage' + required: true responses: 2XX: - description: Success + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baseSitePage' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.sectionGroup.section.page_GetParentNotebook + summary: Get pages from groups + description: The collection of pages in the baseSitePages list in this site. + operationId: group.site_GetPage parameters: - name: group-id in: path @@ -20628,30 +20434,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -20678,17 +20468,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': - get: + patch: tags: - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.sectionGroup.section.page_GetParentSection + summary: Update the navigation property pages in groups + operationId: group.site_UpdatePage parameters: - name: group-id in: path @@ -20706,66 +20494,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: baseSitePage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.baseSitePage' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.baseSitePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.sectionGroup.section.page_GetCount + summary: Delete navigation property pages for groups + operationId: group.site_DeletePage parameters: - name: group-id in: path @@ -20783,36 +20541,33 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true + x-ms-docs-key-type: baseSitePage + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section. Read-only. - operationId: group.site.onenote.sectionGroup.section_GetParentNotebook + summary: Get createdByUser from groups + description: Identity of the user who created the item. Read-only. + operationId: group.site.page_GetCreatedGraphBPreUser parameters: - name: group-id in: path @@ -20830,22 +20585,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -20872,17 +20619,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': get: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section. Read-only. - operationId: group.site.onenote.sectionGroup.section_GetParentSectionGroup + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: group.site.page.createdGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -20900,22 +20647,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id - in: path - description: The unique identifier of sectionGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sectionGroup - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -20938,20 +20677,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.sectionGroup.section_GetCount + summary: Update property mailboxSettings value. + operationId: group.site.page.createdGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -20969,27 +20706,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: sectionGroup-id + - name: baseSitePage-id in: path - description: The unique identifier of sectionGroup + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: sectionGroup - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: baseSitePage + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.sectionGroup_GetCount + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: group.site.page.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -21007,37 +20754,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sections': - get: - tags: - - groups.site - summary: Get sections from groups - description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_ListSection - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: baseSitePage-id in: path - description: The unique identifier of site + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: baseSitePage - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -21075,18 +20799,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count': + get: tags: - groups.site - summary: Create new navigation property to sections for groups - operationId: group.site.onenote_CreateSection + summary: Get the number of the resource + operationId: group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -21104,30 +20828,28 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - required: true + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': get: tags: - groups.site - summary: Get sections from groups - description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - operationId: group.site.onenote_GetSection + summary: Get lastModifiedByUser from groups + description: Identity of the user who last modified the item. Read-only. + operationId: group.site.page_GetLastModifiedGraphBPreUser parameters: - name: group-id in: path @@ -21145,14 +20867,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -21179,15 +20901,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': + get: tags: - groups.site - summary: Update the navigation property sections in groups - operationId: group.site.onenote_UpdateSection + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -21205,36 +20929,48 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - required: true + x-ms-docs-key-type: baseSitePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + patch: tags: - groups.site - summary: Delete navigation property sections for groups - operationId: group.site.onenote_DeleteSection + summary: Update property mailboxSettings value. + operationId: group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -21252,33 +20988,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: baseSitePage + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.section_ListPage + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -21296,14 +21036,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -21341,18 +21081,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + get: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site.onenote.section_CreatePage + summary: Get the number of the resource + operationId: group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -21370,38 +21110,27 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - required: true + x-ms-docs-key-type: baseSitePage + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the section. Read-only. Nullable. - operationId: group.site.onenote.section_GetPage + summary: Get the item of type microsoft.graph.baseSitePage as microsoft.graph.sitePage + operationId: group.site_GetPageAsSitePage parameters: - name: group-id in: path @@ -21419,22 +21148,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -21457,19 +21178,20 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.sitePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout': + get: tags: - groups.site - summary: Update the navigation property pages in groups - operationId: group.site.onenote.section_UpdatePage + summary: Get canvasLayout from groups + description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' + operationId: group.site.pageAsSitePage_GetCanvasLayout parameters: - name: group-id in: path @@ -21487,44 +21209,49 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + x-ms-docs-key-type: baseSitePage + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/schemas/microsoft.graph.canvasLayout' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + patch: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site.onenote.section_DeletePage + summary: Update the navigation property canvasLayout in groups + operationId: group.site.pageAsSitePage_UpdateCanvasLayout parameters: - name: group-id in: path @@ -21542,41 +21269,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: baseSitePage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.canvasLayout' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.canvasLayout' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': - get: + delete: tags: - groups.site - summary: Get content for the navigation property pages from groups - description: The page's HTML content. - operationId: group.site.onenote.section_GetPagesContent + summary: Delete navigation property canvasLayout for groups + operationId: group.site.pageAsSitePage_DeleteCanvasLayout parameters: - name: group-id in: path @@ -21594,38 +21316,33 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true + x-ms-docs-key-type: baseSitePage + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: onenotePage responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Success default: $ref: '#/components/responses/error' - put: + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections': + get: tags: - groups.site - summary: Update content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.section_SetPagesContent + summary: Get horizontalSections from groups + description: Collection of horizontal sections on the SharePoint page. + operationId: group.site.pageAsSitePage.canvasLayout_ListHorizontalSection parameters: - name: group-id in: path @@ -21643,45 +21360,63 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id - in: path - description: The unique identifier of onenotePage - required: true - style: simple + x-ms-docs-key-type: baseSitePage + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: onenotePage - requestBody: - description: New media content. - content: - application/octet-stream: - schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: type: string - format: binary - required: true responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.onenotePage' + $ref: '#/components/responses/microsoft.graph.horizontalSectionCollectionResponse' default: $ref: '#/components/responses/error' - delete: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Delete content for the navigation property pages in groups - description: The page's HTML content. - operationId: group.site.onenote.section_DeletePagesContent + summary: Create new navigation property to horizontalSections for groups + operationId: group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection parameters: - name: group-id in: path @@ -21699,40 +21434,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id - in: path - description: The unique identifier of onenoteSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + - name: baseSitePage-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: baseSitePage + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSection' + required: true responses: 2XX: - description: Success + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSection' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the page. Read-only. - operationId: group.site.onenote.section.page_GetParentNotebook + summary: Get horizontalSections from groups + description: Collection of horizontal sections on the SharePoint page. + operationId: group.site.pageAsSitePage.canvasLayout_GetHorizontalSection parameters: - name: group-id in: path @@ -21750,22 +21483,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage + x-ms-docs-key-type: horizontalSection - name: $select in: query description: Select properties to be returned @@ -21792,17 +21525,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/schemas/microsoft.graph.horizontalSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': - get: + patch: tags: - groups.site - summary: Get parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.section.page_GetParentSection + summary: Update the navigation property horizontalSections in groups + operationId: group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection parameters: - name: group-id in: path @@ -21820,58 +21551,44 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: onenotePage-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of onenotePage + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: onenotePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: horizontalSection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSection' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' + $ref: '#/components/schemas/microsoft.graph.horizontalSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.section.page_GetCount + summary: Delete navigation property horizontalSections for groups + operationId: group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection parameters: - name: group-id in: path @@ -21889,28 +21606,41 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns': get: tags: - groups.site - summary: Get parentNotebook from groups - description: The notebook that contains the section. Read-only. - operationId: group.site.onenote.section_GetParentNotebook + summary: Get columns from groups + description: The set of vertical columns in this section. + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn parameters: - name: group-id in: path @@ -21928,14 +21658,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -21958,21 +21711,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.notebook' + $ref: '#/components/responses/microsoft.graph.horizontalSectionColumnCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': - get: + post: tags: - groups.site - summary: Get parentSectionGroup from groups - description: The section group that contains the section. Read-only. - operationId: group.site.onenote.section_GetParentSectionGroup + summary: Create new navigation property to columns for groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn parameters: - name: group-id in: path @@ -21990,50 +21740,46 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: onenoteSection-id + - name: baseSitePage-id in: path - description: The unique identifier of onenoteSection + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: onenoteSection - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: horizontalSection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/onenote/sections/$count': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.section_GetCount + summary: Get columns from groups + description: The set of vertical columns in this section. + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn parameters: - name: group-id in: path @@ -22051,52 +21797,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/operations': - get: - tags: - - groups.site - summary: Get operations from groups - description: The collection of long-running operations on the site. - operationId: group.site_ListOperation - parameters: - - name: group-id + - name: baseSitePage-id in: path - description: The unique identifier of group + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of site + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: horizontalSectionColumn - name: $select in: query description: Select properties to be returned @@ -22119,59 +21843,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to operations for groups - operationId: group.site_CreateOperation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}': - get: + patch: tags: - groups.site - summary: Get operations from groups - description: The collection of long-running operations on the site. - operationId: group.site_GetOperation + summary: Update the navigation property columns in groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn parameters: - name: group-id in: path @@ -22189,80 +21873,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: richLongRunningOperation-id - in: path - description: The unique identifier of richLongRunningOperation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: richLongRunningOperation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property operations in groups - operationId: group.site_UpdateOperation - parameters: - - name: group-id + - name: baseSitePage-id in: path - description: The unique identifier of group + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of site + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: richLongRunningOperation-id + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of horizontalSectionColumn required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: horizontalSectionColumn requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' required: true responses: 2XX: @@ -22270,15 +21910,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property operations for groups - operationId: group.site_DeleteOperation + summary: Delete navigation property columns for groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn parameters: - name: group-id in: path @@ -22296,14 +21936,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: richLongRunningOperation-id + - name: baseSitePage-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn - name: If-Match in: header description: ETag @@ -22316,12 +21972,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/operations/$count': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.operation_GetCount + summary: Get webparts from groups + description: The collection of WebParts in this column. + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart parameters: - name: group-id in: path @@ -22339,37 +21996,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages': - get: - tags: - - groups.site - summary: Get pages from groups - description: The collection of pages in the baseSitePages list in this site. - operationId: group.site_ListPage - parameters: - - name: group-id + - name: baseSitePage-id in: path - description: The unique identifier of group + description: The unique identifier of baseSitePage required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id in: path - description: The unique identifier of site + description: The unique identifier of horizontalSection required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -22407,7 +22057,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -22417,8 +22067,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to pages for groups - operationId: group.site_CreatePage + summary: Create new navigation property to webparts for groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart parameters: - name: group-id in: path @@ -22436,12 +22086,36 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -22449,17 +22123,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}': get: tags: - groups.site - summary: Get pages from groups - description: The collection of pages in the baseSitePages list in this site. - operationId: group.site_GetPage + summary: Get webparts from groups + description: The collection of WebParts in this column. + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart parameters: - name: group-id in: path @@ -22485,6 +22159,30 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart - name: $select in: query description: Select properties to be returned @@ -22511,15 +22209,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property pages in groups - operationId: group.site_UpdatePage + summary: Update the navigation property webparts in groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart parameters: - name: group-id in: path @@ -22545,12 +22243,36 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -22558,15 +22280,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property pages for groups - operationId: group.site_DeletePage + summary: Delete navigation property webparts for groups + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart parameters: - name: group-id in: path @@ -22592,6 +22314,30 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: horizontalSectionColumn + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart - name: If-Match in: header description: ETag @@ -22604,13 +22350,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count': get: tags: - groups.site - summary: Get createdByUser from groups - description: Identity of the user who created the item. Read-only. - operationId: group.site.page_GetCreatedGraphBPreUser + summary: Get the number of the resource + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount parameters: - name: group-id in: path @@ -22636,43 +22381,35 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: horizontalSection + - name: horizontalSectionColumn-id + in: path + description: The unique identifier of horizontalSectionColumn + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: horizontalSectionColumn + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count': get: tags: - groups.site - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: group.site.page.createdGraphBPreUser_GetMailboxSetting + summary: Get the number of the resource + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount parameters: - name: group-id in: path @@ -22698,40 +22435,27 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: horizontalSection-id + in: path + description: The unique identifier of horizontalSection + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: horizontalSection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - patch: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count': + get: tags: - groups.site - summary: Update property mailboxSettings value. - operationId: group.site.page.createdGraphBPreUser_UpdateMailboxSetting + summary: Get the number of the resource + operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount parameters: - name: group-id in: path @@ -22757,29 +22481,20 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection': get: tags: - groups.site - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: group.site.page.createdGraphBPreUser_ListServiceProvisioningError + summary: Get verticalSection from groups + description: Vertical section on the SharePoint page. + operationId: group.site.pageAsSitePage.canvasLayout_GetVerticalSection parameters: - name: group-id in: path @@ -22805,21 +22520,6 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -22842,18 +22542,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.verticalSection' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count': - get: + x-ms-docs-operation-type: operation + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.page.createdGraphBPreUser.ServiceProvisioningError_GetCount + summary: Update the navigation property verticalSection in groups + operationId: group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection parameters: - name: group-id in: path @@ -22879,20 +22580,72 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.verticalSection' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.verticalSection' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property verticalSection for groups + operationId: group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + - 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 + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts': get: tags: - groups.site - summary: Get lastModifiedByUser from groups - description: Identity of the user who last modified the item. Read-only. - operationId: group.site.page_GetLastModifiedGraphBPreUser + summary: Get webparts from groups + description: The set of web parts in this section. + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart parameters: - name: group-id in: path @@ -22918,6 +22671,21 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -22940,21 +22708,67 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to webparts for groups + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: baseSitePage-id + in: path + description: The unique identifier of baseSitePage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: baseSitePage + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.webPart' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}': get: tags: - groups.site - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: group.site.page.lastModifiedGraphBPreUser_GetMailboxSetting + summary: Get webparts from groups + description: The set of web parts in this section. + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart parameters: - name: group-id in: path @@ -22980,6 +22794,14 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart - name: $select in: query description: Select properties to be returned @@ -23002,18 +22824,19 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update property mailboxSettings value. - operationId: group.site.page.lastModifiedGraphBPreUser_UpdateMailboxSetting + summary: Update the navigation property webparts in groups + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart parameters: - name: group-id in: path @@ -23039,12 +22862,20 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: webPart requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: @@ -23052,16 +22883,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.webPart' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: group.site.page.lastModifiedGraphBPreUser_ListServiceProvisioningError + summary: Delete navigation property webparts for groups + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart parameters: - name: group-id in: path @@ -23087,55 +22917,32 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: webPart-id + in: path + description: The unique identifier of webPart + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: webPart + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.page.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + operationId: group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount parameters: - name: group-id in: path @@ -23168,12 +22975,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser': get: tags: - groups.site - summary: Get the item of type microsoft.graph.baseSitePage as microsoft.graph.sitePage - operationId: group.site_GetPageAsSitePage + summary: Get createdByUser from groups + description: Identity of the user who created the item. Read-only. + operationId: group.site.pageAsSitePage_GetCreatedGraphBPreUser parameters: - name: group-id in: path @@ -23221,20 +23029,21 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.sitePage' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings': get: tags: - groups.site - summary: Get canvasLayout from groups - description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' - operationId: group.site.pageAsSitePage_GetCanvasLayout + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -23282,19 +23091,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property canvasLayout in groups - operationId: group.site.pageAsSitePage_UpdateCanvasLayout + summary: Update property mailboxSettings value. + operationId: group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -23321,11 +23129,11 @@ paths: type: string x-ms-docs-key-type: baseSitePage requestBody: - description: New navigation property values + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: @@ -23333,59 +23141,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property canvasLayout for groups - operationId: group.site.pageAsSitePage_DeleteCanvasLayout - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors': get: tags: - groups.site - summary: Get horizontalSections from groups - description: Collection of horizontal sections on the SharePoint page. - operationId: group.site.pageAsSitePage.canvasLayout_ListHorizontalSection + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -23448,18 +23213,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.horizontalSectionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count': + get: tags: - groups.site - summary: Create new navigation property to horizontalSections for groups - operationId: group.site.pageAsSitePage.canvasLayout_CreateHorizontalSection + summary: Get the number of the resource + operationId: group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -23485,30 +23250,20 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser': get: tags: - groups.site - summary: Get horizontalSections from groups - description: Collection of horizontal sections on the SharePoint page. - operationId: group.site.pageAsSitePage.canvasLayout_GetHorizontalSection + summary: Get lastModifiedByUser from groups + description: Identity of the user who last modified the item. Read-only. + operationId: group.site.pageAsSitePage_GetLastModifiedGraphBPreUser parameters: - name: group-id in: path @@ -23534,14 +23289,6 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - name: $select in: query description: Select properties to be returned @@ -23568,15 +23315,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings': + get: tags: - groups.site - summary: Update the navigation property horizontalSections in groups - operationId: group.site.pageAsSitePage.canvasLayout_UpdateHorizontalSection + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: group-id in: path @@ -23602,36 +23351,40 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: horizontalSection - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSection' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + patch: tags: - groups.site - summary: Delete navigation property horizontalSections for groups - operationId: group.site.pageAsSitePage.canvasLayout_DeleteHorizontalSection + summary: Update property mailboxSettings value. + operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: group-id in: path @@ -23657,33 +23410,29 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site - summary: Get columns from groups - description: The set of vertical columns in this section. - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: group-id in: path @@ -23709,14 +23458,6 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -23754,18 +23495,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.horizontalSectionColumnCollectionResponse' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count': + get: tags: - groups.site - summary: Create new navigation property to columns for groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_CreateColumn + summary: Get the number of the resource + operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: group-id in: path @@ -23791,237 +23532,20 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}': - get: - tags: - - groups.site - summary: Get columns from groups - description: The set of vertical columns in this section. - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property columns in groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_UpdateColumn - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property columns for groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_DeleteColumn - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts': get: tags: - groups.site - summary: Get webparts from groups - description: The collection of WebParts in this column. - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart + summary: Get webParts from groups + description: Collection of webparts on the SharePoint page. + operationId: group.site.pageAsSitePage_ListWebPart parameters: - name: group-id in: path @@ -24047,22 +23571,6 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -24110,8 +23618,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to webparts for groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_CreateWebpart + summary: Create new navigation property to webParts for groups + operationId: group.site.pageAsSitePage_CreateWebPart parameters: - name: group-id in: path @@ -24137,22 +23645,6 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn requestBody: description: New navigation property content: @@ -24170,13 +23662,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}': get: tags: - groups.site - summary: Get webparts from groups - description: The collection of WebParts in this column. - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart + summary: Get webParts from groups + description: Collection of webparts on the SharePoint page. + operationId: group.site.pageAsSitePage_GetWebPart parameters: - name: group-id in: path @@ -24202,22 +23694,6 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - name: webPart-id in: path description: The unique identifier of webPart @@ -24259,8 +23735,8 @@ paths: patch: tags: - groups.site - summary: Update the navigation property webparts in groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_UpdateWebpart + summary: Update the navigation property webParts in groups + operationId: group.site.pageAsSitePage_UpdateWebPart parameters: - name: group-id in: path @@ -24286,22 +23762,6 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - name: webPart-id in: path description: The unique identifier of webPart @@ -24330,8 +23790,8 @@ paths: delete: tags: - groups.site - summary: Delete navigation property webparts for groups - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_DeleteWebpart + summary: Delete navigation property webParts for groups + operationId: group.site.pageAsSitePage_DeleteWebPart parameters: - name: group-id in: path @@ -24357,22 +23817,6 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - name: webPart-id in: path description: The unique identifier of webPart @@ -24393,12 +23837,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count': + '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column.webpart_GetCount + operationId: group.site.pageAsSitePage.webPart_GetCount parameters: - name: group-id in: path @@ -24424,22 +23868,6 @@ paths: schema: type: string x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id - in: path - description: The unique identifier of horizontalSection - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSection - - name: horizontalSectionColumn-id - in: path - description: The unique identifier of horizontalSectionColumn - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: horizontalSectionColumn - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -24447,12 +23875,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count': + '/groups/{group-id}/sites/{site-id}/pages/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetCount + operationId: group.site.page_GetCount parameters: - name: group-id in: path @@ -24470,35 +23898,85 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage': + get: + tags: + - groups.site + summary: Get the items of type microsoft.graph.sitePage in the microsoft.graph.baseSitePage collection + operationId: group.site_ListPageAsSitePage + parameters: + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - name: horizontalSection-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of horizontalSection + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: horizontalSection + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/horizontalSections/$count': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_GetCount + operationId: group.site.Page_GetCountAsSitePage parameters: - name: group-id in: path @@ -24516,14 +23994,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -24531,13 +24001,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection': + '/groups/{group-id}/sites/{site-id}/permissions': get: tags: - groups.site - summary: Get verticalSection from groups - description: Vertical section on the SharePoint page. - operationId: group.site.pageAsSitePage.canvasLayout_GetVerticalSection + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. + operationId: group.site_ListPermission parameters: - name: group-id in: path @@ -24555,14 +24025,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: baseSitePage + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -24585,19 +24062,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.verticalSection' + $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.site - summary: Update the navigation property verticalSection in groups - operationId: group.site.pageAsSitePage.canvasLayout_UpdateVerticalSection + summary: Create new navigation property to permissions for groups + operationId: group.site_CreatePermission parameters: - name: group-id in: path @@ -24615,36 +24091,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.verticalSection' + $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.verticalSection' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/permissions/{permission-id}': + get: tags: - groups.site - summary: Delete navigation property verticalSection for groups - operationId: group.site.pageAsSitePage.canvasLayout_DeleteVerticalSection + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. + operationId: group.site_GetPermission parameters: - name: group-id in: path @@ -24662,78 +24132,19 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: permission-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - 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 - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts': - get: - tags: - - groups.site - summary: Get webparts from groups - description: The set of web parts in this section. - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: permission + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: uniqueItems: true type: array @@ -24751,18 +24162,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to webparts for groups - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_CreateWebpart + summary: Update the navigation property permissions in groups + operationId: group.site_UpdatePermission parameters: - name: group-id in: path @@ -24780,38 +24192,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: permission-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: permission requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}': - get: + delete: tags: - groups.site - summary: Get webparts from groups - description: The set of web parts in this section. - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart + summary: Delete navigation property permissions for groups + operationId: group.site_DeletePermission parameters: - name: group-id in: path @@ -24829,57 +24239,32 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: permission-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of permission required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id - in: path - description: The unique identifier of webPart - required: true + x-ms-docs-key-type: permission + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: webPart - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/permissions/$count': + get: tags: - groups.site - summary: Update the navigation property webparts in groups - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_UpdateWebpart + summary: Get the number of the resource + operationId: group.site.permission_GetCount parameters: - name: group-id in: path @@ -24897,44 +24282,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id - in: path - description: The unique identifier of webPart - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: webPart - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.webPart' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/sites': + get: tags: - groups.site - summary: Delete navigation property webparts for groups - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_DeleteWebpart + summary: Get sites from groups + description: The collection of the sub-sites under this site. + operationId: group.site_ListSite parameters: - name: group-id in: path @@ -24952,40 +24313,57 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id - in: path - description: The unique identifier of webPart - required: true - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: webPart - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/canvasLayout/verticalSection/webparts/$count': + '/groups/{group-id}/sites/{site-id}/sites/{site-id1}': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.pageAsSitePage.canvasLayout.verticalSection.webpart_GetCount + summary: Get sites from groups + description: The collection of the sub-sites under this site. + operationId: group.site_GetSite parameters: - name: group-id in: path @@ -25003,38 +24381,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser': - get: - tags: - - groups.site - summary: Get createdByUser from groups - description: Identity of the user who created the item. Read-only. - operationId: group.site.pageAsSitePage_GetCreatedGraphBPreUser - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: site-id1 in: path description: The unique identifier of site required: true @@ -25042,14 +24389,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - name: $select in: query description: Select properties to be returned @@ -25076,17 +24415,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.site' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/mailboxSettings': + '/groups/{group-id}/sites/{site-id}/sites/$count': get: tags: - groups.site - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: group.site.pageAsSitePage.createdGraphBPreUser_GetMailboxSetting + summary: Get the number of the resource + operationId: group.site_GetCount parameters: - name: group-id in: path @@ -25104,14 +24442,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore': + get: + tags: + - groups.site + summary: Get termStore from groups + description: The default termStore under this site. + operationId: group.site_GetTermStore + parameters: + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: $select in: query description: Select properties to be returned @@ -25134,18 +24495,19 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update property mailboxSettings value. - operationId: group.site.pageAsSitePage.createdGraphBPreUser_UpdateMailboxSetting + summary: Update the navigation property termStore in groups + operationId: group.site_UpdateTermStore parameters: - name: group-id in: path @@ -25163,20 +24525,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: @@ -25184,16 +24538,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: group.site.pageAsSitePage.createdGraphBPreUser_ListServiceProvisioningError + summary: Delete navigation property termStore for groups + operationId: group.site_DeleteTermStore parameters: - name: group-id in: path @@ -25211,14 +24564,42 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - 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 + '/groups/{group-id}/sites/{site-id}/termStore/groups': + get: + tags: + - groups.site + summary: Get groups from groups + description: Collection of all groups available in the term store. + operationId: group.site.termStore_ListGroup + parameters: + - name: group-id in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -25256,18 +24637,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/createdByUser/serviceProvisioningErrors/$count': - get: + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.pageAsSitePage.createdGraphBPreUser.ServiceProvisioningError_GetCount + summary: Create new navigation property to groups for groups + operationId: group.site.termStore_CreateGroup parameters: - name: group-id in: path @@ -25285,28 +24666,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}': get: tags: - groups.site - summary: Get lastModifiedByUser from groups - description: Identity of the user who last modified the item. Read-only. - operationId: group.site.pageAsSitePage_GetLastModifiedGraphBPreUser + summary: Get groups from groups + description: Collection of all groups available in the term store. + operationId: group.site.termStore_GetGroup parameters: - name: group-id in: path @@ -25324,14 +24707,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id1 in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: group - name: $select in: query description: Select properties to be returned @@ -25358,17 +24741,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/mailboxSettings': - get: + patch: tags: - groups.site - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_GetMailboxSetting + summary: Update the navigation property groups in groups + operationId: group.site.termStore_UpdateGroup parameters: - name: group-id in: path @@ -25386,48 +24767,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id1 in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: group + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + required: true responses: 2XX: - description: Entity result. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' - patch: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Update property mailboxSettings value. - operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_UpdateMailboxSetting + summary: Delete navigation property groups for groups + operationId: group.site.termStore_DeleteGroup parameters: - name: group-id in: path @@ -25445,111 +24814,33 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id1 in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true + x-ms-docs-key-type: group + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets': get: tags: - groups.site - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser_ListServiceProvisioningError - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.pageAsSitePage.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.group_ListSet parameters: - name: group-id in: path @@ -25567,30 +24858,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts': - get: - tags: - - groups.site - summary: Get webParts from groups - description: Collection of webparts on the SharePoint page. - operationId: group.site.pageAsSitePage_ListWebPart - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -25598,22 +24866,6 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -25651,7 +24903,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -25661,8 +24913,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to webParts for groups - operationId: group.site.pageAsSitePage_CreateWebPart + summary: Create new navigation property to sets for groups + operationId: group.site.termStore.group_CreateSet parameters: - name: group-id in: path @@ -25680,20 +24932,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id1 in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage + x-ms-docs-key-type: group requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -25701,17 +24953,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/{webPart-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}': get: tags: - groups.site - summary: Get webParts from groups - description: Collection of webparts on the SharePoint page. - operationId: group.site.pageAsSitePage_GetWebPart + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.group_GetSet parameters: - name: group-id in: path @@ -25729,22 +24981,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id1 in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of webPart + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: set - name: $select in: query description: Select properties to be returned @@ -25771,15 +25023,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property webParts in groups - operationId: group.site.pageAsSitePage_UpdateWebPart + summary: Update the navigation property sets in groups + operationId: group.site.termStore.group_UpdateSet parameters: - name: group-id in: path @@ -25797,28 +25049,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id1 in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of webPart + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: set requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -25826,15 +25078,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.webPart' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property webParts for groups - operationId: group.site.pageAsSitePage_DeleteWebPart + summary: Delete navigation property sets for groups + operationId: group.site.termStore.group_DeleteSet parameters: - name: group-id in: path @@ -25852,22 +25104,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: baseSitePage-id + - name: group-id1 in: path - description: The unique identifier of baseSitePage + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: baseSitePage - - name: webPart-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of webPart + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: webPart + x-ms-docs-key-type: set - name: If-Match in: header description: ETag @@ -25880,50 +25132,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/microsoft.graph.sitePage/webParts/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.pageAsSitePage.webPart_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: baseSitePage-id - in: path - description: The unique identifier of baseSitePage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: baseSitePage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.page_GetCount + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.group.set_ListChild parameters: - name: group-id in: path @@ -25941,21 +25156,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage': - get: - tags: - - groups.site - summary: Get the items of type microsoft.graph.sitePage in the microsoft.graph.baseSitePage collection - operationId: group.site_ListPageAsSitePage - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -25963,14 +25164,14 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: set - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -26008,18 +25209,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/groups/{group-id}/sites/{site-id}/pages/microsoft.graph.sitePage/$count': - get: + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.Page_GetCountAsSitePage + summary: Create new navigation property to children for groups + operationId: group.site.termStore.group.set_CreateChild parameters: - name: group-id in: path @@ -26037,22 +25238,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/permissions': - get: - tags: - - groups.site - summary: Get permissions from groups - description: The permissions associated with the site. Nullable. - operationId: group.site_ListPermission - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -26060,63 +25246,38 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: set + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}': + get: tags: - groups.site - summary: Create new navigation property to permissions for groups - operationId: group.site_CreatePermission + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.group.set_GetChild parameters: - name: group-id in: path @@ -26134,32 +25295,7 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/permissions/{permission-id}': - get: - tags: - - groups.site - summary: Get permissions from groups - description: The permissions associated with the site. Nullable. - operationId: group.site_GetPermission - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -26167,22 +25303,22 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: permission-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of permission + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: permission + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -26209,15 +25345,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property permissions in groups - operationId: group.site_UpdatePermission + summary: Update the navigation property children in groups + operationId: group.site.termStore.group.set_UpdateChild parameters: - name: group-id in: path @@ -26235,20 +25371,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: permission-id + - name: group-id1 in: path - description: The unique identifier of permission + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: permission + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -26256,15 +25408,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property permissions for groups - operationId: group.site_DeletePermission + summary: Delete navigation property children for groups + operationId: group.site.termStore.group.set_DeleteChild parameters: - name: group-id in: path @@ -26282,14 +25434,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: permission-id + - name: group-id1 in: path - description: The unique identifier of permission + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: permission + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -26302,12 +25470,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/permissions/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.permission_GetCount + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.child_ListChild parameters: - name: group-id in: path @@ -26325,22 +25494,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/sites': - get: - tags: - - groups.site - summary: Get sites from groups - description: The collection of the sub-sites under this site. - operationId: group.site_ListSite - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -26348,14 +25502,22 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -26393,20 +25555,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/sites/{site-id1}': - get: + post: tags: - groups.site - summary: Get sites from groups - description: The collection of the sub-sites under this site. - operationId: group.site_GetSite + summary: Create new navigation property to children for groups + operationId: group.site.termStore.group.set.child_CreateChild parameters: - name: group-id in: path @@ -26424,50 +25584,54 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: site-id1 + - name: group-id1 in: path - description: The unique identifier of site + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/sites/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site_GetCount + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.child_GetChild parameters: - name: group-id in: path @@ -26485,22 +25649,7 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore': - get: - tags: - - groups.site - summary: Get termStore from groups - description: The default termStore under this site. - operationId: group.site_GetTermStore - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -26508,14 +25657,30 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -26542,15 +25707,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property termStore in groups - operationId: group.site_UpdateTermStore + summary: Update the navigation property children in groups + operationId: group.site.termStore.group.set.child_UpdateChild parameters: - name: group-id in: path @@ -26568,12 +25733,44 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -26581,15 +25778,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property termStore for groups - operationId: group.site_DeleteTermStore + summary: Delete navigation property children for groups + operationId: group.site.termStore.group.set.child_DeleteChild parameters: - name: group-id in: path @@ -26607,6 +25804,38 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -26619,13 +25848,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get groups from groups - description: Collection of all groups available in the term store. - operationId: group.site.termStore_ListGroup + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_ListRelation parameters: - name: group-id in: path @@ -26643,6 +25872,38 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -26680,7 +25941,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -26690,8 +25951,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to groups for groups - operationId: group.site.termStore_CreateGroup + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.child_CreateRelation parameters: - name: group-id in: path @@ -26709,12 +25970,44 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -26722,17 +26015,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get groups from groups - description: Collection of all groups available in the term store. - operationId: group.site.termStore_GetGroup + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_GetRelation parameters: - name: group-id in: path @@ -26758,6 +26051,38 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -26784,15 +26109,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property groups in groups - operationId: group.site.termStore_UpdateGroup + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.child_UpdateRelation parameters: - name: group-id in: path @@ -26818,12 +26143,44 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -26831,15 +26188,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property groups for groups - operationId: group.site.termStore_DeleteGroup + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.child_DeleteRelation parameters: - name: group-id in: path @@ -26865,6 +26222,38 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -26877,13 +26266,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.group_ListSet + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -26909,21 +26298,38 @@ paths: schema: type: string x-ms-docs-key-type: group - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -26946,18 +26352,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to sets for groups - operationId: group.site.termStore.group_CreateSet + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.child.relation_GetSet parameters: - name: group-id in: path @@ -26983,63 +26392,38 @@ paths: schema: type: string x-ms-docs-key-type: group - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}': - get: - tags: - - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.group_GetSet - parameters: - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: group-id1 + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -27070,11 +26454,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property sets in groups - operationId: group.site.termStore.group_UpdateSet + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -27108,128 +26494,30 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property sets for groups - operationId: group.site.termStore.group_DeleteSet - parameters: - - name: group-id + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - 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 - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children': - get: - tags: - - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.group.set_ListChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -27252,18 +26540,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.group.set_CreateChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child.relation_GetCount parameters: - name: group-id in: path @@ -27297,30 +26587,36 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.group.set_GetChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.child_GetSet parameters: - name: group-id in: path @@ -27362,6 +26658,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -27388,78 +26692,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.group.set_UpdateChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.group.set_DeleteChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child_GetCount parameters: - name: group-id in: path @@ -27501,25 +26743,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.child_ListChild + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_ListRelation parameters: - name: group-id in: path @@ -27598,7 +26835,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -27608,8 +26845,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.group.set.child_CreateChild + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.child_CreateRelation parameters: - name: group-id in: path @@ -27656,7 +26893,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -27664,17 +26901,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.child_GetChild + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_GetRelation parameters: - name: group-id in: path @@ -27716,14 +26953,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -27750,15 +26987,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.group.set.child_UpdateChild + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.child_UpdateRelation parameters: - name: group-id in: path @@ -27800,20 +27037,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -27821,15 +27058,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.group.set.child_DeleteChild + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.child_DeleteRelation parameters: - name: group-id in: path @@ -27871,14 +27108,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -27891,13 +27128,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_ListRelation + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -27939,29 +27176,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -27984,91 +27206,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.child_CreateRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_GetRelation + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.child.relation_GetSet parameters: - name: group-id in: path @@ -28110,14 +27262,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -28152,15 +27296,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.child_UpdateRelation + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -28202,14 +27348,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -28218,28 +27356,42 @@ paths: schema: type: string x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count': + get: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.child_DeleteRelation + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child.relation_GetCount parameters: - name: group-id in: path @@ -28281,41 +27433,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.child.relation_GetFromTerm + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.child_GetSet parameters: - name: group-id in: path @@ -28357,22 +27488,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -28399,17 +27514,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.child.relation_GetSet + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child_GetCount parameters: - name: group-id in: path @@ -28443,67 +27557,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.child.relation_GetToTerm + summary: Get parentGroup from groups + description: 'The parent [group] that contains the set.' + operationId: group.site.termStore.group.set_GetParentGroup parameters: - name: group-id in: path @@ -28537,30 +27604,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -28587,79 +27630,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.child.relation_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': - get: + patch: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.child_GetSet + summary: Update the navigation property parentGroup in groups + operationId: group.site.termStore.group.set_UpdateParentGroup parameters: - name: group-id in: path @@ -28693,58 +27672,28 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.child_GetCount + summary: Delete navigation property parentGroup for groups + operationId: group.site.termStore.group.set_DeleteParentGroup parameters: - name: group-id in: path @@ -28778,28 +27727,25 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_ListRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.group.set_ListRelation parameters: - name: group-id in: path @@ -28833,14 +27779,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -28889,7 +27827,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.child_CreateRelation + operationId: group.site.termStore.group.set_CreateRelation parameters: - name: group-id in: path @@ -28923,14 +27861,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -28948,13 +27878,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_GetRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.group.set_GetRelation parameters: - name: group-id in: path @@ -28988,14 +27918,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -29038,7 +27960,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.child_UpdateRelation + operationId: group.site.termStore.group.set_UpdateRelation parameters: - name: group-id in: path @@ -29072,17 +27994,9 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: relation-id in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation + description: The unique identifier of relation required: true style: simple schema: @@ -29109,7 +28023,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.child_DeleteRelation + operationId: group.site.termStore.group.set_DeleteRelation parameters: - name: group-id in: path @@ -29143,14 +28057,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -29171,13 +28077,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.child.relation_GetFromTerm + operationId: group.site.termStore.group.set.relation_GetFromTerm parameters: - name: group-id in: path @@ -29211,14 +28117,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -29257,13 +28155,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.child.relation_GetSet + operationId: group.site.termStore.group.set.relation_GetSet parameters: - name: group-id in: path @@ -29297,14 +28195,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -29343,13 +28233,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.child.relation_GetToTerm + operationId: group.site.termStore.group.set.relation_GetToTerm parameters: - name: group-id in: path @@ -29383,14 +28273,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -29429,12 +28311,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.group.set.child.relation_GetCount + operationId: group.site.termStore.group.set.relation_GetCount parameters: - name: group-id in: path @@ -29468,14 +28350,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -29483,13 +28357,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.child_GetSet + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.group.set_ListTerm parameters: - name: group-id in: path @@ -29523,14 +28397,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: term + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -29553,20 +28434,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.child_GetCount + summary: Create new navigation property to terms for groups + operationId: group.site.termStore.group.set_CreateTerm parameters: - name: group-id in: path @@ -29600,20 +28479,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}': get: tags: - groups.site - summary: Get parentGroup from groups - description: 'The parent [group] that contains the set.' - operationId: group.site.termStore.group.set_GetParentGroup + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.group.set_GetTerm parameters: - name: group-id in: path @@ -29647,6 +28536,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -29673,15 +28570,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property parentGroup in groups - operationId: group.site.termStore.group.set_UpdateParentGroup + summary: Update the navigation property terms in groups + operationId: group.site.termStore.group.set_UpdateTerm parameters: - name: group-id in: path @@ -29715,12 +28612,20 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -29728,15 +28633,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property parentGroup for groups - operationId: group.site.termStore.group.set_DeleteParentGroup + summary: Delete navigation property terms for groups + operationId: group.site.termStore.group.set_DeleteTerm parameters: - name: group-id in: path @@ -29770,6 +28675,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -29782,13 +28695,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children': get: tags: - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.group.set_ListRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.term_ListChild parameters: - name: group-id in: path @@ -29822,6 +28735,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -29859,7 +28780,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -29869,8 +28790,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set_CreateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.group.set.term_CreateChild parameters: - name: group-id in: path @@ -29904,12 +28825,20 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -29917,17 +28846,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.group.set_GetRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.term_GetChild parameters: - name: group-id in: path @@ -29961,14 +28890,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -29995,15 +28932,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set_UpdateRelation + summary: Update the navigation property children in groups + operationId: group.site.termStore.group.set.term_UpdateChild parameters: - name: group-id in: path @@ -30037,20 +28974,28 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -30058,15 +29003,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set_DeleteRelation + summary: Delete navigation property children for groups + operationId: group.site.termStore.group.set.term_DeleteChild parameters: - name: group-id in: path @@ -30100,14 +29045,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -30120,13 +29073,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.relation_GetFromTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term.child_ListRelation parameters: - name: group-id in: path @@ -30160,14 +29113,37 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -30190,21 +29166,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.relation_GetSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.term.child_CreateRelation parameters: - name: group-id in: path @@ -30238,51 +29211,46 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.relation_GetToTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term.child_GetRelation parameters: - name: group-id in: path @@ -30316,6 +29284,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -30350,16 +29334,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.relation_GetCount + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.term.child_UpdateRelation parameters: - name: group-id in: path @@ -30393,20 +29376,52 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.group.set_ListTerm + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.term.child_DeleteRelation parameters: - name: group-id in: path @@ -30440,55 +29455,49 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + get: tags: - groups.site - summary: Create new navigation property to terms for groups - operationId: group.site.termStore.group.set_CreateTerm + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.term.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -30522,16 +29531,53 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: @@ -30539,13 +29585,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.group.set_GetTerm + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.term.child.relation_GetSet parameters: - name: group-id in: path @@ -30587,6 +29633,22 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -30613,15 +29675,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property terms in groups - operationId: group.site.termStore.group.set_UpdateTerm + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.term.child.relation_GetToTerm parameters: - name: group-id in: path @@ -30663,16 +29727,45 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: @@ -30680,11 +29773,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Delete navigation property terms for groups - operationId: group.site.termStore.group.set_DeleteTerm + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term.child.relation_GetCount parameters: - name: group-id in: path @@ -30726,25 +29820,28 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag + - name: term-id1 + in: path + description: The unique identifier of term + required: true style: simple schema: type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.term_ListChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.term.child_GetSet parameters: - name: group-id in: path @@ -30786,21 +29883,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -30823,18 +29913,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.group.set.term_CreateChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term.child_GetCount parameters: - name: group-id in: path @@ -30876,30 +29968,20 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.term_GetChild + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term_ListRelation parameters: - name: group-id in: path @@ -30941,14 +30023,21 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: term + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -30971,19 +30060,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.group.set.term_UpdateChild + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.term_CreateRelation parameters: - name: group-id in: path @@ -31025,36 +30113,30 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.group.set.term_DeleteChild + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term_GetRelation parameters: - name: group-id in: path @@ -31096,33 +30178,49 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': - get: + patch: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term.child_ListRelation + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.term_UpdateRelation parameters: - name: group-id in: path @@ -31164,63 +30262,36 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + delete: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.term.child_CreateRelation + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.term_DeleteRelation parameters: - name: group-id in: path @@ -31262,38 +30333,33 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term.child_GetRelation + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.term.relation_GetFromTerm parameters: - name: group-id in: path @@ -31335,14 +30401,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -31377,15 +30435,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.term.child_UpdateRelation + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.term.relation_GetSet parameters: - name: group-id in: path @@ -31427,14 +30487,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -31443,28 +30495,43 @@ paths: schema: type: string x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.term.child_DeleteRelation + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.term.relation_GetToTerm parameters: - name: group-id in: path @@ -31506,14 +30573,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -31522,25 +30581,42 @@ paths: schema: type: string x-ms-docs-key-type: relation - - name: If-Match - in: header - description: ETag - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.term.child.relation_GetFromTerm + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term.relation_GetCount parameters: - name: group-id in: path @@ -31582,59 +30658,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set': get: tags: - groups.site summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.term.child.relation_GetSet + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.term_GetSet parameters: - name: group-id in: path @@ -31676,22 +30713,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -31722,13 +30743,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.term.child.relation_GetToTerm + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term_GetCount parameters: - name: group-id in: path @@ -31762,66 +30782,57 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.termStore.group.set_GetCount + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: site + - name: group-id1 in: path - description: The unique identifier of relation + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/groups/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.group.set.term.child.relation_GetCount + operationId: group.site.termStore.group_GetCount parameters: - name: group-id in: path @@ -31839,7 +30850,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets': + get: + tags: + - groups.site + summary: Get sets from groups + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. + operationId: group.site.termStore_ListSet + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -31847,44 +30873,63 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': - get: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.term.child_GetSet + summary: Create new navigation property to sets for groups + operationId: group.site.termStore_CreateSet parameters: - name: group-id in: path @@ -31902,7 +30947,32 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}': + get: + tags: + - groups.site + summary: Get sets from groups + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. + operationId: group.site.termStore_GetSet + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -31910,30 +30980,22 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: set-id in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - name: $select in: query description: Select properties to be returned @@ -31964,12 +31026,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.term.child_GetCount + summary: Update the navigation property sets in groups + operationId: group.site.termStore_UpdateSet parameters: - name: group-id in: path @@ -31987,7 +31048,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property sets for groups + operationId: group.site.termStore_DeleteSet + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -31995,6 +31087,14 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set @@ -32003,28 +31103,25 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term_ListRelation + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set_ListChild parameters: - name: group-id in: path @@ -32042,14 +31139,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -32058,14 +31147,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -32103,7 +31184,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -32113,8 +31194,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.term_CreateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set_CreateChild parameters: - name: group-id in: path @@ -32132,14 +31213,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -32148,20 +31221,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -32169,17 +31234,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term_GetRelation + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set_GetChild parameters: - name: group-id in: path @@ -32197,14 +31262,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -32221,14 +31278,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -32255,15 +31304,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.term_UpdateRelation + summary: Update the navigation property children in groups + operationId: group.site.termStore.set_UpdateChild parameters: - name: group-id in: path @@ -32281,14 +31330,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -32305,20 +31346,12 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -32326,15 +31359,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.term_DeleteRelation + summary: Delete navigation property children for groups + operationId: group.site.termStore.set_DeleteChild parameters: - name: group-id in: path @@ -32352,14 +31385,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -32376,14 +31401,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -32396,13 +31413,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.term.relation_GetFromTerm + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.child_ListChild parameters: - name: group-id in: path @@ -32420,14 +31437,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -32444,14 +31453,21 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -32474,21 +31490,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.term.relation_GetSet + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.child_CreateChild parameters: - name: group-id in: path @@ -32506,17 +31519,9 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set + description: The unique identifier of set required: true style: simple schema: @@ -32530,51 +31535,30 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.term.relation_GetToTerm + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.child_GetChild parameters: - name: group-id in: path @@ -32592,14 +31576,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -32616,14 +31592,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -32654,12 +31630,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.term.relation_GetCount + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.child_UpdateChild parameters: - name: group-id in: path @@ -32677,14 +31652,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -32701,54 +31668,7 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set': - get: - tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.term_GetSet - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: term-id1 in: path description: The unique identifier of term required: true @@ -32756,42 +31676,28 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.term_GetCount + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.child_DeleteChild parameters: - name: group-id in: path @@ -32809,14 +31715,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -32825,57 +31723,41 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set_GetCount - parameters: - - name: group-id + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: group-id1 - in: path - description: The unique identifier of group - required: true + x-ms-docs-key-type: term + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: group - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/groups/$count': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.child_ListRelation parameters: - name: group-id in: path @@ -32893,37 +31775,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets': - get: - tags: - - groups.site - summary: Get sets from groups - description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. - operationId: group.site.termStore_ListSet - parameters: - - name: group-id + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -32961,7 +31836,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -32971,8 +31846,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sets for groups - operationId: group.site.termStore_CreateSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.child_CreateRelation parameters: - name: group-id in: path @@ -32990,12 +31865,36 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -33003,17 +31902,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get sets from groups - description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. - operationId: group.site.termStore_GetSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.child_GetRelation parameters: - name: group-id in: path @@ -33039,6 +31938,30 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -33065,15 +31988,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sets in groups - operationId: group.site.termStore_UpdateSet + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.child_UpdateRelation parameters: - name: group-id in: path @@ -33099,12 +32022,36 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -33112,15 +32059,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sets for groups - operationId: group.site.termStore_DeleteSet + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.child_DeleteRelation parameters: - name: group-id in: path @@ -33146,6 +32093,30 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -33158,13 +32129,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -33190,21 +32161,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -33227,18 +32207,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set_CreateChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.child.relation_GetSet parameters: - name: group-id in: path @@ -33264,63 +32247,30 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}': - get: - tags: - - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set_GetChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: set-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -33347,15 +32297,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set_UpdateChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -33389,54 +32341,7 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set_DeleteChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: term-id1 in: path description: The unique identifier of term required: true @@ -33444,73 +32349,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - 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 - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children': - get: - tags: - - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.child_ListChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -33533,18 +32379,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.child_CreateChild + summary: Get the number of the resource + operationId: group.site.termStore.set.child.relation_GetCount parameters: - name: group-id in: path @@ -33578,30 +32426,28 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.child_GetChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.child_GetSet parameters: - name: group-id in: path @@ -33669,78 +32515,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.child_UpdateChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.child_DeleteChild + summary: Get the number of the resource + operationId: group.site.termStore.set.child_GetCount parameters: - name: group-id in: path @@ -33774,27 +32558,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations': get: tags: - groups.site @@ -33834,14 +32605,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -33924,14 +32687,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -33949,7 +32704,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}': get: tags: - groups.site @@ -33989,14 +32744,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34073,14 +32820,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34144,14 +32883,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34172,7 +32903,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site @@ -34212,14 +32943,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34258,7 +32981,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': get: tags: - groups.site @@ -34298,14 +33021,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34344,7 +33059,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site @@ -34384,14 +33099,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -34430,7 +33137,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count': get: tags: - groups.site @@ -34469,14 +33176,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -34484,7 +33183,7 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set': get: tags: - groups.site @@ -34524,14 +33223,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -34562,7 +33253,7 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count': get: tags: - groups.site @@ -34593,28 +33284,80 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup': + get: + tags: + - groups.site + summary: Get parentGroup from groups + description: 'The parent [group] that contains the set.' + operationId: group.site.termStore.set_GetParentGroup + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations': - get: + x-ms-docs-operation-type: operation + patch: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_ListRelation + summary: Update the navigation property parentGroup in groups + operationId: group.site.termStore.set_UpdateParentGroup parameters: - name: group-id in: path @@ -34640,14 +33383,97 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property parentGroup for groups + operationId: group.site.termStore.set_DeleteParentGroup + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - 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 + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets': + get: + tags: + - groups.site + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.set.parentGroup_ListSet + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -34685,7 +33511,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -34695,8 +33521,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.child_CreateRelation + summary: Create new navigation property to sets for groups + operationId: group.site.termStore.set.parentGroup_CreateSet parameters: - name: group-id in: path @@ -34722,20 +33548,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -34743,17 +33561,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_GetRelation + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.set.parentGroup_GetSet parameters: - name: group-id in: path @@ -34779,22 +33597,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set - name: $select in: query description: Select properties to be returned @@ -34821,15 +33631,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.child_UpdateRelation + summary: Update the navigation property sets in groups + operationId: group.site.termStore.set.parentGroup_UpdateSet parameters: - name: group-id in: path @@ -34855,28 +33665,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -34884,15 +33686,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.child_DeleteRelation + summary: Delete navigation property sets for groups + operationId: group.site.termStore.set.parentGroup_DeleteSet parameters: - name: group-id in: path @@ -34918,22 +33720,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set - name: If-Match in: header description: ETag @@ -34946,13 +33740,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.child.relation_GetFromTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set.parentGroup.set_ListChild parameters: - name: group-id in: path @@ -34978,22 +33772,29 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -35016,7 +33817,61 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.parentGroup.set_CreateChild + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: @@ -35024,13 +33879,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.child.relation_GetSet + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set.parentGroup.set_GetChild parameters: - name: group-id in: path @@ -35056,22 +33911,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -35098,17 +33953,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': - get: + patch: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.child.relation_GetToTerm + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.parentGroup.set_UpdateChild parameters: - name: group-id in: path @@ -35134,45 +33987,32 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: @@ -35180,12 +34020,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child.relation_GetCount + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.parentGroup.set_DeleteChild parameters: - name: group-id in: path @@ -35211,6 +34050,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -35219,20 +34066,25 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.child_GetSet + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.child_ListChild parameters: - name: group-id in: path @@ -35258,6 +34110,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -35266,6 +34126,21 @@ paths: schema: type: string x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -35288,20 +34163,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child_GetCount + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.parentGroup.set.child_CreateChild parameters: - name: group-id in: path @@ -35327,20 +34200,46 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get parentGroup from groups - description: 'The parent [group] that contains the set.' - operationId: group.site.termStore.set_GetParentGroup + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.child_GetChild parameters: - name: group-id in: path @@ -35366,6 +34265,30 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -35392,15 +34315,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property parentGroup in groups - operationId: group.site.termStore.set_UpdateParentGroup + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.parentGroup.set.child_UpdateChild parameters: - name: group-id in: path @@ -35426,12 +34349,36 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -35439,15 +34386,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property parentGroup for groups - operationId: group.site.termStore.set_DeleteParentGroup + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.parentGroup.set.child_DeleteChild parameters: - name: group-id in: path @@ -35473,6 +34420,30 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -35485,13 +34456,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.set.parentGroup_ListSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_ListRelation parameters: - name: group-id in: path @@ -35517,6 +34488,30 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -35554,7 +34549,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -35564,8 +34559,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sets for groups - operationId: group.site.termStore.set.parentGroup_CreateSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation parameters: - name: group-id in: path @@ -35591,12 +34586,36 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -35604,17 +34623,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.set.parentGroup_GetSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_GetRelation parameters: - name: group-id in: path @@ -35648,6 +34667,30 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -35674,15 +34717,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sets in groups - operationId: group.site.termStore.set.parentGroup_UpdateSet + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation parameters: - name: group-id in: path @@ -35716,28 +34759,52 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true - responses: - 2XX: - description: Success - content: + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Success + content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sets for groups - operationId: group.site.termStore.set.parentGroup_DeleteSet + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation parameters: - name: group-id in: path @@ -35771,6 +34838,30 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -35783,13 +34874,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set.parentGroup.set_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -35823,21 +34914,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -35860,18 +34960,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.parentGroup.set_CreateChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet parameters: - name: group-id in: path @@ -35905,30 +35008,67 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set.parentGroup.set_GetChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -35970,6 +35110,22 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -36000,11 +35156,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.parentGroup.set_UpdateChild + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount parameters: - name: group-id in: path @@ -36046,28 +35203,28 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.parentGroup.set_DeleteChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.child_GetSet parameters: - name: group-id in: path @@ -36109,25 +35266,105 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag + - name: term-id1 + in: path + description: The unique identifier of term + required: true style: simple schema: type: string + x-ms-docs-key-type: term + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.child_ListChild + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': + get: + tags: + - groups.site + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_ListRelation parameters: - name: group-id in: path @@ -36206,7 +35443,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -36216,8 +35453,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.parentGroup.set.child_CreateChild + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation parameters: - name: group-id in: path @@ -36264,7 +35501,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -36272,17 +35509,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.child_GetChild + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_GetRelation parameters: - name: group-id in: path @@ -36324,14 +35561,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -36358,15 +35595,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.parentGroup.set.child_UpdateChild + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation parameters: - name: group-id in: path @@ -36408,20 +35645,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -36429,15 +35666,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.parentGroup.set.child_DeleteChild + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation parameters: - name: group-id in: path @@ -36479,14 +35716,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -36499,13 +35736,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_ListRelation + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -36547,29 +35784,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -36592,18 +35814,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet parameters: - name: group-id in: path @@ -36645,38 +35870,51 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_GetRelation + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -36718,14 +35956,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -36760,15 +35990,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': + get: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount parameters: - name: group-id in: path @@ -36810,44 +36041,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': + get: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.child_GetSet parameters: - name: group-id in: path @@ -36889,41 +36096,42 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child_GetCount parameters: - name: group-id in: path @@ -36957,30 +36165,68 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations': + get: + tags: + - groups.site + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set.parentGroup.set_ListRelation + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: site + - name: set-id in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -37003,21 +36249,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set_CreateRelation parameters: - name: group-id in: path @@ -37051,22 +36294,63 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': + get: + tags: + - groups.site + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set.parentGroup.set_GetRelation + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -37101,17 +36385,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': - get: + patch: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set_UpdateRelation parameters: - name: group-id in: path @@ -37145,22 +36427,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -37169,42 +36435,28 @@ paths: schema: type: string x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set_DeleteRelation parameters: - name: group-id in: path @@ -37238,36 +36490,33 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.child_GetSet + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.relation_GetFromTerm parameters: - name: group-id in: path @@ -37301,22 +36550,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -37343,16 +36584,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child_GetCount + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.relation_GetSet parameters: - name: group-id in: path @@ -37386,28 +36628,51 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_ListRelation + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.relation_GetToTerm parameters: - name: group-id in: path @@ -37441,29 +36706,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -37486,18 +36736,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': + get: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.relation_GetCount parameters: - name: group-id in: path @@ -37531,20 +36783,141 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms': + get: + tags: + - groups.site + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set.parentGroup.set_ListTerm + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to terms for groups + operationId: group.site.termStore.set.parentGroup.set_CreateTerm + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -37552,17 +36925,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_GetRelation + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set.parentGroup.set_GetTerm parameters: - name: group-id in: path @@ -37604,14 +36977,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -37638,15 +37003,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation + summary: Update the navigation property terms in groups + operationId: group.site.termStore.set.parentGroup.set_UpdateTerm parameters: - name: group-id in: path @@ -37688,20 +37053,12 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -37709,15 +37066,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation + summary: Delete navigation property terms for groups + operationId: group.site.termStore.set.parentGroup.set_DeleteTerm parameters: - name: group-id in: path @@ -37759,14 +37116,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -37779,13 +37128,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.term_ListChild parameters: - name: group-id in: path @@ -37827,14 +37176,21 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -37857,21 +37213,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.parentGroup.set.term_CreateChild parameters: - name: group-id in: path @@ -37913,51 +37266,30 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.term_GetChild parameters: - name: group-id in: path @@ -37999,14 +37331,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -38037,12 +37369,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.parentGroup.set.term_UpdateChild parameters: - name: group-id in: path @@ -38084,20 +37415,36 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.child_GetSet + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.parentGroup.set.term_DeleteChild parameters: - name: group-id in: path @@ -38139,42 +37486,33 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: term + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term.child_ListRelation parameters: - name: group-id in: path @@ -38208,53 +37546,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations': - get: - tags: - - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set.parentGroup.set_ListRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: set-id + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -38303,7 +37610,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set_CreateRelation + operationId: group.site.termStore.set.parentGroup.set.term.child_CreateRelation parameters: - name: group-id in: path @@ -38337,6 +37644,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -38354,13 +37677,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set.parentGroup.set_GetRelation + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term.child_GetRelation parameters: - name: group-id in: path @@ -38394,6 +37717,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -38436,7 +37775,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set_UpdateRelation + operationId: group.site.termStore.set.parentGroup.set.term.child_UpdateRelation parameters: - name: group-id in: path @@ -38470,6 +37809,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -38499,7 +37854,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set_DeleteRelation + operationId: group.site.termStore.set.parentGroup.set.term.child_DeleteRelation parameters: - name: group-id in: path @@ -38533,6 +37888,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -38553,13 +37924,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.relation_GetFromTerm + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -38593,6 +37964,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -38631,13 +38018,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.relation_GetSet + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetSet parameters: - name: group-id in: path @@ -38671,6 +38058,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -38709,13 +38112,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.relation_GetToTerm + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm parameters: - name: group-id in: path @@ -38749,6 +38152,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -38787,12 +38206,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.relation_GetCount + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetCount parameters: - name: group-id in: path @@ -38826,6 +38245,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -38833,13 +38268,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set.parentGroup.set_ListTerm + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.term.child_GetSet parameters: - name: group-id in: path @@ -38873,21 +38308,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -38910,18 +38346,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': + get: tags: - groups.site - summary: Create new navigation property to terms for groups - operationId: group.site.termStore.set.parentGroup.set_CreateTerm + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.term.child_GetCount parameters: - name: group-id in: path @@ -38955,30 +38393,28 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set.parentGroup.set_GetTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term_ListRelation parameters: - name: group-id in: path @@ -39020,6 +38456,21 @@ paths: schema: type: string x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -39042,19 +38493,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.site - summary: Update the navigation property terms in groups - operationId: group.site.termStore.set.parentGroup.set_UpdateTerm + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.term_CreateRelation parameters: - name: group-id in: path @@ -39096,12 +38546,169 @@ paths: schema: type: string x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': + get: + tags: + - groups.site + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term_GetRelation + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.site + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.term_UpdateRelation + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -39109,15 +38716,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property terms for groups - operationId: group.site.termStore.set.parentGroup.set_DeleteTerm + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.term_DeleteRelation parameters: - name: group-id in: path @@ -39159,6 +38766,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -39171,13 +38786,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.term_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm parameters: - name: group-id in: path @@ -39219,21 +38834,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -39256,18 +38864,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.parentGroup.set.term_CreateChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetSet parameters: - name: group-id in: path @@ -39309,30 +38920,51 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.term_GetChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetToTerm parameters: - name: group-id in: path @@ -39374,14 +39006,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -39412,11 +39044,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.parentGroup.set.term_UpdateChild + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetCount parameters: - name: group-id in: path @@ -39458,36 +39091,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.parentGroup.set.term_DeleteChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.term_GetSet parameters: - name: group-id in: path @@ -39529,33 +39146,88 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.term_GetCount + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true style: simple schema: type: string + x-ms-docs-key-type: set + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term.child_ListRelation + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set_GetCount parameters: - name: group-id in: path @@ -39581,30 +39253,45 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations': + get: + tags: + - groups.site + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set_ListRelation + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: set-id in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -39653,7 +39340,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.term.child_CreateRelation + operationId: group.site.termStore.set_CreateRelation parameters: - name: group-id in: path @@ -39679,30 +39366,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -39720,13 +39383,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term.child_GetRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set_GetRelation parameters: - name: group-id in: path @@ -39752,30 +39415,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -39818,7 +39457,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.term.child_UpdateRelation + operationId: group.site.termStore.set_UpdateRelation parameters: - name: group-id in: path @@ -39844,30 +39483,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -39897,7 +39512,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.term.child_DeleteRelation + operationId: group.site.termStore.set_DeleteRelation parameters: - name: group-id in: path @@ -39923,33 +39538,9 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: relation-id in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation + description: The unique identifier of relation required: true style: simple schema: @@ -39967,13 +39558,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm + operationId: group.site.termStore.set.relation_GetFromTerm parameters: - name: group-id in: path @@ -39999,30 +39590,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -40061,13 +39628,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetSet + operationId: group.site.termStore.set.relation_GetSet parameters: - name: group-id in: path @@ -40093,30 +39660,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -40155,13 +39698,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm + operationId: group.site.termStore.set.relation_GetToTerm parameters: - name: group-id in: path @@ -40187,30 +39730,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -40249,12 +39768,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetCount + operationId: group.site.termStore.set.relation_GetCount parameters: - name: group-id in: path @@ -40280,44 +39799,94 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms': + get: + tags: + - groups.site + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set_ListTerm + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: set-id in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': - get: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.term.child_GetSet + summary: Create new navigation property to terms for groups + operationId: group.site.termStore.set_CreateTerm parameters: - name: group-id in: path @@ -40343,23 +39912,56 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}': + get: + tags: + - groups.site + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set_GetTerm + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -40393,16 +39995,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term.child_GetCount + summary: Update the navigation property terms in groups + operationId: group.site.termStore.set_UpdateTerm parameters: - name: group-id in: path @@ -40428,7 +40029,54 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property terms for groups + operationId: group.site.termStore.set_DeleteTerm + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id in: path description: The unique identifier of set required: true @@ -40444,20 +40092,25 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term_ListRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.term_ListChild parameters: - name: group-id in: path @@ -40483,14 +40136,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -40536,7 +40181,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -40546,8 +40191,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.term_CreateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.term_CreateChild parameters: - name: group-id in: path @@ -40573,14 +40218,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -40594,7 +40231,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -40602,17 +40239,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term_GetRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.term_GetChild parameters: - name: group-id in: path @@ -40638,14 +40275,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -40654,14 +40283,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -40688,15 +40317,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.term_UpdateRelation + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.term_UpdateChild parameters: - name: group-id in: path @@ -40722,14 +40351,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -40738,20 +40359,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -40759,15 +40380,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.term_DeleteRelation + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.term_DeleteChild parameters: - name: group-id in: path @@ -40793,14 +40414,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -40809,14 +40422,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -40829,13 +40442,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term.child_ListRelation parameters: - name: group-id in: path @@ -40861,14 +40474,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -40877,14 +40482,29 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -40907,21 +40527,83 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.term.child_CreateRelation + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term.child_GetRelation parameters: - name: group-id in: path @@ -40947,15 +40629,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -40997,17 +40679,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': - get: + patch: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetToTerm + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.term.child_UpdateRelation parameters: - name: group-id in: path @@ -41033,15 +40713,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -41057,42 +40737,28 @@ paths: schema: type: string x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetCount + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.term.child_DeleteRelation parameters: - name: group-id in: path @@ -41118,15 +40784,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -41134,20 +40800,33 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.term_GetSet + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.term.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -41173,7 +40852,85 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: + tags: + - groups.site + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.term.child.relation_GetSet + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id in: path description: The unique identifier of set required: true @@ -41189,6 +40946,22 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -41219,12 +40992,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term_GetCount + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.term.child.relation_GetToTerm parameters: - name: group-id in: path @@ -41250,7 +41024,84 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.termStore.set.term.child.relation_GetCount + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id in: path description: The unique identifier of set required: true @@ -41258,6 +41109,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -41265,12 +41132,90 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': + get: + tags: + - groups.site + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.term.child_GetSet + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set_GetCount + operationId: group.site.termStore.set.term.child_GetCount parameters: - name: group-id in: path @@ -41296,6 +41241,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -41303,13 +41256,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations': get: tags: - groups.site summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set_ListRelation + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term_ListRelation parameters: - name: group-id in: path @@ -41335,6 +41288,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -41383,7 +41344,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set_CreateRelation + operationId: group.site.termStore.set.term_CreateRelation parameters: - name: group-id in: path @@ -41409,6 +41370,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -41426,13 +41395,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set_GetRelation + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term_GetRelation parameters: - name: group-id in: path @@ -41458,6 +41427,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -41500,7 +41477,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.set_UpdateRelation + operationId: group.site.termStore.set.term_UpdateRelation parameters: - name: group-id in: path @@ -41526,6 +41503,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -41555,7 +41540,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.set_DeleteRelation + operationId: group.site.termStore.set.term_DeleteRelation parameters: - name: group-id in: path @@ -41581,6 +41566,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -41601,13 +41594,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.relation_GetFromTerm + operationId: group.site.termStore.set.term.relation_GetFromTerm parameters: - name: group-id in: path @@ -41633,6 +41626,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -41671,13 +41672,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.relation_GetSet + operationId: group.site.termStore.set.term.relation_GetSet parameters: - name: group-id in: path @@ -41703,6 +41704,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -41741,13 +41750,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.relation_GetToTerm + operationId: group.site.termStore.set.term.relation_GetToTerm parameters: - name: group-id in: path @@ -41773,6 +41782,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -41811,12 +41828,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.relation_GetCount + operationId: group.site.termStore.set.term.relation_GetCount parameters: - name: group-id in: path @@ -41842,6 +41859,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -41849,13 +41874,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms': + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set_ListTerm + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.term_GetSet parameters: - name: group-id in: path @@ -41881,21 +41906,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -41918,18 +41936,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count': + get: tags: - groups.site - summary: Create new navigation property to terms for groups - operationId: group.site.termStore.set_CreateTerm + summary: Get the number of the resource + operationId: group.site.termStore.set.term_GetCount parameters: - name: group-id in: path @@ -41955,30 +41975,19 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStore/sets/$count': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set_GetTerm + summary: Get the number of the resource + operationId: group.site.termStore.set_GetCount parameters: - name: group-id in: path @@ -41996,22 +42005,52 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStores': + get: + tags: + - groups.site + summary: Get termStores from groups + description: The collection of termStores under this site. + operationId: group.site_ListTermStore + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -42034,19 +42073,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Update the navigation property terms in groups - operationId: group.site.termStore.set_UpdateTerm + summary: Create new navigation property to termStores for groups + operationId: group.site_CreateTermStore parameters: - name: group-id in: path @@ -42064,28 +42102,121 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}': + get: + tags: + - groups.site + summary: Get termStores from groups + description: The collection of termStores under this site. + operationId: group.site_GetTermStore + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.site + summary: Update the navigation property termStores in groups + operationId: group.site_UpdateTermStore + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: @@ -42093,15 +42224,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property terms for groups - operationId: group.site.termStore.set_DeleteTerm + summary: Delete navigation property termStores for groups + operationId: group.site_DeleteTermStore parameters: - name: group-id in: path @@ -42119,22 +42250,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: store - name: If-Match in: header description: ETag @@ -42147,13 +42270,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.term_ListChild + summary: Get groups from groups + description: Collection of all groups available in the term store. + operationId: group.site.termStore_ListGroup parameters: - name: group-id in: path @@ -42171,22 +42294,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: store - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -42224,7 +42339,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -42234,8 +42349,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.term_CreateChild + summary: Create new navigation property to groups for groups + operationId: group.site.termStore_CreateGroup parameters: - name: group-id in: path @@ -42253,28 +42368,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: store requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -42282,17 +42389,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.term_GetChild + summary: Get groups from groups + description: Collection of all groups available in the term store. + operationId: group.site.termStore_GetGroup parameters: - name: group-id in: path @@ -42310,30 +42417,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: group - name: $select in: query description: Select properties to be returned @@ -42360,15 +42459,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.term_UpdateChild + summary: Update the navigation property groups in groups + operationId: group.site.termStore_UpdateGroup parameters: - name: group-id in: path @@ -42386,36 +42485,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: group requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -42423,15 +42514,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.term_DeleteChild + summary: Delete navigation property groups for groups + operationId: group.site.termStore_DeleteGroup parameters: - name: group-id in: path @@ -42449,30 +42540,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: group - name: If-Match in: header description: ETag @@ -42485,13 +42568,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term.child_ListRelation + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.group_ListSet parameters: - name: group-id in: path @@ -42509,30 +42592,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: group - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -42570,7 +42645,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -42580,8 +42655,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.term.child_CreateRelation + summary: Create new navigation property to sets for groups + operationId: group.site.termStore.group_CreateSet parameters: - name: group-id in: path @@ -42599,36 +42674,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: group requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -42636,17 +42703,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term.child_GetRelation + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.group_GetSet parameters: - name: group-id in: path @@ -42664,38 +42731,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set - name: $select in: query description: Select properties to be returned @@ -42722,15 +42781,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.term.child_UpdateRelation + summary: Update the navigation property sets in groups + operationId: group.site.termStore.group_UpdateSet parameters: - name: group-id in: path @@ -42748,44 +42807,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -42793,15 +42844,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.term.child_DeleteRelation + summary: Delete navigation property sets for groups + operationId: group.site.termStore.group_DeleteSet parameters: - name: group-id in: path @@ -42819,38 +42870,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set - name: If-Match in: header description: ETag @@ -42863,13 +42906,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.term.child.relation_GetFromTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.group.set_ListChild parameters: - name: group-id in: path @@ -42887,38 +42930,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -42941,21 +42991,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.term.child.relation_GetSet + summary: Create new navigation property to children for groups + operationId: group.site.termStore.group.set_CreateChild parameters: - name: group-id in: path @@ -42973,75 +43020,54 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: set + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.term.child.relation_GetToTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.group.set_GetChild parameters: - name: group-id in: path @@ -43059,38 +43085,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: set-id in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -43121,12 +43147,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term.child.relation_GetCount + summary: Update the navigation property children in groups + operationId: group.site.termStore.group.set_UpdateChild parameters: - name: group-id in: path @@ -43144,23 +43169,31 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: store + - name: group-id1 in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -43168,20 +43201,28 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.term.child_GetSet + summary: Delete navigation property children for groups + operationId: group.site.termStore.group.set_DeleteChild parameters: - name: group-id in: path @@ -43199,6 +43240,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43215,50 +43272,25 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term.child_GetCount + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.child_ListChild parameters: - name: group-id in: path @@ -43276,38 +43308,15 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations': - get: - tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term_ListRelation - parameters: - - name: group-id + x-ms-docs-key-type: store + - name: group-id1 in: path description: The unique identifier of group required: true @@ -43315,14 +43324,6 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set @@ -43376,7 +43377,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -43386,8 +43387,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.term_CreateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.group.set.child_CreateChild parameters: - name: group-id in: path @@ -43405,6 +43406,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43426,7 +43443,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -43434,17 +43451,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term_GetRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.child_GetChild parameters: - name: group-id in: path @@ -43462,6 +43479,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43478,14 +43511,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -43512,15 +43545,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.term_UpdateRelation + summary: Update the navigation property children in groups + operationId: group.site.termStore.group.set.child_UpdateChild parameters: - name: group-id in: path @@ -43538,6 +43571,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43554,20 +43603,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -43575,15 +43624,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.term_DeleteRelation + summary: Delete navigation property children for groups + operationId: group.site.termStore.group.set.child_DeleteChild parameters: - name: group-id in: path @@ -43601,6 +43650,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43617,14 +43682,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -43637,13 +43702,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.term.relation_GetFromTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_ListRelation parameters: - name: group-id in: path @@ -43661,6 +43726,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43677,14 +43758,29 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -43707,21 +43803,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.term.relation_GetSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.child_CreateRelation parameters: - name: group-id in: path @@ -43739,6 +43832,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43755,51 +43864,38 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.term.relation_GetToTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_GetRelation parameters: - name: group-id in: path @@ -43817,6 +43913,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43833,6 +43945,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -43867,16 +43987,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term.relation_GetCount + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.child_UpdateRelation parameters: - name: group-id in: path @@ -43894,6 +44013,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43910,20 +44045,44 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set': - get: - tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.term_GetSet + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.child_DeleteRelation parameters: - name: group-id in: path @@ -43941,6 +44100,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -43957,42 +44132,41 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term_GetCount + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -44010,29 +44184,15 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: set-id + - name: store-id in: path - description: The unique identifier of set + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStore/sets/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set_GetCount - parameters: - - name: group-id + x-ms-docs-key-type: store + - name: group-id1 in: path description: The unique identifier of group required: true @@ -44040,60 +44200,38 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores': - get: - tags: - - groups.site - summary: Get termStores from groups - description: The collection of termStores under this site. - operationId: group.site_ListTermStore - parameters: - - name: group-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -44116,18 +44254,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to termStores for groups - operationId: group.site_CreateTermStore + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.child.relation_GetSet parameters: - name: group-id in: path @@ -44145,32 +44286,15 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}': - get: - tags: - - groups.site - summary: Get termStores from groups - description: The collection of termStores under this site. - operationId: group.site_GetTermStore - parameters: - - name: group-id + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 in: path description: The unique identifier of group required: true @@ -44178,22 +44302,38 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of store + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: store + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -44220,15 +44360,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property termStores in groups - operationId: group.site_UpdateTermStore + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -44254,30 +44396,7 @@ paths: schema: type: string x-ms-docs-key-type: store - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property termStores for groups - operationId: group.site_DeleteTermStore - parameters: - - name: group-id + - name: group-id1 in: path description: The unique identifier of group required: true @@ -44285,81 +44404,38 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: set-id in: path - description: The unique identifier of store + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: store - - 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 - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups': - get: - tags: - - groups.site - summary: Get groups from groups - description: Collection of all groups available in the term store. - operationId: group.site.termStore_ListGroup - parameters: - - name: group-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of store + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: store - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -44382,18 +44458,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Create new navigation property to groups for groups - operationId: group.site.termStore_CreateGroup + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child.relation_GetCount parameters: - name: group-id in: path @@ -44419,30 +44497,52 @@ paths: schema: type: string x-ms-docs-key-type: store - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - required: true + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get groups from groups - description: Collection of all groups available in the term store. - operationId: group.site.termStore_GetGroup + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.child_GetSet parameters: - name: group-id in: path @@ -44476,6 +44576,30 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -44502,15 +44626,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count': + get: tags: - groups.site - summary: Update the navigation property groups in groups - operationId: group.site.termStore_UpdateGroup + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child_GetCount parameters: - name: group-id in: path @@ -44544,28 +44669,36 @@ paths: schema: type: string x-ms-docs-key-type: group - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - required: true + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations': + get: tags: - groups.site - summary: Delete navigation property groups for groups - operationId: group.site.termStore_DeleteGroup + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_ListRelation parameters: - name: group-id in: path @@ -44599,58 +44732,22 @@ paths: schema: type: string x-ms-docs-key-type: group - - 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 - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets': - get: - tags: - - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.group_ListSet - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: set-id in: path - description: The unique identifier of store + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: store - - name: group-id1 + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -44688,7 +44785,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -44698,8 +44795,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sets for groups - operationId: group.site.termStore.group_CreateSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.child_CreateRelation parameters: - name: group-id in: path @@ -44733,12 +44830,28 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -44746,17 +44859,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.group_GetSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.child_GetRelation parameters: - name: group-id in: path @@ -44798,6 +44911,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -44824,15 +44953,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property sets in groups - operationId: group.site.termStore.group_UpdateSet + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.child_UpdateRelation parameters: - name: group-id in: path @@ -44874,12 +45003,28 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -44887,15 +45032,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property sets for groups - operationId: group.site.termStore.group_DeleteSet + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.child_DeleteRelation parameters: - name: group-id in: path @@ -44937,6 +45082,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -44949,13 +45110,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.group.set_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -44997,21 +45158,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -45034,18 +45196,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.group.set_CreateChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.child.relation_GetSet parameters: - name: group-id in: path @@ -45087,30 +45252,59 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.group.set_GetChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -45160,6 +45354,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -45190,82 +45392,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.group.set_UpdateChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.group.set_DeleteChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child.relation_GetCount parameters: - name: group-id in: path @@ -45315,25 +45447,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.child_ListChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.child_GetSet parameters: - name: group-id in: path @@ -45383,21 +45510,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -45420,18 +45532,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/$count': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.group.set.child_CreateChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.child_GetCount parameters: - name: group-id in: path @@ -45473,38 +45587,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.child_GetChild + summary: Get parentGroup from groups + description: 'The parent [group] that contains the set.' + operationId: group.site.termStore.group.set_GetParentGroup parameters: - name: group-id in: path @@ -45546,22 +45642,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -45588,15 +45668,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.group.set.child_UpdateChild + summary: Update the navigation property parentGroup in groups + operationId: group.site.termStore.group.set_UpdateParentGroup parameters: - name: group-id in: path @@ -45638,28 +45718,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -45667,15 +45731,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.group.set.child_DeleteChild + summary: Delete navigation property parentGroup for groups + operationId: group.site.termStore.group.set_DeleteParentGroup parameters: - name: group-id in: path @@ -45717,22 +45781,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -45745,13 +45793,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_ListRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.group.set_ListRelation parameters: - name: group-id in: path @@ -45793,22 +45841,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -45857,7 +45889,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.child_CreateRelation + operationId: group.site.termStore.group.set_CreateRelation parameters: - name: group-id in: path @@ -45899,22 +45931,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -45932,13 +45948,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_GetRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.group.set_GetRelation parameters: - name: group-id in: path @@ -45980,22 +45996,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46038,7 +46038,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.child_UpdateRelation + operationId: group.site.termStore.group.set_UpdateRelation parameters: - name: group-id in: path @@ -46080,22 +46080,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46125,7 +46109,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.child_DeleteRelation + operationId: group.site.termStore.group.set_DeleteRelation parameters: - name: group-id in: path @@ -46167,22 +46151,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46203,13 +46171,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.child.relation_GetFromTerm + operationId: group.site.termStore.group.set.relation_GetFromTerm parameters: - name: group-id in: path @@ -46251,22 +46219,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46305,13 +46257,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.child.relation_GetSet + operationId: group.site.termStore.group.set.relation_GetSet parameters: - name: group-id in: path @@ -46353,22 +46305,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46407,13 +46343,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.child.relation_GetToTerm + operationId: group.site.termStore.group.set.relation_GetToTerm parameters: - name: group-id in: path @@ -46455,22 +46391,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -46509,12 +46429,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.group.set.child.relation_GetCount + operationId: group.site.termStore.group.set.relation_GetCount parameters: - name: group-id in: path @@ -46556,22 +46476,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -46579,13 +46483,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.child_GetSet + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.group.set_ListTerm parameters: - name: group-id in: path @@ -46627,22 +46531,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: term + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -46665,20 +46568,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.child_GetCount + summary: Create new navigation property to terms for groups + operationId: group.site.termStore.group.set_CreateTerm parameters: - name: group-id in: path @@ -46720,28 +46621,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_ListRelation + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.group.set_GetTerm parameters: - name: group-id in: path @@ -46791,21 +46694,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -46828,18 +46716,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.child_CreateRelation + summary: Update the navigation property terms in groups + operationId: group.site.termStore.group.set_UpdateTerm parameters: - name: group-id in: path @@ -46890,29 +46779,27 @@ paths: type: string x-ms-docs-key-type: term requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}': - get: + delete: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.child_GetRelation + summary: Delete navigation property terms for groups + operationId: group.site.termStore.group.set_DeleteTerm parameters: - name: group-id in: path @@ -46962,49 +46849,25 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children': + get: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.child_UpdateRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.term_ListChild parameters: - name: group-id in: path @@ -47054,36 +46917,55 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - delete: + post: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.child_DeleteRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.group.set.term_CreateChild parameters: - name: group-id in: path @@ -47133,33 +47015,30 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Success + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.child.relation_GetFromTerm + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.group.set.term_GetChild parameters: - name: group-id in: path @@ -47209,14 +47088,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -47247,13 +47126,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': - get: + patch: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.child.relation_GetSet + summary: Update the navigation property children in groups + operationId: group.site.termStore.group.set.term_UpdateChild parameters: - name: group-id in: path @@ -47303,51 +47180,36 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': - get: + delete: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.child.relation_GetToTerm + summary: Delete navigation property children for groups + operationId: group.site.termStore.group.set.term_DeleteChild parameters: - name: group-id in: path @@ -47397,50 +47259,33 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: term + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.child.relation_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term.child_ListRelation parameters: - name: group-id in: path @@ -47490,20 +47335,63 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set': - get: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.child_GetSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.term.child_CreateRelation parameters: - name: group-id in: path @@ -47553,42 +47441,38 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.child_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term.child_GetRelation parameters: - name: group-id in: path @@ -47630,61 +47514,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup': - get: - tags: - - groups.site - summary: Get parentGroup from groups - description: 'The parent [group] that contains the set.' - operationId: group.site.termStore.group.set_GetParentGroup - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: term-id in: path - description: The unique identifier of store + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: store - - name: group-id1 + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -47711,15 +47564,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property parentGroup in groups - operationId: group.site.termStore.group.set_UpdateParentGroup + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.term.child_UpdateRelation parameters: - name: group-id in: path @@ -47761,12 +47614,36 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -47774,15 +47651,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property parentGroup for groups - operationId: group.site.termStore.group.set_DeleteParentGroup + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.term.child_DeleteRelation parameters: - name: group-id in: path @@ -47824,6 +47701,30 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -47836,13 +47737,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.group.set_ListRelation + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.term.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -47884,21 +47785,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -47921,18 +47831,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set_CreateRelation + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.term.child.relation_GetSet parameters: - name: group-id in: path @@ -47974,71 +47887,22 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}': - get: - tags: - - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.group.set_GetRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: group-id1 + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -48073,15 +47937,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set_UpdateRelation + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.term.child.relation_GetToTerm parameters: - name: group-id in: path @@ -48123,6 +47989,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -48131,28 +48013,42 @@ paths: schema: type: string x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set_DeleteRelation + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term.child.relation_GetCount parameters: - name: group-id in: path @@ -48194,33 +48090,36 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true style: simple schema: type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.relation_GetFromTerm + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.term.child_GetSet parameters: - name: group-id in: path @@ -48262,14 +48161,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -48296,17 +48203,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.relation_GetSet + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term.child_GetCount parameters: - name: group-id in: path @@ -48348,51 +48254,28 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.relation_GetToTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term_ListRelation parameters: - name: group-id in: path @@ -48434,14 +48317,29 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -48464,20 +48362,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.relation_GetCount + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.group.set.term_CreateRelation parameters: - name: group-id in: path @@ -48519,157 +48415,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms': - get: - tags: - - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.group.set_ListTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to terms for groups - operationId: group.site.termStore.group.set_CreateTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -48677,17 +48436,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.group.set_GetTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.group.set.term_GetRelation parameters: - name: group-id in: path @@ -48737,6 +48496,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -48763,15 +48530,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property terms in groups - operationId: group.site.termStore.group.set_UpdateTerm + summary: Update the navigation property relations in groups + operationId: group.site.termStore.group.set.term_UpdateRelation parameters: - name: group-id in: path @@ -48821,12 +48588,20 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -48834,15 +48609,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property terms for groups - operationId: group.site.termStore.group.set_DeleteTerm + summary: Delete navigation property relations for groups + operationId: group.site.termStore.group.set.term_DeleteRelation parameters: - name: group-id in: path @@ -48892,6 +48667,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -48904,13 +48687,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.term_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.group.set.term.relation_GetFromTerm parameters: - name: group-id in: path @@ -48960,21 +48743,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -48997,18 +48773,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.group.set.term_CreateChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.group.set.term.relation_GetSet parameters: - name: group-id in: path @@ -49058,30 +48837,51 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.group.set.term_GetChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.group.set.term.relation_GetToTerm parameters: - name: group-id in: path @@ -49131,14 +48931,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -49169,11 +48969,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.group.set.term_UpdateChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term.relation_GetCount parameters: - name: group-id in: path @@ -49223,7 +49024,62 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set': + get: + tags: + - groups.site + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.group.set.term_GetSet + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -49231,28 +49087,42 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/$count': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.group.set.term_DeleteChild + summary: Get the number of the resource + operationId: group.site.termStore.group.set.term_GetCount parameters: - name: group-id in: path @@ -49294,41 +49164,65 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.termStore.group.set_GetCount + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true style: simple schema: type: string + x-ms-docs-key-type: store + - name: group-id1 + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/$count': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term.child_ListRelation + summary: Get the number of the resource + operationId: group.site.termStore.group_GetCount parameters: - name: group-id in: path @@ -49354,7 +49248,22 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets': + get: + tags: + - groups.site + summary: Get sets from groups + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. + operationId: group.site.termStore_ListSet + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -49362,30 +49271,22 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: store - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -49423,7 +49324,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -49433,8 +49334,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.term.child_CreateRelation + summary: Create new navigation property to sets for groups + operationId: group.site.termStore_CreateSet parameters: - name: group-id in: path @@ -49460,44 +49361,12 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -49505,17 +49374,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term.child_GetRelation + summary: Get sets from groups + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. + operationId: group.site.termStore_GetSet parameters: - name: group-id in: path @@ -49541,14 +49410,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -49557,30 +49418,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -49607,15 +49444,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.term.child_UpdateRelation + summary: Update the navigation property sets in groups + operationId: group.site.termStore_UpdateSet parameters: - name: group-id in: path @@ -49641,14 +49478,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -49657,36 +49486,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -49694,15 +49499,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.term.child_DeleteRelation + summary: Delete navigation property sets for groups + operationId: group.site.termStore_DeleteSet parameters: - name: group-id in: path @@ -49728,14 +49533,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -49744,30 +49541,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -49780,13 +49553,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.term.child.relation_GetFromTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set_ListChild parameters: - name: group-id in: path @@ -49812,14 +49585,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -49828,30 +49593,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -49874,21 +49630,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.term.child.relation_GetSet + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set_CreateChild parameters: - name: group-id in: path @@ -49914,7 +49667,40 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}': + get: + tags: + - groups.site + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set_GetChild + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -49922,38 +49708,38 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: set-id + - name: site-id in: path - description: The unique identifier of set + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: site + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: set-id in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -49980,17 +49766,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': - get: + patch: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.term.child.relation_GetToTerm + summary: Update the navigation property children in groups + operationId: group.site.termStore.set_UpdateChild parameters: - name: group-id in: path @@ -50016,14 +49800,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -50040,45 +49816,16 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: @@ -50086,12 +49833,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.term.child.relation_GetCount + summary: Delete navigation property children for groups + operationId: group.site.termStore.set_DeleteChild parameters: - name: group-id in: path @@ -50117,7 +49863,43 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - 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 + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children': + get: + tags: + - groups.site + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.child_ListChild + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -50125,23 +49907,31 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: set-id + - name: site-id in: path - description: The unique identifier of set + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: site + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -50149,20 +49939,55 @@ paths: schema: type: string x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': - get: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.term.child_GetSet + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.child_CreateChild parameters: - name: group-id in: path @@ -50188,7 +50013,48 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': + get: + tags: + - groups.site + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.child_GetChild + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -50196,6 +50062,22 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set @@ -50246,16 +50128,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set.term.child_GetCount + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.child_UpdateChild parameters: - name: group-id in: path @@ -50281,7 +50162,54 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.child_DeleteChild + parameters: + - name: group-id in: path description: The unique identifier of group required: true @@ -50289,6 +50217,22 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set @@ -50305,20 +50249,33 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term_ListRelation + operationId: group.site.termStore.set.child_ListRelation parameters: - name: group-id in: path @@ -50344,23 +50301,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -50416,7 +50373,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.group.set.term_CreateRelation + operationId: group.site.termStore.set.child_CreateRelation parameters: - name: group-id in: path @@ -50442,23 +50399,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -50483,13 +50440,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.group.set.term_GetRelation + operationId: group.site.termStore.set.child_GetRelation parameters: - name: group-id in: path @@ -50515,23 +50472,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -50581,7 +50538,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.group.set.term_UpdateRelation + operationId: group.site.termStore.set.child_UpdateRelation parameters: - name: group-id in: path @@ -50607,23 +50564,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -50660,7 +50617,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.group.set.term_DeleteRelation + operationId: group.site.termStore.set.child_DeleteRelation parameters: - name: group-id in: path @@ -50686,23 +50643,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -50730,13 +50687,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.group.set.term.relation_GetFromTerm + operationId: group.site.termStore.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -50762,23 +50719,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -50824,13 +50781,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.group.set.term.relation_GetSet + operationId: group.site.termStore.set.child.relation_GetSet parameters: - name: group-id in: path @@ -50856,23 +50813,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -50918,13 +50875,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.group.set.term.relation_GetToTerm + operationId: group.site.termStore.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -50950,23 +50907,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -51012,12 +50969,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.group.set.term.relation_GetCount + operationId: group.site.termStore.set.child.relation_GetCount parameters: - name: group-id in: path @@ -51043,23 +51000,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -51074,13 +51031,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' - operationId: group.site.termStore.group.set.term_GetSet + operationId: group.site.termStore.set.child_GetSet parameters: - name: group-id in: path @@ -51106,23 +51063,23 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 + - name: set-id in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -51160,12 +51117,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.group.set.term_GetCount + operationId: group.site.termStore.set.child_GetCount parameters: - name: group-id in: path @@ -51191,14 +51148,6 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: group-id1 - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set @@ -51207,52 +51156,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group.set_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: group-id1 + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -51260,12 +51171,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.group_GetCount + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.child_ListRelation parameters: - name: group-id in: path @@ -51291,45 +51203,22 @@ paths: schema: type: string x-ms-docs-key-type: store - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets': - get: - tags: - - groups.site - summary: Get sets from groups - description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. - operationId: group.site.termStore_ListSet - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: set-id in: path - description: The unique identifier of site + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of store + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: store + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -51367,7 +51256,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -51377,8 +51266,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to sets for groups - operationId: group.site.termStore_CreateSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.child_CreateRelation parameters: - name: group-id in: path @@ -51404,98 +51293,46 @@ paths: schema: type: string x-ms-docs-key-type: store - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}': - get: - tags: - - groups.site - summary: Get sets from groups - description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. - operationId: group.site.termStore_GetSet - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id + - name: set-id in: path - description: The unique identifier of store + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: store - - name: set-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': + get: tags: - groups.site - summary: Update the navigation property sets in groups - operationId: group.site.termStore_UpdateSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.child_GetRelation parameters: - name: group-id in: path @@ -51529,28 +51366,57 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + patch: tags: - groups.site - summary: Delete navigation property sets for groups - operationId: group.site.termStore_DeleteSet + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.child_UpdateRelation parameters: - name: group-id in: path @@ -51584,25 +51450,44 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: If-Match - in: header - description: ETag + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true style: simple schema: type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children': - get: + delete: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set_ListChild + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.child_DeleteRelation parameters: - name: group-id in: path @@ -51636,55 +51521,41 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set_CreateChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -51718,16 +51589,45 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: @@ -51735,13 +51635,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set_GetChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.child.relation_GetSet parameters: - name: group-id in: path @@ -51783,6 +51683,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -51809,15 +51717,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set_UpdateChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -51859,16 +51769,37 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: @@ -51876,11 +51807,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set_DeleteChild + summary: Get the number of the resource + operationId: group.site.termStore.set.child.relation_GetCount parameters: - name: group-id in: path @@ -51922,25 +51854,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.child_ListChild + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.child_GetSet parameters: - name: group-id in: path @@ -51982,21 +51909,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -52019,18 +51931,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.child_CreateChild + summary: Get the number of the resource + operationId: group.site.termStore.set.child_GetCount parameters: - name: group-id in: path @@ -52064,38 +51978,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.child_GetChild + summary: Get parentGroup from groups + description: 'The parent [group] that contains the set.' + operationId: group.site.termStore.set_GetParentGroup parameters: - name: group-id in: path @@ -52129,22 +52025,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -52171,15 +52051,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.child_UpdateChild + summary: Update the navigation property parentGroup in groups + operationId: group.site.termStore.set_UpdateParentGroup parameters: - name: group-id in: path @@ -52213,28 +52093,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: @@ -52242,15 +52106,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.child_DeleteChild + summary: Delete navigation property parentGroup for groups + operationId: group.site.termStore.set_DeleteParentGroup parameters: - name: group-id in: path @@ -52284,22 +52148,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -52312,13 +52160,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_ListRelation + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.set.parentGroup_ListSet parameters: - name: group-id in: path @@ -52352,22 +52200,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -52405,7 +52237,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -52415,8 +52247,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.child_CreateRelation + summary: Create new navigation property to sets for groups + operationId: group.site.termStore.set.parentGroup_CreateSet parameters: - name: group-id in: path @@ -52450,28 +52282,12 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -52479,17 +52295,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_GetRelation + summary: Get sets from groups + description: 'All sets under the group in a term [store].' + operationId: group.site.termStore.set.parentGroup_GetSet parameters: - name: group-id in: path @@ -52523,30 +52339,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set - name: $select in: query description: Select properties to be returned @@ -52573,15 +52373,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.child_UpdateRelation + summary: Update the navigation property sets in groups + operationId: group.site.termStore.set.parentGroup_UpdateSet parameters: - name: group-id in: path @@ -52615,36 +52415,20 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: @@ -52652,15 +52436,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.child_DeleteRelation + summary: Delete navigation property sets for groups + operationId: group.site.termStore.set.parentGroup_DeleteSet parameters: - name: group-id in: path @@ -52694,30 +52478,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set - name: If-Match in: header description: ETag @@ -52730,13 +52498,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.child.relation_GetFromTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set.parentGroup.set_ListChild parameters: - name: group-id in: path @@ -52770,30 +52538,29 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: relation + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -52816,21 +52583,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.child.relation_GetSet + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.parentGroup.set_CreateChild parameters: - name: group-id in: path @@ -52864,67 +52628,38 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id + - name: set-id1 in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: set + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.child.relation_GetToTerm + summary: Get children from groups + description: 'Children terms of set in term [store].' + operationId: group.site.termStore.set.parentGroup.set_GetChild parameters: - name: group-id in: path @@ -52958,15 +52693,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -52974,14 +52709,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -53012,12 +52739,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child.relation_GetCount + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.parentGroup.set_UpdateChild parameters: - name: group-id in: path @@ -53051,15 +52777,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -53067,20 +52793,28 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.child_GetSet + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.parentGroup.set_DeleteChild parameters: - name: group-id in: path @@ -53114,15 +52848,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - name: set-id1 in: path - description: The unique identifier of term + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -53130,42 +52864,25 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child_GetCount + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.child_ListChild parameters: - name: group-id in: path @@ -53199,54 +52916,7 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations': - get: - tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_ListRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id + - name: set-id1 in: path description: The unique identifier of set required: true @@ -53299,7 +52969,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -53309,8 +52979,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.child_CreateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.parentGroup.set.child_CreateChild parameters: - name: group-id in: path @@ -53344,6 +53014,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -53357,7 +53035,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -53365,17 +53043,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.child_GetRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.child_GetChild parameters: - name: group-id in: path @@ -53409,6 +53087,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -53417,14 +53103,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -53451,15 +53137,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.child_UpdateRelation + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.parentGroup.set.child_UpdateChild parameters: - name: group-id in: path @@ -53493,6 +53179,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -53501,20 +53195,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -53522,15 +53216,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.child_DeleteRelation + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.parentGroup.set.child_DeleteChild parameters: - name: group-id in: path @@ -53564,6 +53258,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -53572,14 +53274,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -53592,13 +53294,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.child.relation_GetFromTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_ListRelation parameters: - name: group-id in: path @@ -53632,6 +53334,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -53640,14 +53350,29 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -53670,21 +53395,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': - get: + post: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.child.relation_GetSet + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation parameters: - name: group-id in: path @@ -53718,6 +53440,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -53726,51 +53456,38 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.child.relation_GetToTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_GetRelation parameters: - name: group-id in: path @@ -53804,6 +53521,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -53812,6 +53537,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -53846,16 +53579,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child.relation_GetCount + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation parameters: - name: group-id in: path @@ -53889,6 +53621,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -53897,20 +53637,44 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.child_GetSet + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation parameters: - name: group-id in: path @@ -53944,6 +53708,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -53952,42 +53724,41 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.child_GetCount + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -54021,53 +53792,38 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup': - get: - tags: - - groups.site - summary: Get parentGroup from groups - description: 'The parent [group] that contains the set.' - operationId: group.site.termStore.set_GetParentGroup - parameters: - - name: group-id + - name: set-id1 in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of store + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: store - - name: set-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -54094,15 +53850,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Update the navigation property parentGroup in groups - operationId: group.site.termStore.set_UpdateParentGroup + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet parameters: - name: group-id in: path @@ -54136,80 +53894,75 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.group' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property parentGroup for groups - operationId: group.site.termStore.set_DeleteParentGroup - parameters: - - name: group-id + - name: set-id1 in: path - description: The unique identifier of group + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id + x-ms-docs-key-type: set + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of store + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: store - - name: set-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: If-Match - in: header - description: ETag - style: simple + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.set.parentGroup_ListSet + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -54243,21 +53996,38 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -54280,18 +54050,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': + get: tags: - groups.site - summary: Create new navigation property to sets for groups - operationId: group.site.termStore.set.parentGroup_CreateSet + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount parameters: - name: group-id in: path @@ -54325,30 +54097,44 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get sets from groups - description: 'All sets under the group in a term [store].' - operationId: group.site.termStore.set.parentGroup_GetSet + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.child_GetSet parameters: - name: group-id in: path @@ -54390,6 +54176,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -54420,11 +54222,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': + get: tags: - groups.site - summary: Update the navigation property sets in groups - operationId: group.site.termStore.set.parentGroup_UpdateSet + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child_GetCount parameters: - name: group-id in: path @@ -54466,28 +54269,28 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - required: true + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': + get: tags: - groups.site - summary: Delete navigation property sets for groups - operationId: group.site.termStore.set.parentGroup_DeleteSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_ListRelation parameters: - name: group-id in: path @@ -54529,66 +54332,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - 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 - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children': - get: - tags: - - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set.parentGroup.set_ListChild - parameters: - - name: group-id + - name: term-id in: path - description: The unique identifier of group + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -54626,7 +54377,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -54636,8 +54387,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.parentGroup.set_CreateChild + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation parameters: - name: group-id in: path @@ -54679,12 +54430,20 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -54692,17 +54451,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get children from groups - description: 'Children terms of set in term [store].' - operationId: group.site.termStore.set.parentGroup.set_GetChild + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.child_GetRelation parameters: - name: group-id in: path @@ -54752,6 +54511,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -54778,15 +54545,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.parentGroup.set_UpdateChild + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation parameters: - name: group-id in: path @@ -54836,12 +54603,20 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -54849,15 +54624,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.parentGroup.set_DeleteChild + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation parameters: - name: group-id in: path @@ -54907,6 +54682,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -54919,13 +54702,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.child_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -54975,21 +54758,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -55012,77 +54788,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.parentGroup.set.child_CreateChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: @@ -55090,13 +54796,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.child_GetChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet parameters: - name: group-id in: path @@ -55146,14 +54852,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -55180,15 +54886,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.parentGroup.set.child_UpdateChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm parameters: - name: group-id in: path @@ -55238,24 +54946,37 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: @@ -55263,11 +54984,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.parentGroup.set.child_DeleteChild + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount parameters: - name: group-id in: path @@ -55317,33 +55039,105 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': + get: + tags: + - groups.site + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.child_GetSet + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true style: simple schema: type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_ListRelation + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.child_GetCount parameters: - name: group-id in: path @@ -55385,22 +55179,61 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations': + get: + tags: + - groups.site + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set.parentGroup.set_ListRelation + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -55449,7 +55282,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation + operationId: group.site.termStore.set.parentGroup.set_CreateRelation parameters: - name: group-id in: path @@ -55491,22 +55324,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -55524,13 +55341,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_GetRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set.parentGroup.set_GetRelation parameters: - name: group-id in: path @@ -55572,22 +55389,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -55630,7 +55431,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation + operationId: group.site.termStore.set.parentGroup.set_UpdateRelation parameters: - name: group-id in: path @@ -55672,22 +55473,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -55717,7 +55502,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation + operationId: group.site.termStore.set.parentGroup.set_DeleteRelation parameters: - name: group-id in: path @@ -55759,22 +55544,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -55795,13 +55564,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm + operationId: group.site.termStore.set.parentGroup.set.relation_GetFromTerm parameters: - name: group-id in: path @@ -55843,22 +55612,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -55897,13 +55650,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet + operationId: group.site.termStore.set.parentGroup.set.relation_GetSet parameters: - name: group-id in: path @@ -55945,22 +55698,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -55999,13 +55736,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm + operationId: group.site.termStore.set.parentGroup.set.relation_GetToTerm parameters: - name: group-id in: path @@ -56047,22 +55784,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -56101,12 +55822,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount + operationId: group.site.termStore.set.parentGroup.set.relation_GetCount parameters: - name: group-id in: path @@ -56148,22 +55869,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -56171,13 +55876,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.child_GetSet + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set.parentGroup.set_ListTerm parameters: - name: group-id in: path @@ -56219,22 +55924,21 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: term + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -56257,20 +55961,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child_GetCount + summary: Create new navigation property to terms for groups + operationId: group.site.termStore.set.parentGroup.set_CreateTerm parameters: - name: group-id in: path @@ -56312,28 +56014,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_ListRelation + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set.parentGroup.set_GetTerm parameters: - name: group-id in: path @@ -56383,21 +56087,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -56420,18 +56109,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_CreateRelation + summary: Update the navigation property terms in groups + operationId: group.site.termStore.set.parentGroup.set_UpdateTerm parameters: - name: group-id in: path @@ -56482,29 +56172,27 @@ paths: type: string x-ms-docs-key-type: term requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': - get: + delete: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.child_GetRelation + summary: Delete navigation property terms for groups + operationId: group.site.termStore.set.parentGroup.set_DeleteTerm parameters: - name: group-id in: path @@ -56554,14 +56242,89 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - 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 + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': + get: + tags: + - groups.site + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.term_ListChild + parameters: + - name: group-id in: path - description: The unique identifier of relation + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -56584,19 +56347,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.child_UpdateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.parentGroup.set.term_CreateChild parameters: - name: group-id in: path @@ -56646,36 +56408,30 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': + get: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.child_DeleteRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.parentGroup.set.term_GetChild parameters: - name: group-id in: path @@ -56725,33 +56481,49 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: If-Match - in: header - description: ETag - style: simple + x-ms-docs-key-type: term + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': - get: + patch: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetFromTerm + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.parentGroup.set.term_UpdateChild parameters: - name: group-id in: path @@ -56801,37 +56573,24 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: @@ -56839,13 +56598,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': - get: + delete: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetSet + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.parentGroup.set.term_DeleteChild parameters: - name: group-id in: path @@ -56895,51 +56652,33 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: term + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetToTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term.child_ListRelation parameters: - name: group-id in: path @@ -56989,14 +56728,29 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -57019,20 +56773,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child.relation_GetCount + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.term.child_CreateRelation parameters: - name: group-id in: path @@ -57082,20 +56834,38 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.child_GetSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term.child_GetRelation parameters: - name: group-id in: path @@ -57145,6 +56915,22 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -57171,16 +56957,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.child_GetCount + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.term.child_UpdateRelation parameters: - name: group-id in: path @@ -57222,20 +57007,52 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations': - get: + x-ms-docs-operation-type: operation + delete: tags: - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set.parentGroup.set_ListRelation + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.term.child_DeleteRelation parameters: - name: group-id in: path @@ -57277,120 +57094,49 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set_CreateRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id + - name: term-id in: path - description: The unique identifier of site + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: store-id + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of store + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: store - - name: set-id + x-ms-docs-key-type: term + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true + x-ms-docs-key-type: relation + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set.parentGroup.set_GetRelation + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm parameters: - name: group-id in: path @@ -57432,6 +57178,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -57466,15 +57228,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set_UpdateRelation + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetSet parameters: - name: group-id in: path @@ -57516,6 +57280,22 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -57524,28 +57304,43 @@ paths: schema: type: string x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set_DeleteRelation + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm parameters: - name: group-id in: path @@ -57587,74 +57382,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - 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 - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': - get: - tags: - - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.relation_GetFromTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: set-id1 + x-ms-docs-key-type: term + - name: term-id1 in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -57693,13 +57436,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.relation_GetSet + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetCount parameters: - name: group-id in: path @@ -57741,51 +57483,36 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.relation_GetToTerm + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.term.child_GetSet parameters: - name: group-id in: path @@ -57827,14 +57554,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: relation-id + - name: term-id in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -57861,16 +57596,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.relation_GetCount + operationId: group.site.termStore.set.parentGroup.set.term.child_GetCount parameters: - name: group-id in: path @@ -57912,6 +57647,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -57919,13 +57662,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set.parentGroup.set_ListTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term_ListRelation parameters: - name: group-id in: path @@ -57967,6 +57710,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -58004,7 +57755,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -58014,8 +57765,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to terms for groups - operationId: group.site.termStore.set.parentGroup.set_CreateTerm + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.parentGroup.set.term_CreateRelation parameters: - name: group-id in: path @@ -58057,12 +57808,20 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -58070,17 +57829,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set.parentGroup.set_GetTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.parentGroup.set.term_GetRelation parameters: - name: group-id in: path @@ -58130,6 +57889,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -58156,15 +57923,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property terms in groups - operationId: group.site.termStore.set.parentGroup.set_UpdateTerm + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.parentGroup.set.term_UpdateRelation parameters: - name: group-id in: path @@ -58214,12 +57981,20 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: @@ -58227,15 +58002,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property terms for groups - operationId: group.site.termStore.set.parentGroup.set_DeleteTerm + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.parentGroup.set.term_DeleteRelation parameters: - name: group-id in: path @@ -58285,6 +58060,14 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: If-Match in: header description: ETag @@ -58297,13 +58080,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.term_ListChild + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm parameters: - name: group-id in: path @@ -58353,21 +58136,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -58390,18 +58166,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': + get: tags: - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.parentGroup.set.term_CreateChild + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetSet parameters: - name: group-id in: path @@ -58451,30 +58230,51 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.parentGroup.set.term_GetChild + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetToTerm parameters: - name: group-id in: path @@ -58524,14 +58324,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - name: relation-id in: path - description: The unique identifier of term + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -58562,11 +58362,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': + get: tags: - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.parentGroup.set.term_UpdateChild + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.term.relation_GetCount parameters: - name: group-id in: path @@ -58616,7 +58417,62 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': + get: + tags: + - groups.site + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.parentGroup.set.term_GetSet + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: set-id1 + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id in: path description: The unique identifier of term required: true @@ -58624,28 +58480,42 @@ paths: schema: type: string x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': + get: tags: - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.parentGroup.set.term_DeleteChild + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set.term_GetCount parameters: - name: group-id in: path @@ -58687,41 +58557,19 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term.child_ListRelation + summary: Get the number of the resource + operationId: group.site.termStore.set.parentGroup.set_GetCount parameters: - name: group-id in: path @@ -58755,30 +58603,53 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations': + get: + tags: + - groups.site + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set_ListRelation + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -58827,7 +58698,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.term.child_CreateRelation + operationId: group.site.termStore.set_CreateRelation parameters: - name: group-id in: path @@ -58861,30 +58732,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -58902,13 +58749,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term.child_GetRelation + description: Indicates which terms have been pinned or reused directly under the set. + operationId: group.site.termStore.set_GetRelation parameters: - name: group-id in: path @@ -58942,30 +58789,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -59008,7 +58831,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.term.child_UpdateRelation + operationId: group.site.termStore.set_UpdateRelation parameters: - name: group-id in: path @@ -59042,30 +58865,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -59095,7 +58894,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.term.child_DeleteRelation + operationId: group.site.termStore.set_DeleteRelation parameters: - name: group-id in: path @@ -59129,30 +58928,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -59173,13 +58948,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetFromTerm + operationId: group.site.termStore.set.relation_GetFromTerm parameters: - name: group-id in: path @@ -59213,30 +58988,84 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: relation-id in: path - description: The unique identifier of set + description: The unique identifier of relation required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set': + get: + tags: + - groups.site + summary: Get set from groups + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.relation_GetSet + parameters: + - name: group-id in: path - description: The unique identifier of term + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation @@ -59271,17 +59100,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetSet + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.relation_GetToTerm parameters: - name: group-id in: path @@ -59315,30 +59144,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -59373,17 +59178,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count': get: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetToTerm + summary: Get the number of the resource + operationId: group.site.termStore.set.relation_GetCount parameters: - name: group-id in: path @@ -59417,38 +59221,68 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms': + get: + tags: + - groups.site + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set_ListTerm + parameters: + - name: group-id in: path - description: The unique identifier of set + description: The unique identifier of group required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: group + - name: site-id in: path - description: The unique identifier of term + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: term-id1 + x-ms-docs-key-type: site + - name: store-id in: path - description: The unique identifier of term + description: The unique identifier of store required: true style: simple schema: type: string - x-ms-docs-key-type: term - - name: relation-id + x-ms-docs-key-type: store + - name: set-id in: path - description: The unique identifier of relation + description: The unique identifier of set required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: set + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -59471,20 +59305,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': - get: + post: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term.child.relation_GetCount + summary: Create new navigation property to terms for groups + operationId: group.site.termStore.set_CreateTerm parameters: - name: group-id in: path @@ -59518,44 +59350,30 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.term.child_GetSet + summary: Get terms from groups + description: All the terms under the set. + operationId: group.site.termStore.set_GetTerm parameters: - name: group-id in: path @@ -59589,14 +59407,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -59605,14 +59415,6 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -59639,16 +59441,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': - get: + patch: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term.child_GetCount + summary: Update the navigation property terms in groups + operationId: group.site.termStore.set_UpdateTerm parameters: - name: group-id in: path @@ -59682,7 +59483,62 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete navigation property terms for groups + operationId: group.site.termStore.set_DeleteTerm + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: set-id in: path description: The unique identifier of set required: true @@ -59698,20 +59554,25 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term_ListRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.term_ListChild parameters: - name: group-id in: path @@ -59745,14 +59606,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -59798,7 +59651,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -59808,8 +59661,8 @@ paths: post: tags: - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.parentGroup.set.term_CreateRelation + summary: Create new navigation property to children for groups + operationId: group.site.termStore.set.term_CreateChild parameters: - name: group-id in: path @@ -59843,14 +59696,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -59864,7 +59709,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -59872,17 +59717,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': get: tags: - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.parentGroup.set.term_GetRelation + summary: Get children from groups + description: Children of current term. + operationId: group.site.termStore.set.term_GetChild parameters: - name: group-id in: path @@ -59916,14 +59761,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -59932,14 +59769,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -59966,15 +59803,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.parentGroup.set.term_UpdateRelation + summary: Update the navigation property children in groups + operationId: group.site.termStore.set.term_UpdateChild parameters: - name: group-id in: path @@ -60008,14 +59845,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -60024,20 +59853,20 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: @@ -60045,15 +59874,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.parentGroup.set.term_DeleteRelation + summary: Delete navigation property children for groups + operationId: group.site.termStore.set.term_DeleteChild parameters: - name: group-id in: path @@ -60087,14 +59916,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -60103,14 +59924,14 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term - name: If-Match in: header description: ETag @@ -60123,13 +59944,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': get: tags: - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetFromTerm + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term.child_ListRelation parameters: - name: group-id in: path @@ -60163,14 +59984,6 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term @@ -60179,14 +59992,29 @@ paths: schema: type: string x-ms-docs-key-type: term - - name: relation-id + - name: term-id1 in: path - description: The unique identifier of relation + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: relation + x-ms-docs-key-type: term + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -60209,21 +60037,91 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.site + summary: Create new navigation property to relations for groups + operationId: group.site.termStore.set.term.child_CreateRelation + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true + responses: + 2XX: + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': get: tags: - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetSet + summary: Get relations from groups + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term.child_GetRelation parameters: - name: group-id in: path @@ -60257,15 +60155,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -60307,17 +60205,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': - get: + patch: tags: - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetToTerm + summary: Update the navigation property relations in groups + operationId: group.site.termStore.set.term.child_UpdateRelation parameters: - name: group-id in: path @@ -60351,15 +60247,15 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set - - name: term-id + x-ms-docs-key-type: term + - name: term-id1 in: path description: The unique identifier of term required: true @@ -60375,42 +60271,28 @@ paths: schema: type: string x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': - get: + delete: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term.relation_GetCount + summary: Delete navigation property relations for groups + operationId: group.site.termStore.set.term.child_DeleteRelation parameters: - name: group-id in: path @@ -60444,7 +60326,75 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - 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 + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': + get: + tags: + - groups.site + summary: Get fromTerm from groups + description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' + operationId: group.site.termStore.set.term.child.relation_GetFromTerm + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: set-id in: path description: The unique identifier of set required: true @@ -60460,20 +60410,59 @@ paths: schema: type: string x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.parentGroup.set.term_GetSet + description: 'The [set] in which the relation is relevant.' + operationId: group.site.termStore.set.term.child.relation_GetSet parameters: - name: group-id in: path @@ -60507,7 +60496,93 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': + get: + tags: + - groups.site + summary: Get toTerm from groups + description: 'The to [term] of the relation. The term to which the relationship is defined.' + operationId: group.site.termStore.set.term.child.relation_GetToTerm + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: set-id in: path description: The unique identifier of set required: true @@ -60523,6 +60598,22 @@ paths: schema: type: string x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: relation-id + in: path + description: The unique identifier of relation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: relation - name: $select in: query description: Select properties to be returned @@ -60549,16 +60640,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set.term_GetCount + operationId: group.site.termStore.set.term.child.relation_GetCount parameters: - name: group-id in: path @@ -60592,14 +60683,22 @@ paths: schema: type: string x-ms-docs-key-type: set - - name: set-id1 + - name: term-id in: path - description: The unique identifier of set + description: The unique identifier of term required: true style: simple schema: type: string - x-ms-docs-key-type: set + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -60607,12 +60706,98 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': + get: + tags: + - groups.site + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.term.child_GetSet + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: store-id + in: path + description: The unique identifier of store + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: store + - name: set-id + in: path + description: The unique identifier of set + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: term-id1 + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.parentGroup.set_GetCount + operationId: group.site.termStore.set.term.child_GetCount parameters: - name: group-id in: path @@ -60646,6 +60831,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -60653,13 +60846,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations': get: tags: - groups.site summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set_ListRelation + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term_ListRelation parameters: - name: group-id in: path @@ -60693,6 +60886,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -60741,7 +60942,7 @@ paths: tags: - groups.site summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set_CreateRelation + operationId: group.site.termStore.set.term_CreateRelation parameters: - name: group-id in: path @@ -60775,6 +60976,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term requestBody: description: New navigation property content: @@ -60792,13 +61001,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': get: tags: - groups.site summary: Get relations from groups - description: Indicates which terms have been pinned or reused directly under the set. - operationId: group.site.termStore.set_GetRelation + description: To indicate which terms are related to the current term as either pinned or reused. + operationId: group.site.termStore.set.term_GetRelation parameters: - name: group-id in: path @@ -60832,6 +61041,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -60874,7 +61091,7 @@ paths: tags: - groups.site summary: Update the navigation property relations in groups - operationId: group.site.termStore.set_UpdateRelation + operationId: group.site.termStore.set.term_UpdateRelation parameters: - name: group-id in: path @@ -60908,6 +61125,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -60937,7 +61162,7 @@ paths: tags: - groups.site summary: Delete navigation property relations for groups - operationId: group.site.termStore.set_DeleteRelation + operationId: group.site.termStore.set.term_DeleteRelation parameters: - name: group-id in: path @@ -60971,6 +61196,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -60991,13 +61224,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.relation_GetFromTerm + operationId: group.site.termStore.set.term.relation_GetFromTerm parameters: - name: group-id in: path @@ -61031,6 +61264,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -61069,13 +61310,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.relation_GetSet + operationId: group.site.termStore.set.term.relation_GetSet parameters: - name: group-id in: path @@ -61109,6 +61350,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -61147,13 +61396,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.relation_GetToTerm + operationId: group.site.termStore.set.term.relation_GetToTerm parameters: - name: group-id in: path @@ -61187,6 +61436,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation @@ -61225,12 +61482,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count': get: tags: - groups.site summary: Get the number of the resource - operationId: group.site.termStore.set.relation_GetCount + operationId: group.site.termStore.set.term.relation_GetCount parameters: - name: group-id in: path @@ -61264,6 +61521,14 @@ paths: schema: type: string x-ms-docs-key-type: set + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: term - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -61271,13 +61536,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set_ListTerm + summary: Get set from groups + description: 'The [set] in which the term is created.' + operationId: group.site.termStore.set.term_GetSet parameters: - name: group-id in: path @@ -61311,21 +61576,14 @@ paths: schema: type: string x-ms-docs-key-type: set - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: term-id + in: path + description: The unique identifier of term + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: term - name: $select in: query description: Select properties to be returned @@ -61348,18 +61606,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': + get: tags: - groups.site - summary: Create new navigation property to terms for groups - operationId: group.site.termStore.set_CreateTerm + summary: Get the number of the resource + operationId: group.site.termStore.set.term_GetCount parameters: - name: group-id in: path @@ -61393,30 +61653,19 @@ paths: schema: type: string x-ms-docs-key-type: set - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}': + '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/$count': get: tags: - groups.site - summary: Get terms from groups - description: All the terms under the set. - operationId: group.site.termStore.set_GetTerm + summary: Get the number of the resource + operationId: group.site.termStore.set_GetCount parameters: - name: group-id in: path @@ -61442,57 +61691,19 @@ paths: schema: type: string x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + '/groups/{group-id}/sites/{site-id}/termStores/$count': + get: tags: - groups.site - summary: Update the navigation property terms in groups - operationId: group.site.termStore.set_UpdateTerm + summary: Get the number of the resource + operationId: group.site.termStore_GetCount parameters: - name: group-id in: path @@ -61510,52 +61721,19 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/sites/$count': + get: tags: - groups.site - summary: Delete navigation property terms for groups - operationId: group.site.termStore.set_DeleteTerm + summary: Get the number of the resource + operationId: group.site_GetCount parameters: - name: group-id in: path @@ -61565,98 +61743,24 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children': + /sites: get: tags: - - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.term_ListChild + - sites.site + summary: List sites + description: "List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.\nIf you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0 + operationId: site_ListSite parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -61694,3453 +61798,32 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' + $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to children for groups - operationId: group.site.termStore.set.term_CreateChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': - get: - tags: - - groups.site - summary: Get children from groups - description: Children of current term. - operationId: group.site.termStore.set.term_GetChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property children in groups - operationId: group.site.termStore.set.term_UpdateChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property children for groups - operationId: group.site.termStore.set.term_DeleteChild - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - 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 - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': + '/sites/{site-id}': get: tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term.child_ListRelation + - sites.site + summary: Get a site resource + description: "Retrieve properties and relationships for a site resource.\nA site resource represents a team site in SharePoint." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0 + operationId: site_GetSite parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.term.child_CreateRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': - get: - tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term.child_GetRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.term.child_UpdateRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.term.child_DeleteRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - 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 - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': - get: - tags: - - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.term.child.relation_GetFromTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': - get: - tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.term.child.relation_GetSet - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': - get: - tags: - - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.term.child.relation_GetToTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term.child.relation_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': - get: - tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.term.child_GetSet - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: term-id1 - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term.child_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations': - get: - tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term_ListRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.site - summary: Create new navigation property to relations for groups - operationId: group.site.termStore.set.term_CreateRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': - get: - tags: - - groups.site - summary: Get relations from groups - description: To indicate which terms are related to the current term as either pinned or reused. - operationId: group.site.termStore.set.term_GetRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - groups.site - summary: Update the navigation property relations in groups - operationId: group.site.termStore.set.term_UpdateRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.relation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - groups.site - summary: Delete navigation property relations for groups - operationId: group.site.termStore.set.term_DeleteRelation - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - 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 - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': - get: - tags: - - groups.site - summary: Get fromTerm from groups - description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' - operationId: group.site.termStore.set.term.relation_GetFromTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': - get: - tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the relation is relevant.' - operationId: group.site.termStore.set.term.relation_GetSet - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': - get: - tags: - - groups.site - summary: Get toTerm from groups - description: 'The to [term] of the relation. The term to which the relationship is defined.' - operationId: group.site.termStore.set.term.relation_GetToTerm - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: relation-id - in: path - description: The unique identifier of relation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: relation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.term' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term.relation_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set': - get: - tags: - - groups.site - summary: Get set from groups - description: 'The [set] in which the term is created.' - operationId: group.site.termStore.set.term_GetSet - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - name: term-id - in: path - description: The unique identifier of term - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: term - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.set' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set.term_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - name: set-id - in: path - description: The unique identifier of set - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: set - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore.set_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: store-id - in: path - description: The unique identifier of store - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: store - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/{site-id}/termStores/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site.termStore_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/groups/{group-id}/sites/$count': - get: - tags: - - groups.site - summary: Get the number of the resource - operationId: group.site_GetCount - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /sites: - get: - tags: - - sites.site - summary: List sites - description: "List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.\nIf you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0 - operationId: site_ListSite - 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.siteCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/sites/{site-id}': - get: - tags: - - sites.site - summary: Get a site resource - description: "Retrieve properties and relationships for a site resource.\nA site resource represents a team site in SharePoint." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0 - operationId: site_GetSite - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - 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.site' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.site - summary: Update entity in sites - operationId: site_UpdateSite - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.site' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.site' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics': - get: - tags: - - sites.itemAnalytics - summary: Get analytics from sites - description: Analytics about the view activities that took place on this site. - operationId: site_GetAnalytic - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.itemAnalytics - summary: Update the navigation property analytics in sites - operationId: site_UpdateAnalytic - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.itemAnalytics - summary: Delete navigation property analytics for sites - operationId: site_DeleteAnalytic - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - 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 - '/sites/{site-id}/analytics/allTime': - get: - tags: - - sites.itemAnalytics - summary: Get allTime from sites - operationId: site.analytic_GetAllTime - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats': - get: - tags: - - sites.itemAnalytics - summary: Get itemActivityStats from sites - operationId: site.analytic_ListItemActivityStat - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.itemAnalytics - summary: Create new navigation property to itemActivityStats for sites - operationId: site.analytic_CreateItemActivityStat - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}': - get: - tags: - - sites.itemAnalytics - summary: Get itemActivityStats from sites - operationId: site.analytic_GetItemActivityStat - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.itemAnalytics - summary: Update the navigation property itemActivityStats in sites - operationId: site.analytic_UpdateItemActivityStat - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.itemAnalytics - summary: Delete navigation property itemActivityStats for sites - operationId: site.analytic_DeleteItemActivityStat - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - 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 - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities': - get: - tags: - - sites.itemAnalytics - summary: Get activities from sites - description: Exposes the itemActivities represented in this itemActivityStat resource. - operationId: site.analytic.itemActivityStat_ListActivity - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.itemAnalytics - summary: Create new navigation property to activities for sites - operationId: site.analytic.itemActivityStat_CreateActivity - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': - get: - tags: - - sites.itemAnalytics - summary: Get activities from sites - description: Exposes the itemActivities represented in this itemActivityStat resource. - operationId: site.analytic.itemActivityStat_GetActivity - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id - in: path - description: The unique identifier of itemActivity - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivity - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.itemAnalytics - summary: Update the navigation property activities in sites - operationId: site.analytic.itemActivityStat_UpdateActivity - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id - in: path - description: The unique identifier of itemActivity - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivity - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.itemAnalytics - summary: Delete navigation property activities for sites - operationId: site.analytic.itemActivityStat_DeleteActivity - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id - in: path - description: The unique identifier of itemActivity - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivity - - 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 - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': - get: - tags: - - sites.itemAnalytics - summary: Get driveItem from sites - description: Exposes the driveItem that was the target of this activity. - operationId: site.analytic.itemActivityStat.activity_GetDriveItem - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id - in: path - description: The unique identifier of itemActivity - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivity - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': - get: - tags: - - sites.itemAnalytics - summary: Get content for the navigation property driveItem from sites - description: 'The content stream, if the item represents a file.' - operationId: site.analytic.itemActivityStat.activity_GetDriveItemContent - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id - in: path - description: The unique identifier of itemActivity - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivity - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - put: - tags: - - sites.itemAnalytics - summary: Update content for the navigation property driveItem in sites - description: 'The content stream, if the item represents a file.' - operationId: site.analytic.itemActivityStat.activity_SetDriveItemContent - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - name: itemActivity-id - in: path - description: The unique identifier of itemActivity - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivity - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': - get: - tags: - - sites.itemAnalytics - summary: Get the number of the resource - operationId: site.analytic.itemActivityStat.activity_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: itemActivityStat-id - in: path - description: The unique identifier of itemActivityStat - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: itemActivityStat - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/analytics/itemActivityStats/$count': - get: - tags: - - sites.itemAnalytics - summary: Get the number of the resource - operationId: site.analytic.itemActivityStat_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/analytics/lastSevenDays': - get: - tags: - - sites.itemAnalytics - summary: Get lastSevenDays from sites - operationId: site.analytic_GetLastSevenDay - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/columns': - get: - tags: - - sites.columnDefinition - summary: List columns in a site - description: Get the collection of columns represented as columnDefinition resources in a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 - operationId: site_ListColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - sites.columnDefinition - summary: Create a columnDefinition in a site - description: Create a column for a site with a request that specifies a columnDefinition. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 - operationId: site_CreateColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/columns/{columnDefinition-id}': - get: - tags: - - sites.columnDefinition - summary: Get columns from sites - description: The collection of column definitions reusable across lists under this site. - operationId: site_GetColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.columnDefinition - summary: Update the navigation property columns in sites - operationId: site_UpdateColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.columnDefinition - summary: Delete navigation property columns for sites - operationId: site_DeleteColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - 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 - '/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn': - get: - tags: - - sites.columnDefinition - summary: Get sourceColumn from sites - description: The source column for the content type column. - operationId: site.column_GetSourceColumn - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/columns/$count': - get: - tags: - - sites.columnDefinition - summary: Get the number of the resource - operationId: site.column_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes': - get: - tags: - - sites.contentType - summary: List contentTypes in a site - description: Get the collection of contentType resources in a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0 - operationId: site_ListContentType - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + in: path + description: The unique identifier of site + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: site - name: $select in: query description: Select properties to be returned @@ -65163,22 +61846,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + description: Retrieved entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - - sites.contentType - summary: Create a content type - description: Create a new contentType in a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0 - operationId: site_CreateContentType + - sites.site + summary: Update entity in sites + operationId: site_UpdateSite parameters: - name: site-id in: path @@ -65189,32 +61869,29 @@ paths: type: string x-ms-docs-key-type: site requestBody: - description: New navigation property + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.site' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}': + '/sites/{site-id}/analytics': get: tags: - - sites.contentType - summary: Get contentType - description: Retrieve the metadata for a content type in a site or a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0 - operationId: site_GetContentType + - sites.itemAnalytics + summary: Get analytics from sites + description: Analytics about the view activities that took place on this site. + operationId: site_GetAnalytic parameters: - name: site-id in: path @@ -65224,14 +61901,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -65258,19 +61927,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - sites.contentType - summary: Update contentType - description: Update a content type. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0 - operationId: site_UpdateContentType + - sites.itemAnalytics + summary: Update the navigation property analytics in sites + operationId: site_UpdateAnalytic parameters: - name: site-id in: path @@ -65280,20 +61945,12 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: @@ -65301,19 +61958,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - sites.contentType - summary: Delete contentType - description: Remove a content type from a list or a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0 - operationId: site_DeleteContentType + - sites.itemAnalytics + summary: Delete navigation property analytics for sites + operationId: site_DeleteAnalytic parameters: - name: site-id in: path @@ -65323,14 +61976,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: If-Match in: header description: ETag @@ -65343,13 +61988,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/base': + '/sites/{site-id}/analytics/allTime': get: tags: - - sites.contentType - summary: Get base from sites - description: Parent contentType from which this content type is derived. - operationId: site.contentType_GetBase + - sites.itemAnalytics + summary: Get allTime from sites + operationId: site.analytic_GetAllTime parameters: - name: site-id in: path @@ -65359,14 +62003,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -65393,17 +62029,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes': + '/sites/{site-id}/analytics/itemActivityStats': get: tags: - - sites.contentType - summary: Get baseTypes from sites - description: The collection of content types that are ancestors of this content type. - operationId: site.contentType_ListBaseType + - sites.itemAnalytics + summary: Get itemActivityStats from sites + operationId: site.analytic_ListItemActivityStat parameters: - name: site-id in: path @@ -65413,14 +62048,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -65458,20 +62085,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': - get: + post: tags: - - sites.contentType - summary: Get baseTypes from sites - description: The collection of content types that are ancestors of this content type. - operationId: site.contentType_GetBaseType + - sites.itemAnalytics + summary: Create new navigation property to itemActivityStats for sites + operationId: site.analytic_CreateItemActivityStat parameters: - name: site-id in: path @@ -65481,22 +62106,46 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}': + get: + tags: + - sites.itemAnalytics + summary: Get itemActivityStats from sites + operationId: site.analytic_GetItemActivityStat + parameters: + - name: site-id in: path - description: The unique identifier of contentType + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: contentType - - name: contentType-id1 + x-ms-docs-key-type: site + - name: itemActivityStat-id in: path - description: The unique identifier of contentType + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: contentType + x-ms-docs-key-type: itemActivityStat - name: $select in: query description: Select properties to be returned @@ -65523,16 +62172,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count': - get: + patch: tags: - - sites.contentType - summary: Get the number of the resource - operationId: site.contentType.baseType_GetCount + - sites.itemAnalytics + summary: Update the navigation property itemActivityStats in sites + operationId: site.analytic_UpdateItemActivityStat parameters: - name: site-id in: path @@ -65542,28 +62190,72 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + - name: itemActivityStat-id in: path - description: The unique identifier of contentType + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: itemActivityStat + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + required: true responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' default: $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks': + x-ms-docs-operation-type: operation + delete: + tags: + - sites.itemAnalytics + summary: Delete navigation property itemActivityStats for sites + operationId: site.analytic_DeleteItemActivityStat + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: itemActivityStat-id + in: path + description: The unique identifier of itemActivityStat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityStat + - 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 + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities': get: tags: - - sites.contentType - summary: Get columnLinks from sites - description: The collection of columns that are required by this content type. - operationId: site.contentType_ListColumnLink + - sites.itemAnalytics + summary: Get activities from sites + description: Exposes the itemActivities represented in this itemActivityStat resource. + operationId: site.analytic.itemActivityStat_ListActivity parameters: - name: site-id in: path @@ -65573,14 +62265,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + - name: itemActivityStat-id in: path - description: The unique identifier of contentType + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: contentType + x-ms-docs-key-type: itemActivityStat - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -65618,7 +62310,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' + $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -65627,9 +62319,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.contentType - summary: Create new navigation property to columnLinks for sites - operationId: site.contentType_CreateColumnLink + - sites.itemAnalytics + summary: Create new navigation property to activities for sites + operationId: site.analytic.itemActivityStat_CreateActivity parameters: - name: site-id in: path @@ -65639,20 +62331,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + - name: itemActivityStat-id in: path - description: The unique identifier of contentType + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: contentType + x-ms-docs-key-type: itemActivityStat requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: @@ -65660,17 +62352,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.itemActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': get: tags: - - sites.contentType - summary: Get columnLinks from sites - description: The collection of columns that are required by this content type. - operationId: site.contentType_GetColumnLink + - sites.itemAnalytics + summary: Get activities from sites + description: Exposes the itemActivities represented in this itemActivityStat resource. + operationId: site.analytic.itemActivityStat_GetActivity parameters: - name: site-id in: path @@ -65680,22 +62372,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + - name: itemActivityStat-id in: path - description: The unique identifier of contentType + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: contentType - - name: columnLink-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of columnLink + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: columnLink + x-ms-docs-key-type: itemActivity - name: $select in: query description: Select properties to be returned @@ -65722,15 +62414,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.itemActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - sites.contentType - summary: Update the navigation property columnLinks in sites - operationId: site.contentType_UpdateColumnLink + - sites.itemAnalytics + summary: Update the navigation property activities in sites + operationId: site.analytic.itemActivityStat_UpdateActivity parameters: - name: site-id in: path @@ -65740,28 +62432,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + - name: itemActivityStat-id in: path - description: The unique identifier of contentType + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: contentType - - name: columnLink-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of columnLink + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: columnLink + x-ms-docs-key-type: itemActivity requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: @@ -65769,15 +62461,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' + $ref: '#/components/schemas/microsoft.graph.itemActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - sites.contentType - summary: Delete navigation property columnLinks for sites - operationId: site.contentType_DeleteColumnLink + - sites.itemAnalytics + summary: Delete navigation property activities for sites + operationId: site.analytic.itemActivityStat_DeleteActivity parameters: - name: site-id in: path @@ -65787,22 +62479,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + - name: itemActivityStat-id in: path - description: The unique identifier of contentType + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: contentType - - name: columnLink-id + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id in: path - description: The unique identifier of columnLink + description: The unique identifier of itemActivity required: true style: simple schema: type: string - x-ms-docs-key-type: columnLink + x-ms-docs-key-type: itemActivity - name: If-Match in: header description: ETag @@ -65815,12 +62507,171 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count': + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': + get: + tags: + - sites.itemAnalytics + summary: Get driveItem from sites + description: Exposes the driveItem that was the target of this activity. + operationId: site.analytic.itemActivityStat.activity_GetDriveItem + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: itemActivityStat-id + in: path + description: The unique identifier of itemActivityStat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id + in: path + description: The unique identifier of itemActivity + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivity + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': + get: + tags: + - sites.itemAnalytics + summary: Get content for the navigation property driveItem from sites + description: 'The content stream, if the item represents a file.' + operationId: site.analytic.itemActivityStat.activity_GetDriveItemContent + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: itemActivityStat-id + in: path + description: The unique identifier of itemActivityStat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id + in: path + description: The unique identifier of itemActivity + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivity + - name: $format + in: query + description: Format of the content + style: form + explode: false + schema: + type: string + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - sites.itemAnalytics + summary: Update content for the navigation property driveItem in sites + description: 'The content stream, if the item represents a file.' + operationId: site.analytic.itemActivityStat.activity_SetDriveItemContent + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: itemActivityStat-id + in: path + description: The unique identifier of itemActivityStat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityStat + - name: itemActivity-id + in: path + description: The unique identifier of itemActivity + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivity + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: - - sites.contentType + - sites.itemAnalytics summary: Get the number of the resource - operationId: site.contentType.columnLink_GetCount + operationId: site.analytic.itemActivityStat.activity_GetCount parameters: - name: site-id in: path @@ -65830,14 +62681,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id + - name: itemActivityStat-id in: path - description: The unique identifier of contentType + description: The unique identifier of itemActivityStat required: true style: simple schema: type: string - x-ms-docs-key-type: contentType + x-ms-docs-key-type: itemActivityStat - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -65845,13 +62696,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions': + '/sites/{site-id}/analytics/itemActivityStats/$count': get: tags: - - sites.contentType - summary: Get columnPositions from sites - description: Column order information in a content type. - operationId: site.contentType_ListColumnPosition + - sites.itemAnalytics + summary: Get the number of the resource + operationId: site.analytic.itemActivityStat_GetCount parameters: - name: site-id in: path @@ -65861,65 +62711,19 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': + '/sites/{site-id}/analytics/lastSevenDays': get: tags: - - sites.contentType - summary: Get columnPositions from sites - description: Column order information in a content type. - operationId: site.contentType_GetColumnPosition + - sites.itemAnalytics + summary: Get lastSevenDays from sites + operationId: site.analytic_GetLastSevenDay parameters: - name: site-id in: path @@ -65929,22 +62733,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnDefinition-id - in: path - description: The unique identifier of columnDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -65971,50 +62759,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count': - get: - tags: - - sites.contentType - summary: Get the number of the resource - operationId: site.contentType.columnPosition_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/{contentType-id}/columns': + '/sites/{site-id}/columns': get: tags: - - sites.contentType - summary: List columnDefinitions in a content type - description: Get the collection of columns represented as columnDefinition resources in a content type. + - sites.columnDefinition + summary: List columns in a site + description: Get the collection of columns represented as columnDefinition resources in a site. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 - operationId: site.contentType_ListColumn + url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 + operationId: site_ListColumn parameters: - name: site-id in: path @@ -66024,14 +62782,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -66078,13 +62828,13 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.contentType - summary: Create a columnDefinition in a content type - description: 'Add a column to a content type in a site, or a list with a request that specifies a columnDefinition.' + - sites.columnDefinition + summary: Create a columnDefinition in a site + description: Create a column for a site with a request that specifies a columnDefinition. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 - operationId: site.contentType_CreateColumn + url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + operationId: site_CreateColumn parameters: - name: site-id in: path @@ -66094,14 +62844,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType requestBody: description: New navigation property content: @@ -66119,16 +62861,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': + '/sites/{site-id}/columns/{columnDefinition-id}': get: tags: - - sites.contentType - summary: Get columnDefinition - description: 'Retrieve the metadata for a site, a list, or a contentType column.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 - operationId: site.contentType_GetColumn + - sites.columnDefinition + summary: Get columns from sites + description: The collection of column definitions reusable across lists under this site. + operationId: site_GetColumn parameters: - name: site-id in: path @@ -66138,14 +62877,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -66186,13 +62917,9 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.contentType - summary: Update columnDefinition - description: 'Update a site, a list, or a content type column.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 - operationId: site.contentType_UpdateColumn + - sites.columnDefinition + summary: Update the navigation property columns in sites + operationId: site_UpdateColumn parameters: - name: site-id in: path @@ -66202,14 +62929,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -66237,13 +62956,9 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.contentType - summary: Delete columnDefinition - description: 'Remove a column from a site, a list, or a content type.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 - operationId: site.contentType_DeleteColumn + - sites.columnDefinition + summary: Delete navigation property columns for sites + operationId: site_DeleteColumn parameters: - name: site-id in: path @@ -66253,14 +62968,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -66281,13 +62988,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': + '/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn': get: tags: - - sites.contentType + - sites.columnDefinition summary: Get sourceColumn from sites description: The source column for the content type column. - operationId: site.contentType.column_GetSourceColumn + operationId: site.column_GetSourceColumn parameters: - name: site-id in: path @@ -66297,14 +63004,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -66343,12 +63042,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/contentTypes/{contentType-id}/columns/$count': + '/sites/{site-id}/columns/$count': get: tags: - - sites.contentType + - sites.columnDefinition summary: Get the number of the resource - operationId: site.contentType.column_GetCount + operationId: site.column_GetCount parameters: - name: site-id in: path @@ -66358,14 +63057,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -66373,16 +63064,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': - post: + '/sites/{site-id}/contentTypes': + get: tags: - - sites.Actions - summary: Invoke action associateWithHubSites - description: Associate a published content type present in a content type hub with a list of hub sites. + - sites.contentType + summary: List contentTypes in a site + description: Get the collection of contentType resources in a site. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 - operationId: site.contentType_associateGraphWPreHubSite + url: https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0 + operationId: site_ListContentType parameters: - name: site-id in: path @@ -66392,48 +63083,59 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: contentType - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - hubSiteUrls: - type: array - items: - type: string - propagateToExistingLists: - type: boolean - default: false - nullable: true - additionalProperties: - type: object - required: true + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation post: tags: - - sites.Actions - summary: Invoke action copyToDefaultContentLocation - description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. + - sites.contentType + summary: Create a content type + description: Create a new contentType in a site. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 - operationId: site.contentType_copyToDefaultContentLocation + url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0 + operationId: site_CreateContentType parameters: - name: site-id in: path @@ -66443,121 +63145,33 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - sourceFile: - $ref: '#/components/schemas/microsoft.graph.itemReference' - destinationFileName: - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()': - get: - tags: - - sites.Functions - summary: Invoke function isPublished - description: Check the publishing status of a contentType in a content type hub site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 - operationId: site.contentType_isPublished - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - responses: - 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - type: object - properties: - value: - type: boolean - default: false - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish': - post: - tags: - - sites.Actions - summary: Invoke action publish - description: Publishes a contentType present in the content type hub site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 - operationId: site.contentType_publish - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish': - post: + x-ms-docs-operation-type: operation + '/sites/{site-id}/contentTypes/{contentType-id}': + get: tags: - - sites.Actions - summary: Invoke action unpublish - description: Unpublish a contentType from a content type hub site. + - sites.contentType + summary: Get contentType + description: Retrieve the metadata for a content type in a site or a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 - operationId: site.contentType_unpublish + url: https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0 + operationId: site_GetContentType parameters: - name: site-id in: path @@ -66575,85 +63189,45 @@ paths: schema: type: string x-ms-docs-key-type: contentType + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/$count': - get: - tags: - - sites.contentType - summary: Get the number of the resource - operationId: site.contentType_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/contentTypes/microsoft.graph.addCopy': - post: - tags: - - sites.Actions - summary: Invoke action addCopy - description: Add a copy of a content type from a site to a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 - operationId: site.contentType_addCopy - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentType: - type: string - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub': - post: + x-ms-docs-operation-type: operation + patch: tags: - - sites.Actions - summary: Invoke action addCopyFromContentTypeHub - description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' + - sites.contentType + summary: Update contentType + description: Update a content type. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 - operationId: site.contentType_addCopyFromContentTypeHub + url: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0 + operationId: site_UpdateContentType parameters: - name: site-id in: path @@ -66663,17 +63237,20 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType requestBody: - description: Action parameters + description: New navigation property values content: application/json: schema: - type: object - properties: - contentTypeId: - type: string - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: @@ -66684,17 +63261,16 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()': - get: + x-ms-docs-operation-type: operation + delete: tags: - - sites.Functions - summary: Invoke function getCompatibleHubContentTypes - description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + - sites.contentType + summary: Delete contentType + description: Remove a content type from a list or a site. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 - operationId: site.contentType_getCompatibleHubContentType + url: https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0 + operationId: site_DeleteContentType parameters: - name: site-id in: path @@ -66704,72 +63280,33 @@ paths: schema: type: string x-ms-docs-key-type: site - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: contentType + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: description: Success - content: - application/json: - schema: - title: Collection of contentType - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.contentType' - '@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 - '/sites/{site-id}/drive': + x-ms-docs-operation-type: operation + '/sites/{site-id}/contentTypes/{contentType-id}/base': get: tags: - - sites.drive - summary: Get drive from sites - description: The default drive (document library) for this site. - operationId: site_GetDrive + - sites.contentType + summary: Get base from sites + description: Parent contentType from which this content type is derived. + operationId: site.contentType_GetBase parameters: - name: site-id in: path @@ -66779,6 +63316,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -66805,17 +63350,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.drive' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/drives': + '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes': get: tags: - - sites.drive - summary: Get drives from sites - description: The collection of drives (document libraries) under this site. - operationId: site_ListDrive + - sites.contentType + summary: Get baseTypes from sites + description: The collection of content types that are ancestors of this content type. + operationId: site.contentType_ListBaseType parameters: - name: site-id in: path @@ -66825,6 +63370,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -66862,20 +63415,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/drives/{drive-id}': + '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': get: tags: - - sites.drive - summary: Get drives from sites - description: The collection of drives (document libraries) under this site. - operationId: site_GetDrive + - sites.contentType + summary: Get baseTypes from sites + description: The collection of content types that are ancestors of this content type. + operationId: site.contentType_GetBaseType parameters: - name: site-id in: path @@ -66885,14 +63438,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: drive-id + - name: contentType-id in: path - description: The unique identifier of drive + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: drive + x-ms-docs-key-type: contentType + - name: contentType-id1 + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -66919,16 +63480,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.drive' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/drives/$count': + '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count': get: tags: - - sites.drive + - sites.contentType summary: Get the number of the resource - operationId: site.drive_GetCount + operationId: site.contentType.baseType_GetCount parameters: - name: site-id in: path @@ -66938,6 +63499,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -66945,12 +63514,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/externalColumns': + '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks': get: tags: - - sites.columnDefinition - summary: Get externalColumns from sites - operationId: site_ListExternalColumn + - sites.contentType + summary: Get columnLinks from sites + description: The collection of columns that are required by this content type. + operationId: site.contentType_ListColumnLink parameters: - name: site-id in: path @@ -66960,6 +63530,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -66997,19 +63575,59 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/externalColumns/{columnDefinition-id}': + post: + tags: + - sites.contentType + summary: Create new navigation property to columnLinks for sites + operationId: site.contentType_CreateColumnLink + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': get: tags: - - sites.columnDefinition - summary: Get externalColumns from sites - operationId: site_GetExternalColumn + - sites.contentType + summary: Get columnLinks from sites + description: The collection of columns that are required by this content type. + operationId: site.contentType_GetColumnLink parameters: - name: site-id in: path @@ -67019,14 +63637,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: columnDefinition-id + - name: contentType-id in: path - description: The unique identifier of columnDefinition + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: columnDefinition + x-ms-docs-key-type: contentType + - name: columnLink-id + in: path + description: The unique identifier of columnLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnLink - name: $select in: query description: Select properties to be returned @@ -67053,16 +63679,105 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/externalColumns/$count': + patch: + tags: + - sites.contentType + summary: Update the navigation property columnLinks in sites + operationId: site.contentType_UpdateColumnLink + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + - name: columnLink-id + in: path + description: The unique identifier of columnLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnLink + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.contentType + summary: Delete navigation property columnLinks for sites + operationId: site.contentType_DeleteColumnLink + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + - name: columnLink-id + in: path + description: The unique identifier of columnLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnLink + - 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 + '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count': get: tags: - - sites.columnDefinition + - sites.contentType summary: Get the number of the resource - operationId: site.externalColumn_GetCount + operationId: site.contentType.columnLink_GetCount parameters: - name: site-id in: path @@ -67072,6 +63787,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -67079,16 +63802,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists': + '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions': get: tags: - - sites.list - summary: Get lists in a site - description: "Get the collection of lists for a site. Lists with the system facet are hidden by default.\nTo list them, include system in your $select statement." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 - operationId: site_ListList + - sites.contentType + summary: Get columnPositions from sites + description: Column order information in a content type. + operationId: site.contentType_ListColumnPosition parameters: - name: site-id in: path @@ -67098,6 +63818,14 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -67135,22 +63863,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': + get: tags: - - sites.list - summary: Create a new list - description: Create a new list in a site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0 - operationId: site_CreateList + - sites.contentType + summary: Get columnPositions from sites + description: Column order information in a content type. + operationId: site.contentType_GetColumnPosition parameters: - name: site-id in: path @@ -67160,50 +63886,22 @@ paths: schema: type: string x-ms-docs-key-type: site - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.list' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.list' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}': - get: - tags: - - sites.list - summary: List operations on a list - description: Get a list of rich long-running operations associated with a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 - operationId: site_GetList - parameters: - - name: site-id + - name: contentType-id in: path - description: The unique identifier of site + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: list-id + x-ms-docs-key-type: contentType + - name: columnDefinition-id in: path - description: The unique identifier of list + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -67230,54 +63928,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.list - summary: Update the navigation property lists in sites - operationId: site_UpdateList - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.list' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count': + get: tags: - - sites.list - summary: Delete navigation property lists for sites - operationId: site_DeleteList + - sites.contentType + summary: Get the number of the resource + operationId: site.contentType.columnPosition_GetCount parameters: - name: site-id in: path @@ -67287,36 +63947,31 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/columns': + '/sites/{site-id}/contentTypes/{contentType-id}/columns': get: tags: - - sites.list - summary: List columnDefinitions in a list - description: Get the collection of columns represented as columnDefinition resources in a list. + - sites.contentType + summary: List columnDefinitions in a content type + description: Get the collection of columns represented as columnDefinition resources in a content type. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 - operationId: site.list_ListColumn + url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 + operationId: site.contentType_ListColumn parameters: - name: site-id in: path @@ -67326,14 +63981,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -67380,13 +64035,13 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.list - summary: Create a columnDefinition in a list - description: Create a column for a list with a request that specifies a columnDefinition. + - sites.contentType + summary: Create a columnDefinition in a content type + description: 'Add a column to a content type in a site, or a list with a request that specifies a columnDefinition.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 - operationId: site.list_CreateColumn + url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + operationId: site.contentType_CreateColumn parameters: - name: site-id in: path @@ -67396,14 +64051,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType requestBody: description: New navigation property content: @@ -67421,13 +64076,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}': + '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': get: tags: - - sites.list - summary: Get columns from sites - description: The collection of field definitions for this list. - operationId: site.list_GetColumn + - sites.contentType + summary: Get columnDefinition + description: 'Retrieve the metadata for a site, a list, or a contentType column.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + operationId: site.contentType_GetColumn parameters: - name: site-id in: path @@ -67437,14 +64095,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -67485,9 +64143,13 @@ paths: x-ms-docs-operation-type: operation patch: tags: - - sites.list - summary: Update the navigation property columns in sites - operationId: site.list_UpdateColumn + - sites.contentType + summary: Update columnDefinition + description: 'Update a site, a list, or a content type column.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + operationId: site.contentType_UpdateColumn parameters: - name: site-id in: path @@ -67497,14 +64159,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -67532,9 +64194,13 @@ paths: x-ms-docs-operation-type: operation delete: tags: - - sites.list - summary: Delete navigation property columns for sites - operationId: site.list_DeleteColumn + - sites.contentType + summary: Delete columnDefinition + description: 'Remove a column from a site, a list, or a content type.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + operationId: site.contentType_DeleteColumn parameters: - name: site-id in: path @@ -67544,14 +64210,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -67572,13 +64238,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn': + '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': get: tags: - - sites.list + - sites.contentType summary: Get sourceColumn from sites description: The source column for the content type column. - operationId: site.list.column_GetSourceColumn + operationId: site.contentType.column_GetSourceColumn parameters: - name: site-id in: path @@ -67588,14 +64254,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -67634,12 +64300,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/columns/$count': + '/sites/{site-id}/contentTypes/{contentType-id}/columns/$count': get: tags: - - sites.list + - sites.contentType summary: Get the number of the resource - operationId: site.list.column_GetCount + operationId: site.contentType.column_GetCount parameters: - name: site-id in: path @@ -67649,14 +64315,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -67664,16 +64330,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes': - get: + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': + post: tags: - - sites.list - summary: List contentTypes in a list - description: Get the collection of contentType resources in a list. + - sites.Actions + summary: Invoke action associateWithHubSites + description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0 - operationId: site.list_ListContentType + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + operationId: site.contentType_associateGraphWPreHubSite parameters: - name: site-id in: path @@ -67683,63 +64349,48 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: contentType + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + hubSiteUrls: + type: array + items: + type: string + propagateToExistingLists: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation': post: tags: - - sites.list - summary: Create new navigation property to contentTypes for sites - operationId: site.list_CreateContentType + - sites.Actions + summary: Invoke action copyToDefaultContentLocation + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + operationId: site.contentType_copyToDefaultContentLocation parameters: - name: site-id in: path @@ -67749,38 +64400,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + type: object + properties: + sourceFile: + $ref: '#/components/schemas/microsoft.graph.itemReference' + destinationFileName: + type: string + nullable: true + additionalProperties: + type: object required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}': + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()': get: tags: - - sites.list - summary: Get contentTypes from sites - description: The collection of content types present in this list. - operationId: site.list_GetContentType + - sites.Functions + summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 + operationId: site.contentType_isPublished parameters: - name: site-id in: path @@ -67790,14 +64448,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType @@ -67806,41 +64456,32 @@ paths: schema: type: string x-ms-docs-key-type: contentType - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + type: object + properties: + value: + type: boolean + default: false + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: function + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.publish': + post: tags: - - sites.list - summary: Update the navigation property contentTypes in sites - operationId: site.list_UpdateContentType + - sites.Actions + summary: Invoke action publish + description: Publishes a contentType present in the content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + operationId: site.contentType_publish parameters: - name: site-id in: path @@ -67850,14 +64491,39 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish': + post: + tags: + - sites.Actions + summary: Invoke action unpublish + description: Unpublish a contentType from a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + operationId: site.contentType_unpublish + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType @@ -67866,12 +64532,64 @@ paths: schema: type: string x-ms-docs-key-type: contentType + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/$count': + get: + tags: + - sites.contentType + summary: Get the number of the resource + operationId: site.contentType_GetCount + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/contentTypes/microsoft.graph.addCopy': + post: + tags: + - sites.Actions + summary: Invoke action addCopy + description: Add a copy of a content type from a site to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + operationId: site.contentType_addCopy + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + type: object + properties: + contentType: + type: string + additionalProperties: + type: object required: true responses: 2XX: @@ -67882,12 +64600,17 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub': + post: tags: - - sites.list - summary: Delete navigation property contentTypes for sites - operationId: site.list_DeleteContentType + - sites.Actions + summary: Invoke action addCopyFromContentTypeHub + description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + operationId: site.contentType_addCopyFromContentTypeHub parameters: - name: site-id in: path @@ -67897,41 +64620,113 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentTypeId: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()': + get: + tags: + - sites.Functions + summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 + operationId: site.contentType_getCompatibleHubContentType + parameters: + - name: site-id in: path - description: The unique identifier of list + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: contentType - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Success + content: + application/json: + schema: + title: Collection of contentType + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/drive': get: tags: - - sites.list - summary: Get base from sites - description: Parent contentType from which this content type is derived. - operationId: site.list.contentType_GetBase + - sites.drive + summary: Get drive from sites + description: The default drive (document library) for this site. + operationId: site_GetDrive parameters: - name: site-id in: path @@ -67941,22 +64736,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -67983,17 +64762,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes': + '/sites/{site-id}/drives': get: tags: - - sites.list - summary: Get baseTypes from sites - description: The collection of content types that are ancestors of this content type. - operationId: site.list.contentType_ListBaseType + - sites.drive + summary: Get drives from sites + description: The collection of drives (document libraries) under this site. + operationId: site_ListDrive parameters: - name: site-id in: path @@ -68003,22 +64782,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -68056,20 +64819,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': + '/sites/{site-id}/drives/{drive-id}': get: tags: - - sites.list - summary: Get baseTypes from sites - description: The collection of content types that are ancestors of this content type. - operationId: site.list.contentType_GetBaseType + - sites.drive + summary: Get drives from sites + description: The collection of drives (document libraries) under this site. + operationId: site_GetDrive parameters: - name: site-id in: path @@ -68079,30 +64842,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: contentType-id1 + - name: drive-id in: path - description: The unique identifier of contentType + description: The unique identifier of drive required: true style: simple schema: type: string - x-ms-docs-key-type: contentType + x-ms-docs-key-type: drive - name: $select in: query description: Select properties to be returned @@ -68129,16 +64876,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count': + '/sites/{site-id}/drives/$count': get: tags: - - sites.list + - sites.drive summary: Get the number of the resource - operationId: site.list.contentType.baseType_GetCount + operationId: site.drive_GetCount parameters: - name: site-id in: path @@ -68148,22 +64895,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -68171,13 +64902,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks': + '/sites/{site-id}/externalColumns': get: tags: - - sites.list - summary: Get columnLinks from sites - description: The collection of columns that are required by this content type. - operationId: site.list.contentType_ListColumnLink + - sites.columnDefinition + summary: Get externalColumns from sites + operationId: site_ListExternalColumn parameters: - name: site-id in: path @@ -68187,22 +64917,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -68240,67 +64954,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - post: - tags: - - sites.list - summary: Create new navigation property to columnLinks for sites - operationId: site.list.contentType_CreateColumnLink - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' - required: true - responses: - 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': + '/sites/{site-id}/externalColumns/{columnDefinition-id}': get: tags: - - sites.list - summary: Get columnLinks from sites - description: The collection of columns that are required by this content type. - operationId: site.list.contentType_GetColumnLink + - sites.columnDefinition + summary: Get externalColumns from sites + operationId: site_GetExternalColumn parameters: - name: site-id in: path @@ -68310,30 +64976,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnLink-id + - name: columnDefinition-id in: path - description: The unique identifier of columnLink + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: columnLink + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -68360,121 +65010,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.list - summary: Update the navigation property columnLinks in sites - operationId: site.list.contentType_UpdateColumnLink - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnLink-id - in: path - description: The unique identifier of columnLink - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnLink - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.columnLink' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - sites.list - summary: Delete navigation property columnLinks for sites - operationId: site.list.contentType_DeleteColumnLink - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - - name: columnLink-id - in: path - description: The unique identifier of columnLink - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: columnLink - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count': + '/sites/{site-id}/externalColumns/$count': get: tags: - - sites.list + - sites.columnDefinition summary: Get the number of the resource - operationId: site.list.contentType.columnLink_GetCount + operationId: site.externalColumn_GetCount parameters: - name: site-id in: path @@ -68484,22 +65029,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -68507,13 +65036,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions': + '/sites/{site-id}/lists': get: tags: - sites.list - summary: Get columnPositions from sites - description: Column order information in a content type. - operationId: site.list.contentType_ListColumnPosition + summary: Get lists in a site + description: "Get the collection of lists for a site. Lists with the system facet are hidden by default.\nTo list them, include system in your $select statement." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 + operationId: site_ListList parameters: - name: site-id in: path @@ -68523,22 +65055,6 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -68576,20 +65092,22 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.listCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': - get: + post: tags: - sites.list - summary: Get columnPositions from sites - description: Column order information in a content type. - operationId: site.list.contentType_GetColumnPosition + summary: Create a new list + description: Create a new list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0 + operationId: site_CreateList parameters: - name: site-id in: path @@ -68599,30 +65117,50 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}': + get: + tags: + - sites.list + summary: List operations on a list + description: Get a list of rich long-running operations associated with a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 + operationId: site_GetList + parameters: + - name: site-id in: path - description: The unique identifier of contentType + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: contentType - - name: columnDefinition-id + x-ms-docs-key-type: site + - name: list-id in: path - description: The unique identifier of columnDefinition + description: The unique identifier of list required: true style: simple schema: type: string - x-ms-docs-key-type: columnDefinition + x-ms-docs-key-type: list - name: $select in: query description: Select properties to be returned @@ -68649,16 +65187,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count': - get: + patch: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.contentType.columnPosition_GetCount + summary: Update the navigation property lists in sites + operationId: site_UpdateList parameters: - name: site-id in: path @@ -68676,28 +65213,67 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.list + summary: Delete navigation property lists for sites + operationId: site_DeleteList + parameters: + - name: site-id in: path - description: The unique identifier of contentType + description: The unique identifier of site required: true style: simple schema: type: string - x-ms-docs-key-type: contentType - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/columns': get: tags: - sites.list - summary: Get columns from sites - description: The collection of column definitions for this content type. - operationId: site.list.contentType_ListColumn + summary: List columnDefinitions in a list + description: Get the collection of columns represented as columnDefinition resources in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 + operationId: site.list_ListColumn parameters: - name: site-id in: path @@ -68715,14 +65291,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -68770,8 +65338,12 @@ paths: post: tags: - sites.list - summary: Create new navigation property to columns for sites - operationId: site.list.contentType_CreateColumn + summary: Create a columnDefinition in a list + description: Create a column for a list with a request that specifies a columnDefinition. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + operationId: site.list_CreateColumn parameters: - name: site-id in: path @@ -68789,14 +65361,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType requestBody: description: New navigation property content: @@ -68814,13 +65378,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': + '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}': get: tags: - sites.list summary: Get columns from sites - description: The collection of column definitions for this content type. - operationId: site.list.contentType_GetColumn + description: The collection of field definitions for this list. + operationId: site.list_GetColumn parameters: - name: site-id in: path @@ -68838,14 +65402,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -68888,7 +65444,7 @@ paths: tags: - sites.list summary: Update the navigation property columns in sites - operationId: site.list.contentType_UpdateColumn + operationId: site.list_UpdateColumn parameters: - name: site-id in: path @@ -68906,14 +65462,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -68943,7 +65491,7 @@ paths: tags: - sites.list summary: Delete navigation property columns for sites - operationId: site.list.contentType_DeleteColumn + operationId: site.list_DeleteColumn parameters: - name: site-id in: path @@ -68961,14 +65509,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -68989,13 +65529,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': + '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn': get: tags: - sites.list summary: Get sourceColumn from sites description: The source column for the content type column. - operationId: site.list.contentType.column_GetSourceColumn + operationId: site.list.column_GetSourceColumn parameters: - name: site-id in: path @@ -69013,14 +65553,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition @@ -69059,12 +65591,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count': + '/sites/{site-id}/lists/{list-id}/columns/$count': get: tags: - sites.list summary: Get the number of the resource - operationId: site.list.contentType.column_GetCount + operationId: site.list.column_GetCount parameters: - name: site-id in: path @@ -69082,14 +65614,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -69097,16 +65621,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': - post: + '/sites/{site-id}/lists/{list-id}/contentTypes': + get: tags: - - sites.Actions - summary: Invoke action associateWithHubSites - description: Associate a published content type present in a content type hub with a list of hub sites. + - sites.list + summary: List contentTypes in a list + description: Get the collection of contentType resources in a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 - operationId: site.list.contentType_associateGraphWPreHubSite + url: https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0 + operationId: site.list_ListContentType parameters: - name: site-id in: path @@ -69124,48 +65648,55 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: contentType - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - hubSiteUrls: - type: array - items: - type: string - propagateToExistingLists: - type: boolean - default: false - nullable: true - additionalProperties: - type: object - required: true + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation post: tags: - - sites.Actions - summary: Invoke action copyToDefaultContentLocation - description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 - operationId: site.list.contentType_copyToDefaultContentLocation + - sites.list + summary: Create new navigation property to contentTypes for sites + operationId: site.list_CreateContentType parameters: - name: site-id in: path @@ -69183,45 +65714,30 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType requestBody: - description: Action parameters + description: New navigation property content: application/json: schema: - type: object - properties: - sourceFile: - $ref: '#/components/schemas/microsoft.graph.itemReference' - destinationFileName: - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: - description: Success + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}': get: tags: - - sites.Functions - summary: Invoke function isPublished - description: Check the publishing status of a contentType in a content type hub site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 - operationId: site.list.contentType_isPublished + - sites.list + summary: Get contentTypes from sites + description: The collection of content types present in this list. + operationId: site.list_GetContentType parameters: - name: site-id in: path @@ -69247,73 +65763,41 @@ paths: schema: type: string x-ms-docs-key-type: contentType + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - type: object - properties: - value: - type: boolean - default: false - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish': - post: - tags: - - sites.Actions - summary: Invoke action publish - description: Publishes a contentType present in the content type hub site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 - operationId: site.list.contentType_publish - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: contentType-id - in: path - description: The unique identifier of contentType - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: contentType - responses: - 2XX: - description: Success + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish': - post: + x-ms-docs-operation-type: operation + patch: tags: - - sites.Actions - summary: Invoke action unpublish - description: Unpublish a contentType from a content type hub site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 - operationId: site.list.contentType_unpublish + - sites.list + summary: Update the navigation property contentTypes in sites + operationId: site.list_UpdateContentType parameters: - name: site-id in: path @@ -69339,233 +65823,28 @@ paths: schema: type: string x-ms-docs-key-type: contentType - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/$count': - get: - tags: - - sites.list - summary: Get the number of the resource - operationId: site.list.contentType_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy': - post: - tags: - - sites.Actions - summary: Invoke action addCopy - description: Add a copy of a content type from a site to a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 - operationId: site.list.contentType_addCopy - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - contentType: - type: string - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub': - post: - tags: - - sites.Actions - summary: Invoke action addCopyFromContentTypeHub - description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 - operationId: site.list.contentType_addCopyFromContentTypeHub - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list requestBody: - description: Action parameters + description: New navigation property values content: application/json: schema: - type: object - properties: - contentTypeId: - type: string - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Success content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()': - get: - tags: - - sites.Functions - summary: Invoke function getCompatibleHubContentTypes - description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 - operationId: site.list.contentType_getCompatibleHubContentType - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of contentType - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.contentType' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/createdByUser': - get: + x-ms-docs-operation-type: operation + delete: tags: - sites.list - summary: Get createdByUser from sites - description: Identity of the user who created the item. Read-only. - operationId: site.list_GetCreatedGraphBPreUser + summary: Delete navigation property contentTypes for sites + operationId: site.list_DeleteContentType parameters: - name: site-id in: path @@ -69583,43 +65862,33 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: contentType + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base': get: tags: - sites.list - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: site.list.createdGraphBPreUser_GetMailboxSetting + summary: Get base from sites + description: Parent contentType from which this content type is derived. + operationId: site.list.contentType_GetBase parameters: - name: site-id in: path @@ -69637,6 +65906,14 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -69659,18 +65936,21 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - patch: + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes': + get: tags: - sites.list - summary: Update property mailboxSettings value. - operationId: site.list.createdGraphBPreUser_UpdateMailboxSetting + summary: Get baseTypes from sites + description: The collection of content types that are ancestors of this content type. + operationId: site.list.contentType_ListBaseType parameters: - name: site-id in: path @@ -69688,46 +65968,14 @@ paths: schema: type: string x-ms-docs-key-type: list - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors': - get: - tags: - - sites.list - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: site.list.createdGraphBPreUser_ListServiceProvisioningError - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -69765,18 +66013,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': get: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount + summary: Get baseTypes from sites + description: The collection of content types that are ancestors of this content type. + operationId: site.list.contentType_GetBaseType parameters: - name: site-id in: path @@ -69794,37 +66044,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/drive': - get: - tags: - - sites.list - summary: Get drive from sites - description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. - operationId: site.list_GetDrive - parameters: - - name: site-id + - name: contentType-id in: path - description: The unique identifier of site + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: list-id + x-ms-docs-key-type: contentType + - name: contentType-id1 in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: contentType - name: $select in: query description: Select properties to be returned @@ -69851,20 +66086,55 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.drive' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count': get: tags: - sites.list - summary: Enumerate items in a list - description: Get the collection of items in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 - operationId: site.list_ListItem + summary: Get the number of the resource + operationId: site.list.contentType.baseType_GetCount + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks': + get: + tags: + - sites.list + summary: Get columnLinks from sites + description: The collection of columns that are required by this content type. + operationId: site.list.contentType_ListColumnLink parameters: - name: site-id in: path @@ -69882,6 +66152,14 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -69919,7 +66197,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -69929,12 +66207,8 @@ paths: post: tags: - sites.list - summary: Create a new item in a list - description: Create a new listItem in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0 - operationId: site.list_CreateItem + summary: Create new navigation property to columnLinks for sites + operationId: site.list.contentType_CreateColumnLink parameters: - name: site-id in: path @@ -69952,12 +66226,20 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: contentType-id + in: path + description: The unique identifier of contentType + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contentType requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: @@ -69965,20 +66247,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': get: tags: - sites.list - summary: Get listItem - description: Returns the metadata for an item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0 - operationId: site.list_GetItem + summary: Get columnLinks from sites + description: The collection of columns that are required by this content type. + operationId: site.list.contentType_GetColumnLink parameters: - name: site-id in: path @@ -69996,14 +66275,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem + x-ms-docs-key-type: contentType + - name: columnLink-id + in: path + description: The unique identifier of columnLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnLink - name: $select in: query description: Select properties to be returned @@ -70030,15 +66317,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property items in sites - operationId: site.list_UpdateItem + summary: Update the navigation property columnLinks in sites + operationId: site.list.contentType_UpdateColumnLink parameters: - name: site-id in: path @@ -70056,20 +66343,28 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem + x-ms-docs-key-type: contentType + - name: columnLink-id + in: path + description: The unique identifier of columnLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnLink requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: @@ -70077,19 +66372,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItem' + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete an item from a list - description: Removes an item from a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 - operationId: site.list_DeleteItem + summary: Delete navigation property columnLinks for sites + operationId: site.list.contentType_DeleteColumnLink parameters: - name: site-id in: path @@ -70107,14 +66398,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem + x-ms-docs-key-type: contentType + - name: columnLink-id + in: path + description: The unique identifier of columnLink + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: columnLink - name: If-Match in: header description: ETag @@ -70127,13 +66426,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count': get: tags: - sites.list - summary: Get analytics from sites - description: Analytics about the view activities that took place on this item. - operationId: site.list.item_GetAnalytic + summary: Get the number of the resource + operationId: site.list.contentType.columnLink_GetCount parameters: - name: site-id in: path @@ -70151,51 +66449,28 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions': get: tags: - sites.list - summary: Get createdByUser from sites - description: Identity of the user who created the item. Read-only. - operationId: site.list.item_GetCreatedGraphBPreUser + summary: Get columnPositions from sites + description: Column order information in a content type. + operationId: site.list.contentType_ListColumnPosition parameters: - name: site-id in: path @@ -70213,27 +66488,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand + x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby in: query - description: Expand related entities + description: Order items by property values style: form explode: false schema: @@ -70241,48 +66511,6 @@ paths: type: array items: type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings': - get: - tags: - - sites.list - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: site.list.item.createdGraphBPreUser_GetMailboxSetting - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - name: $select in: query description: Select properties to be returned @@ -70305,18 +66533,20 @@ paths: type: string responses: 2XX: - description: Entity result. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' - patch: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': + get: tags: - sites.list - summary: Update property mailboxSettings value. - operationId: site.list.item.createdGraphBPreUser_UpdateMailboxSetting + summary: Get columnPositions from sites + description: Column order information in a content type. + operationId: site.list.contentType_GetColumnPosition parameters: - name: site-id in: path @@ -70334,77 +66564,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors': - get: - tags: - - sites.list - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: site.list.item.createdGraphBPreUser_ListServiceProvisioningError - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id + - name: contentType-id in: path - description: The unique identifier of list + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: list - - name: listItem-id + x-ms-docs-key-type: contentType + - name: columnDefinition-id in: path - description: The unique identifier of listItem + description: The unique identifier of columnDefinition required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + style: simple + schema: + type: string + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -70427,18 +66602,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count': get: tags: - sites.list summary: Get the number of the resource - operationId: site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount + operationId: site.list.contentType.columnPosition_GetCount parameters: - name: site-id in: path @@ -70456,14 +66633,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -70471,16 +66648,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns': get: tags: - sites.list - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 - operationId: site.list.item_ListDocumentSetVersion + summary: Get columns from sites + description: The collection of column definitions for this content type. + operationId: site.list.contentType_ListColumn parameters: - name: site-id in: path @@ -70498,14 +66672,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem + x-ms-docs-key-type: contentType - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -70543,7 +66717,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -70553,12 +66727,8 @@ paths: post: tags: - sites.list - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 - operationId: site.list.item_CreateDocumentSetVersion + summary: Create new navigation property to columns for sites + operationId: site.list.contentType_CreateColumn parameters: - name: site-id in: path @@ -70576,20 +66746,20 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem + x-ms-docs-key-type: contentType requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: @@ -70597,20 +66767,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': get: tags: - sites.list - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 - operationId: site.list.item_GetDocumentSetVersion + summary: Get columns from sites + description: The collection of column definitions for this content type. + operationId: site.list.contentType_GetColumn parameters: - name: site-id in: path @@ -70628,22 +66795,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: documentSetVersion-id + x-ms-docs-key-type: contentType + - name: columnDefinition-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -70670,15 +66837,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property documentSetVersions in sites - operationId: site.list.item_UpdateDocumentSetVersion + summary: Update the navigation property columns in sites + operationId: site.list.contentType_UpdateColumn parameters: - name: site-id in: path @@ -70696,28 +66863,28 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: documentSetVersion-id + x-ms-docs-key-type: contentType + - name: columnDefinition-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion + x-ms-docs-key-type: columnDefinition requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: @@ -70725,19 +66892,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 - operationId: site.list.item_DeleteDocumentSetVersion + summary: Delete navigation property columns for sites + operationId: site.list.contentType_DeleteColumn parameters: - name: site-id in: path @@ -70755,22 +66918,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: documentSetVersion-id + x-ms-docs-key-type: contentType + - name: columnDefinition-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion + x-ms-docs-key-type: columnDefinition - name: If-Match in: header description: ETag @@ -70783,13 +66946,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': get: tags: - sites.list - summary: Get fields from sites - description: A collection of the fields and values for this version of the list item. - operationId: site.list.item.documentSetVersion_GetField + summary: Get sourceColumn from sites + description: The source column for the content type column. + operationId: site.list.contentType.column_GetSourceColumn parameters: - name: site-id in: path @@ -70807,22 +66970,22 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: documentSetVersion-id + x-ms-docs-key-type: contentType + - name: columnDefinition-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of columnDefinition required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion + x-ms-docs-key-type: columnDefinition - name: $select in: query description: Select properties to be returned @@ -70849,15 +67012,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count': + get: tags: - sites.list - summary: Update the navigation property fields in sites - operationId: site.list.item.documentSetVersion_UpdateField + summary: Get the number of the resource + operationId: site.list.contentType.column_GetCount parameters: - name: site-id in: path @@ -70875,44 +67039,31 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: documentSetVersion-id + - name: contentType-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - required: true + x-ms-docs-key-type: contentType + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.associateWithHubSites': + post: tags: - - sites.list - summary: Delete navigation property fields for sites - operationId: site.list.item.documentSetVersion_DeleteField + - sites.Actions + summary: Invoke action associateWithHubSites + description: Associate a published content type present in a content type hub with a list of hub sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + operationId: site.list.contentType_associateGraphWPreHubSite parameters: - name: site-id in: path @@ -70930,44 +67081,48 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: documentSetVersion-id + - name: contentType-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: contentType + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + hubSiteUrls: + type: array + items: + type: string + propagateToExistingLists: + 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: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore': + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.copyToDefaultContentLocation': post: tags: - sites.Actions - summary: Invoke action restore - description: Restore a document set version. + summary: Invoke action copyToDefaultContentLocation + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 - operationId: site.list.item.documentSetVersion_restore + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + operationId: site.list.contentType_copyToDefaultContentLocation parameters: - name: site-id in: path @@ -70985,34 +67140,45 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: documentSetVersion-id + - name: contentType-id in: path - description: The unique identifier of documentSetVersion + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: documentSetVersion + x-ms-docs-key-type: contentType + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sourceFile: + $ref: '#/components/schemas/microsoft.graph.itemReference' + destinationFileName: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count': + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.isPublished()': get: tags: - - sites.list - summary: Get the number of the resource - operationId: site.list.item.documentSetVersion_GetCount + - sites.Functions + summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 + operationId: site.list.contentType_isPublished parameters: - name: site-id in: path @@ -71030,28 +67196,40 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + x-ms-docs-key-type: contentType responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: boolean + default: false + additionalProperties: + type: object default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem': - get: + x-ms-docs-operation-type: function + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.publish': + post: tags: - - sites.list - summary: Get driveItem from sites - description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' - operationId: site.list.item_GetDriveItem + - sites.Actions + summary: Invoke action publish + description: Publishes a contentType present in the content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + operationId: site.list.contentType_publish parameters: - name: site-id in: path @@ -71069,51 +67247,30 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: contentType responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content': - get: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/microsoft.graph.unpublish': + post: tags: - - sites.list - summary: Get content for the navigation property driveItem from sites - description: 'The content stream, if the item represents a file.' - operationId: site.list.item_GetDriveItemContent + - sites.Actions + summary: Invoke action unpublish + description: Unpublish a contentType from a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + operationId: site.list.contentType_unpublish parameters: - name: site-id in: path @@ -71131,37 +67288,26 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id + - name: contentType-id in: path - description: The unique identifier of listItem + description: The unique identifier of contentType required: true style: simple schema: type: string - x-ms-docs-key-type: listItem - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string + x-ms-docs-key-type: contentType responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Success default: $ref: '#/components/responses/error' - put: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/$count': + get: tags: - sites.list - summary: Update content for the navigation property driveItem in sites - description: 'The content stream, if the item represents a file.' - operationId: site.list.item_SetDriveItemContent + summary: Get the number of the resource + operationId: site.list.contentType_GetCount parameters: - name: site-id in: path @@ -71179,38 +67325,23 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields': - get: + '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopy': + post: tags: - - sites.list - summary: Get fields from sites - description: The values of the columns set on this list item. - operationId: site.list.item_GetField + - sites.Actions + summary: Invoke action addCopy + description: Add a copy of a content type from a site to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + operationId: site.list.contentType_addCopy parameters: - name: site-id in: path @@ -71228,53 +67359,38 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + contentType: + type: string + additionalProperties: + type: object + required: true responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.addCopyFromContentTypeHub': + post: tags: - - sites.list - summary: Update listItem - description: Update the properties on a listItem. + - sites.Actions + summary: Invoke action addCopyFromContentTypeHub + description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 - operationId: site.list.item_UpdateField + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + operationId: site.list.contentType_addCopyFromContentTypeHub parameters: - name: site-id in: path @@ -71292,20 +67408,17 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem requestBody: - description: New navigation property values + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + type: object + properties: + contentTypeId: + type: string + additionalProperties: + type: object required: true responses: 2XX: @@ -71313,15 +67426,20 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/contentTypes/microsoft.graph.getCompatibleHubContentTypes()': + get: tags: - - sites.list - summary: Delete navigation property fields for sites - operationId: site.list.item_DeleteField + - sites.Functions + summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 + operationId: site.list.contentType_getCompatibleHubContentType parameters: - name: site-id in: path @@ -71339,33 +67457,72 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItem - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Success + content: + application/json: + schema: + title: Collection of contentType + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/createdByUser': get: tags: - sites.list - summary: Get lastModifiedByUser from sites - description: Identity of the user who last modified the item. Read-only. - operationId: site.list.item_GetLastModifiedGraphBPreUser + summary: Get createdByUser from sites + description: Identity of the user who created the item. Read-only. + operationId: site.list_GetCreatedGraphBPreUser parameters: - name: site-id in: path @@ -71383,14 +67540,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - name: $select in: query description: Select properties to be returned @@ -71421,13 +67570,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings': + '/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings': get: tags: - sites.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting + operationId: site.list.createdGraphBPreUser_GetMailboxSetting parameters: - name: site-id in: path @@ -71445,14 +67594,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - name: $select in: query description: Select properties to be returned @@ -71486,7 +67627,7 @@ paths: tags: - sites.list summary: Update property mailboxSettings value. - operationId: site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting + operationId: site.list.createdGraphBPreUser_UpdateMailboxSetting parameters: - name: site-id in: path @@ -71504,14 +67645,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem requestBody: description: New property values content: @@ -71528,13 +67661,13 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': + '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors': get: tags: - sites.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError + operationId: site.list.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: site-id in: path @@ -71552,14 +67685,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -71603,12 +67728,12 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count': get: tags: - sites.list summary: Get the number of the resource - operationId: site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + operationId: site.list.createdGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: site-id in: path @@ -71626,14 +67751,6 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -71641,12 +67758,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink': - post: + '/sites/{site-id}/lists/{list-id}/drive': + get: tags: - - sites.Actions - summary: Invoke action createLink - operationId: site.list.item_createLink + - sites.list + summary: Get drive from sites + description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. + operationId: site.list_GetDrive parameters: - name: site-id in: path @@ -71664,69 +67782,46 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItem - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - type: - type: string - nullable: true - scope: - type: string - nullable: true - expirationDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - format: date-time - nullable: true - password: - type: string - nullable: true - message: - type: string - nullable: true - recipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.driveRecipient' - retainInheritedPermissions: - type: boolean - default: false - nullable: true - sendNotification: - type: boolean - default: false - nullable: true - additionalProperties: - type: object - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items': get: tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: site.list.item_getActivitiesGraphBPreInterval + - sites.list + summary: Enumerate items in a list + description: Get the collection of items in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + operationId: site.list_ListItem parameters: - name: site-id in: path @@ -71744,22 +67839,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -71767,9 +67854,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -71789,34 +67876,22 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of itemActivityStat - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': - get: + x-ms-docs-operation-type: operation + post: tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: site.list.item_getActivitiesGraphBPreInterval + - sites.list + summary: Create a new item in a list + description: Create a new listItem in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0 + operationId: site.list_CreateItem parameters: - name: site-id in: path @@ -71834,43 +67909,58 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: listItem-id - in: path - description: The unique identifier of listItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: startDateTime + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}': + get: + tags: + - sites.list + summary: Get listItem + description: Returns the metadata for an item in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0 + operationId: site.list_GetItem + parameters: + - name: site-id in: path - description: 'Usage: startDateTime=''{startDateTime}''' + description: The unique identifier of site required: true style: simple schema: type: string - nullable: true - - name: endDateTime + x-ms-docs-key-type: site + - name: list-id in: path - description: 'Usage: endDateTime=''{endDateTime}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - name: interval + x-ms-docs-key-type: list + - name: listItem-id in: path - description: 'Usage: interval=''{interval}''' + description: The unique identifier of listItem 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' + x-ms-docs-key-type: listItem - name: $select in: query description: Select properties to be returned @@ -71881,16 +67971,6 @@ paths: type: array items: type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $expand in: query description: Expand related entities @@ -71901,40 +67981,72 @@ paths: type: array items: type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - sites.list + summary: Update the navigation property items in sites + operationId: site.list_UpdateItem + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' + required: true responses: 2XX: description: Success content: application/json: schema: - title: Collection of itemActivityStat - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions': - get: + x-ms-docs-operation-type: operation + delete: tags: - sites.list - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. + summary: Delete an item from a list + description: Removes an item from a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 - operationId: site.list.item_ListVersion + url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 + operationId: site.list_DeleteItem parameters: - name: site-id in: path @@ -71960,55 +68072,25 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics': + get: tags: - sites.list - summary: Create new navigation property to versions for sites - operationId: site.list.item_CreateVersion + summary: Get analytics from sites + description: Analytics about the view activities that took place on this item. + operationId: site.list.item_GetAnalytic parameters: - name: site-id in: path @@ -72034,33 +68116,43 @@ paths: schema: type: string x-ms-docs-key-type: listItem - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' - required: true + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser': get: tags: - sites.list - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 - operationId: site.list.item_GetVersion + summary: Get createdByUser from sites + description: Identity of the user who created the item. Read-only. + operationId: site.list.item_GetCreatedGraphBPreUser parameters: - name: site-id in: path @@ -72086,14 +68178,6 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItemVersion - name: $select in: query description: Select properties to be returned @@ -72120,15 +68204,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings': + get: tags: - sites.list - summary: Update the navigation property versions in sites - operationId: site.list.item_UpdateVersion + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: site.list.item.createdGraphBPreUser_GetMailboxSetting parameters: - name: site-id in: path @@ -72154,36 +68240,40 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItemVersion - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + description: Entity result. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + patch: tags: - sites.list - summary: Delete navigation property versions for sites - operationId: site.list.item_DeleteVersion + summary: Update property mailboxSettings value. + operationId: site.list.item.createdGraphBPreUser_UpdateMailboxSetting parameters: - name: site-id in: path @@ -72209,33 +68299,29 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItemVersion - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - sites.list - summary: Get fields from sites - description: A collection of the fields and values for this version of the list item. - operationId: site.list.item.version_GetField + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: site.list.item.createdGraphBPreUser_ListServiceProvisioningError parameters: - name: site-id in: path @@ -72261,14 +68347,21 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItemVersion + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -72291,19 +68384,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count': + get: tags: - sites.list - summary: Update the navigation property fields in sites - operationId: site.list.item.version_UpdateField + summary: Get the number of the resource + operationId: site.list.item.createdGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: site-id in: path @@ -72329,36 +68421,23 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItemVersion - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions': + get: tags: - sites.list - summary: Delete navigation property fields for sites - operationId: site.list.item.version_DeleteField + summary: List documentSetVersions + description: Get a list of the versions of a document set item in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + operationId: site.list.item_ListDocumentSetVersion parameters: - name: site-id in: path @@ -72384,36 +68463,59 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: listItemVersion - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Success + $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion': post: tags: - - sites.Actions - summary: Invoke action restoreVersion - description: 'Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.' + - sites.list + summary: Create documentSetVersion + description: Create a new version of a document set item in a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 - operationId: site.list.item.version_restoreVersion + url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + operationId: site.list.item_CreateDocumentSetVersion parameters: - name: site-id in: path @@ -72439,26 +68541,33 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - name: listItemVersion-id - in: path - description: The unique identifier of listItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItemVersion + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + required: true responses: 2XX: - description: Success + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': get: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.item.version_GetCount + summary: Get documentSetVersion + description: Read the properties and relationships of a documentSetVersion object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + operationId: site.list.item_GetDocumentSetVersion parameters: - name: site-id in: path @@ -72484,45 +68593,14 @@ paths: schema: type: string x-ms-docs-key-type: listItem - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()': - get: - tags: - - sites.Functions - summary: Invoke function delta - description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 - operationId: site.list.item_delta - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id + - name: documentSetVersion-id in: path - description: The unique identifier of list + description: The unique identifier of documentSetVersion required: true style: simple schema: type: string - x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' + x-ms-docs-key-type: documentSetVersion - name: $select in: query description: Select properties to be returned @@ -72533,16 +68611,6 @@ paths: type: array items: type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $expand in: query description: Expand related entities @@ -72555,37 +68623,19 @@ paths: type: string responses: 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - title: Collection of listItem - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.listItem' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')': - get: + x-ms-docs-operation-type: operation + patch: tags: - - sites.Functions - summary: Invoke function delta - operationId: site.list.item_delta + - sites.list + summary: Update the navigation property documentSetVersions in sites + operationId: site.list.item_UpdateDocumentSetVersion parameters: - name: site-id in: path @@ -72603,83 +68653,48 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: token + - name: listItem-id in: path - description: 'Usage: token=''{token}''' + description: The unique identifier of listItem 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' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: listItem + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: documentSetVersion + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + required: true responses: 2XX: description: Success content: application/json: schema: - title: Collection of listItem - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.listItem' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser': - get: + x-ms-docs-operation-type: operation + delete: tags: - sites.list - summary: Get lastModifiedByUser from sites - description: Identity of the user who last modified the item. Read-only. - operationId: site.list_GetLastModifiedGraphBPreUser + summary: Delete documentSetVersion + description: Delete a version of a document set in a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + operationId: site.list.item_DeleteDocumentSetVersion parameters: - name: site-id in: path @@ -72697,60 +68712,74 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: listItem + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: documentSetVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.user' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': get: tags: - sites.list - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: site.list.lastModifiedGraphBPreUser_GetMailboxSetting + summary: Get fields from sites + description: A collection of the fields and values for this version of the list item. + operationId: site.list.item.documentSetVersion_GetField parameters: - name: site-id in: path - description: The unique identifier of site + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: site - - name: list-id + x-ms-docs-key-type: listItem + - name: documentSetVersion-id in: path - description: The unique identifier of list + description: The unique identifier of documentSetVersion required: true style: simple schema: type: string - x-ms-docs-key-type: list + x-ms-docs-key-type: documentSetVersion - name: $select in: query description: Select properties to be returned @@ -72773,18 +68802,19 @@ paths: type: string responses: 2XX: - description: Entity result. + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update property mailboxSettings value. - operationId: site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting + summary: Update the navigation property fields in sites + operationId: site.list.item.documentSetVersion_UpdateField parameters: - name: site-id in: path @@ -72802,12 +68832,28 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentSetVersion requestBody: - description: New property values + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: @@ -72815,16 +68861,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors': - get: + x-ms-docs-operation-type: operation + delete: tags: - sites.list - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError + summary: Delete navigation property fields for sites + operationId: site.list.item.documentSetVersion_DeleteField parameters: - name: site-id in: path @@ -72842,55 +68887,89 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false + type: string + x-ms-docs-key-type: listItem + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + type: string + x-ms-docs-key-type: documentSetVersion + - name: If-Match + in: header + description: ETag + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/microsoft.graph.restore': + post: + tags: + - sites.Actions + summary: Invoke action restore + description: Restore a document set version. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + operationId: site.list.item.documentSetVersion_restore + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: documentSetVersion-id + in: path + description: The unique identifier of documentSetVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: documentSetVersion + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count': get: tags: - sites.list summary: Get the number of the resource - operationId: site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount + operationId: site.list.item.documentSetVersion_GetCount parameters: - name: site-id in: path @@ -72908,6 +68987,14 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -72915,13 +69002,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/operations': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem': get: tags: - sites.list - summary: Get operations from sites - description: The collection of long-running operations on the list. - operationId: site.list_ListOperation + summary: Get driveItem from sites + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' + operationId: site.list.item_GetDriveItem parameters: - name: site-id in: path @@ -72939,21 +69026,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: listItem - name: $select in: query description: Select properties to be returned @@ -72976,18 +69056,69 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content': + get: tags: - sites.list - summary: Create new navigation property to operations for sites - operationId: site.list_CreateOperation + summary: Get content for the navigation property driveItem from sites + description: 'The content stream, if the item represents a file.' + operationId: site.list.item_GetDriveItemContent + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: $format + in: query + description: Format of the content + style: form + explode: false + schema: + type: string + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - sites.list + summary: Update content for the navigation property driveItem in sites + description: 'The content stream, if the item represents a file.' + operationId: site.list.item_SetDriveItemContent parameters: - name: site-id in: path @@ -73005,30 +69136,38 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem requestBody: - description: New navigation property + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + type: string + format: binary required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields': get: tags: - sites.list - summary: Get operations from sites - description: The collection of long-running operations on the list. - operationId: site.list_GetOperation + summary: Get fields from sites + description: The values of the columns set on this list item. + operationId: site.list.item_GetField parameters: - name: site-id in: path @@ -73046,14 +69185,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: richLongRunningOperation-id + - name: listItem-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: listItem - name: $select in: query description: Select properties to be returned @@ -73080,15 +69219,19 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list - summary: Update the navigation property operations in sites - operationId: site.list_UpdateOperation + summary: Update listItem + description: Update the properties on a listItem. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + operationId: site.list.item_UpdateField parameters: - name: site-id in: path @@ -73106,20 +69249,20 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: richLongRunningOperation-id + - name: listItem-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: listItem requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: @@ -73127,15 +69270,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list - summary: Delete navigation property operations for sites - operationId: site.list_DeleteOperation + summary: Delete navigation property fields for sites + operationId: site.list.item_DeleteField parameters: - name: site-id in: path @@ -73153,14 +69296,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: richLongRunningOperation-id + - name: listItem-id in: path - description: The unique identifier of richLongRunningOperation + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: richLongRunningOperation + x-ms-docs-key-type: listItem - name: If-Match in: header description: ETag @@ -73173,12 +69316,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/operations/$count': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser': get: tags: - sites.list - summary: Get the number of the resource - operationId: site.list.operation_GetCount + summary: Get lastModifiedByUser from sites + description: Identity of the user who last modified the item. Read-only. + operationId: site.list.item_GetLastModifiedGraphBPreUser parameters: - name: site-id in: path @@ -73196,20 +69340,51 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' - '/sites/{site-id}/lists/{list-id}/subscriptions': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - sites.list - summary: Get subscriptions from sites - description: The set of subscriptions on the list. - operationId: site.list_ListSubscription + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: site.list.item.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: site-id in: path @@ -73227,21 +69402,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: listItem - name: $select in: query description: Select properties to be returned @@ -73264,18 +69432,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + patch: tags: - sites.list - summary: Create new navigation property to subscriptions for sites - operationId: site.list_CreateSubscription + summary: Update property mailboxSettings value. + operationId: site.list.item.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: site-id in: path @@ -73293,30 +69461,37 @@ paths: schema: type: string x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem requestBody: - description: New navigation property + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.subscription' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.subscription' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - sites.list - summary: Get subscriptions from sites - description: The set of subscriptions on the list. - operationId: site.list_GetSubscription + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: site.list.item.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: site-id in: path @@ -73334,14 +69509,29 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: subscription-id + - name: listItem-id in: path - description: The unique identifier of subscription + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: subscription + x-ms-docs-key-type: listItem + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -73364,66 +69554,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.subscription' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - sites.list - summary: Update the navigation property subscriptions in sites - operationId: site.list_UpdateSubscription - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - name: list-id - in: path - description: The unique identifier of list - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: list - - name: subscription-id - in: path - description: The unique identifier of subscription - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: subscription - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.subscription' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.subscription' + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': + get: tags: - sites.list - summary: Delete navigation property subscriptions for sites - operationId: site.list_DeleteSubscription + summary: Get the number of the resource + operationId: site.list.item.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: site-id in: path @@ -73441,36 +69583,27 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: subscription-id + - name: listItem-id in: path - description: The unique identifier of subscription + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: subscription - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + x-ms-docs-key-type: listItem + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.createLink': post: tags: - sites.Actions - summary: Invoke action reauthorize - description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 - operationId: site.list.subscription_reauthorize + summary: Invoke action createLink + operationId: site.list.item_createLink parameters: - name: site-id in: path @@ -73488,26 +69621,69 @@ paths: schema: type: string x-ms-docs-key-type: list - - name: subscription-id + - name: listItem-id in: path - description: The unique identifier of subscription + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: subscription + x-ms-docs-key-type: listItem + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + type: + type: string + nullable: true + scope: + type: string + nullable: true + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + password: + type: string + nullable: true + message: + type: string + nullable: true + recipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveRecipient' + retainInheritedPermissions: + type: boolean + default: false + nullable: true + sendNotification: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/sites/{site-id}/lists/{list-id}/subscriptions/$count': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval()': get: tags: - - sites.list - summary: Get the number of the resource - operationId: site.list.subscription_GetCount + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: site.list.item_getActivitiesGraphBPreInterval parameters: - name: site-id in: path @@ -73525,50 +69701,14 @@ paths: schema: type: string x-ms-docs-key-type: list - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/lists/$count': - get: - tags: - - sites.list - summary: Get the number of the resource - operationId: site.list_GetCount - parameters: - - name: site-id - in: path - description: The unique identifier of site - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: site - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/sites/{site-id}/microsoft.graph.getActivitiesByInterval()': - get: - tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: site_getActivitiesGraphBPreInterval - parameters: - - name: site-id + - name: listItem-id in: path - description: The unique identifier of site + description: The unique identifier of listItem required: true style: simple schema: type: string - x-ms-docs-key-type: site + x-ms-docs-key-type: listItem - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -73628,12 +69768,12 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': get: tags: - sites.Functions summary: Invoke function getActivitiesByInterval - operationId: site_getActivitiesGraphBPreInterval + operationId: site.list.item_getActivitiesGraphBPreInterval parameters: - name: site-id in: path @@ -73643,6 +69783,22 @@ paths: schema: type: string x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' @@ -73726,16 +69882,16 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=''{listId}'')': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions': get: tags: - - sites.Functions - summary: Invoke function getApplicableContentTypesForList - description: Get site contentTypes that can be added to a list. + - sites.list + summary: Listing versions of a ListItem + description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 - operationId: site_getApplicableContentTypesGraphFPreList + url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + operationId: site.list.item_ListVersion parameters: - name: site-id in: path @@ -73745,21 +69901,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: listId + - name: list-id in: path - description: 'Usage: listId=''{listId}''' + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem required: true style: simple schema: type: string + x-ms-docs-key-type: listItem - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -73767,9 +69932,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -73789,34 +69954,18 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of contentType - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.contentType' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')': - get: + x-ms-docs-operation-type: operation + post: tags: - - sites.Functions - summary: Invoke function getByPath - operationId: site_getGraphBPrePath + - sites.list + summary: Create new navigation property to versions for sites + operationId: site.list.item_CreateVersion parameters: - name: site-id in: path @@ -73826,31 +69975,49 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' + required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/analytics': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}': get: tags: - - sites.itemAnalytics - summary: Get analytics from sites - description: Analytics about the view activities that took place on this site. - operationId: site.getGraphBPrePath_GetAnalytic + - sites.list + summary: Get a ListItemVersion resource + description: Retrieve the metadata for a specific version of a ListItem. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + operationId: site.list.item_GetVersion parameters: - name: site-id in: path @@ -73860,14 +70027,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion - name: $select in: query description: Select properties to be returned @@ -73894,15 +70077,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - sites.itemAnalytics - summary: Update the navigation property analytics in sites - operationId: site.getGraphBPrePath_UpdateAnalytic + - sites.list + summary: Update the navigation property versions in sites + operationId: site.list.item_UpdateVersion parameters: - name: site-id in: path @@ -73912,20 +70095,36 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: @@ -73933,15 +70132,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - sites.itemAnalytics - summary: Delete navigation property analytics for sites - operationId: site.getGraphBPrePath_DeleteAnalytic + - sites.list + summary: Delete navigation property versions for sites + operationId: site.list.item_DeleteVersion parameters: - name: site-id in: path @@ -73951,14 +70150,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion - name: If-Match in: header description: ETag @@ -73971,13 +70186,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/columns': + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields': get: tags: - - sites.columnDefinition - summary: Get columns from sites - description: The collection of column definitions reusable across lists under this site. - operationId: site.getGraphBPrePath_ListColumn + - sites.list + summary: Get fields from sites + description: A collection of the fields and values for this version of the list item. + operationId: site.list.item.version_GetField parameters: - name: site-id in: path @@ -73987,29 +70202,30 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion - name: $select in: query description: Select properties to be returned @@ -74032,18 +70248,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - - sites.columnDefinition - summary: Create new navigation property to columns for sites - operationId: site.getGraphBPrePath_CreateColumn + - sites.list + summary: Update the navigation property fields in sites + operationId: site.list.item.version_UpdateField parameters: - name: site-id in: path @@ -74053,38 +70270,107 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/contentTypes': - get: + delete: tags: - - sites.contentType - summary: Get contentTypes from sites - description: The collection of content types defined for this site. - operationId: site.getGraphBPrePath_ListContentType + - sites.list + summary: Delete navigation property fields for sites + operationId: site.list.item.version_DeleteField + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItemVersion + - 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 + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/microsoft.graph.restoreVersion': + post: + tags: + - sites.Actions + summary: Invoke action restoreVersion + description: 'Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 + operationId: site.list.item.version_restoreVersion parameters: - name: site-id in: path @@ -74093,64 +70379,43 @@ paths: style: simple schema: type: string - x-ms-docs-key-type: site - - name: path + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: listItem-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of listItem 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false + x-ms-docs-key-type: listItem + - name: listItemVersion-id + in: path + description: The unique identifier of listItemVersion + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + x-ms-docs-key-type: listItemVersion responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count': + get: tags: - - sites.contentType - summary: Create new navigation property to contentTypes for sites - operationId: site.getGraphBPrePath_CreateContentType + - sites.list + summary: Get the number of the resource + operationId: site.list.item.version_GetCount parameters: - name: site-id in: path @@ -74160,38 +70425,39 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' - required: true + x-ms-docs-key-type: list + - name: listItem-id + in: path + description: The unique identifier of listItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/drive': + '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()': get: tags: - - sites.drive - summary: Get drive from sites - description: The default drive (document library) for this site. - operationId: site.getGraphBPrePath_GetDrive + - sites.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 + operationId: site.list.item_delta parameters: - name: site-id in: path @@ -74201,14 +70467,19 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -74219,6 +70490,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -74231,21 +70512,37 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.drive' + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/drives': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')': get: tags: - - sites.drive - summary: Get drives from sites - description: The collection of drives (document libraries) under this site. - operationId: site.getGraphBPrePath_ListDrive + - sites.Functions + summary: Invoke function delta + operationId: site.list.item_delta parameters: - name: site-id in: path @@ -74255,9 +70552,17 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: token + in: path + description: 'Usage: token=''{token}''' required: true style: simple schema: @@ -74268,9 +70573,9 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -74278,9 +70583,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -74300,19 +70605,38 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + 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 - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/externalColumns': + '/sites/{site-id}/lists/{list-id}/lastModifiedByUser': get: tags: - - sites.columnDefinition - summary: Get externalColumns from sites - operationId: site.getGraphBPrePath_ListExternalColumn + - sites.list + summary: Get lastModifiedByUser from sites + description: Identity of the user who last modified the item. Read-only. + operationId: site.list_GetLastModifiedGraphBPreUser parameters: - name: site-id in: path @@ -74322,29 +70646,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: list - name: $select in: query description: Select properties to be returned @@ -74367,20 +70676,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/lists': + '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings': get: tags: - sites.list - summary: Get lists from sites - description: The collection of lists under this site. - operationId: site.getGraphBPrePath_ListList + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: site.list.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: site-id in: path @@ -74390,29 +70700,14 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: list - name: $select in: query description: Select properties to be returned @@ -74435,18 +70730,18 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listCollectionResponse' + description: Entity result. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + patch: tags: - sites.list - summary: Create new navigation property to lists for sites - operationId: site.getGraphBPrePath_CreateList + summary: Update property mailboxSettings value. + operationId: site.list.lastModifiedGraphBPreUser_UpdateMailboxSetting parameters: - name: site-id in: path @@ -74456,37 +70751,37 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list requestBody: - description: New navigation property + description: New property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getActivitiesByInterval()': + '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: site.getGraphBPrePath_getActivitiesGraphBPreInterval + - sites.list + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: site.list.lastModifiedGraphBPreUser_ListServiceProvisioningError parameters: - name: site-id in: path @@ -74496,22 +70791,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -74519,9 +70814,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -74541,34 +70836,18 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of itemActivityStat - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': + '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count': get: tags: - - sites.Functions - summary: Invoke function getActivitiesByInterval - operationId: site.getGraphBPrePath_getActivitiesGraphBPreInterval + - sites.list + summary: Get the number of the resource + operationId: site.list.lastModifiedGraphBPreUser.ServiceProvisioningError_GetCount parameters: - name: site-id in: path @@ -74578,107 +70857,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: startDateTime - in: path - description: 'Usage: startDateTime=''{startDateTime}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: endDateTime - in: path - description: 'Usage: endDateTime=''{endDateTime}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: interval + - name: list-id in: path - description: 'Usage: interval=''{interval}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' + x-ms-docs-key-type: list - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of itemActivityStat - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getApplicableContentTypesForList(listId=''{listId}'')': + '/sites/{site-id}/lists/{list-id}/operations': get: tags: - - sites.Functions - summary: Invoke function getApplicableContentTypesForList - description: Get site contentTypes that can be added to a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 - operationId: site.getGraphBPrePath_getApplicableContentTypesGraphFPreList + - sites.list + summary: Get operations from sites + description: The collection of long-running operations on the list. + operationId: site.list_ListOperation parameters: - name: site-id in: path @@ -74688,29 +70888,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: listId + - name: list-id in: path - description: 'Usage: listId=''{listId}''' + description: The unique identifier of list required: true style: simple schema: type: string + x-ms-docs-key-type: list - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -74718,9 +70911,9 @@ paths: type: array items: type: string - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -74740,34 +70933,18 @@ paths: type: string responses: 2XX: - description: Success - content: - application/json: - schema: - title: Collection of contentType - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.contentType' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object + $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')': - get: + x-ms-docs-operation-type: operation + post: tags: - - sites.Functions - summary: Invoke function getByPath - operationId: site.getGraphBPrePath_getGraphBPrePath + - sites.list + summary: Create new navigation property to operations for sites + operationId: site.list_CreateOperation parameters: - name: site-id in: path @@ -74777,39 +70954,38 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: list-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.site' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/analytics': + x-ms-docs-operation-type: operation + '/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}': get: tags: - - sites.itemAnalytics - summary: Get analytics from sites - description: Analytics about the view activities that took place on this site. - operationId: site.getGraphBPrePath_GetAnalytic + - sites.list + summary: Get operations from sites + description: The collection of long-running operations on the list. + operationId: site.list_GetOperation parameters: - name: site-id in: path @@ -74819,22 +70995,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: list + - name: richLongRunningOperation-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: richLongRunningOperation - name: $select in: query description: Select properties to be returned @@ -74861,15 +71037,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - sites.itemAnalytics - summary: Update the navigation property analytics in sites - operationId: site.getGraphBPrePath_UpdateAnalytic + - sites.list + summary: Update the navigation property operations in sites + operationId: site.list_UpdateOperation parameters: - name: site-id in: path @@ -74879,28 +71055,28 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: list + - name: richLongRunningOperation-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: richLongRunningOperation requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: @@ -74908,15 +71084,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - sites.itemAnalytics - summary: Delete navigation property analytics for sites - operationId: site.getGraphBPrePath_DeleteAnalytic + - sites.list + summary: Delete navigation property operations for sites + operationId: site.list_DeleteOperation parameters: - name: site-id in: path @@ -74926,22 +71102,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: list + - name: richLongRunningOperation-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of richLongRunningOperation required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: richLongRunningOperation - name: If-Match in: header description: ETag @@ -74954,13 +71130,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/columns': + '/sites/{site-id}/lists/{list-id}/operations/$count': get: tags: - - sites.columnDefinition - summary: Get columns from sites - description: The collection of column definitions reusable across lists under this site. - operationId: site.getGraphBPrePath_ListColumn + - sites.list + summary: Get the number of the resource + operationId: site.list.operation_GetCount parameters: - name: site-id in: path @@ -74970,22 +71145,45 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: list + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/lists/{list-id}/subscriptions': + get: + tags: + - sites.list + summary: Get subscriptions from sites + description: The set of subscriptions on the list. + operationId: site.list_ListSubscription + parameters: + - name: site-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of site required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -75023,7 +71221,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -75032,9 +71230,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.columnDefinition - summary: Create new navigation property to columns for sites - operationId: site.getGraphBPrePath_CreateColumn + - sites.list + summary: Create new navigation property to subscriptions for sites + operationId: site.list_CreateSubscription parameters: - name: site-id in: path @@ -75044,28 +71242,20 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: list-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: list requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: @@ -75073,17 +71263,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/contentTypes': + '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}': get: tags: - - sites.contentType - summary: Get contentTypes from sites - description: The collection of content types defined for this site. - operationId: site.getGraphBPrePath_ListContentType + - sites.list + summary: Get subscriptions from sites + description: The set of subscriptions on the list. + operationId: site.list_GetSubscription parameters: - name: site-id in: path @@ -75093,37 +71283,22 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: list + - name: subscription-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of subscription 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + x-ms-docs-key-type: subscription - name: $select in: query description: Select properties to be returned @@ -75146,18 +71321,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - - sites.contentType - summary: Create new navigation property to contentTypes for sites - operationId: site.getGraphBPrePath_CreateContentType + - sites.list + summary: Update the navigation property subscriptions in sites + operationId: site.list_UpdateSubscription parameters: - name: site-id in: path @@ -75167,46 +71343,128 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: list + - name: subscription-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of subscription required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: subscription requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.contentType' + $ref: '#/components/schemas/microsoft.graph.subscription' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - sites.list + summary: Delete navigation property subscriptions for sites + operationId: site.list_DeleteSubscription + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: subscription-id + in: path + description: The unique identifier of subscription + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: subscription + - 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 - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/drive': + '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize': + post: + tags: + - sites.Actions + summary: Invoke action reauthorize + description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + operationId: site.list.subscription_reauthorize + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: subscription-id + in: path + description: The unique identifier of subscription + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: subscription + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/sites/{site-id}/lists/{list-id}/subscriptions/$count': get: tags: - - sites.drive - summary: Get drive from sites - description: The default drive (document library) for this site. - operationId: site.getGraphBPrePath_GetDrive + - sites.list + summary: Get the number of the resource + operationId: site.list.subscription_GetCount parameters: - name: site-id in: path @@ -75216,22 +71474,63 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: list-id in: path - description: 'Usage: path=''{path}''' + description: The unique identifier of list required: true style: simple schema: type: string - nullable: true - - name: path1 + x-ms-docs-key-type: list + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/lists/$count': + get: + tags: + - sites.list + summary: Get the number of the resource + operationId: site.list_GetCount + parameters: + - name: site-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of site required: true style: simple schema: type: string - nullable: true + x-ms-docs-key-type: site + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/sites/{site-id}/microsoft.graph.getActivitiesByInterval()': + get: + tags: + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: site_getActivitiesGraphBPreInterval + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned @@ -75242,6 +71541,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -75254,21 +71563,34 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.drive' + title: Collection of itemActivityStat + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/drives': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': get: tags: - - sites.drive - summary: Get drives from sites - description: The collection of drives (document libraries) under this site. - operationId: site.getGraphBPrePath_ListDrive + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: site_getActivitiesGraphBPreInterval parameters: - name: site-id in: path @@ -75278,17 +71600,25 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path + - name: startDateTime in: path - description: 'Usage: path=''{path}''' + description: 'Usage: startDateTime=''{startDateTime}''' required: true style: simple schema: type: string nullable: true - - name: path1 + - name: endDateTime + in: path + description: 'Usage: endDateTime=''{endDateTime}''' + required: true + style: simple + schema: + type: string + nullable: true + - name: interval in: path - description: 'Usage: path=''{path1}''' + description: 'Usage: interval=''{interval}''' required: true style: simple schema: @@ -75299,9 +71629,9 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -75309,9 +71639,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -75331,19 +71661,38 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of itemActivityStat + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + '@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 - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/externalColumns': + '/sites/{site-id}/microsoft.graph.getApplicableContentTypesForList(listId=''{listId}'')': get: tags: - - sites.columnDefinition - summary: Get externalColumns from sites - operationId: site.getGraphBPrePath_ListExternalColumn + - sites.Functions + summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 + operationId: site_getApplicableContentTypesGraphFPreList parameters: - name: site-id in: path @@ -75353,30 +71702,21 @@ paths: schema: type: string x-ms-docs-key-type: site - - name: path - in: path - description: 'Usage: path=''{path}''' - required: true - style: simple - schema: - type: string - nullable: true - - name: path1 + - name: listId in: path - description: 'Usage: path=''{path1}''' + description: 'Usage: listId=''{listId}''' 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' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -75384,9 +71724,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -75406,20 +71746,34 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of contentType + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + '@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 - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/lists': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')': get: tags: - - sites.list - summary: Get lists from sites - description: The collection of lists under this site. - operationId: site.getGraphBPrePath_ListList + - sites.Functions + summary: Invoke function getByPath + operationId: site_getGraphBPrePath parameters: - name: site-id in: path @@ -75437,29 +71791,40 @@ paths: schema: type: string nullable: true - - name: path1 + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/analytics': + get: + tags: + - sites.itemAnalytics + summary: Get analytics from sites + description: Analytics about the view activities that took place on this site. + operationId: site.getGraphBPrePath_GetAnalytic + parameters: + - name: site-id in: path - description: 'Usage: path=''{path1}''' + description: The unique identifier of site 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false + x-ms-docs-key-type: site + - name: path + in: path + description: 'Usage: path=''{path}''' + required: true + style: simple schema: - uniqueItems: true - type: array - items: - type: string + type: string + nullable: true - name: $select in: query description: Select properties to be returned @@ -75482,18 +71847,19 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.listCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - - sites.list - summary: Create new navigation property to lists for sites - operationId: site.getGraphBPrePath_CreateList + - sites.itemAnalytics + summary: Update the navigation property analytics in sites + operationId: site.getGraphBPrePath_UpdateAnalytic parameters: - name: site-id in: path @@ -75511,38 +71877,28 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.list' + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/operations': - get: + delete: tags: - - sites.richLongRunningOperation - summary: Get operations from sites - description: The collection of long-running operations on the site. - operationId: site.getGraphBPrePath_ListOperation + - sites.itemAnalytics + summary: Delete navigation property analytics for sites + operationId: site.getGraphBPrePath_DeleteAnalytic parameters: - name: site-id in: path @@ -75560,9 +71916,37 @@ paths: schema: type: string nullable: true - - name: path1 + - 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 + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/columns': + get: + tags: + - sites.columnDefinition + summary: Get columns from sites + description: The collection of column definitions reusable across lists under this site. + operationId: site.getGraphBPrePath_ListColumn + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: path in: path - description: 'Usage: path=''{path1}''' + description: 'Usage: path=''{path}''' required: true style: simple schema: @@ -75605,7 +71989,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -75614,9 +71998,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.richLongRunningOperation - summary: Create new navigation property to operations for sites - operationId: site.getGraphBPrePath_CreateOperation + - sites.columnDefinition + summary: Create new navigation property to columns for sites + operationId: site.getGraphBPrePath_CreateColumn parameters: - name: site-id in: path @@ -75634,20 +72018,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: @@ -75655,17 +72031,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/pages': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/contentTypes': get: tags: - - sites.baseSitePage - summary: Get pages from sites - description: The collection of pages in the baseSitePages list in this site. - operationId: site.getGraphBPrePath_ListPage + - sites.contentType + summary: Get contentTypes from sites + description: The collection of content types defined for this site. + operationId: site.getGraphBPrePath_ListContentType parameters: - name: site-id in: path @@ -75683,14 +72059,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -75728,7 +72096,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' + $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -75737,9 +72105,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - sites.baseSitePage - summary: Create new navigation property to pages for sites - operationId: site.getGraphBPrePath_CreatePage + - sites.contentType + summary: Create new navigation property to contentTypes for sites + operationId: site.getGraphBPrePath_CreateContentType parameters: - name: site-id in: path @@ -75757,20 +72125,12 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: @@ -75778,17 +72138,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/permissions': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/drive': get: tags: - - sites.permission - summary: Get permissions from sites - description: The permissions associated with the site. Nullable. - operationId: site.getGraphBPrePath_ListPermission + - sites.drive + summary: Get drive from sites + description: The default drive (document library) for this site. + operationId: site.getGraphBPrePath_GetDrive parameters: - name: site-id in: path @@ -75806,29 +72166,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - 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' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -75851,18 +72188,21 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/drives': + get: tags: - - sites.permission - summary: Create new navigation property to permissions for sites - operationId: site.getGraphBPrePath_CreatePermission + - sites.drive + summary: Get drives from sites + description: The collection of drives (document libraries) under this site. + operationId: site.getGraphBPrePath_ListDrive parameters: - name: site-id in: path @@ -75880,38 +72220,56 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' - required: true + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.permission' + $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/sites': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/externalColumns': get: tags: - - sites.site - summary: Get sites from sites - description: The collection of the sub-sites under this site. - operationId: site.getGraphBPrePath_ListSite + - sites.columnDefinition + summary: Get externalColumns from sites + operationId: site.getGraphBPrePath_ListExternalColumn parameters: - name: site-id in: path @@ -75929,14 +72287,6 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -75974,20 +72324,20 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' + $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/termStore': + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/lists': get: tags: - - sites.store - summary: Get termStore from sites - description: The default termStore under this site. - operationId: site.getGraphBPrePath_GetTermStore + - sites.list + summary: Get lists from sites + description: The collection of lists under this site. + operationId: site.getGraphBPrePath_ListList parameters: - name: site-id in: path @@ -76005,14 +72355,21 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - nullable: true + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -76035,19 +72392,18 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/responses/microsoft.graph.listCollectionResponse' default: $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore x-ms-docs-operation-type: operation - patch: + post: tags: - - sites.store - summary: Update the navigation property termStore in sites - operationId: site.getGraphBPrePath_UpdateTermStore + - sites.list + summary: Create new navigation property to lists for sites + operationId: site.getGraphBPrePath_CreateList parameters: - name: site-id in: path @@ -76065,36 +72421,29 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple - schema: - type: string - nullable: true requestBody: - description: New navigation property values + description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: - description: Success + description: Created navigation property. content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getActivitiesByInterval()': + get: tags: - - sites.store - summary: Delete navigation property termStore for sites - operationId: site.getGraphBPrePath_DeleteTermStore + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: site.getGraphBPrePath_getActivitiesGraphBPreInterval parameters: - name: site-id in: path @@ -76112,33 +72461,71 @@ paths: schema: type: string nullable: true - - name: path1 - in: path - description: 'Usage: path=''{path1}''' - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false schema: - type: string - nullable: true - - name: If-Match - in: header - description: ETag - style: simple + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Success + content: + application/json: + schema: + title: Collection of itemActivityStat + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getByPath(path=''{path1}'')/termStores': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': get: tags: - - sites.store - summary: Get termStores from sites - description: The collection of termStores under this site. - operationId: site.getGraphBPrePath_ListTermStore + - sites.Functions + summary: Invoke function getActivitiesByInterval + operationId: site.getGraphBPrePath_getActivitiesGraphBPreInterval parameters: - name: site-id in: path @@ -76156,9 +72543,25 @@ paths: schema: type: string nullable: true - - name: path1 + - name: startDateTime + in: path + description: 'Usage: startDateTime=''{startDateTime}''' + required: true + style: simple + schema: + type: string + nullable: true + - name: endDateTime + in: path + description: 'Usage: endDateTime=''{endDateTime}''' + required: true + style: simple + schema: + type: string + nullable: true + - name: interval in: path - description: 'Usage: path=''{path1}''' + description: 'Usage: interval=''{interval}''' required: true style: simple schema: @@ -76169,9 +72572,9 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby + - name: $select in: query - description: Order items by property values + description: Select properties to be returned style: form explode: false schema: @@ -76179,9 +72582,9 @@ paths: type: array items: type: string - - name: $select + - name: $orderby in: query - description: Select properties to be returned + description: Order items by property values style: form explode: false schema: @@ -76201,18 +72604,38 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of itemActivityStat + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + '@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 - x-ms-docs-operation-type: operation - post: + '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/microsoft.graph.getApplicableContentTypesForList(listId=''{listId}'')': + get: tags: - - sites.store - summary: Create new navigation property to termStores for sites - operationId: site.getGraphBPrePath_CreateTermStore + - sites.Functions + summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 + operationId: site.getGraphBPrePath_getApplicableContentTypesGraphFPreList parameters: - name: site-id in: path @@ -76230,31 +72653,72 @@ paths: schema: type: string nullable: true - - name: path1 + - name: listId in: path - description: 'Usage: path=''{path1}''' + description: 'Usage: listId=''{listId}''' required: true style: simple schema: type: string - nullable: true - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.termStore.store' + title: Collection of contentType + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/sites/{site-id}/microsoft.graph.getByPath(path=''{path}'')/operations': get: tags: @@ -119625,11 +116089,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index eb8418304d..b2bd0b21a9 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -10,7 +10,11 @@ paths: get: tags: - appCatalogs.teamsApp - summary: Get teamsApps from appCatalogs + summary: List teamsApp + description: "List apps from the Microsoft Teams app catalog.\nThis includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0 operationId: appCatalog_ListTeamsApp parameters: - $ref: '#/components/parameters/top' @@ -60,7 +64,11 @@ paths: post: tags: - appCatalogs.teamsApp - summary: Create new navigation property to teamsApps for appCatalogs + summary: Publish teamsApp + description: "Publish an app to the Microsoft Teams app catalog.\nSpecifically, this API publishes the app to your organization's catalog (the tenant app catalog);\nthe created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0 operationId: appCatalog_CreateTeamsApp requestBody: description: New navigation property @@ -158,7 +166,11 @@ paths: delete: tags: - appCatalogs.teamsApp - summary: Delete navigation property teamsApps for appCatalogs + summary: Delete teamsApp + description: 'Delete an app from an organization''s app catalog (the tenant app catalog). To delete an app, the distributionMethod property for the app must be set to organization. You can also use this API to remove a submitted app from the review process.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0 operationId: appCatalog_DeleteTeamsApp parameters: - name: teamsApp-id @@ -244,7 +256,11 @@ paths: post: tags: - appCatalogs.teamsApp - summary: Create new navigation property to appDefinitions for appCatalogs + summary: Update teamsApp + description: 'Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization''s app catalog (the tenant app catalog).' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0 operationId: appCatalog.teamsApp_CreateAppDefinition parameters: - name: teamsApp-id @@ -329,7 +345,11 @@ paths: patch: tags: - appCatalogs.teamsApp - summary: Update the navigation property appDefinitions in appCatalogs + summary: Publish teamsApp + description: "Publish an app to the Microsoft Teams app catalog.\nSpecifically, this API publishes the app to your organization's catalog (the tenant app catalog);\nthe created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0 operationId: appCatalog.teamsApp_UpdateAppDefinition parameters: - name: teamsApp-id @@ -403,8 +423,11 @@ paths: get: tags: - appCatalogs.teamsApp - summary: Get bot from appCatalogs - description: The details of the bot specified in the Teams app manifest. + summary: Get teamworkBot + description: Get the bot associated with a specific definition of the TeamsApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0 operationId: appCatalog.teamsApp.appDefinition_GetBot parameters: - name: teamsApp-id @@ -761,8 +784,11 @@ paths: get: tags: - chats.teamsAppInstallation - summary: Get installedApps from chats - description: A collection of all the apps in the chat. Nullable. + summary: List apps in chat + description: List all app installations within a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0 operationId: chat_ListInstalledApp parameters: - name: chat-id @@ -820,7 +846,11 @@ paths: post: tags: - chats.teamsAppInstallation - summary: Create new navigation property to installedApps for chats + summary: Add app to chat + description: Install a teamsApp to the specified chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0 operationId: chat_CreateInstalledApp parameters: - name: chat-id @@ -852,8 +882,11 @@ paths: get: tags: - chats.teamsAppInstallation - summary: Get installedApps from chats - description: A collection of all the apps in the chat. Nullable. + summary: Get installed app in chat + description: Get an app installed in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0 operationId: chat_GetInstalledApp parameters: - name: chat-id @@ -944,7 +977,11 @@ paths: delete: tags: - chats.teamsAppInstallation - summary: Delete navigation property installedApps for chats + summary: Uninstall app in a chat + description: Uninstall an app installed within a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0 operationId: chat_DeleteInstalledApp parameters: - name: chat-id @@ -1257,8 +1294,11 @@ paths: get: tags: - chats.conversationMember - summary: Get members from chats - description: A collection of all the members in the chat. Nullable. + summary: List conversationMembers + description: List all conversation members in a chat or channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0 operationId: chat_ListMember parameters: - name: chat-id @@ -1316,7 +1356,11 @@ paths: post: tags: - chats.conversationMember - summary: Create new navigation property to members for chats + summary: Add member to a chat + description: Add a conversationMember to a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0 operationId: chat_CreateMember parameters: - name: chat-id @@ -1348,8 +1392,11 @@ paths: get: tags: - chats.conversationMember - summary: Get members from chats - description: A collection of all the members in the chat. Nullable. + summary: Get conversationMember in a chat + description: Retrieve a conversationMember from a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0 operationId: chat_GetMember parameters: - name: chat-id @@ -1440,7 +1487,11 @@ paths: delete: tags: - chats.conversationMember - summary: Delete navigation property members for chats + summary: Remove member from chat + description: Remove a conversationMember from a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0 operationId: chat_DeleteMember parameters: - name: chat-id @@ -1553,8 +1604,11 @@ paths: get: tags: - chats.chatMessage - summary: Get messages from chats - description: A collection of all the messages in the chat. Nullable. + summary: List messages in a chat + description: 'Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0 operationId: chat_ListMessage parameters: - name: chat-id @@ -1612,7 +1666,11 @@ paths: post: tags: - chats.chatMessage - summary: Create new navigation property to messages for chats + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: chat_CreateMessage parameters: - name: chat-id @@ -1644,8 +1702,11 @@ paths: get: tags: - chats.chatMessage - summary: Get messages from chats - description: A collection of all the messages in the chat. Nullable. + summary: Get chatMessage in a channel or chat + description: Retrieve a single message or a message reply in a channel or a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 operationId: chat_GetMessage parameters: - name: chat-id @@ -1771,8 +1832,11 @@ paths: get: tags: - chats.chatMessage - summary: Get hostedContents from chats - description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' + summary: List hostedContents + description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: chat.message_ListHostedContent parameters: - name: chat-id @@ -1878,8 +1942,11 @@ paths: get: tags: - chats.chatMessage - summary: Get hostedContents from chats - description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' + summary: Get chatMessageHostedContent + description: Retrieve the properties and relationships of chatMessageHostedContent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 operationId: chat.message_GetHostedContent parameters: - name: chat-id @@ -2029,7 +2096,11 @@ paths: get: tags: - chats.chatMessage - summary: Get media content for the navigation property hostedContents from chats + summary: List hostedContents + description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: chat.message_GetHostedContentsContent parameters: - name: chat-id @@ -2066,11 +2137,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - chats.chatMessage summary: Update media content for the navigation property hostedContents in chats + description: The unique identifier for an entity. Read-only. operationId: chat.message_SetHostedContentsContent parameters: - name: chat-id @@ -2110,7 +2181,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - chats.chatMessage + summary: Delete media content for the navigation property hostedContents in chats + description: The unique identifier for an entity. Read-only. + operationId: chat.message_DeleteHostedContentsContent + parameters: + - name: chat-id + in: path + description: The unique identifier of chat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -2852,6 +2964,7 @@ paths: tags: - chats.chatMessage summary: Get media content for the navigation property hostedContents from chats + description: The unique identifier for an entity. Read-only. operationId: chat.message.reply_GetHostedContentsContent parameters: - name: chat-id @@ -2896,11 +3009,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - chats.chatMessage summary: Update media content for the navigation property hostedContents in chats + description: The unique identifier for an entity. Read-only. operationId: chat.message.reply_SetHostedContentsContent parameters: - name: chat-id @@ -2948,7 +3061,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - chats.chatMessage + summary: Delete media content for the navigation property hostedContents in chats + description: The unique identifier for an entity. Read-only. + operationId: chat.message.reply_DeleteHostedContentsContent + parameters: + - name: chat-id + in: path + description: The unique identifier of chat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -3603,8 +3765,11 @@ paths: get: tags: - chats.resourceSpecificPermissionGrant - summary: Get permissionGrants from chats - description: A collection of permissions granted to apps for the chat. + summary: List permissionGrants of a chat + description: 'List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0 operationId: chat_ListPermissionGrant parameters: - name: chat-id @@ -3843,8 +4008,11 @@ paths: get: tags: - chats.pinnedChatMessageInfo - summary: Get pinnedMessages from chats - description: A collection of all the pinned messages in the chat. Nullable. + summary: List pinnedChatMessages in a chat + description: Get a list of pinnedChatMessages in a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0 operationId: chat_ListPinnedMessage parameters: - name: chat-id @@ -3902,7 +4070,11 @@ paths: post: tags: - chats.pinnedChatMessageInfo - summary: Create new navigation property to pinnedMessages for chats + summary: Pin a message in a chat + description: Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0 operationId: chat_CreatePinnedMessage parameters: - name: chat-id @@ -4026,7 +4198,11 @@ paths: delete: tags: - chats.pinnedChatMessageInfo - summary: Delete navigation property pinnedMessages for chats + summary: Unpin a message from a chat + description: Unpin a message from a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0 operationId: chat_DeletePinnedMessage parameters: - name: chat-id @@ -4137,8 +4313,11 @@ paths: get: tags: - chats.teamsTab - summary: Get tabs from chats - description: A collection of all the tabs in the chat. Nullable. + summary: List tabs in chat + description: Retrieve the list of tabs in the specified chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0 operationId: chat_ListTab parameters: - name: chat-id @@ -4196,7 +4375,11 @@ paths: post: tags: - chats.teamsTab - summary: Create new navigation property to tabs for chats + summary: Add tab to chat + description: "Add (pin) a tab to the specified chat. \nThe corresponding app must already be installed in the chat." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0 operationId: chat_CreateTab parameters: - name: chat-id @@ -4228,8 +4411,11 @@ paths: get: tags: - chats.teamsTab - summary: Get tabs from chats - description: A collection of all the tabs in the chat. Nullable. + summary: Get tab in chat + description: 'Retrieve the properties and relationships of the specified tab in a chat. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0 operationId: chat_GetTab parameters: - name: chat-id @@ -4281,7 +4467,11 @@ paths: patch: tags: - chats.teamsTab - summary: Update the navigation property tabs in chats + summary: Update tab in chat + description: "Update the properties of the specified tab in a chat. \nThis can be used to configure the content of the tab." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0 operationId: chat_UpdateTab parameters: - name: chat-id @@ -4320,7 +4510,11 @@ paths: delete: tags: - chats.teamsTab - summary: Delete navigation property tabs for chats + summary: Delete tab from chat + description: 'Remove (unpin) a tab from the specified chat. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0 operationId: chat_DeleteTab parameters: - name: chat-id @@ -4518,6 +4712,72 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + /chats/microsoft.graph.getAllRetainedMessages(): + get: + tags: + - chats.Functions + summary: Invoke function getAllRetainedMessages + operationId: chat_getAllRetainedMessage + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of chatMessage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + '@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 '/groups/{group-id}/team': get: tags: @@ -4567,7 +4827,11 @@ paths: put: tags: - groups.team - summary: Update the navigation property team in groups + summary: Create team from group + description: "Create a new team under a group. In order to create a team, the group must have a least one owner. If the creation of the team call is delayed, you can retry the call up to three times before you have to wait for 15 minutes due to a propagation delay. If the group was created less than 15 minutes ago, the call might fail with a 404 error code due to replication delays. If the group was created less than 15 minutes ago, it's possible for a call to create a team to fail with a 404 error code, due to ongoing replication delays.\nThe recommended pattern is to retry the Create team call three times, with a 10 second delay between calls." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0 operationId: group_SetTeam parameters: - name: group-id @@ -5070,7 +5334,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team @@ -5111,7 +5374,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete content for the navigation property filesFolder in groups + description: 'The content stream, if the item represents a file.' + operationId: group.team.channel_DeleteFilesFolderContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/channels/{channel-id}/members': get: tags: @@ -5961,6 +6257,7 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups + description: The unique identifier for an entity. Read-only. operationId: group.team.channel.message_GetHostedContentsContent parameters: - name: group-id @@ -5995,13 +6292,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -6012,11 +6302,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team summary: Update media content for the navigation property hostedContents in groups + description: The unique identifier for an entity. Read-only. operationId: group.team.channel.message_SetHostedContentsContent parameters: - name: group-id @@ -6064,7 +6354,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete media content for the navigation property hostedContents in groups + description: The unique identifier for an entity. Read-only. + operationId: group.team.channel.message_DeleteHostedContentsContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -6744,6 +7083,7 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups + description: The unique identifier for an entity. Read-only. operationId: group.team.channel.message.reply_GetHostedContentsContent parameters: - name: group-id @@ -6786,13 +7126,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -6803,11 +7136,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team summary: Update media content for the navigation property hostedContents in groups + description: The unique identifier for an entity. Read-only. operationId: group.team.channel.message.reply_SetHostedContentsContent parameters: - name: group-id @@ -6863,7 +7196,64 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete media content for the navigation property hostedContents in groups + description: The unique identifier for an entity. Read-only. + operationId: group.team.channel.message.reply_DeleteHostedContentsContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -7933,7 +8323,7 @@ paths: tags: - groups.team summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).' + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: group.team.group_ListServiceProvisioningError parameters: - name: group-id @@ -9295,6 +9685,7 @@ paths: tags: - groups.team summary: Get media content for the navigation property photo from groups + description: The profile photo for the team. operationId: group.team_GetPhotoContent parameters: - name: group-id @@ -9305,13 +9696,6 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -9322,11 +9706,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team summary: Update media content for the navigation property photo in groups + description: The profile photo for the team. operationId: group.team_SetPhotoContent parameters: - name: group-id @@ -9350,7 +9734,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete media content for the navigation property photo in groups + description: The profile photo for the team. + operationId: group.team_DeletePhotoContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/primaryChannel': get: tags: @@ -9533,7 +9942,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team @@ -9566,14 +9974,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/team/primaryChannel/members': - get: + delete: tags: - groups.team - summary: Get members from groups - description: A collection of membership records associated with the channel. - operationId: group.team.primaryChannel_ListMember + summary: Delete content for the navigation property filesFolder in groups + description: 'The content stream, if the item represents a file.' + operationId: group.team.primaryChannel_DeleteFilesFolderContent parameters: - name: group-id in: path @@ -9583,88 +9989,24 @@ paths: schema: type: string x-ms-docs-key-type: group - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - groups.team - summary: Create new navigation property to members for groups - operationId: group.team.primaryChannel_CreateMember - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: group - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - required: true responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.conversationMember' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}': + '/groups/{group-id}/team/primaryChannel/members': get: tags: - groups.team summary: Get members from groups description: A collection of membership records associated with the channel. - operationId: group.team.primaryChannel_GetMember + operationId: group.team.primaryChannel_ListMember parameters: - name: group-id in: path @@ -9674,14 +10016,105 @@ paths: schema: type: string x-ms-docs-key-type: group - - name: conversationMember-id - in: path - description: The unique identifier of conversationMember - required: true - style: simple + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: conversationMember + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.team + summary: Create new navigation property to members for groups + operationId: group.team.primaryChannel_CreateMember + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}': + get: + tags: + - groups.team + summary: Get members from groups + description: A collection of membership records associated with the channel. + operationId: group.team.primaryChannel_GetMember + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: conversationMember-id + in: path + description: The unique identifier of conversationMember + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: conversationMember - name: $select in: query description: Select properties to be returned @@ -10288,6 +10721,7 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups + description: The unique identifier for an entity. Read-only. operationId: group.team.primaryChannel.message_GetHostedContentsContent parameters: - name: group-id @@ -10314,13 +10748,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -10331,11 +10758,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team summary: Update media content for the navigation property hostedContents in groups + description: The unique identifier for an entity. Read-only. operationId: group.team.primaryChannel.message_SetHostedContentsContent parameters: - name: group-id @@ -10375,7 +10802,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete media content for the navigation property hostedContents in groups + description: The unique identifier for an entity. Read-only. + operationId: group.team.primaryChannel.message_DeleteHostedContentsContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -10967,6 +11435,7 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups + description: The unique identifier for an entity. Read-only. operationId: group.team.primaryChannel.message.reply_GetHostedContentsContent parameters: - name: group-id @@ -11001,13 +11470,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -11018,11 +11480,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team summary: Update media content for the navigation property hostedContents in groups + description: The unique identifier for an entity. Read-only. operationId: group.team.primaryChannel.message.reply_SetHostedContentsContent parameters: - name: group-id @@ -11070,7 +11532,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete media content for the navigation property hostedContents in groups + description: The unique identifier for an entity. Read-only. + operationId: group.team.primaryChannel.message.reply_DeleteHostedContentsContent + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -12772,6 +13283,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' @@ -12846,6 +13367,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -12992,6 +13523,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' @@ -13066,6 +13607,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -13452,6 +14003,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' @@ -13526,6 +14087,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -13672,6 +14243,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' @@ -13746,6 +14327,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -13892,6 +14483,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' @@ -13966,6 +14567,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -14840,8 +15451,11 @@ paths: get: tags: - teams.channel - summary: Get allChannels from teams - description: List of channels either hosted in or shared with the team (incoming channels). + summary: List allChannels + description: Get the list of channels either in this team or shared with this team (incoming channels). + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0 operationId: team_ListAllChannel parameters: - name: team-id @@ -14976,8 +15590,11 @@ paths: get: tags: - teams.channel - summary: Get channels from teams - description: The collection of channels and messages associated with the team. + summary: List channels + description: Retrieve the list of channels in this team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0 operationId: team_ListChannel parameters: - name: team-id @@ -15035,7 +15652,11 @@ paths: post: tags: - teams.channel - summary: Create new navigation property to channels for teams + summary: Create channel + description: 'Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel''s displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you''re creating a private channel, you can add a maximum of 200 members.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0 operationId: team_CreateChannel parameters: - name: team-id @@ -15067,8 +15688,11 @@ paths: get: tags: - teams.channel - summary: Get channels from teams - description: The collection of channels and messages associated with the team. + summary: Get channel + description: Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0 operationId: team_GetChannel parameters: - name: team-id @@ -15120,7 +15744,11 @@ paths: patch: tags: - teams.channel - summary: Update the navigation property channels in teams + summary: Patch channel + description: Update the properties of the specified channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0 operationId: team_UpdateChannel parameters: - name: team-id @@ -15159,7 +15787,11 @@ paths: delete: tags: - teams.channel - summary: Delete navigation property channels for teams + summary: Delete channel + description: Delete the channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0 operationId: team_DeleteChannel parameters: - name: team-id @@ -15194,8 +15826,11 @@ paths: get: tags: - teams.channel - summary: Get filesFolder from teams - description: Metadata for the location where the channel's files are stored. + summary: Get filesFolder + description: 'Get the metadata for the location where the files of a channel are stored. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: team.channel_GetFilesFolder parameters: - name: team-id @@ -15285,7 +15920,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel @@ -15326,13 +15960,49 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete content for the navigation property filesFolder in teams + description: 'The content stream, if the item represents a file.' + operationId: team.channel_DeleteFilesFolderContent + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teams/{team-id}/channels/{channel-id}/members': get: tags: - teams.channel - summary: Get members from teams - description: A collection of membership records associated with the channel. + summary: List members of a channel + description: Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0 operationId: team.channel_ListMember parameters: - name: team-id @@ -15398,7 +16068,11 @@ paths: post: tags: - teams.channel - summary: Create new navigation property to members for teams + summary: Add conversationMember + description: Add a conversationMember to a channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0 operationId: team.channel_CreateMember parameters: - name: team-id @@ -15438,8 +16112,11 @@ paths: get: tags: - teams.channel - summary: Get members from teams - description: A collection of membership records associated with the channel. + summary: Get member of channel + description: Get a conversationMember from a channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0 operationId: team.channel_GetMember parameters: - name: team-id @@ -15499,7 +16176,11 @@ paths: patch: tags: - teams.channel - summary: Update the navigation property members in teams + summary: Update member in channel + description: Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 operationId: team.channel_UpdateMember parameters: - name: team-id @@ -15546,7 +16227,11 @@ paths: delete: tags: - teams.channel - summary: Delete navigation property members for teams + summary: Delete conversationMember + description: Delete a conversationMember from a channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 operationId: team.channel_DeleteMember parameters: - name: team-id @@ -15683,8 +16368,11 @@ paths: get: tags: - teams.channel - summary: Get messages from teams - description: A collection of all the messages in the channel. A navigation property. Nullable. + summary: List channel messages + description: 'Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0 operationId: team.channel_ListMessage parameters: - name: team-id @@ -15750,7 +16438,11 @@ paths: post: tags: - teams.channel - summary: Create new navigation property to messages for teams + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: team.channel_CreateMessage parameters: - name: team-id @@ -15790,8 +16482,11 @@ paths: get: tags: - teams.channel - summary: Get messages from teams - description: A collection of all the messages in the channel. A navigation property. Nullable. + summary: Get chatMessage in a channel or chat + description: Retrieve a single message or a message reply in a channel or a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 operationId: team.channel_GetMessage parameters: - name: team-id @@ -15851,7 +16546,11 @@ paths: patch: tags: - teams.channel - summary: Update the navigation property messages in teams + summary: Update chatMessage + description: "Update a chatMessage object. \nExcept for the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.\nOnly the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation fails. This method doesn't support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0 operationId: team.channel_UpdateMessage parameters: - name: team-id @@ -15941,8 +16640,11 @@ paths: get: tags: - teams.channel - summary: Get hostedContents from teams - description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' + summary: List hostedContents + description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.channel.message_ListHostedContent parameters: - name: team-id @@ -16239,7 +16941,11 @@ paths: get: tags: - teams.channel - summary: Get media content for the navigation property hostedContents from teams + summary: List hostedContents + description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.channel.message_GetHostedContentsContent parameters: - name: team-id @@ -16274,13 +16980,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -16291,11 +16990,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel summary: Update media content for the navigation property hostedContents in teams + description: The unique identifier for an entity. Read-only. operationId: team.channel.message_SetHostedContentsContent parameters: - name: team-id @@ -16343,7 +17042,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete media content for the navigation property hostedContents in teams + description: The unique identifier for an entity. Read-only. + operationId: team.channel.message_DeleteHostedContentsContent + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -16568,8 +17316,11 @@ paths: get: tags: - teams.channel - summary: Get replies from teams - description: Replies for a specified message. Supports $expand for channel messages. + summary: List replies + description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 operationId: team.channel.message_ListReply parameters: - name: team-id @@ -16643,7 +17394,11 @@ paths: post: tags: - teams.channel - summary: Create new navigation property to replies for teams + summary: Reply to a message in a channel + description: Create a new reply to a chatMessage in a specified channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 operationId: team.channel.message_CreateReply parameters: - name: team-id @@ -16691,8 +17446,11 @@ paths: get: tags: - teams.channel - summary: Get replies from teams - description: Replies for a specified message. Supports $expand for channel messages. + summary: Get chatMessage in a channel or chat + description: Retrieve a single message or a message reply in a channel or a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 operationId: team.channel.message_GetReply parameters: - name: team-id @@ -16866,8 +17624,11 @@ paths: get: tags: - teams.channel - summary: Get hostedContents from teams - description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' + summary: List hostedContents + description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.channel.message.reply_ListHostedContent parameters: - name: team-id @@ -17204,7 +17965,11 @@ paths: get: tags: - teams.channel - summary: Get media content for the navigation property hostedContents from teams + summary: List hostedContents + description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.channel.message.reply_GetHostedContentsContent parameters: - name: team-id @@ -17247,13 +18012,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -17264,11 +18022,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel summary: Update media content for the navigation property hostedContents in teams + description: The unique identifier for an entity. Read-only. operationId: team.channel.message.reply_SetHostedContentsContent parameters: - name: team-id @@ -17324,7 +18082,64 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete media content for the navigation property hostedContents in teams + description: The unique identifier for an entity. Read-only. + operationId: team.channel.message.reply_DeleteHostedContentsContent + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -17839,6 +18654,53 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/teams/{team-id}/channels/{channel-id}/microsoft.graph.archive': + post: + tags: + - teams.Actions + summary: Invoke action archive + description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + operationId: team.channel_archive + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shouldSetSpoSiteReadOnlyForMembers: + 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 '/teams/{team-id}/channels/{channel-id}/microsoft.graph.completeMigration': post: tags: @@ -18009,12 +18871,48 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/teams/{team-id}/channels/{channel-id}/microsoft.graph.unarchive': + post: + tags: + - teams.Actions + summary: Invoke action unarchive + description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + operationId: team.channel_unarchive + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/teams/{team-id}/channels/{channel-id}/sharedWithTeams': get: tags: - teams.channel - summary: Get sharedWithTeams from teams - description: A collection of teams with which a channel is shared. + summary: List sharedWithChannelTeamInfo + description: Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0 operationId: team.channel_ListSharedGraphWPreTeam parameters: - name: team-id @@ -18120,8 +19018,11 @@ paths: get: tags: - teams.channel - summary: Get sharedWithTeams from teams - description: A collection of teams with which a channel is shared. + summary: Get sharedWithChannelTeamInfo + description: Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0 operationId: team.channel_GetSharedGraphWPreTeam parameters: - name: team-id @@ -18228,7 +19129,11 @@ paths: delete: tags: - teams.channel - summary: Delete navigation property sharedWithTeams for teams + summary: Delete sharedWithChannelTeamInfo + description: Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0 operationId: team.channel_DeleteSharedGraphWPreTeam parameters: - name: team-id @@ -18271,8 +19176,11 @@ paths: get: tags: - teams.channel - summary: Get allowedMembers from teams - description: A collection of team members who have access to the shared channel. + summary: List allowedMembers + description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 operationId: team.channel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: team-id @@ -18546,8 +19454,11 @@ paths: get: tags: - teams.channel - summary: Get tabs from teams - description: A collection of all the tabs in the channel. A navigation property. + summary: List tabs in channel + description: 'Retrieve the list of tabs in the specified channel within a team. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0 operationId: team.channel_ListTab parameters: - name: team-id @@ -18613,7 +19524,11 @@ paths: post: tags: - teams.channel - summary: Create new navigation property to tabs for teams + summary: Add tab to channel + description: Add (pin) a tab to the specified channel within a team. The app must be preinstalled in the team and have the configurableTabs property defined in the app manifest. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0 operationId: team.channel_CreateTab parameters: - name: team-id @@ -18653,8 +19568,11 @@ paths: get: tags: - teams.channel - summary: Get tabs from teams - description: A collection of all the tabs in the channel. A navigation property. + summary: Get tab + description: 'Retrieve the properties and relationships of the specified tab in a channel within a team. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0 operationId: team.channel_GetTab parameters: - name: team-id @@ -18714,7 +19632,11 @@ paths: patch: tags: - teams.channel - summary: Update the navigation property tabs in teams + summary: Update tab + description: "Update the properties of the specified tab.\nThis API can be used to configure the content of the tab." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0 operationId: team.channel_UpdateTab parameters: - name: team-id @@ -18761,7 +19683,11 @@ paths: delete: tags: - teams.channel - summary: Delete navigation property tabs for teams + summary: Delete tab from channel + description: 'Removes (unpins) a tab from the specified channel within a team. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0 operationId: team.channel_DeleteTab parameters: - name: team-id @@ -18999,58 +19925,12 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/teams/{team-id}/group': + '/teams/{team-id}/channels/microsoft.graph.getAllRetainedMessages()': get: tags: - - teams.group - summary: Get group from teams - operationId: team_GetGroup - parameters: - - name: team-id - in: path - description: The unique identifier of team - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: team - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.group' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/teams/{team-id}/group/serviceProvisioningErrors': - get: - tags: - - teams.group - summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).' - operationId: team.group_ListServiceProvisioningError + - teams.Functions + summary: Invoke function getAllRetainedMessages + operationId: team.channel_getAllRetainedMessage parameters: - name: team-id in: path @@ -19065,16 +19945,6 @@ paths: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -19085,67 +19955,6 @@ paths: type: array items: type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/teams/{team-id}/group/serviceProvisioningErrors/$count': - get: - tags: - - teams.group - summary: Get the number of the resource - operationId: team.group.ServiceProvisioningError_GetCount - parameters: - - name: team-id - in: path - description: The unique identifier of team - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: team - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/teams/{team-id}/incomingChannels': - get: - tags: - - teams.channel - summary: Get incomingChannels from teams - description: List of channels shared with the team. - operationId: team_ListIncomingChannel - parameters: - - name: team-id - in: path - description: The unique identifier of team - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: team - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values @@ -19156,16 +19965,6 @@ paths: type: array items: type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $expand in: query description: Expand related entities @@ -19178,20 +19977,34 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' + description: Success + content: + application/json: + schema: + title: Collection of chatMessage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + '@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 - x-ms-docs-operation-type: operation - '/teams/{team-id}/incomingChannels/{channel-id}': + '/teams/{team-id}/group': get: tags: - - teams.channel - summary: Get incomingChannels from teams - description: List of channels shared with the team. - operationId: team_GetIncomingChannel + - teams.group + summary: Get group from teams + operationId: team_GetGroup parameters: - name: team-id in: path @@ -19201,14 +20014,204 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: channel-id - in: path - description: The unique identifier of channel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: channel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/teams/{team-id}/group/serviceProvisioningErrors': + get: + tags: + - teams.group + summary: Get serviceProvisioningErrors property value + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' + operationId: team.group_ListServiceProvisioningError + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/teams/{team-id}/group/serviceProvisioningErrors/$count': + get: + tags: + - teams.group + summary: Get the number of the resource + operationId: team.group.ServiceProvisioningError_GetCount + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/teams/{team-id}/incomingChannels': + get: + tags: + - teams.channel + summary: List incomingChannels + description: Get the list of incoming channels (channels shared with a team). + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0 + operationId: team_ListIncomingChannel + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/teams/{team-id}/incomingChannels/{channel-id}': + get: + tags: + - teams.channel + summary: Get incomingChannels from teams + description: List of channels shared with the team. + operationId: team_GetIncomingChannel + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel - name: $select in: query description: Select properties to be returned @@ -19265,8 +20268,11 @@ paths: get: tags: - teams.teamsAppInstallation - summary: Get installedApps from teams - description: The apps installed in this team. + summary: List apps in team + description: Retrieve a list of apps installed in the specified team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0 operationId: team_ListInstalledApp parameters: - name: team-id @@ -19324,7 +20330,11 @@ paths: post: tags: - teams.teamsAppInstallation - summary: Create new navigation property to installedApps for teams + summary: Add app to team + description: Install an app to the specified team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0 operationId: team_CreateInstalledApp parameters: - name: team-id @@ -19356,8 +20366,11 @@ paths: get: tags: - teams.teamsAppInstallation - summary: Get installedApps from teams - description: The apps installed in this team. + summary: Get installed app in team + description: Retrieve the app installed in the specified team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0 operationId: team_GetInstalledApp parameters: - name: team-id @@ -19448,7 +20461,11 @@ paths: delete: tags: - teams.teamsAppInstallation - summary: Delete navigation property installedApps for teams + summary: Remove app from team + description: Uninstalls an app from the specified team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0 operationId: team_DeleteInstalledApp parameters: - name: team-id @@ -19658,8 +20675,11 @@ paths: get: tags: - teams.conversationMember - summary: Get members from teams - description: Members and owners of the team. + summary: List members of team + description: 'Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client shouldn''t try to parse or make assumptions about these resource IDs. In the future, membership results can include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0 operationId: team_ListMember parameters: - name: team-id @@ -19717,7 +20737,11 @@ paths: post: tags: - teams.conversationMember - summary: Create new navigation property to members for teams + summary: Add member to team + description: Add a new conversationMember to a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0 operationId: team_CreateMember parameters: - name: team-id @@ -19749,8 +20773,11 @@ paths: get: tags: - teams.conversationMember - summary: Get members from teams - description: Members and owners of the team. + summary: Get member of team + description: Get a conversationMember from a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0 operationId: team_GetMember parameters: - name: team-id @@ -19802,7 +20829,11 @@ paths: patch: tags: - teams.conversationMember - summary: Update the navigation property members in teams + summary: Update member in team + description: Update the role of a conversationMember in a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0 operationId: team_UpdateMember parameters: - name: team-id @@ -19841,7 +20872,11 @@ paths: delete: tags: - teams.conversationMember - summary: Delete navigation property members for teams + summary: Remove member from team + description: Remove a conversationMember from a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0 operationId: team_DeleteMember parameters: - name: team-id @@ -20389,8 +21424,11 @@ paths: get: tags: - teams.resourceSpecificPermissionGrant - summary: Get permissionGrants from teams - description: A collection of permissions granted to apps to access the team. + summary: List permissionGrants of a team + description: 'List all resource-specific permission grants on the team. This list specifies the Microsoft Entra apps that have access to the team, along with each app''s corresponding type of resource-specific access.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0 operationId: team_ListPermissionGrant parameters: - name: team-id @@ -20629,8 +21667,11 @@ paths: get: tags: - teams.profilePhoto - summary: Get photo from teams - description: The profile photo for the team. + summary: Get profilePhoto + description: "Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,\n360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.\nIf the size you request is unavailable, you can still get a smaller size that the user has uploaded and made available.\nFor example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of the photo is available for download." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: team_GetPhoto parameters: - name: team-id @@ -20674,7 +21715,11 @@ paths: patch: tags: - teams.profilePhoto - summary: Update the navigation property photo in teams + summary: Update profilePhoto + description: 'Update the photo for the specified contact, group, team, or user in a tenant. The size of the photo you can update to is limited to 4 MB. You can use either PATCH or PUT for this operation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0 operationId: team_UpdatePhoto parameters: - name: team-id @@ -20706,7 +21751,11 @@ paths: get: tags: - teams.profilePhoto - summary: Get media content for the navigation property photo from teams + summary: Get profilePhoto + description: "Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,\n360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.\nIf the size you request is unavailable, you can still get a smaller size that the user has uploaded and made available.\nFor example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of the photo is available for download." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: team_GetPhotoContent parameters: - name: team-id @@ -20717,13 +21766,6 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -20734,11 +21776,14 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.profilePhoto - summary: Update media content for the navigation property photo in teams + summary: Update profilePhoto + description: 'Update the photo for the specified contact, group, team, or user in a tenant. The size of the photo you can update to is limited to 4 MB. You can use either PATCH or PUT for this operation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0 operationId: team_SetPhotoContent parameters: - name: team-id @@ -20762,13 +21807,41 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teams.profilePhoto + summary: Delete media content for the navigation property photo in teams + description: The profile photo for the team. + operationId: team_DeletePhotoContent + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teams/{team-id}/primaryChannel': get: tags: - teams.channel - summary: Get primaryChannel from teams - description: The general channel for the team. + summary: Get primaryChannel + description: 'Get the default channel, General, of a team.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0 operationId: team_GetPrimaryChannel parameters: - name: team-id @@ -20945,7 +22018,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel @@ -20978,7 +22050,32 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete content for the navigation property filesFolder in teams + description: 'The content stream, if the item represents a file.' + operationId: team.primaryChannel_DeleteFilesFolderContent + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teams/{team-id}/primaryChannel/members': get: tags: @@ -21756,6 +22853,7 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams + description: The unique identifier for an entity. Read-only. operationId: team.primaryChannel.message_GetHostedContentsContent parameters: - name: team-id @@ -21782,13 +22880,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -21799,11 +22890,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel summary: Update media content for the navigation property hostedContents in teams + description: The unique identifier for an entity. Read-only. operationId: team.primaryChannel.message_SetHostedContentsContent parameters: - name: team-id @@ -21843,7 +22934,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete media content for the navigation property hostedContents in teams + description: The unique identifier for an entity. Read-only. + operationId: team.primaryChannel.message_DeleteHostedContentsContent + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -22585,6 +23717,7 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams + description: The unique identifier for an entity. Read-only. operationId: team.primaryChannel.message.reply_GetHostedContentsContent parameters: - name: team-id @@ -22619,13 +23752,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -22636,11 +23762,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel summary: Update media content for the navigation property hostedContents in teams + description: The unique identifier for an entity. Read-only. operationId: team.primaryChannel.message.reply_SetHostedContentsContent parameters: - name: team-id @@ -22688,7 +23814,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete media content for the navigation property hostedContents in teams + description: The unique identifier for an entity. Read-only. + operationId: team.primaryChannel.message.reply_DeleteHostedContentsContent + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -23131,6 +24306,45 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/teams/{team-id}/primaryChannel/microsoft.graph.archive': + post: + tags: + - teams.Actions + summary: Invoke action archive + description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + operationId: team.primaryChannel_archive + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shouldSetSpoSiteReadOnlyForMembers: + 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 '/teams/{team-id}/primaryChannel/microsoft.graph.completeMigration': post: tags: @@ -23269,6 +24483,31 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/teams/{team-id}/primaryChannel/microsoft.graph.unarchive': + post: + tags: + - teams.Actions + summary: Invoke action unarchive + description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + operationId: team.primaryChannel_unarchive + parameters: + - name: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/teams/{team-id}/primaryChannel/sharedWithTeams': get: tags: @@ -24020,8 +25259,11 @@ paths: get: tags: - teams.schedule - summary: Get schedule from teams - description: The schedule of shifts for this team. + summary: Get schedule + description: "Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).\nWhen clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0 operationId: team_GetSchedule parameters: - name: team-id @@ -24065,7 +25307,11 @@ paths: put: tags: - teams.schedule - summary: Update the navigation property schedule in teams + summary: Create or replace schedule + description: "Create or replace a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).\nWhen clients use the PUT method, if the schedule is provisioned, the operation replaces the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0 operationId: team_SetSchedule parameters: - name: team-id @@ -24172,8 +25418,11 @@ paths: get: tags: - teams.schedule - summary: Get offerShiftRequests from teams - description: The offer requests for shifts in the schedule. + summary: List offerShiftRequest + description: Retrieve the properties and relationships of all offerShiftRequest objects in a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0 operationId: team.schedule_ListOfferShiftRequest parameters: - name: team-id @@ -24231,7 +25480,11 @@ paths: post: tags: - teams.schedule - summary: Create new navigation property to offerShiftRequests for teams + summary: Create offerShiftRequest + description: Create an instance of an offerShiftRequest. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0 operationId: team.schedule_CreateOfferShiftRequest parameters: - name: team-id @@ -24263,8 +25516,11 @@ paths: get: tags: - teams.schedule - summary: Get offerShiftRequests from teams - description: The offer requests for shifts in the schedule. + summary: Get offerShiftRequest + description: Retrieve the properties and relationships of an offerShiftRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0 operationId: team.schedule_GetOfferShiftRequest parameters: - name: team-id @@ -24412,8 +25668,11 @@ paths: get: tags: - teams.schedule - summary: Get openShiftChangeRequests from teams - description: The open shift requests in the schedule. + summary: List openShiftChangeRequests + description: Retrieve a list of openShiftChangeRequest objects in a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0 operationId: team.schedule_ListOpenShiftChangeRequest parameters: - name: team-id @@ -24471,7 +25730,11 @@ paths: post: tags: - teams.schedule - summary: Create new navigation property to openShiftChangeRequests for teams + summary: Create openShiftChangeRequest + description: Create instance of an openShiftChangeRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0 operationId: team.schedule_CreateOpenShiftChangeRequest parameters: - name: team-id @@ -24503,8 +25766,11 @@ paths: get: tags: - teams.schedule - summary: Get openShiftChangeRequests from teams - description: The open shift requests in the schedule. + summary: Get openShiftChangeRequest + description: Retrieve the properties and relationships of an openShiftChangeRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0 operationId: team.schedule_GetOpenShiftChangeRequest parameters: - name: team-id @@ -24652,8 +25918,11 @@ paths: get: tags: - teams.schedule - summary: Get openShifts from teams - description: The set of open shifts in a scheduling group in the schedule. + summary: List openShifts + description: List openShift objects in a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0 operationId: team.schedule_ListOpenShift parameters: - name: team-id @@ -24711,7 +25980,11 @@ paths: post: tags: - teams.schedule - summary: Create new navigation property to openShifts for teams + summary: Create openShift + description: Create an instance of an openShift object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0 operationId: team.schedule_CreateOpenShift parameters: - name: team-id @@ -24743,8 +26016,11 @@ paths: get: tags: - teams.schedule - summary: Get openShifts from teams - description: The set of open shifts in a scheduling group in the schedule. + summary: Get openShift + description: Retrieve the properties and relationships of an openshift object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0 operationId: team.schedule_GetOpenShift parameters: - name: team-id @@ -24796,7 +26072,11 @@ paths: patch: tags: - teams.schedule - summary: Update the navigation property openShifts in teams + summary: Update openShift + description: Update the properties of an openShift object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0 operationId: team.schedule_UpdateOpenShift parameters: - name: team-id @@ -24835,7 +26115,11 @@ paths: delete: tags: - teams.schedule - summary: Delete navigation property openShifts for teams + summary: Delete openShift + description: Delete an openShift object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0 operationId: team.schedule_DeleteOpenShift parameters: - name: team-id @@ -24892,8 +26176,11 @@ paths: get: tags: - teams.schedule - summary: Get schedulingGroups from teams - description: The logical grouping of users in the schedule (usually by role). + summary: List scheduleGroups + description: Get the list of schedulingGroups in this schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0 operationId: team.schedule_ListSchedulingGroup parameters: - name: team-id @@ -24929,6 +26216,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' @@ -24941,7 +26238,11 @@ paths: post: tags: - teams.schedule - summary: Create new navigation property to schedulingGroups for teams + summary: Create schedulingGroup + description: Create a new schedulingGroup. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0 operationId: team.schedule_CreateSchedulingGroup parameters: - name: team-id @@ -24973,8 +26274,11 @@ paths: get: tags: - teams.schedule - summary: Get schedulingGroups from teams - description: The logical grouping of users in the schedule (usually by role). + summary: Get schedulingGroup + description: Retrieve the properties and relationships of a schedulingGroup by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0 operationId: team.schedule_GetSchedulingGroup parameters: - name: team-id @@ -25003,6 +26307,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -25016,7 +26330,11 @@ paths: patch: tags: - teams.schedule - summary: Update the navigation property schedulingGroups in teams + summary: Replace schedulingGroup + description: 'Replace an existing schedulingGroup. If the specified schedulingGroup doesn''t exist, this method returns 404 Not found.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0 operationId: team.schedule_UpdateSchedulingGroup parameters: - name: team-id @@ -25055,7 +26373,11 @@ paths: delete: tags: - teams.schedule - summary: Delete navigation property schedulingGroups for teams + summary: Delete schedulingGroup + description: "Mark a schedulingGroup as inactive by setting its isActive property.\nThis method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0 operationId: team.schedule_DeleteSchedulingGroup parameters: - name: team-id @@ -25112,8 +26434,11 @@ paths: get: tags: - teams.schedule - summary: Get shifts from teams - description: The shifts in the schedule. + summary: List shifts + description: Get the list of shift instances in a schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0 operationId: team.schedule_ListShift parameters: - name: team-id @@ -25149,6 +26474,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' @@ -25161,7 +26496,11 @@ paths: post: tags: - teams.schedule - summary: Create new navigation property to shifts for teams + summary: Create shift + description: Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0 operationId: team.schedule_CreateShift parameters: - name: team-id @@ -25193,8 +26532,11 @@ paths: get: tags: - teams.schedule - summary: Get shifts from teams - description: The shifts in the schedule. + summary: Get shift + description: Retrieve the properties and relationships of a shift object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0 operationId: team.schedule_GetShift parameters: - name: team-id @@ -25223,6 +26565,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -25236,7 +26588,11 @@ paths: patch: tags: - teams.schedule - summary: Update the navigation property shifts in teams + summary: Replace shift + description: 'Replace an existing shift. If the specified shift doesn''t exist, this method returns 404 Not found. The duration of a shift can''t be less than 1 minute or longer than 24 hours.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0 operationId: team.schedule_UpdateShift parameters: - name: team-id @@ -25275,7 +26631,11 @@ paths: delete: tags: - teams.schedule - summary: Delete navigation property shifts for teams + summary: Delete shift + description: Delete a shift from the schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0 operationId: team.schedule_DeleteShift parameters: - name: team-id @@ -25332,8 +26692,11 @@ paths: get: tags: - teams.schedule - summary: Get swapShiftsChangeRequests from teams - description: The swap requests for shifts in the schedule. + summary: List swapShiftsChangeRequest + description: Retrieve a list of swapShiftsChangeRequest objects in the team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0 operationId: team.schedule_ListSwapShiftsChangeRequest parameters: - name: team-id @@ -25391,7 +26754,11 @@ paths: post: tags: - teams.schedule - summary: Create new navigation property to swapShiftsChangeRequests for teams + summary: Create swapShiftsChangeRequest + description: Create an instance of a swapShiftsChangeRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0 operationId: team.schedule_CreateSwapShiftsChangeRequest parameters: - name: team-id @@ -25423,8 +26790,11 @@ paths: get: tags: - teams.schedule - summary: Get swapShiftsChangeRequests from teams - description: The swap requests for shifts in the schedule. + summary: Get swapShiftsChangeRequest + description: Retrieve the properties and relationships of a swapShiftsChangeRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0 operationId: team.schedule_GetSwapShiftsChangeRequest parameters: - name: team-id @@ -25572,8 +26942,11 @@ paths: get: tags: - teams.schedule - summary: Get timeOffReasons from teams - description: The set of reasons for a time off in the schedule. + summary: List timeOffReasons + description: Get the list of timeOffReasons in a schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0 operationId: team.schedule_ListTimeOffReason parameters: - name: team-id @@ -25609,6 +26982,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' @@ -25621,7 +27004,11 @@ paths: post: tags: - teams.schedule - summary: Create new navigation property to timeOffReasons for teams + summary: Create timeOffReason + description: Create a new timeOffReason. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0 operationId: team.schedule_CreateTimeOffReason parameters: - name: team-id @@ -25653,8 +27040,11 @@ paths: get: tags: - teams.schedule - summary: Get timeOffReasons from teams - description: The set of reasons for a time off in the schedule. + summary: Get timeOffReason + description: Retrieve the properties and relationships of a timeOffReason object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0 operationId: team.schedule_GetTimeOffReason parameters: - name: team-id @@ -25683,6 +27073,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -25696,7 +27096,11 @@ paths: patch: tags: - teams.schedule - summary: Update the navigation property timeOffReasons in teams + summary: Replace timeOffReason + description: 'Replace an existing timeOffReason. If the specified timeOffReason doesn''t exist, this method returns 404 Not found.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0 operationId: team.schedule_UpdateTimeOffReason parameters: - name: team-id @@ -25735,7 +27139,11 @@ paths: delete: tags: - teams.schedule - summary: Delete navigation property timeOffReasons for teams + summary: Delete timeOffReason + description: Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0 operationId: team.schedule_DeleteTimeOffReason parameters: - name: team-id @@ -25792,8 +27200,11 @@ paths: get: tags: - teams.schedule - summary: Get timeOffRequests from teams - description: The time off requests in the schedule. + summary: List timeOffRequest + description: Retrieve a list of timeOffRequest objects in the team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0 operationId: team.schedule_ListTimeOffRequest parameters: - name: team-id @@ -25829,6 +27240,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' @@ -25873,8 +27294,11 @@ paths: get: tags: - teams.schedule - summary: Get timeOffRequests from teams - description: The time off requests in the schedule. + summary: Get timeOffRequest + description: Retrieve the properties and relationships of a timeoffrequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0 operationId: team.schedule_GetTimeOffRequest parameters: - name: team-id @@ -25903,6 +27327,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -25955,7 +27389,11 @@ paths: delete: tags: - teams.schedule - summary: Delete navigation property timeOffRequests for teams + summary: Delete timeOffRequest + description: Delete a timeOffRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0 operationId: team.schedule_DeleteTimeOffRequest parameters: - name: team-id @@ -26012,8 +27450,11 @@ paths: get: tags: - teams.schedule - summary: Get timesOff from teams - description: The instances of times off in the schedule. + summary: List timesOff + description: Get the list of timeOff instances in a schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0 operationId: team.schedule_ListTimesOff parameters: - name: team-id @@ -26049,6 +27490,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' @@ -26061,7 +27512,11 @@ paths: post: tags: - teams.schedule - summary: Create new navigation property to timesOff for teams + summary: Create timeOff + description: Create a new timeOff instance in a schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0 operationId: team.schedule_CreateTimesOff parameters: - name: team-id @@ -26093,8 +27548,11 @@ paths: get: tags: - teams.schedule - summary: Get timesOff from teams - description: The instances of times off in the schedule. + summary: Get timeOff + description: Retrieve the properties and relationships of a timeOff object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0 operationId: team.schedule_GetTimesOff parameters: - name: team-id @@ -26123,6 +27581,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -26136,7 +27604,11 @@ paths: patch: tags: - teams.schedule - summary: Update the navigation property timesOff in teams + summary: Replace timeOff + description: 'Replace an existing timeOff object. If the specified timeOff object doesn''t exist, this method returns 404 Not found.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0 operationId: team.schedule_UpdateTimesOff parameters: - name: team-id @@ -26175,7 +27647,11 @@ paths: delete: tags: - teams.schedule - summary: Delete navigation property timesOff for teams + summary: Delete timeOff + description: Delete a timeOff instance from a schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0 operationId: team.schedule_DeleteTimesOff parameters: - name: team-id @@ -26232,8 +27708,11 @@ paths: get: tags: - teams.teamworkTag - summary: Get tags from teams - description: The tags associated with the team. + summary: List teamworkTags + description: Get a list of the tag objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0 operationId: team_ListTag parameters: - name: team-id @@ -26291,7 +27770,11 @@ paths: post: tags: - teams.teamworkTag - summary: Create new navigation property to tags for teams + summary: Create teamworkTag + description: Create a standard tag for members in a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0 operationId: team_CreateTag parameters: - name: team-id @@ -26323,8 +27806,11 @@ paths: get: tags: - teams.teamworkTag - summary: Get tags from teams - description: The tags associated with the team. + summary: Get teamworkTag + description: Read the properties and relationships of a tag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0 operationId: team_GetTag parameters: - name: team-id @@ -26376,7 +27862,11 @@ paths: patch: tags: - teams.teamworkTag - summary: Update the navigation property tags in teams + summary: Update teamworkTag + description: Update the properties of a tag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0 operationId: team_UpdateTag parameters: - name: team-id @@ -26415,7 +27905,11 @@ paths: delete: tags: - teams.teamworkTag - summary: Delete navigation property tags for teams + summary: Delete teamworkTag + description: Delete a tag object permanently. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0 operationId: team_DeleteTag parameters: - name: team-id @@ -26450,8 +27944,11 @@ paths: get: tags: - teams.teamworkTag - summary: Get members from teams - description: Users assigned to the tag. + summary: List members in a teamworkTag + description: Get a list of the members of a standard tag in a team and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0 operationId: team.tag_ListMember parameters: - name: team-id @@ -26517,7 +28014,11 @@ paths: post: tags: - teams.teamworkTag - summary: Create new navigation property to members for teams + summary: Create teamworkTagMember + description: Create a new teamworkTagMember object in a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0 operationId: team.tag_CreateMember parameters: - name: team-id @@ -26557,8 +28058,11 @@ paths: get: tags: - teams.teamworkTag - summary: Get members from teams - description: Users assigned to the tag. + summary: Get teamworkTagMember + description: Get the properties and relationships of a member of a standard tag in a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0 operationId: team.tag_GetMember parameters: - name: team-id @@ -26665,7 +28169,11 @@ paths: delete: tags: - teams.teamworkTag - summary: Delete navigation property members for teams + summary: Delete teamworkTagMember + description: Delete a member from a standard tag in a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0 operationId: team.tag_DeleteMember parameters: - name: team-id @@ -26956,8 +28464,8 @@ paths: get: tags: - teamwork.deletedChat - summary: Get deletedChats from teamwork - description: A collection of deleted chats. + summary: Get deletedChat + description: Read the properties and relationships of a deletedChat object. operationId: teamwork_ListDeletedChat parameters: - $ref: '#/components/parameters/top' @@ -27030,8 +28538,11 @@ paths: get: tags: - teamwork.deletedChat - summary: Get deletedChats from teamwork - description: A collection of deleted chats. + summary: Get deletedChat + description: Read the properties and relationships of a deletedChat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0 operationId: teamwork_GetDeletedChat parameters: - name: deletedChat-id @@ -27172,8 +28683,11 @@ paths: get: tags: - teamwork.deletedTeam - summary: Get deletedTeams from teamwork - description: The deleted team. + summary: List deletedTeams + description: Get a list of the deletedTeam objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0 operationId: teamwork_ListDeletedTeam parameters: - $ref: '#/components/parameters/top' @@ -27658,7 +29172,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.deletedTeam @@ -27699,7 +29212,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.deletedTeam + summary: Delete content for the navigation property filesFolder in teamwork + description: 'The content stream, if the item represents a file.' + operationId: teamwork.deletedTeam.channel_DeleteFilesFolderContent + parameters: + - name: deletedTeam-id + in: path + description: The unique identifier of deletedTeam + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deletedTeam + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members': get: tags: @@ -28613,6 +30159,7 @@ paths: tags: - teamwork.deletedTeam summary: Get media content for the navigation property hostedContents from teamwork + description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeam.channel.message_GetHostedContentsContent parameters: - name: deletedTeam-id @@ -28647,13 +30194,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -28664,11 +30204,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.deletedTeam summary: Update media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeam.channel.message_SetHostedContentsContent parameters: - name: deletedTeam-id @@ -28716,13 +30256,12 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': - get: + delete: tags: - teamwork.deletedTeam - summary: Get the number of the resource - operationId: teamwork.deletedTeam.channel.message.hostedContent_GetCount + summary: Delete media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.deletedTeam.channel.message_DeleteHostedContentsContent parameters: - name: deletedTeam-id in: path @@ -28748,73 +30287,123 @@ paths: schema: type: string x-ms-docs-key-type: chatMessage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction': - post: - tags: - - teamwork.Actions - summary: Invoke action setReaction - operationId: teamwork.deletedTeam.channel.message_setReaction - parameters: - - name: deletedTeam-id - in: path - description: The unique identifier of deletedTeam - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: deletedTeam - - name: channel-id + - name: chatMessageHostedContent-id in: path - description: The unique identifier of channel + description: The unique identifier of chatMessageHostedContent required: true style: simple schema: type: string - x-ms-docs-key-type: channel - - name: chatMessage-id - in: path - description: The unique identifier of chatMessage - required: true + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: chatMessage - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - reactionType: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete': - post: + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': + get: tags: - - teamwork.Actions - summary: Invoke action softDelete - description: Delete a single chatMessage or a chat message reply in a channel or a chat. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 - operationId: teamwork.deletedTeam.channel.message_softDelete + - teamwork.deletedTeam + summary: Get the number of the resource + operationId: teamwork.deletedTeam.channel.message.hostedContent_GetCount + parameters: + - name: deletedTeam-id + in: path + description: The unique identifier of deletedTeam + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deletedTeam + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.setReaction': + post: + tags: + - teamwork.Actions + summary: Invoke action setReaction + operationId: teamwork.deletedTeam.channel.message_setReaction + parameters: + - name: deletedTeam-id + in: path + description: The unique identifier of deletedTeam + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deletedTeam + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + reactionType: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/microsoft.graph.softDelete': + post: + tags: + - teamwork.Actions + summary: Invoke action softDelete + description: Delete a single chatMessage or a chat message reply in a channel or a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + operationId: teamwork.deletedTeam.channel.message_softDelete parameters: - name: deletedTeam-id in: path @@ -29578,6 +31167,7 @@ paths: tags: - teamwork.deletedTeam summary: Get media content for the navigation property hostedContents from teamwork + description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeam.channel.message.reply_GetHostedContentsContent parameters: - name: deletedTeam-id @@ -29620,13 +31210,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -29637,11 +31220,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.deletedTeam summary: Update media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeam.channel.message.reply_SetHostedContentsContent parameters: - name: deletedTeam-id @@ -29697,13 +31280,12 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': - get: + delete: tags: - teamwork.deletedTeam - summary: Get the number of the resource - operationId: teamwork.deletedTeam.channel.message.reply.hostedContent_GetCount + summary: Delete media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.deletedTeam.channel.message.reply_DeleteHostedContentsContent parameters: - name: deletedTeam-id in: path @@ -29737,130 +31319,31 @@ paths: schema: type: string x-ms-docs-key-type: chatMessage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction': - post: - tags: - - teamwork.Actions - summary: Invoke action setReaction - operationId: teamwork.deletedTeam.channel.message.reply_setReaction - parameters: - - name: deletedTeam-id - in: path - description: The unique identifier of deletedTeam - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: deletedTeam - - name: channel-id - in: path - description: The unique identifier of channel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: channel - - name: chatMessage-id - in: path - description: The unique identifier of chatMessage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: chatMessage - - name: chatMessage-id1 - in: path - description: The unique identifier of chatMessage - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: chatMessage - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - reactionType: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete': - post: - tags: - - teamwork.Actions - summary: Invoke action softDelete - description: Delete a single chatMessage or a chat message reply in a channel or a chat. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 - operationId: teamwork.deletedTeam.channel.message.reply_softDelete - parameters: - - name: deletedTeam-id - in: path - description: The unique identifier of deletedTeam - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: deletedTeam - - name: channel-id - in: path - description: The unique identifier of channel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: channel - - name: chatMessage-id + - name: chatMessageHostedContent-id in: path - description: The unique identifier of chatMessage + description: The unique identifier of chatMessageHostedContent required: true style: simple schema: type: string - x-ms-docs-key-type: chatMessage - - name: chatMessage-id1 - in: path - description: The unique identifier of chatMessage - required: true + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: chatMessage responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete': - post: + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': + get: tags: - - teamwork.Actions - summary: Invoke action undoSoftDelete - description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 - operationId: teamwork.deletedTeam.channel.message.reply_undoSoftDelete + - teamwork.deletedTeam + summary: Get the number of the resource + operationId: teamwork.deletedTeam.channel.message.reply.hostedContent_GetCount parameters: - name: deletedTeam-id in: path @@ -29894,18 +31377,19 @@ paths: schema: type: string x-ms-docs-key-type: chatMessage + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Success + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction': + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.setReaction': post: tags: - teamwork.Actions - summary: Invoke action unsetReaction - operationId: teamwork.deletedTeam.channel.message.reply_unsetReaction + summary: Invoke action setReaction + operationId: teamwork.deletedTeam.channel.message.reply_setReaction parameters: - name: deletedTeam-id in: path @@ -29958,12 +31442,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count': - get: + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.softDelete': + post: tags: - - teamwork.deletedTeam - summary: Get the number of the resource - operationId: teamwork.deletedTeam.channel.message.reply_GetCount + - teamwork.Actions + summary: Invoke action softDelete + description: Delete a single chatMessage or a chat message reply in a channel or a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + operationId: teamwork.deletedTeam.channel.message.reply_softDelete parameters: - name: deletedTeam-id in: path @@ -29989,23 +31477,175 @@ paths: schema: type: string x-ms-docs-key-type: chatMessage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()': - get: + x-ms-docs-operation-type: action + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.undoSoftDelete': + post: tags: - - teamwork.Functions - summary: Invoke function delta - description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + - teamwork.Actions + summary: Invoke action undoSoftDelete + description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 - operationId: teamwork.deletedTeam.channel.message.reply_delta + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + operationId: teamwork.deletedTeam.channel.message.reply_undoSoftDelete + parameters: + - name: deletedTeam-id + in: path + description: The unique identifier of deletedTeam + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deletedTeam + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/microsoft.graph.unsetReaction': + post: + tags: + - teamwork.Actions + summary: Invoke action unsetReaction + operationId: teamwork.deletedTeam.channel.message.reply_unsetReaction + parameters: + - name: deletedTeam-id + in: path + description: The unique identifier of deletedTeam + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deletedTeam + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + reactionType: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count': + get: + tags: + - teamwork.deletedTeam + summary: Get the number of the resource + operationId: teamwork.deletedTeam.channel.message.reply_GetCount + parameters: + - name: deletedTeam-id + in: path + description: The unique identifier of deletedTeam + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deletedTeam + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/microsoft.graph.delta()': + get: + tags: + - teamwork.Functions + summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 + operationId: teamwork.deletedTeam.channel.message.reply_delta parameters: - name: deletedTeam-id in: path @@ -30212,6 +31852,53 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.archive': + post: + tags: + - teamwork.Actions + summary: Invoke action archive + description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + operationId: teamwork.deletedTeam.channel_archive + parameters: + - name: deletedTeam-id + in: path + description: The unique identifier of deletedTeam + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deletedTeam + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + shouldSetSpoSiteReadOnlyForMembers: + 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 '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.completeMigration': post: tags: @@ -30382,6 +32069,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/microsoft.graph.unarchive': + post: + tags: + - teamwork.Actions + summary: Invoke action unarchive + description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + operationId: teamwork.deletedTeam.channel_unarchive + parameters: + - name: deletedTeam-id + in: path + description: The unique identifier of deletedTeam + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deletedTeam + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams': get: tags: @@ -31372,6 +33092,80 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/teamwork/deletedTeams/{deletedTeam-id}/channels/microsoft.graph.getAllRetainedMessages()': + get: + tags: + - teamwork.Functions + summary: Invoke function getAllRetainedMessages + operationId: teamwork.deletedTeam.channel_getAllRetainedMessage + parameters: + - name: deletedTeam-id + in: path + description: The unique identifier of deletedTeam + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deletedTeam + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of chatMessage + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + '@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 /teamwork/deletedTeams/$count: get: tags: @@ -31511,8 +33305,11 @@ paths: get: tags: - teamwork.teamsAppSettings - summary: Get teamsAppSettings from teamwork - description: Represents tenant-wide settings for all Teams apps in the tenant. + summary: Get teamsAppSettings + description: Get the tenant-wide teamsAppSettings for all Teams apps in the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0 operationId: teamwork_GetTeamsAppSetting parameters: - name: $select @@ -31548,7 +33345,11 @@ paths: patch: tags: - teamwork.teamsAppSettings - summary: Update the navigation property teamsAppSettings in teamwork + summary: Update teamsAppSettings + description: Update the tenant-wide teamsAppSettings for all Teams apps in the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0 operationId: teamwork_UpdateTeamsAppSetting requestBody: description: New navigation property values @@ -31589,7 +33390,11 @@ paths: get: tags: - teamwork.workforceIntegration - summary: Get workforceIntegrations from teamwork + summary: List workforceIntegrations + description: Retrieve a list of workforceIntegration objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0 operationId: teamwork_ListWorkforceIntegration parameters: - $ref: '#/components/parameters/top' @@ -31639,7 +33444,11 @@ paths: post: tags: - teamwork.workforceIntegration - summary: Create new navigation property to workforceIntegrations for teamwork + summary: Create workforceIntegration + description: "Create a new workforceIntegration object.\nYou can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0 operationId: teamwork_CreateWorkforceIntegration requestBody: description: New navigation property @@ -31662,7 +33471,11 @@ paths: get: tags: - teamwork.workforceIntegration - summary: Get workforceIntegrations from teamwork + summary: Get workforceIntegration + description: Retrieve the properties and relationships of a workforceIntegration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0 operationId: teamwork_GetWorkforceIntegration parameters: - name: workforceIntegration-id @@ -31706,7 +33519,11 @@ paths: patch: tags: - teamwork.workforceIntegration - summary: Update the navigation property workforceIntegrations in teamwork + summary: Update workforceIntegration + description: Update the properties of a workforceIntegration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0 operationId: teamwork_UpdateWorkforceIntegration parameters: - name: workforceIntegration-id @@ -31737,7 +33554,11 @@ paths: delete: tags: - teamwork.workforceIntegration - summary: Delete navigation property workforceIntegrations for teamwork + summary: Delete workforceIntegration + description: Delete an instance of a workforceIntegration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0 operationId: teamwork_DeleteWorkforceIntegration parameters: - name: workforceIntegration-id @@ -31778,7 +33599,11 @@ paths: get: tags: - users.chat - summary: Get chats from users + summary: List chats + description: 'Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0 operationId: user_ListChat parameters: - name: user-id @@ -31868,7 +33693,11 @@ paths: get: tags: - users.chat - summary: Get chats from users + summary: Get chat + description: 'Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0 operationId: user_GetChat parameters: - name: user-id @@ -33378,6 +35207,7 @@ paths: tags: - users.chat summary: Get media content for the navigation property hostedContents from users + description: The unique identifier for an entity. Read-only. operationId: user.chat.message_GetHostedContentsContent parameters: - name: user-id @@ -33412,13 +35242,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -33429,11 +35252,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.chat summary: Update media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. operationId: user.chat.message_SetHostedContentsContent parameters: - name: user-id @@ -33481,7 +35304,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.chat + summary: Delete media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. + operationId: user.chat.message_DeleteHostedContentsContent + 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: chat-id + in: path + description: The unique identifier of chat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -34161,6 +36033,7 @@ paths: tags: - users.chat summary: Get media content for the navigation property hostedContents from users + description: The unique identifier for an entity. Read-only. operationId: user.chat.message.reply_GetHostedContentsContent parameters: - name: user-id @@ -34203,13 +36076,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -34220,11 +36086,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.chat summary: Update media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. operationId: user.chat.message.reply_SetHostedContentsContent parameters: - name: user-id @@ -34280,7 +36146,64 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.chat + summary: Delete media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. + operationId: user.chat.message.reply_DeleteHostedContentsContent + 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: chat-id + in: path + description: The unique identifier of chat + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chat + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -36150,7 +38073,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.team @@ -36199,7 +38121,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.team + summary: Delete content for the navigation property filesFolder in users + description: 'The content stream, if the item represents a file.' + operationId: user.joinedTeam.channel_DeleteFilesFolderContent + 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: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members': get: tags: @@ -37177,6 +39140,7 @@ paths: tags: - users.team summary: Get media content for the navigation property hostedContents from users + description: The unique identifier for an entity. Read-only. operationId: user.joinedTeam.channel.message_GetHostedContentsContent parameters: - name: user-id @@ -37219,13 +39183,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -37236,11 +39193,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.team summary: Update media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. operationId: user.joinedTeam.channel.message_SetHostedContentsContent parameters: - name: user-id @@ -37296,7 +39253,64 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.team + summary: Delete media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. + operationId: user.joinedTeam.channel.message_DeleteHostedContentsContent + 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: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -38064,6 +40078,7 @@ paths: tags: - users.team summary: Get media content for the navigation property hostedContents from users + description: The unique identifier for an entity. Read-only. operationId: user.joinedTeam.channel.message.reply_GetHostedContentsContent parameters: - name: user-id @@ -38114,13 +40129,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -38131,11 +40139,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.team summary: Update media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. operationId: user.joinedTeam.channel.message.reply_SetHostedContentsContent parameters: - name: user-id @@ -38199,7 +40207,72 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.team + summary: Delete media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. + operationId: user.joinedTeam.channel.message.reply_DeleteHostedContentsContent + 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: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: channel-id + in: path + description: The unique identifier of channel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: channel + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -39445,7 +41518,7 @@ paths: tags: - users.team summary: Get serviceProvisioningErrors property value - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).' + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: user.joinedTeam.group_ListServiceProvisioningError parameters: - name: user-id @@ -41071,6 +43144,7 @@ paths: tags: - users.team summary: Get media content for the navigation property photo from users + description: The profile photo for the team. operationId: user.joinedTeam_GetPhotoContent parameters: - name: user-id @@ -41089,13 +43163,6 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -41106,11 +43173,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.team summary: Update media content for the navigation property photo in users + description: The profile photo for the team. operationId: user.joinedTeam_SetPhotoContent parameters: - name: user-id @@ -41142,7 +43209,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.team + summary: Delete media content for the navigation property photo in users + description: The profile photo for the team. + operationId: user.joinedTeam_DeletePhotoContent + 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: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel': get: tags: @@ -41365,7 +43465,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.team @@ -41406,7 +43505,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.team + summary: Delete content for the navigation property filesFolder in users + description: 'The content stream, if the item represents a file.' + operationId: user.joinedTeam.primaryChannel_DeleteFilesFolderContent + 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: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members': get: tags: @@ -42256,6 +44388,7 @@ paths: tags: - users.team summary: Get media content for the navigation property hostedContents from users + description: The unique identifier for an entity. Read-only. operationId: user.joinedTeam.primaryChannel.message_GetHostedContentsContent parameters: - name: user-id @@ -42290,13 +44423,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -42307,11 +44433,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.team summary: Update media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. operationId: user.joinedTeam.primaryChannel.message_SetHostedContentsContent parameters: - name: user-id @@ -42359,13 +44485,12 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count': - get: + delete: tags: - users.team - summary: Get the number of the resource - operationId: user.joinedTeam.primaryChannel.message.hostedContent_GetCount + summary: Delete media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. + operationId: user.joinedTeam.primaryChannel.message_DeleteHostedContentsContent parameters: - name: user-id in: path @@ -42391,94 +44516,31 @@ paths: schema: type: string x-ms-docs-key-type: chatMessage - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies': - get: - tags: - - users.team - summary: Get replies from users - description: Replies for a specified message. Supports $expand for channel messages. - operationId: user.joinedTeam.primaryChannel.message_ListReply - 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: team-id + - name: chatMessageHostedContent-id in: path - description: The unique identifier of team + description: The unique identifier of chatMessageHostedContent required: true style: simple schema: type: string - x-ms-docs-key-type: team - - name: chatMessage-id - in: path - description: The unique identifier of chatMessage - required: true + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: chatMessage - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count': + get: tags: - users.team - summary: Create new navigation property to replies for users - operationId: user.joinedTeam.primaryChannel.message_CreateReply + summary: Get the number of the resource + operationId: user.joinedTeam.primaryChannel.message.hostedContent_GetCount parameters: - name: user-id in: path @@ -42504,30 +44566,143 @@ paths: schema: type: string x-ms-docs-key-type: chatMessage - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.chatMessage' - required: true + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.chatMessage' + $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}': + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies': get: tags: - users.team summary: Get replies from users description: Replies for a specified message. Supports $expand for channel messages. - operationId: user.joinedTeam.primaryChannel.message_GetReply + operationId: user.joinedTeam.primaryChannel.message_ListReply + 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: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.team + summary: Create new navigation property to replies for users + operationId: user.joinedTeam.primaryChannel.message_CreateReply + 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: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}': + get: + tags: + - users.team + summary: Get replies from users + description: Replies for a specified message. Supports $expand for channel messages. + operationId: user.joinedTeam.primaryChannel.message_GetReply parameters: - name: user-id in: path @@ -43039,6 +45214,7 @@ paths: tags: - users.team summary: Get media content for the navigation property hostedContents from users + description: The unique identifier for an entity. Read-only. operationId: user.joinedTeam.primaryChannel.message.reply_GetHostedContentsContent parameters: - name: user-id @@ -43081,13 +45257,6 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -43098,11 +45267,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.team summary: Update media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. operationId: user.joinedTeam.primaryChannel.message.reply_SetHostedContentsContent parameters: - name: user-id @@ -43158,7 +45327,64 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.team + summary: Delete media content for the navigation property hostedContents in users + description: The unique identifier for an entity. Read-only. + operationId: user.joinedTeam.primaryChannel.message.reply_DeleteHostedContentsContent + 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: team-id + in: path + description: The unique identifier of team + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: chatMessage-id + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessage-id1 + in: path + description: The unique identifier of chatMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessage + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -45196,6 +47422,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' @@ -45286,6 +47522,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -45464,6 +47710,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' @@ -45554,6 +47810,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -46020,6 +48286,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' @@ -46110,6 +48386,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -46288,6 +48574,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' @@ -46378,6 +48674,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -46556,6 +48862,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' @@ -46646,6 +48962,16 @@ paths: type: array items: type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string responses: 2XX: description: Retrieved navigation property @@ -47479,8 +49805,11 @@ paths: get: tags: - users.userTeamwork - summary: Get teamwork from users - description: A container for Microsoft Teams features available for the user. Read-only. Nullable. + summary: Get userTeamwork + description: 'Get the userTeamwork settings for a specified user, which includes the Microsoft Teams region and the locale chosen by the user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0 operationId: user_GetTeamwork parameters: - name: user-id @@ -47875,8 +50204,11 @@ paths: get: tags: - users.userTeamwork - summary: Get installedApps from users - description: The apps installed in the personal scope of this user. + summary: List apps installed for user + description: Retrieve the list of apps installed in the personal scope of the specified user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0 operationId: user.teamwork_ListInstalledApp parameters: - name: user-id @@ -47934,7 +50266,11 @@ paths: post: tags: - users.userTeamwork - summary: Create new navigation property to installedApps for users + summary: Install app for user + description: Install an app in the personal scope of the specified user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0 operationId: user.teamwork_CreateInstalledApp parameters: - name: user-id @@ -47966,8 +50302,11 @@ paths: get: tags: - users.userTeamwork - summary: Get installedApps from users - description: The apps installed in the personal scope of this user. + summary: Get installed app for user + description: Retrieve the app installed in the personal scope of the specified user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0 operationId: user.teamwork_GetInstalledApp parameters: - name: user-id @@ -48058,7 +50397,11 @@ paths: delete: tags: - users.userTeamwork - summary: Delete navigation property installedApps for users + summary: Uninstall app for user + description: Uninstall an app from the personal scope of the specified user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0 operationId: user.teamwork_DeleteInstalledApp parameters: - name: user-id @@ -48093,8 +50436,11 @@ paths: get: tags: - users.userTeamwork - summary: Get chat from users - description: The chat between the user and Teams app. + summary: Get chat between user and teamsApp + description: Retrieve the chat of the specified user and Teams app. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0 operationId: user.teamwork.installedApp_GetChat parameters: - name: user-id @@ -48868,9 +51214,13 @@ components: type: string description: The email address for sending messages to the channel. Read-only. nullable: true + isArchived: + type: boolean + description: Indicates whether the channel is archived. Read-only. + nullable: true isFavoriteByDefault: type: boolean - description: 'Indicates whether the channel should automatically be marked ''favorite'' for all members of the team. Can only be set programmatically with Create team. Default: false.' + description: 'Indicates whether the channel should be marked as recommended for all members of the team to show in their channel list. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false.' nullable: true membershipType: $ref: '#/components/schemas/microsoft.graph.channelMembershipType' @@ -49056,16 +51406,16 @@ components: description: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. autoSubscribeNewMembers: type: boolean - description: 'Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don''t set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true classification: type: string - description: 'Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).' + description: 'Describes a classification for the group (such as low, medium, or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. 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 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' + description: 'Timestamp of when the group was created. The value can''t be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: @@ -49074,12 +51424,12 @@ components: nullable: true displayName: type: string - description: 'The display name for the group. This property is required when a group is created and cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' + description: 'The display name for the group. This property is required when a group is created and can''t be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Timestamp of when the group is set to expire. It is null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' + description: 'Timestamp of when the group is set to expire. It''s null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' format: date-time nullable: true groupTypes: @@ -49093,11 +51443,11 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean - description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isArchived: type: boolean @@ -49105,7 +51455,7 @@ components: nullable: true isAssignableToRole: type: boolean - description: 'Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group cannot be a dynamic group (that is, groupTypes cannot contain DynamicMembership). Only callers in Global Administrator and Privileged Role Administrator roles can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).' + description: 'Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can''t be a dynamic group (that is, groupTypes can''t contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).' nullable: true isSubscribedByMail: type: boolean @@ -49123,7 +51473,7 @@ components: nullable: true mailNickname: type: string - description: 'The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following: @ () / [] '' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following characters: @ () / [] '' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true membershipRule: type: string @@ -49135,15 +51485,17 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Indicates the last time at which the group was synced with the on-premises directory.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 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).' + description: 'Indicates the last time at which the group was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).' format: date-time nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -49156,15 +51508,15 @@ components: nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Returned by default. Supports $filter (eq including on null values). Read-only. + description: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Returned by default. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean - description: 'true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).' + description: 'true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).' nullable: true preferredDataLocation: type: string - description: 'The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator''s preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned one of the following Microsoft Entra roles: Global Administrator User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.' + description: 'The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator''s preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.' nullable: true preferredLanguage: type: string @@ -49178,7 +51530,7 @@ components: renewedDateTime: 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: 'Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' + description: 'Timestamp of when the group was last renewed. This value can''t be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' format: date-time nullable: true securityEnabled: @@ -49187,16 +51539,16 @@ components: nullable: true securityIdentifier: type: string - description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' + description: 'Security identifier of the group, used in Windows scenarios. Read-only. Returned by default.' nullable: true serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).' + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance).' theme: type: string - description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange, or Red. Returned by default.' nullable: true uniqueName: type: string @@ -49206,24 +51558,24 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'Count of conversations that received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true visibility: type: string - description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value is not specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' + description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' nullable: true acceptedSenders: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The list of users or groups allowed to create posts or calendar events in this group. If this list is non-empty, then only users or groups listed here are allowed to post.' + description: 'The list of users or groups allowed to create posts or calendar events in this group. If this list is nonempty, then only users or groups listed here are allowed to post.' x-ms-navigationProperty: true appRoleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' - description: Represents the app roles a group has been granted for an application. Supports $expand. + description: Represents the app roles granted to a group for an application. Supports $expand. x-ms-navigationProperty: true calendar: $ref: '#/components/schemas/microsoft.graph.calendar' @@ -49291,7 +51643,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).' + description: 'The owners of the group. Limited to 100 owners. Nullable. If this property isn''t specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).' x-ms-navigationProperty: true permissionGrants: type: array @@ -49318,7 +51670,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + description: 'Settings that can govern this group''s behavior, like whether members can invite guests to the group. Nullable.' x-ms-navigationProperty: true sites: type: array @@ -49780,7 +52132,7 @@ components: description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string - description: 'Represents the region of the organization. > The region property contains the organization''s or the user''s region. The property contains the user''s region (if available) for users who have a valid multigeo license. For users without multigeo licenses, the region property contains the organization''s region.' + description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array @@ -49879,11 +52231,11 @@ components: properties: locale: type: string - description: The chosen locale of a user in Microsoft Teams. + description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string - description: The region of the user in Microsoft Teams. + description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array @@ -50206,11 +52558,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: 'The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' nullable: true id: type: string - description: Unique identifier for the identity. + description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' nullable: true additionalProperties: type: object @@ -50878,7 +53230,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' scope: type: string - description: 'Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.' + description: 'Indicates the scope of how the item is shared. The possible values are: anonymous, organization, or users. Read-only.' nullable: true sharedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -51065,6 +53417,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' + description: 'For type permissions, the details of the users to whom permission was granted. Read-only.' grantedToIdentitiesV2: type: array items: @@ -51300,11 +53653,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -52012,6 +54365,8 @@ components: - unknownFutureValue - teamifyGroup - createChannel + - archiveChannel + - unarchiveChannel type: string microsoft.graph.teamsAsyncOperationStatus: title: teamsAsyncOperationStatus @@ -52766,7 +55121,7 @@ components: nullable: true path: type: string - description: Path that can be used to navigate to the item. Read-only. + description: Percent-encoded path that can be used to navigate to the item. Read-only. nullable: true shareId: type: string @@ -52802,7 +55157,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' - description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn''t differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0).' + description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn''t differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0).' assignedPlans: type: array items: @@ -52819,32 +55174,32 @@ components: type: array items: type: string - description: 'The telephone numbers for the user. NOTE: Although it is a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith).' + description: 'The telephone numbers for the user. NOTE: Although it''s a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith).' city: type: string description: 'The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true companyName: type: string - description: 'The name of the company that the user is associated with. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true consentProvidedForMinor: type: string - description: 'Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied and NotRequired. Refer to the legal age group property definitions for further information. Returned only on $select. Supports $filter (eq, ne, not, and in).' + description: 'Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in).' nullable: true country: type: string - description: 'The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The country/region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'The date and time the user was created, in ISO 8601 format and UTC. The value cannot be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).' + description: 'The date and time the user was created, in ISO 8601 format and UTC. The value can''t be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).' format: date-time nullable: true creationType: type: string - description: 'Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in).' + description: 'Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in).' nullable: true customSecurityAttributes: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeValue' @@ -52860,7 +55215,7 @@ components: format: int32 displayName: type: string - description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search.' + description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and family name. This property is required when a user is created and it can''t be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search.' nullable: true employeeHireDate: 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])$' @@ -52875,7 +55230,7 @@ components: employeeLeaveDateTime: 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 when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader, or Global Administrator. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.' + description: 'The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.' format: date-time nullable: true employeeOrgData: @@ -52886,7 +55241,7 @@ components: nullable: true externalUserState: type: string - description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in).' + description: 'For a guest invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in).' nullable: true externalUserStateChangeDateTime: 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])$' @@ -52905,13 +55260,13 @@ components: hireDate: 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 hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.' + description: 'The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.' format: date-time identities: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' - description: 'Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It may contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.' + description: 'Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.' imAddresses: type: array items: @@ -52926,7 +55281,7 @@ components: description: A list for the user to describe their interests. Returned only on $select. isResourceAccount: type: boolean - description: Do not use – reserved for future use. + description: Don't use – reserved for future use. nullable: true jobTitle: type: string @@ -52940,13 +55295,13 @@ components: nullable: true legalAgeGroupClassification: type: string - description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. Refer to the legal age group property definitions for further information. Returned only on $select.' + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' - description: State of license assignments for this user. Also indicates licenses that are directly assigned or the user has inherited through group memberships. Read-only. Returned only on $select. + description: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. Returned only on $select. mail: type: string description: 'The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user''s proxyAddresses collection to include the value as an SMTP address. This property can''t contain accent characters. NOTE: We don''t recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).' @@ -52981,7 +55336,7 @@ components: $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' onPremisesImmutableId: type: string - description: 'This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you''re using a federated domain for the user''s userPrincipalName (UPN) property. NOTE: The $ and _ characters can''t be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in)..' + description: 'This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you''re using a federated domain for the user''s userPrincipalName (UPN) property. NOTE: The $ and _ characters can''t be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -53000,7 +55355,7 @@ components: nullable: true onPremisesSecurityIdentifier: type: string - description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean @@ -53014,10 +55369,10 @@ 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. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).' + description: 'A list of other email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. NOTE: This property can''t contain accent characters. Returned only on $select. 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. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).' + 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 might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).' nullable: true passwordProfile: $ref: '#/components/schemas/microsoft.graph.passwordProfile' @@ -53037,7 +55392,7 @@ components: nullable: true preferredLanguage: type: string - description: 'The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: ''en-US'', or ''es-ES''. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values)' + description: 'The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: ''en-US'', or ''es-ES''. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values)' nullable: true preferredName: type: string @@ -53054,7 +55409,7 @@ components: type: array items: type: string - description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).' + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. Changes to the mail property update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address, while those addresses prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).' responsibilities: type: array items: @@ -53066,7 +55421,7 @@ components: items: type: string nullable: true - description: A list for the user to enumerate the schools they have attended. Returned only on $select. + description: A list for the user to enumerate the schools they attended. Returned only on $select. securityIdentifier: type: string description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).' @@ -53075,7 +55430,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' - description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).' + description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' showInAddressList: type: boolean description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. @@ -53085,7 +55440,7 @@ components: signInSessionsValidFromDateTime: 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: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select.' + description: 'Any refresh tokens or session tokens (session cookies) issued before this time are invalid. Applications get an error when using an invalid refresh or session token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select.' format: date-time nullable: true skills: @@ -53100,7 +55455,7 @@ components: nullable: true streetAddress: type: string - description: 'The street address of the user''s place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'The street address of the user''s place of business. Maximum length is 1,024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true surname: type: string @@ -53108,15 +55463,15 @@ components: nullable: true usageLocation: type: string - description: 'A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' + description: 'A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true userPrincipalName: type: string - description: 'The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this should map to the user''s email name. The general format is alias@domain, where the domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can''t contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, '' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby.' + description: 'The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this value should map to the user''s email name. The general format is alias@domain, where the domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can''t contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, '' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby.' nullable: true userType: type: string - description: 'A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Microsoft Entra ID?' + description: 'A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID?' nullable: true activities: type: array @@ -53134,7 +55489,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' - description: Represents the app roles a user has been granted for an application. Supports $expand. + description: Represents the app roles a user is granted for an application. Supports $expand. x-ms-navigationProperty: true authentication: $ref: '#/components/schemas/microsoft.graph.authentication' @@ -53225,7 +55580,7 @@ components: inferenceClassification: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' insights: - $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' + $ref: '#/components/schemas/microsoft.graph.itemInsights' joinedTeams: type: array items: @@ -53288,13 +55643,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Devices that are owned by the user. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + description: 'Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true ownedObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Directory objects that are owned by the user. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + description: 'Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true people: type: array @@ -53337,7 +55692,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'The users and groups responsible for this guest user''s privileges in the tenant and keep the guest user''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' + description: 'The users and groups responsible for this guest''s privileges in the tenant and keeping the guest''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' x-ms-navigationProperty: true teamwork: $ref: '#/components/schemas/microsoft.graph.userTeamwork' @@ -53679,15 +56034,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -53706,7 +56062,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -53717,13 +56073,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -53758,11 +56114,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -53781,19 +56137,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -53819,24 +56175,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -53844,7 +56200,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -54450,6 +56806,7 @@ components: nullable: true owner: type: string + description: 'Use the container property instead. ID of the group that owns the plan. After it''s set, this property can’t be updated. This property won''t return a valid group ID if the container of the plan isn''t a group.' nullable: true title: type: string @@ -54488,6 +56845,8 @@ components: title: siteCollection type: object properties: + archivalDetails: + $ref: '#/components/schemas/microsoft.graph.siteArchivalDetails' dataLocationCode: type: string description: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -55175,7 +57534,7 @@ components: lastNonInteractiveSignInDateTime: 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 last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' + description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' format: date-time nullable: true lastNonInteractiveSignInRequestId: @@ -55185,13 +57544,23 @@ components: lastSignInDateTime: 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 last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted (either successfully or unsuccessfully) to sign in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' + description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted (either successfully or unsuccessfully) to sign in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.' format: date-time nullable: true lastSignInRequestId: type: string description: Request identifier of the last interactive sign-in performed by this user. nullable: true + lastSuccessfulSignInDateTime: + 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 of the user''s most recent successful sign-in activity. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + lastSuccessfulSignInRequestId: + type: string + description: The request ID of the last successful sign-in. + nullable: true additionalProperties: type: object microsoft.graph.userActivity: @@ -55214,7 +57583,7 @@ components: description: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device. nullable: true contentInfo: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Optional. A custom piece of data - JSON-LD extensible description of content according to schema.org syntax. contentUrl: type: string description: 'Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).' @@ -55353,13 +57722,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' - description: Represents the status of a long-running operation. + description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' - description: 'Represents the password that''s registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.' + description: 'Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.' x-ms-navigationProperty: true phoneMethods: type: array @@ -55371,7 +57740,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' - description: The software OATH TOTP applications registered to a user for authentication. + description: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. x-ms-navigationProperty: true temporaryAccessPassMethods: type: array @@ -55526,7 +57895,7 @@ components: nullable: true generation: type: string - description: The contact's generation. + description: The contact's suffix. nullable: true givenName: type: string @@ -55679,30 +58048,11 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.officeGraphInsights: + microsoft.graph.itemInsights: allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: officeGraphInsights + - $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' + - title: itemInsights type: object - properties: - shared: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.sharedInsight' - description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' - x-ms-navigationProperty: true - trending: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.trending' - description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' - x-ms-navigationProperty: true - used: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.usedInsight' - description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' - x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.licenseDetails: @@ -56294,10 +58644,10 @@ components: properties: clientId: type: string - description: The object id (not appId) of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). + description: The object id (not appId) of the client service principal for the application that's authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). consentType: type: string - description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' + description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Nonadmin users might be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' nullable: true principalId: type: string @@ -56305,10 +58655,10 @@ components: nullable: true resourceId: type: string - description: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only). + description: The id of the resource service principal to which access is authorized. This identifies the API that the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only). scope: type: string - description: 'A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3850 characters in length.' + description: 'A space-separated list of the claim values for delegated permissions that should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3,850 characters in length.' nullable: true additionalProperties: type: object @@ -56320,6 +58670,7 @@ components: properties: attendeeReport: type: string + description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. format: base64url nullable: true broadcastSettings: @@ -56341,13 +58692,14 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this meeting is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' startDateTime: 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 meeting start time in UTC. Required when you create an online meeting. + description: The meeting start time in UTC. format: date-time nullable: true recordings: @@ -56530,8 +58882,12 @@ components: contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' + itemInsights: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' + storage: + $ref: '#/components/schemas/microsoft.graph.userStorage' windows: type: array items: @@ -56656,18 +59012,13 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object - microsoft.graph.Json: - title: Json - type: object - additionalProperties: - type: object microsoft.graph.workbookOperationError: title: workbookOperationError type: object @@ -56702,14 +59053,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -56724,10 +59075,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -56740,13 +59091,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -56803,7 +59154,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -56819,7 +59170,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.calendarRoleType: @@ -57342,6 +59693,14 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' additionalProperties: type: object + microsoft.graph.siteArchivalDetails: + title: siteArchivalDetails + type: object + properties: + archiveStatus: + $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' + additionalProperties: + type: object microsoft.graph.booleanColumn: title: booleanColumn type: object @@ -57987,7 +60346,7 @@ components: description: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color nullable: true content: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Optional. Custom piece of data - JSON object used to provide custom content to render the activity in the Windows Shell UI description: type: string description: 'Optional. Longer text description of the user''s unique activity (example: document name, first sentence, and/or metadata)' @@ -58019,13 +60378,13 @@ 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. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client. + description: Optional. UTC DateTime when the activityHistoryItem will undergo hard-delete. Can be set by the client. format: date-time nullable: true lastActiveDateTime: 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. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.' + description: 'Optional. UTC DateTime when the activityHistoryItem (activity session) was last understood as active or finished - if null, activityHistoryItem status should be Ongoing.' format: date-time nullable: true lastModifiedDateTime: @@ -58037,7 +60396,7 @@ components: startedDateTime: 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: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history. + description: Required. UTC DateTime when the activityHistoryItem (activity session) was started. Required for timeline history. format: date-time status: $ref: '#/components/schemas/microsoft.graph.status' @@ -58298,7 +60657,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -58326,65 +60684,30 @@ components: $ref: '#/components/schemas/microsoft.graph.emailAddress' additionalProperties: type: object - microsoft.graph.sharedInsight: + microsoft.graph.officeGraphInsights: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: sharedInsight + - title: officeGraphInsights type: object properties: - lastShared: - $ref: '#/components/schemas/microsoft.graph.sharingDetail' - resourceReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - resourceVisualization: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - sharingHistory: + shared: type: array items: - $ref: '#/components/schemas/microsoft.graph.sharingDetail' - lastSharedMethod: - $ref: '#/components/schemas/microsoft.graph.entity' - resource: - $ref: '#/components/schemas/microsoft.graph.entity' - additionalProperties: - type: object - microsoft.graph.trending: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: trending - type: object - properties: - 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 - format: date-time - nullable: true - resourceReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - resourceVisualization: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - weight: - type: number - description: 'Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.' - format: double - resource: - $ref: '#/components/schemas/microsoft.graph.entity' - additionalProperties: - type: object - microsoft.graph.usedInsight: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: usedInsight - type: object - properties: - lastUsed: - $ref: '#/components/schemas/microsoft.graph.usageDetails' - resourceReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - resourceVisualization: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - resource: - $ref: '#/components/schemas/microsoft.graph.entity' + $ref: '#/components/schemas/microsoft.graph.sharedInsight' + description: 'Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + x-ms-navigationProperty: true + trending: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.trending' + description: 'Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + x-ms-navigationProperty: true + used: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.usedInsight' + description: 'Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.servicePlanInfo: @@ -59440,6 +61763,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' + description: Information about the meeting attendees. organizer: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' additionalProperties: @@ -59487,7 +61811,7 @@ 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: 'Date and time at which the transcript was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true meetingId: @@ -59587,6 +61911,16 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.userInsightsSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userInsightsSettings + type: object + properties: + isEnabled: + type: boolean + additionalProperties: + type: object microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -59600,6 +61934,16 @@ components: description: Availability of the user to be scheduled for work and its recurrence pattern. additionalProperties: type: object + microsoft.graph.userStorage: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userStorage + type: object + properties: + quota: + $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' + additionalProperties: + type: object microsoft.graph.windowsSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -59724,31 +62068,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -59774,7 +62118,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -59782,7 +62126,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -59795,7 +62139,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -59803,7 +62147,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -59815,15 +62159,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -60128,6 +62472,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.termStore.term: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -60404,7 +62756,7 @@ components: properties: accountEnabled: type: boolean - description: 'true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property.' + description: 'true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers with at least the Cloud Device Administrator role can set this property.' nullable: true alternativeSecurityIds: type: array @@ -60429,7 +62781,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -60437,7 +62789,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -60456,7 +62808,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -60468,7 +62820,7 @@ components: nullable: true isRooted: type: boolean - description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. + description: true if the device is rooted or jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string @@ -60530,7 +62882,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 details, 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.' nullable: true extensions: type: array @@ -60610,104 +62962,68 @@ components: - completed - unknownFutureValue type: string - microsoft.graph.sharingDetail: - title: sharingDetail - type: object - properties: - sharedBy: - $ref: '#/components/schemas/microsoft.graph.insightIdentity' - sharedDateTime: - 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 file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - sharingReference: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - sharingSubject: - type: string - description: The subject with which the document was shared. - nullable: true - sharingType: - type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' - nullable: true - additionalProperties: - type: object - microsoft.graph.resourceReference: - title: resourceReference - type: object - properties: - id: - type: string - description: The item's unique identifier. - nullable: true - type: - type: string - description: 'A string value that can be used to classify the item, such as ''microsoft.graph.driveItem''' - nullable: true - webUrl: - type: string - description: A URL leading to the referenced item. - nullable: true - additionalProperties: - type: object - microsoft.graph.resourceVisualization: - title: resourceVisualization - type: object - properties: - containerDisplayName: - type: string - description: 'A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.' - nullable: true - containerType: - type: string - description: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness. - nullable: true - containerWebUrl: - type: string - description: A path leading to the folder in which the item is stored. - nullable: true - mediaType: - type: string - description: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported. - nullable: true - previewImageUrl: - type: string - description: A URL leading to the preview image for the item. - nullable: true - previewText: - type: string - description: A preview text for the item. - nullable: true - title: - type: string - description: The item's title text. - nullable: true - type: - type: string - description: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types. - nullable: true - additionalProperties: - type: object - microsoft.graph.usageDetails: - title: usageDetails - type: object - properties: - lastAccessedDateTime: - 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 resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' - format: date-time - nullable: true - additionalProperties: - type: object + microsoft.graph.sharedInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sharedInsight + type: object + properties: + lastShared: + $ref: '#/components/schemas/microsoft.graph.sharingDetail' + resourceReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + resourceVisualization: + $ref: '#/components/schemas/microsoft.graph.resourceVisualization' + sharingHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharingDetail' + lastSharedMethod: + $ref: '#/components/schemas/microsoft.graph.entity' + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + additionalProperties: + type: object + microsoft.graph.trending: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: trending + type: object + properties: + 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 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 is 2014-01-01T00:00:00Z' + format: date-time + nullable: true + resourceReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + resourceVisualization: + $ref: '#/components/schemas/microsoft.graph.resourceVisualization' + weight: + type: number + description: 'Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.' + format: double + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + additionalProperties: + type: object + microsoft.graph.usedInsight: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: usedInsight + type: object + properties: + lastUsed: + $ref: '#/components/schemas/microsoft.graph.usageDetails' + resourceReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + resourceVisualization: + $ref: '#/components/schemas/microsoft.graph.resourceVisualization' + resource: + $ref: '#/components/schemas/microsoft.graph.entity' + additionalProperties: + type: object microsoft.graph.messageRuleActions: title: messageRuleActions type: object @@ -61352,6 +63668,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -61361,6 +63678,7 @@ components: description: List of toll-free numbers that are displayed in the meeting invite. tollNumber: type: string + description: The toll number that connects to the Audio Conference Provider. nullable: true tollNumbers: type: array @@ -61576,6 +63894,41 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.unifiedStorageQuota: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: unifiedStorageQuota + type: object + properties: + deleted: + type: integer + format: int64 + nullable: true + manageWebUrl: + type: string + nullable: true + remaining: + type: integer + format: int64 + nullable: true + state: + type: string + nullable: true + total: + type: integer + format: int64 + nullable: true + used: + type: integer + format: int64 + nullable: true + services: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.windowsSettingType: title: windowsSettingType enum: @@ -61709,23 +64062,29 @@ components: properties: color: type: string + description: The color applied to the cell. nullable: true criterion1: type: string + description: A custom criterion. nullable: true criterion2: type: string + description: A custom criterion. nullable: true dynamicCriteria: type: string + description: A dynamic formula specified in a custom filter. filterOn: type: string + description: Indicates whether a filter is applied to a column. icon: $ref: '#/components/schemas/microsoft.graph.workbookIcon' operator: type: string + description: 'An operator in a cell; for example, =, >, <, <=, or <>.' values: - $ref: '#/components/schemas/microsoft.graph.Json' + description: The values that appear in the cell. additionalProperties: type: object microsoft.graph.workbookIcon: @@ -61736,11 +64095,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -61750,13 +64109,13 @@ components: type: object properties: majorUnit: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number. maximum: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minimum: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minorUnit: - $ref: '#/components/schemas/microsoft.graph.Json' + description: Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' majorGridlines: @@ -61794,28 +64153,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -61850,7 +64209,7 @@ components: type: object properties: value: - $ref: '#/components/schemas/microsoft.graph.Json' + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -62112,6 +64471,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -62349,21 +64709,101 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.insightIdentity: - title: insightIdentity + microsoft.graph.sharingDetail: + title: sharingDetail type: object properties: - address: + sharedBy: + $ref: '#/components/schemas/microsoft.graph.insightIdentity' + sharedDateTime: + 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 email address of the user who shared the item. + description: 'The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time nullable: true - displayName: + sharingReference: + $ref: '#/components/schemas/microsoft.graph.resourceReference' + sharingSubject: type: string - description: The display name of the user who shared the item. + description: The subject with which the document was shared. nullable: true + sharingType: + type: string + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' + nullable: true + additionalProperties: + type: object + microsoft.graph.resourceReference: + title: resourceReference + type: object + properties: id: type: string - description: The ID of the user who shared the item. + description: The item's unique identifier. + nullable: true + type: + type: string + description: 'A string value that can be used to classify the item, such as ''microsoft.graph.driveItem''' + nullable: true + webUrl: + type: string + description: A URL leading to the referenced item. + nullable: true + additionalProperties: + type: object + microsoft.graph.resourceVisualization: + title: resourceVisualization + type: object + properties: + containerDisplayName: + type: string + description: 'A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.' + nullable: true + containerType: + type: string + description: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness. + nullable: true + containerWebUrl: + type: string + description: A path leading to the folder in which the item is stored. + nullable: true + mediaType: + type: string + description: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported. + nullable: true + previewImageUrl: + type: string + description: A URL leading to the preview image for the item. + nullable: true + previewText: + type: string + description: A preview text for the item. + nullable: true + title: + type: string + description: The item's title text. + nullable: true + type: + type: string + description: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types. + nullable: true + additionalProperties: + type: object + microsoft.graph.usageDetails: + title: usageDetails + type: object + properties: + lastAccessedDateTime: + 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 resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' + format: date-time nullable: true additionalProperties: type: object @@ -62867,6 +65307,13 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.serviceStorageQuotaBreakdown: + allOf: + - $ref: '#/components/schemas/microsoft.graph.storageQuotaBreakdown' + - title: serviceStorageQuotaBreakdown + type: object + additionalProperties: + type: object microsoft.graph.taskStatus: title: taskStatus enum: @@ -63000,7 +65447,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -63017,7 +65464,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -63030,7 +65477,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object @@ -63107,6 +65554,52 @@ components: - stapleDualRight - stapleDualBottom - unknownFutureValue + - stapleTripleLeft + - stapleTripleTop + - stapleTripleRight + - stapleTripleBottom + - bindLeft + - bindTop + - bindRight + - bindBottom + - foldAccordion + - foldDoubleGate + - foldGate + - foldHalf + - foldHalfZ + - foldLeftGate + - foldLetter + - foldParallel + - foldPoster + - foldRightGate + - foldZ + - foldEngineeringZ + - punchTopLeft + - punchBottomLeft + - punchTopRight + - punchBottomRight + - punchDualLeft + - punchDualTop + - punchDualRight + - punchDualBottom + - punchTripleLeft + - punchTripleTop + - punchTripleRight + - punchTripleBottom + - punchQuadLeft + - punchQuadTop + - punchQuadRight + - punchQuadBottom + - fold + - trim + - bale + - bookletMaker + - coat + - laminate + - trimAfterPages + - trimAfterDocuments + - trimAfterCopies + - trimAfterJob type: string microsoft.graph.printMultipageLayout: title: printMultipageLayout @@ -64022,6 +66515,7 @@ components: description: Finishing processes to use when printing. fitPdfToPage: type: boolean + description: True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. nullable: true inputBin: type: string @@ -64031,10 +66525,11 @@ components: $ref: '#/components/schemas/microsoft.graph.printMargin' mediaSize: type: string - description: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. + description: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. nullable: true mediaType: type: string + description: The default media (such as paper) type to print the document on. nullable: true multipageLayout: $ref: '#/components/schemas/microsoft.graph.printMultipageLayout' @@ -64042,15 +66537,18 @@ components: $ref: '#/components/schemas/microsoft.graph.printOrientation' outputBin: type: string + description: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. nullable: true pageRanges: type: array items: $ref: '#/components/schemas/microsoft.graph.integerRange' + description: The page ranges to print. Read-only. pagesPerSheet: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of document pages to print on each sheet. format: int32 nullable: true quality: @@ -64067,7 +66565,7 @@ components: properties: ipAddress: type: string - description: Indicates the client IP address used by user performing the activity (audit log only). + description: Indicates the client IP address associated with the user performing the activity (audit log only). nullable: true userPrincipalName: type: string @@ -64156,6 +66654,24 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.insightIdentity: + title: insightIdentity + type: object + properties: + address: + type: string + description: The email address of the user who shared the item. + nullable: true + displayName: + type: string + description: The display name of the user who shared the item. + nullable: true + id: + type: string + description: The ID of the user who shared the item. + nullable: true + additionalProperties: + type: object microsoft.graph.settingSourceType: title: settingSourceType enum: @@ -64187,6 +66703,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.storageQuotaBreakdown: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: storageQuotaBreakdown + type: object + properties: + displayName: + type: string + nullable: true + manageWebUrl: + type: string + nullable: true + used: + type: integer + format: int64 + nullable: true + additionalProperties: + type: object microsoft.graph.workbookChartGridlinesFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -64560,4 +67094,4 @@ components: tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token scopes: { } security: - - azureaadv2: [ ] \ No newline at end of file + - azureaadv2: [ ] diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index 5349ce2530..a54e94969a 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -11,7 +11,7 @@ paths: tags: - users.Actions summary: Invoke action resetPassword - description: 'Reset a user''s password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and can''t be performed on a user''s own account. This flow writes the new password to Microsoft Entra ID and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and returns a Location header with a link where the caller can periodically check for the status of the reset operation.' + description: 'Reset a user''s password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and can''t be performed on a user''s own account. To reset a user''s password in Azure AD B2C, use the Update user API operation and update the passwordProfile > forceChangePasswordNextSignIn object. This flow writes the new password to Microsoft Entra ID and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and returns a Location header with a link where the caller can periodically check for the status of the reset operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0 @@ -15623,7 +15623,7 @@ paths: tags: - users.Actions summary: Invoke action assignLicense - description: Add or remove subscriptions for the user. You can also enable and disable specific plans associated with a subscription. + description: 'Add or remove licenses for the user to enable or disable their use of Microsoft cloud offerings that the company has licenses to. For example, an organization can have a Microsoft 365 Enterprise E3 subscription with 100 licenses, and this request assigns one of those licenses to a specific user. You can also enable and disable specific plans associated with a subscription.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0 @@ -21185,11 +21185,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 30497bfa57..bae52dc824 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -10883,11 +10883,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 5c456dbfa4..234c80e60e 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -14,7 +14,7 @@ paths: description: List properties and relationships of the user objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0 operationId: user_ListUser parameters: - name: ConsistencyLevel @@ -73,11 +73,11 @@ paths: post: tags: - users.user - summary: Create user - description: Create a new user object. + summary: Create User + description: "Create a new user.\nThe request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0 operationId: user_CreateUser requestBody: description: New entity @@ -100,11 +100,11 @@ paths: get: tags: - users.user - summary: Get user - description: Read properties and relationships of the user object. + summary: Get a user + description: 'Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0 operationId: user_GetUser parameters: - name: user-id @@ -12238,7 +12238,7 @@ components: nullable: true hideFromAddressLists: type: boolean - description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' + description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean @@ -12280,6 +12280,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: 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])$' @@ -12289,6 +12290,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -12623,7 +12625,7 @@ components: nullable: true deviceId: type: string - description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' + description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string @@ -12631,7 +12633,7 @@ components: nullable: true deviceOwnership: type: string - description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' + description: 'Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 @@ -12650,7 +12652,7 @@ components: nullable: true enrollmentType: type: string - description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' + description: 'Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.' nullable: true isCompliant: type: boolean @@ -12724,7 +12726,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 details, 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.' nullable: true extensions: type: array @@ -13384,11 +13386,11 @@ components: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid - description: A collection of the unique identifiers for plans that have been disabled. + description: A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string - description: The unique identifier for the SKU. + description: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. format: uuid nullable: true additionalProperties: @@ -16624,7 +16626,7 @@ components: type: array items: type: string - description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing ''{BUNDLEID}''. For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth.' additionalProperties: type: object microsoft.graph.requestSignatureVerification: @@ -25542,15 +25544,16 @@ components: properties: content: type: string - description: The content of comment. + description: The content of the comment. nullable: true contentType: type: string - description: Indicates the type for the comment. + description: The content type of the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: The list of replies to the comment. Read-only. Nullable. x-ms-navigationProperty: true additionalProperties: type: object @@ -25569,7 +25572,7 @@ components: properties: comment: type: string - description: Represents the comment associated with this name. + description: The comment associated with this name. nullable: true name: type: string @@ -25580,13 +25583,13 @@ components: description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string - description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + description: 'The type of reference is associated with the name. Possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: - description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' + description: 'The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only.' visible: type: boolean - description: Specifies whether the object is visible or not. + description: Indicates whether the object is visible. worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' additionalProperties: @@ -25621,11 +25624,11 @@ components: description: Indicates whether the last column contains special formatting. legacyId: type: string - description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. + description: A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string - description: Name of the table. + description: The name of the table. nullable: true showBandedColumns: type: boolean @@ -25644,19 +25647,19 @@ components: description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string - description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + description: 'A constant value that represents the Table style. Possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - description: Represents a collection of all the columns in the table. Read-only. + description: The list of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - description: Represents a collection of all the rows in the table. Read-only. + description: The list of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' @@ -25682,24 +25685,24 @@ components: format: int32 visibility: type: string - description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + description: 'The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' - description: Returns collection of charts that are part of the worksheet. Read-only. + description: The list of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - description: Returns collection of names that are associated with the worksheet. Read-only. + description: The list of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' - description: Collection of PivotTables that are part of the worksheet. + description: The list of piot tables that are part of the worksheet. x-ms-navigationProperty: true protection: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' @@ -25707,7 +25710,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' - description: Collection of tables that are part of the worksheet. Read-only. + description: The list of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -28111,11 +28114,11 @@ components: properties: content: type: string - description: The content of a comment reply. + description: The content of the reply. nullable: true contentType: type: string - description: Indicates the type for the comment reply. + description: The content type for the reply. additionalProperties: type: object microsoft.graph.workbookOperationError: @@ -28152,14 +28155,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + description: The index of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string - description: Returns the name of the table column. + description: The name of the table column. nullable: true values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.' filter: $ref: '#/components/schemas/microsoft.graph.workbookFilter' additionalProperties: @@ -28174,10 +28177,10 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + description: The index of the row within the rows collection of the table. Zero-based. Read-only. format: int32 values: - description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' + description: 'The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string.' additionalProperties: type: object microsoft.graph.workbookTableSort: @@ -28190,13 +28193,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' - description: Represents the current conditions used to last sort the table. Read-only. + description: The list of the current conditions last used to sort the table. Read-only. matchCase: type: boolean - description: Represents whether the casing impacted the last sort of the table. Read-only. + description: Indicates whether the casing impacted the last sort of the table. Read-only. method: type: string - description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' + description: 'The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' additionalProperties: type: object microsoft.graph.workbookChart: @@ -28253,7 +28256,7 @@ components: properties: name: type: string - description: Name of the PivotTable. + description: The name of the pivot table. nullable: true worksheet: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' @@ -28269,7 +28272,7 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' protected: type: boolean - description: Indicates if the worksheet is protected. Read-only. + description: Indicates whether the worksheet is protected. Read-only. additionalProperties: type: object microsoft.graph.accessAction: @@ -28738,31 +28741,31 @@ components: nullable: true separator: type: string - description: String representing the separator used for the data labels on a chart. + description: String that represents the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean - description: Boolean value representing if the data label bubble size is visible or not. + description: Boolean value that represents whether the data label bubble size is visible. nullable: true showCategoryName: type: boolean - description: Boolean value representing if the data label category name is visible or not. + description: Boolean value that represents whether the data label category name is visible. nullable: true showLegendKey: type: boolean - description: Boolean value representing if the data label legend key is visible or not. + description: Boolean value that represents whether the data label legend key is visible. nullable: true showPercentage: type: boolean - description: Boolean value representing if the data label percentage is visible or not. + description: Boolean value that represents whether the data label percentage is visible. nullable: true showSeriesName: type: boolean - description: Boolean value representing if the data label series name is visible or not. + description: Boolean value that represents whether the data label series name is visible. nullable: true showValue: type: boolean - description: Boolean value representing if the data label value is visible or not. + description: Boolean value that represents whether the data label value is visible. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' @@ -28788,7 +28791,7 @@ components: properties: overlay: type: boolean - description: Boolean value for whether the chart legend should overlap with the main body of the chart. + description: Indicates whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string @@ -28796,7 +28799,7 @@ components: nullable: true visible: type: boolean - description: A boolean value the represents the visibility of a ChartLegend object. + description: Indicates whether the chart legend is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' additionalProperties: @@ -28809,7 +28812,7 @@ components: properties: name: type: string - description: Represents the name of a series in a chart. + description: The name of a series in a chart. nullable: true format: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' @@ -28817,7 +28820,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - description: Represents a collection of all points in the series. Read-only. + description: A collection of all points in the series. Read-only. x-ms-navigationProperty: true additionalProperties: type: object @@ -28829,15 +28832,15 @@ components: properties: overlay: type: boolean - description: Boolean value representing if the chart title will overlay the chart or not. + description: Indicates whether the chart title will overlay the chart or not. nullable: true text: type: string - description: Represents the title text of a chart. + description: The title text of the chart. nullable: true visible: type: boolean - description: A boolean value that represents the visibility of a chart title object. + description: Indicates whether the chart title is visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' additionalProperties: @@ -29077,11 +29080,11 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Represents the index of the icon in the given set. + description: The index of the icon in the given set. format: int32 set: type: string - description: 'Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' + description: 'The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.' additionalProperties: type: object microsoft.graph.workbookChartAxis: @@ -29135,28 +29138,28 @@ components: properties: bold: type: boolean - description: Represents the bold status of font. + description: Indicates whether the fond is bold. nullable: true color: type: string - description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' + description: 'The HTML color code representation of the text color. For example #FF0000 represents Red.' nullable: true italic: type: boolean - description: Represents the italic status of the font. + description: Indicates whether the fond is italic. nullable: true name: type: string - description: Font name (for example 'Calibri') + description: The font name. For example 'Calibri'. nullable: true size: type: number - description: Size of the font (for example 11) + description: 'The size of the font. For example, 11.' format: double nullable: true underline: type: string - description: 'Type of underline applied to the font. The possible values are: None, Single.' + description: 'The type of underlining applied to the font. The possible values are: None, Single.' nullable: true additionalProperties: type: object @@ -29191,7 +29194,7 @@ components: type: object properties: value: - description: Returns the value of a chart point. Read-only. + description: The value of a chart point. Read-only. format: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' additionalProperties: @@ -29345,7 +29348,7 @@ components: properties: visible: type: boolean - description: Boolean value representing if the axis gridlines are visible or not. + description: Indicates whether the axis gridlines are visible. format: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' additionalProperties: @@ -29362,7 +29365,7 @@ components: nullable: true visible: type: boolean - description: A boolean that specifies the visibility of an axis title. + description: A Boolean that specifies the visibility of an axis title. format: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' additionalProperties: @@ -29375,7 +29378,7 @@ components: properties: color: type: string - description: HTML color code representing the color of lines in the chart. + description: The HTML color code that represents the color of lines in the chart. nullable: true additionalProperties: type: object diff --git a/src/Authentication/Authentication/Cmdlets/InvokeMgGraphRequest.cs b/src/Authentication/Authentication/Cmdlets/InvokeMgGraphRequest.cs index 9090fd957e..ee0b7bf41c 100644 --- a/src/Authentication/Authentication/Cmdlets/InvokeMgGraphRequest.cs +++ b/src/Authentication/Authentication/Cmdlets/InvokeMgGraphRequest.cs @@ -453,6 +453,10 @@ internal async Task ProcessResponseAsync(HttpResponseMessage response) throw new ArgumentOutOfRangeException(nameof(OutputType)); } break; + case RestReturnType.PlainText: + responseString = await response.Content.ReadAsStringAsync(); + WriteObject(responseString); + break; case RestReturnType.OctetStream: if (OutputType == OutputType.HttpResponseMessage) WriteObject(response); diff --git a/src/Authentication/Authentication/Helpers/ContentHelper.cs b/src/Authentication/Authentication/Helpers/ContentHelper.cs index deac70d63b..76efd269b5 100644 --- a/src/Authentication/Authentication/Helpers/ContentHelper.cs +++ b/src/Authentication/Authentication/Helpers/ContentHelper.cs @@ -29,6 +29,8 @@ internal static RestReturnType CheckReturnType(this HttpResponseMessage response rt = RestReturnType.Image; else if (IsOctetStream(contentType)) rt = RestReturnType.OctetStream; + else if (IsPlainText(contentType)) + rt = RestReturnType.PlainText; return rt; } @@ -80,6 +82,8 @@ private static bool CheckIsOctetStream(string contentType) return isOctetStream; } + private static bool IsPlainText(string contentType) => contentType.Equals("text/plain", StringComparison.OrdinalIgnoreCase); + // used to split contentType arguments private static readonly char[] ContentTypeParamSeparator = { ';' }; diff --git a/src/Authentication/Authentication/Models/RestReturnType.cs b/src/Authentication/Authentication/Models/RestReturnType.cs index e55693eef1..212f5c834b 100644 --- a/src/Authentication/Authentication/Models/RestReturnType.cs +++ b/src/Authentication/Authentication/Models/RestReturnType.cs @@ -24,6 +24,10 @@ public enum RestReturnType /// /// image/* (image/jpeg, image/png) return type /// - Image = 4 + Image = 4, + /// + /// text/plain return type + /// + PlainText = 5 } } \ No newline at end of file diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index da0f6c16cd..0313024dcc 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,5 +1,8 @@ [ { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgApplicationKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -26,22 +29,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/addKey", - "Module": "Applications", - "Command": "Add-MgApplicationKey", "OutputType": "IMicrosoftGraphKeyCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgApplicationPassword", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -68,22 +71,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/addPassword", - "Module": "Applications", - "Command": "Add-MgApplicationPassword", "OutputType": "IMicrosoftGraphPasswordCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaAccessReviewDecision", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -102,35 +105,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/applyDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Add-MgBetaAccessReviewDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Apply", "ApplyViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Add-MgBetaAccessReviewInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Add-MgBetaAccessReviewInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Apply", "ApplyViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaApplicationKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -157,22 +160,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/addKey", - "Module": "Beta.Applications", - "Command": "Add-MgBetaApplicationKey", "OutputType": "IMicrosoftGraphKeyCredential", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaApplicationPassword", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -199,39 +202,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/addPassword", - "Module": "Beta.Applications", - "Command": "Add-MgBetaApplicationPassword", "OutputType": "IMicrosoftGraphPasswordCredential", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaChatMember", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/members/add", - "Module": "Beta.Teams", - "Command": "Add-MgBetaChatMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaCommunicationCallLargeGalleryView", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -258,27 +261,28 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "Module": "Beta.CloudCommunications", - "Command": "Add-MgBetaCommunicationCallLargeGalleryView", "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", - "Module": "Beta.Compliance", - "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Apply", "Apply1", @@ -286,18 +290,18 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", - "Module": "Beta.Compliance", - "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Apply", "Apply1", @@ -305,13 +309,12 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -330,22 +333,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", - "Module": "Beta.Compliance", - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364,318 +367,352 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", - "Module": "Beta.Compliance", - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Add", "AddExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Apply", "ApplyExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaDriveListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Beta.Files", - "Command": "Add-MgBetaDriveListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Files", - "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Add-MgBetaExternalConnectionItemActivity", "Permissions": [], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", - "Module": "Beta.Search", - "Command": "Add-MgBetaExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupDriveListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupDriveListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupFavorite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/addFavorite", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupFavorite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/add", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupSiteContentModelGetByNameToDrive", + "Permissions": [], "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", + "OutputType": "IMicrosoftGraphContentModelUsage", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta" + "Module": "Beta.Groups", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupSiteContentModelToDrive", "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", + "OutputType": "IMicrosoftGraphContentModelUsage", + "ApiVersion": "beta", "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSiteContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupSiteContentTypeCopy", + "Permissions": [], "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "OutputType": "IMicrosoftGraphContentType", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta" + "Module": "Beta.Groups", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupSiteListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSiteListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Add-MgBetaGroupToLifecyclePolicy", "Permissions": [], + "Method": "POST", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "Module": "Beta.Groups", - "Command": "Add-MgBetaGroupToLifecyclePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Apply", "ApplyViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Apply", "ApplyViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -694,10 +731,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "Module": "Beta.Security", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Apply", "Apply1", @@ -705,13 +743,12 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -730,10 +767,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "Module": "Beta.Security", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Apply", "Apply1", @@ -741,13 +779,12 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -766,22 +803,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "Module": "Beta.Security", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -800,22 +837,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "Module": "Beta.Security", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -842,88 +879,122 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "Module": "Beta.Applications", - "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaShareListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "Module": "Beta.Files", - "Command": "Add-MgBetaShareListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Files", - "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSite", "Permissions": [], + "Method": "POST", "Uri": "/sites/add", - "Module": "Beta.Sites", - "Command": "Add-MgBetaSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Add", "AddExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSiteContentModelGetByNameToDrive", + "Permissions": [], "Method": "POST", + "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", + "OutputType": "IMicrosoftGraphContentModelUsage", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta" + "Module": "Beta.Sites", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSiteContentModelToDrive", "Permissions": [], - "Uri": "/sites/{site-id}/contentTypes/addCopy", + "Method": "POST", + "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", + "OutputType": "IMicrosoftGraphContentModelUsage", + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Add-MgBetaSiteContentTypeCopy", - "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSiteContentTypeCopy", + "Permissions": [], "Method": "POST", + "Uri": "/sites/{site-id}/contentTypes/addCopy", + "OutputType": "IMicrosoftGraphContentType", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta" + "Module": "Beta.Sites", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", "Permissions": [ { "Name": "Sites.Manage.All", @@ -942,22 +1013,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Sites", - "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSiteListContentTypeCopy", "Permissions": [ { "Name": "Sites.Manage.All", @@ -976,22 +1047,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Module": "Beta.Sites", - "Command": "Add-MgBetaSiteListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1010,377 +1081,377 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Sites", - "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "Module": "Beta.Teams", - "Command": "Add-MgBetaTeamChannelMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaTeamMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/members/add", - "Module": "Beta.Teams", - "Command": "Add-MgBetaTeamMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaTeamPrimaryChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/members/add", - "Module": "Beta.Teams", - "Command": "Add-MgBetaTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "Module": "Beta.Teams", - "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaUserChatMember", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "Module": "Beta.Users.Actions", - "Command": "Add-MgBetaUserChatMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaUserDriveListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Beta.Users.Actions", - "Command": "Add-MgBetaUserDriveListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Beta.Users.Actions", - "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaUserFollowedSite", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/followedSites/add", - "Module": "Beta.Users.Actions", - "Command": "Add-MgBetaUserFollowedSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", - "Module": "Beta.Users.Actions", - "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Apply", "ApplyViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgChatMember", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/members/add", - "Module": "Teams", - "Command": "Add-MgChatMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgCommunicationCallLargeGalleryView", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -1407,239 +1478,239 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "Module": "CloudCommunications", - "Command": "Add-MgCommunicationCallLargeGalleryView", "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgDriveListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Files", - "Command": "Add-MgDriveListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Files", - "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Add-MgExternalConnectionItemActivity", "Permissions": [], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", - "Module": "Search", - "Command": "Add-MgExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgGroupDriveListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Groups", - "Command": "Add-MgGroupDriveListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Groups", - "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgGroupFavorite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/addFavorite", - "Module": "Groups", - "Command": "Add-MgGroupFavorite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Add", "AddViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgGroupSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/add", - "Module": "Groups", - "Command": "Add-MgGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgGroupSiteContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", - "Module": "Groups", - "Command": "Add-MgGroupSiteContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Groups", - "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgGroupSiteListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Module": "Groups", - "Command": "Add-MgGroupSiteListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Groups", - "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgGroupToLifecyclePolicy", "Permissions": [], + "Method": "POST", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", - "Module": "Groups", - "Command": "Add-MgGroupToLifecyclePolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "Module": "Identity.Governance", - "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Apply", "ApplyViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1658,10 +1729,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", - "Module": "Security", - "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Apply", "Apply1", @@ -1669,13 +1741,12 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1694,10 +1765,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "Module": "Security", - "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Apply", "Apply1", @@ -1705,13 +1777,12 @@ "ApplyViaIdentity", "ApplyViaIdentity1", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1730,22 +1801,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "Module": "Security", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1764,22 +1835,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", - "Module": "Security", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgServicePrincipalKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1806,22 +1877,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", - "Module": "Applications", - "Command": "Add-MgServicePrincipalKey", "OutputType": "IMicrosoftGraphKeyCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgServicePrincipalPassword", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1848,22 +1919,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", - "Module": "Applications", - "Command": "Add-MgServicePrincipalPassword", "OutputType": "IMicrosoftGraphPasswordCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgServicePrincipalTokenSigningCertificate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1890,88 +1961,88 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "Module": "Applications", - "Command": "Add-MgServicePrincipalTokenSigningCertificate", "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgShareListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", - "Module": "Files", - "Command": "Add-MgShareListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Files", - "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgSite", "Permissions": [], + "Method": "POST", "Uri": "/sites/add", - "Module": "Sites", - "Command": "Add-MgSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Add", "AddExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgSiteContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/addCopy", - "Module": "Sites", - "Command": "Add-MgSiteContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1990,22 +2061,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Sites", - "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgSiteListContentTypeCopy", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2024,22 +2095,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "Module": "Sites", - "Command": "Add-MgSiteListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2058,190 +2129,190 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "Module": "Sites", - "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", - "Module": "Teams", - "Command": "Add-MgTeamChannelMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgTeamMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/members/add", - "Module": "Teams", - "Command": "Add-MgTeamMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgTeamPrimaryChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/members/add", - "Module": "Teams", - "Command": "Add-MgTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", - "Module": "Teams", - "Command": "Add-MgTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgUserChatMember", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/members/add", - "Module": "Users.Actions", - "Command": "Add-MgUserChatMember", "OutputType": "IMicrosoftGraphActionResultPart", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgUserDriveListContentTypeCopy", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", - "Module": "Users.Actions", - "Command": "Add-MgUserDriveListContentTypeCopy", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", - "Module": "Users.Actions", - "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Add-MgUserFollowedSite", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/followedSites/add", - "Module": "Users.Actions", - "Command": "Add-MgUserFollowedSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Approve", "ApproveExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Approve-MgBetaDeviceManagementElevationRequest", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Approve-MgBetaDeviceManagementElevationRequest", "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2260,147 +2331,147 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Approve" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Clear-MgApplicationVerifiedPublisher", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "Module": "Applications", - "Command": "Clear-MgApplicationVerifiedPublisher", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Unset", "UnsetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Clear-MgBetaApplicationVerifiedPublisher", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "Module": "Beta.Applications", - "Command": "Clear-MgBetaApplicationVerifiedPublisher", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Unset", "UnsetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaChatMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaChatMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaChatMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaChatMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Clear-MgBetaCommunicationPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/clearPresence", - "Module": "Beta.CloudCommunications", - "Command": "Clear-MgBetaCommunicationPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "Module": "Beta.CloudCommunications", - "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Clear", "ClearViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", - "Module": "Beta.Compliance", - "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Purge", "PurgeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", + "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2419,20 +2490,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Wipe", "WipeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaDeviceManagementComanagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2459,37 +2530,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Clear-MgBetaDeviceManagementComanagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/clearEnrollmentTimeDeviceMembershipTarget", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Clear", "ClearViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2516,141 +2587,141 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Clear-MgBetaDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", "Permissions": [], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "Module": "Beta.Security", - "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaTeamChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamChannelMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Teams", - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaUserAndBlockManagedApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2669,20 +2740,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/wipeAndBlockManagedApps", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserAndBlockManagedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Wipe", "WipeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaUserChatMessageReaction", "Permissions": [ { "Name": "ChatMessage.Send", @@ -2701,39 +2772,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserChatMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaUserChatMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserChatMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2752,56 +2823,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgBetaUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Clear-MgBetaUserPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2820,22 +2891,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/clearPresence", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2854,86 +2925,86 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "Module": "Beta.Users.Actions", - "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Clear", "ClearViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgChatMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Teams", - "Command": "Clear-MgChatMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgChatMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Teams", - "Command": "Clear-MgChatMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Clear-MgCommunicationPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/clearPresence", - "Module": "CloudCommunications", - "Command": "Clear-MgCommunicationPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", - "Module": "CloudCommunications", - "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Clear", "ClearViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Clear-MgDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2960,141 +3031,141 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "Module": "DeviceManagement.Actions", - "Command": "Clear-MgDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", "Permissions": [], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", - "Module": "Security", - "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgTeamChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Teams", - "Command": "Clear-MgTeamChannelMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgTeamChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Teams", - "Command": "Clear-MgTeamChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgTeamPrimaryChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", - "Module": "Teams", - "Command": "Clear-MgTeamPrimaryChannelMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Teams", - "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Teams", - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Teams", - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgUserChatMessageReaction", "Permissions": [ { "Name": "ChatMessage.Send", @@ -3113,56 +3184,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Module": "Users.Actions", - "Command": "Clear-MgUserChatMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Clear-MgUserChatMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Module": "Users.Actions", - "Command": "Clear-MgUserChatMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Clear-MgUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", - "Module": "Users.Actions", - "Command": "Clear-MgUserManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Clear-MgUserPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3181,22 +3252,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/clearPresence", - "Module": "Users.Actions", - "Command": "Clear-MgUserPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Clear-MgUserPresenceUserPreferredPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3215,20 +3286,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "Module": "Users.Actions", - "Command": "Clear-MgUserPresenceUserPreferredPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Clear", "ClearViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Close-MgBetaComplianceEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3247,20 +3318,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/close", - "Module": "Beta.Compliance", - "Command": "Close-MgBetaComplianceEdiscoveryCase", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Close", "CloseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3279,20 +3350,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "Module": "Beta.Security", - "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Close", "CloseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Close-MgSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3311,20 +3382,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "Module": "Security", - "Command": "Close-MgSecurityCaseEdiscoveryCase", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Close", "CloseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Compare-MgBetaDeviceManagementIntent", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3343,20 +3414,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Compare-MgBetaDeviceManagementIntent", "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Compare", "CompareViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Compare-MgBetaDeviceManagementTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3375,20 +3446,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Compare-MgBetaDeviceManagementTemplate", "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Compare", "CompareViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3407,362 +3478,362 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Compare", "CompareViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Complete", "CompleteExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Complete", "CompleteExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaDirectoryImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/impactedResources/{impactedResource-id}/complete", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Complete-MgBetaDirectoryImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaDirectoryRecommendation", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations/{recommendation-id}/complete", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Complete-MgBetaDirectoryRecommendation", "OutputType": "IMicrosoftGraphRecommendation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaTeamChannelMigration", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "Module": "Beta.Teams", - "Command": "Complete-MgBetaTeamChannelMigration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaTeamMigration", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/completeMigration", - "Module": "Beta.Teams", - "Command": "Complete-MgBetaTeamMigration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaTeamPrimaryChannelMigration", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "Module": "Beta.Teams", - "Command": "Complete-MgBetaTeamPrimaryChannelMigration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "Module": "Beta.Teams", - "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaUserOutlookTask", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", - "Module": "Beta.Users.Actions", - "Command": "Complete-MgBetaUserOutlookTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaUserOutlookTaskFolderTask", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "Module": "Beta.Users.Actions", - "Command": "Complete-MgBetaUserOutlookTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", - "Module": "Beta.Users.Actions", - "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Complete-MgTeamChannelMigration", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", - "Module": "Teams", - "Command": "Complete-MgTeamChannelMigration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Complete-MgTeamMigration", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/completeMigration", - "Module": "Teams", - "Command": "Complete-MgTeamMigration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Complete-MgTeamPrimaryChannelMigration", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/completeMigration", - "Module": "Teams", - "Command": "Complete-MgTeamPrimaryChannelMigration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", - "Module": "Teams", - "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Complete", "CompleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgApplicationMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/checkMemberGroups", - "Module": "Applications", - "Command": "Confirm-MgApplicationMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgApplicationMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/checkMemberObjects", - "Module": "Applications", - "Command": "Confirm-MgApplicationMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaApplicationMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/checkMemberGroups", - "Module": "Beta.Applications", - "Command": "Confirm-MgBetaApplicationMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaApplicationMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/checkMemberObjects", - "Module": "Beta.Applications", - "Command": "Confirm-MgBetaApplicationMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaAuditLogSignInCompromised", "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3781,20 +3852,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/auditLogs/signIns/confirmCompromised", - "Module": "Beta.Reports", - "Command": "Confirm-MgBetaAuditLogSignInCompromised", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Confirm", "ConfirmExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaAuditLogSignInSafe", "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3813,20 +3884,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/auditLogs/signIns/confirmSafe", - "Module": "Beta.Reports", - "Command": "Confirm-MgBetaAuditLogSignInSafe", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Confirm", "ConfirmExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaContactMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -3917,22 +3988,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaContactMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaContactMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -4031,56 +4102,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaContactMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaContractMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/contracts/{contract-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaContractMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaContractMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/contracts/{contract-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaContractMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -4099,20 +4170,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Verify", "VerifyViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaDeviceMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -4203,22 +4274,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/devices/{device-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDeviceMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaDeviceMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -4317,56 +4388,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/devices/{device-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDeviceMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -4457,22 +4528,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "Module": "Beta.DirectoryObjects", - "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectoryObjectMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -4571,154 +4642,154 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "Module": "Beta.DirectoryObjects", - "Command": "Confirm-MgBetaDirectoryObjectMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectoryRoleMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryRoleMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaDomain", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/verify", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Verify", "VerifyViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Check", "CheckViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaGroupMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -4809,22 +4880,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/checkMemberGroups", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaGroupMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -4923,118 +4994,118 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/checkMemberObjects", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", - "Module": "Beta.Groups", - "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaInformationProtectionSignature", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/verifySignature", - "Module": "Beta.Identity.SignIns", - "Command": "Confirm-MgBetaInformationProtectionSignature", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Verify", "VerifyExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaOrganizationMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/checkMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaOrganizationMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaOrganizationMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/checkMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Confirm-MgBetaOrganizationMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "Module": "Beta.Identity.SignIns", - "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Confirm", "ConfirmExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaRiskyUserCompromised", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "Module": "Beta.Identity.SignIns", - "Command": "Confirm-MgBetaRiskyUserCompromised", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Confirm", "ConfirmExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaServicePrincipalMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -5125,22 +5196,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "Module": "Beta.Applications", - "Command": "Confirm-MgBetaServicePrincipalMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaServicePrincipalMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -5239,71 +5310,71 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "Module": "Beta.Applications", - "Command": "Confirm-MgBetaServicePrincipalMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaSiteInformationProtectionSignature", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/verifySignature", - "Module": "Beta.Sites", - "Command": "Confirm-MgBetaSiteInformationProtectionSignature", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaTeamScheduleTimeCard", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", - "Module": "Beta.Teams", - "Command": "Confirm-MgBetaTeamScheduleTimeCard", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Confirm", "ConfirmViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaUserInformationProtectionSignature", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/verifySignature", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserInformationProtectionSignature", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Confirm-MgBetaUserMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -5394,22 +5465,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/checkMemberGroups", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgBetaUserMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -5508,22 +5579,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/checkMemberObjects", - "Module": "Beta.Users.Actions", - "Command": "Confirm-MgBetaUserMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgContactMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -5614,22 +5685,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgContactMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgContactMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -5728,56 +5799,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgContactMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgContractMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/contracts/{contract-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgContractMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgContractMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/contracts/{contract-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgContractMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -5796,20 +5867,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "Module": "DeviceManagement.Functions", - "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Verify", "VerifyViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgDeviceMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -5900,22 +5971,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/devices/{device-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDeviceMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgDeviceMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -6014,56 +6085,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/devices/{device-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDeviceMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryDeletedItemMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgDirectoryObjectMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -6154,22 +6225,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "Module": "DirectoryObjects", - "Command": "Confirm-MgDirectoryObjectMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgDirectoryObjectMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -6268,120 +6339,120 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "Module": "DirectoryObjects", - "Command": "Confirm-MgDirectoryObjectMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgDirectoryRoleMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryRoleMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgDirectoryRoleMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryRoleMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgDomain", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/verify", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Verify", "VerifyViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgGroupGrantedPermissionForApp", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", - "Module": "Groups", - "Command": "Confirm-MgGroupGrantedPermissionForApp", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Check", "CheckViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgGroupMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -6472,22 +6543,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/checkMemberGroups", - "Module": "Groups", - "Command": "Confirm-MgGroupMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgGroupMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -6586,120 +6657,120 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/checkMemberObjects", - "Module": "Groups", - "Command": "Confirm-MgGroupMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgGroupSettingTemplateMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", - "Module": "Groups", - "Command": "Confirm-MgGroupSettingTemplateMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgGroupSettingTemplateMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", - "Module": "Groups", - "Command": "Confirm-MgGroupSettingTemplateMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgOrganizationMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/checkMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgOrganizationMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgOrganizationMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/checkMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Confirm-MgOrganizationMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgRiskyServicePrincipalCompromised", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", - "Module": "Identity.SignIns", - "Command": "Confirm-MgRiskyServicePrincipalCompromised", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Confirm", "ConfirmExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgRiskyUserCompromised", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyUsers/confirmCompromised", - "Module": "Identity.SignIns", - "Command": "Confirm-MgRiskyUserCompromised", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Confirm", "ConfirmExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgServicePrincipalMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -6790,22 +6861,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "Module": "Applications", - "Command": "Confirm-MgServicePrincipalMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgServicePrincipalMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -6904,22 +6975,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "Module": "Applications", - "Command": "Confirm-MgServicePrincipalMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Confirm-MgUserMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -7010,22 +7081,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/checkMemberGroups", - "Module": "Users.Actions", - "Command": "Confirm-MgUserMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Confirm-MgUserMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -7124,51 +7195,51 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/checkMemberObjects", - "Module": "Users.Actions", - "Command": "Confirm-MgUserMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Connect", "ConnectExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/zebraFotaConnector/connect", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Connect" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", + "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -7187,20 +7258,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", "OutputType": "IMicrosoftGraphMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Convert", "ConvertViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Convert-MgBetaUserExternalToInternalMemberUser", "Permissions": [ { "Name": "User-ConvertToInternal.ReadWrite.All", @@ -7219,37 +7290,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", - "Module": "Beta.Users.Actions", - "Command": "Convert-MgBetaUserExternalToInternalMemberUser", "OutputType": "IMicrosoftGraphConversionUserDetails", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Convert", "ConvertExpanded", "ConvertViaIdentity", "ConvertViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Clone", "CloneViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -7276,107 +7347,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Beta.Files", - "Command": "Copy-MgBetaDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Files", - "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/copy", - "Module": "Beta.Files", - "Command": "Copy-MgBetaDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaGroupOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -7403,22 +7474,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaGroupOnenotePageToSection", "Permissions": [ { "Name": "Notes.Create", @@ -7445,22 +7516,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupOnenotePageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -7487,22 +7558,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -7529,73 +7600,73 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Groups", - "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Files", - "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -7622,39 +7693,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -7681,124 +7752,124 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenotePageToSection", "Permissions": [ { "Name": "Notes.Create", @@ -7825,90 +7896,90 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenotePageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -7935,22 +8006,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -7977,22 +8048,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Sites", - "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaTeam", "Permissions": [ { "Name": "Team.Create", @@ -8019,158 +8090,158 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/clone", - "Module": "Beta.Teams", - "Command": "Copy-MgBetaTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Clone", "CloneExpanded", "CloneViaIdentity", "CloneViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserMailFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserMailFolderChildFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/copy", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -8197,22 +8268,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserOnenoteNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserOnenotePageToSection", "Permissions": [ { "Name": "Notes.Create", @@ -8239,22 +8310,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserOnenotePageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -8281,22 +8352,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -8323,22 +8394,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Beta.Users.Actions", - "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -8365,107 +8436,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Files", - "Command": "Copy-MgDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Files", - "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/copy", - "Module": "Files", - "Command": "Copy-MgDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Groups", - "Command": "Copy-MgGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Groups", - "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", - "Module": "Groups", - "Command": "Copy-MgGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgGroupOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -8492,22 +8563,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Groups", - "Command": "Copy-MgGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgGroupOnenotePageToSection", "Permissions": [ { "Name": "Notes.Create", @@ -8534,22 +8605,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Groups", - "Command": "Copy-MgGroupOnenotePageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgGroupOnenoteSectionToNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -8576,22 +8647,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Groups", - "Command": "Copy-MgGroupOnenoteSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -8618,73 +8689,73 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Groups", - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Groups", - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Groups", - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Files", - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -8711,39 +8782,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Sites", - "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Sites", - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -8770,124 +8841,124 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenotePageToSection", "Permissions": [ { "Name": "Notes.Create", @@ -8914,90 +8985,90 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Sites", - "Command": "Copy-MgSiteOnenotePageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteSectionPageToSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionPageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteSectionToNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -9024,22 +9095,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -9066,22 +9137,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Sites", - "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgTeam", "Permissions": [ { "Name": "Team.Create", @@ -9108,158 +9179,158 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/clone", - "Module": "Teams", - "Command": "Copy-MgTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Clone", "CloneExpanded", "CloneViaIdentity", "CloneViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", - "Module": "Users.Actions", - "Command": "Copy-MgUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Module": "Users.Actions", - "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", - "Module": "Users.Actions", - "Command": "Copy-MgUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserMailFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", - "Module": "Users.Actions", - "Command": "Copy-MgUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserMailFolderChildFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", - "Module": "Users.Actions", - "Command": "Copy-MgUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", - "Module": "Users.Actions", - "Command": "Copy-MgUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", - "Module": "Users.Actions", - "Command": "Copy-MgUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/copy", - "Module": "Users.Actions", - "Command": "Copy-MgUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -9286,22 +9357,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "Module": "Users.Actions", - "Command": "Copy-MgUserOnenoteNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserOnenotePageToSection", "Permissions": [ { "Name": "Notes.Create", @@ -9328,22 +9399,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "Module": "Users.Actions", - "Command": "Copy-MgUserOnenotePageToSection", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserOnenoteSectionToNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -9370,22 +9441,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "Module": "Users.Actions", - "Command": "Copy-MgUserOnenoteSectionToNotebook", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Copy-MgUserOnenoteSectionToSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -9412,39 +9483,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "Module": "Users.Actions", - "Command": "Copy-MgUserOnenoteSectionToSectionGroup", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Deny-MgBetaDeviceManagementElevationRequest", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Deny-MgBetaDeviceManagementElevationRequest", "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Deny", "DenyExpanded", "DenyViaIdentity", "DenyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disable-MgBetaDeviceManagementComanagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9463,35 +9534,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disable-MgBetaDeviceManagementComanagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disable-MgBetaDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9510,95 +9581,95 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disable-MgBetaDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", - "Module": "Beta.Users.Actions", - "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disable-MgBetaUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", - "Module": "Beta.Users.Actions", - "Command": "Disable-MgBetaUserManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disable-MgBetaUserManagedDeviceLostMode", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "Module": "Beta.Users.Actions", - "Command": "Disable-MgBetaUserManagedDeviceLostMode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "Module": "DeviceManagement.Actions", - "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9617,49 +9688,49 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", - "Module": "Users.Actions", - "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Disable-MgUserManagedDeviceLostMode", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", - "Module": "Users.Actions", - "Command": "Disable-MgUserManagedDeviceLostMode", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Disable", "DisableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disconnect" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9678,34 +9749,34 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disconnect", "DisconnectViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/zebraFotaConnector/disconnect", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Disconnect" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9724,35 +9795,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "Module": "DeviceManagement.Actions", - "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Disconnect", "DisconnectViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Enable-MgBetaBackupRestore", "Permissions": [], + "Method": "POST", "Uri": "/solutions/backupRestore/enable", - "Module": "Beta.Bookings", - "Command": "Enable-MgBetaBackupRestore", "OutputType": "IMicrosoftGraphServiceStatus", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Enable", "EnableExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9771,51 +9842,51 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/assignmentFilters/enable", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable", "EnableExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9842,50 +9913,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/enableLegacyPcManagement", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9904,66 +9975,66 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/tenantAttachRBAC/enable", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable", "EnableExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/enableUnlicensedAdminstrators", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enable" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", - "Module": "Beta.Users.Actions", - "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Enable", "EnableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Enable-MgBetaUserManagedDeviceLostMode", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", - "Module": "Beta.Users.Actions", - "Command": "Enable-MgBetaUserManagedDeviceLostMode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9982,20 +10053,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", - "Module": "Users.Actions", - "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Enable", "EnableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10014,22 +10085,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", - "Module": "Beta.Compliance", - "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10048,20 +10119,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Export", "ExportViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -10080,97 +10151,97 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", - "Module": "Beta.Identity.Governance", - "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Export", "ExportViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", - "Module": "Beta.Identity.Governance", - "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Export", "ExportViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/reconciliation/billed/export", - "Module": "Beta.Reports", - "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Export", "ExportExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Export-MgBetaReportPartnerBillingUsageBilled", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/usage/billed/export", - "Module": "Beta.Reports", - "Command": "Export-MgBetaReportPartnerBillingUsageBilled", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Export", "ExportExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/usage/unbilled/export", - "Module": "Beta.Reports", - "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Export", "ExportExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10189,22 +10260,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "Module": "Beta.Security", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10223,22 +10294,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "Module": "Beta.Security", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10257,22 +10328,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", - "Module": "Beta.Security", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10291,22 +10362,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", - "Module": "Beta.Security", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Export-MgBetaUserDeviceAndAppManagementData", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10341,84 +10412,84 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "Module": "Beta.Users.Functions", - "Command": "Export-MgBetaUserDeviceAndAppManagementData", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Export", "Export1", "ExportViaIdentity", "ExportViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Export-MgBetaUserPersonalData", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/exportPersonalData", - "Module": "Beta.Users.Actions", - "Command": "Export-MgBetaUserPersonalData", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Export-MgReportPartnerBillingReconciliationBilled", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/reconciliation/billed/export", - "Module": "Reports", - "Command": "Export-MgReportPartnerBillingReconciliationBilled", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Export", "ExportExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Export-MgReportPartnerBillingUsageBilled", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/usage/billed/export", - "Module": "Reports", - "Command": "Export-MgReportPartnerBillingUsageBilled", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Export", "ExportExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Export-MgReportPartnerBillingUsageUnbilled", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/usage/unbilled/export", - "Module": "Reports", - "Command": "Export-MgReportPartnerBillingUsageUnbilled", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Export", "ExportExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10437,22 +10508,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", - "Module": "Security", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10471,22 +10542,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "Module": "Security", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Export-MgUserDeviceAndAppManagementData", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10521,144 +10592,144 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "Module": "Users.Functions", - "Command": "Export-MgUserDeviceAndAppManagementData", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Export", "Export1", "ExportViaIdentity", "ExportViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Export-MgUserPersonalData", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/exportPersonalData", - "Module": "Users.Actions", - "Command": "Export-MgUserPersonalData", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Applications", - "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Discover", "DiscoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Applications", - "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Discover", "DiscoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Beta.Applications", - "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Discover", "DiscoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Beta.Applications", - "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Discover", "DiscoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Find-MgBetaDeviceManagementComanagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Find-MgBetaDeviceManagementComanagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Locate", "LocateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Find-MgBetaDeviceManagementManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Find-MgBetaDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Locate", "LocateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Module": "Beta.Identity.SignIns", - "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Find1", "FindViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", "Permissions": [ { "Name": "Policy.Read.All", @@ -10685,20 +10756,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Module": "Beta.Identity.SignIns", - "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Find", "FindViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10717,50 +10788,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Beta.Applications", - "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Discover", "DiscoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Beta.Applications", - "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Discover", "DiscoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Find-MgBetaUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "Module": "Beta.Users.Actions", - "Command": "Find-MgBetaUserManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Locate", "LocateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Find-MgBetaUserMeetingTime", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10779,22 +10850,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/findMeetingTimes", - "Module": "Beta.Users.Actions", - "Command": "Find-MgBetaUserMeetingTime", "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Find", "FindExpanded", "FindViaIdentity", "FindViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Find-MgBetaUserRoom", "Permissions": [ { "Name": "User.Read.All", @@ -10813,22 +10884,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/findRooms", - "Module": "Beta.Users.Functions", - "Command": "Find-MgBetaUserRoom", "OutputType": "IMicrosoftGraphEmailAddress", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Find", "Find1", "FindViaIdentity", "FindViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Find-MgBetaUserRoomList", "Permissions": [ { "Name": "User.Read.All", @@ -10847,65 +10918,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/findRoomLists", - "Module": "Beta.Users.Functions", - "Command": "Find-MgBetaUserRoomList", "OutputType": "IMicrosoftGraphEmailAddress", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Find", "FindViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", + "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", - "Module": "Beta.WindowsUpdates", - "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Find", "FindViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", + "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})", - "Module": "Beta.WindowsUpdates", - "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Find", "FindViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Find-MgDeviceManagementManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", - "Module": "DeviceManagement.Actions", - "Command": "Find-MgDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Locate", "LocateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10924,50 +10995,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Applications", - "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Discover", "DiscoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", - "Module": "Applications", - "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Discover", "DiscoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Find-MgUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", - "Module": "Users.Actions", - "Command": "Find-MgUserManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Locate", "LocateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Find-MgUserMeetingTime", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10986,50 +11057,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/findMeetingTimes", - "Module": "Users.Actions", - "Command": "Find-MgUserMeetingTime", "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Find", "FindExpanded", "FindViaIdentity", "FindViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAdminEdge", "Permissions": [], + "Method": "GET", "Uri": "/admin/edge", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdge", "OutputType": "IMicrosoftGraphEdge", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerMode", "Permissions": [], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerMode", "OutputType": "IMicrosoftGraphInternetExplorerMode", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11048,20 +11119,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", "OutputType": "IMicrosoftGraphBrowserSiteList", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11080,19 +11151,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", "OutputType": "IMicrosoftGraphBrowserSiteList", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11111,19 +11182,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11142,20 +11213,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11174,19 +11245,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11205,20 +11276,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11237,20 +11308,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "OutputType": "IMicrosoftGraphBrowserSite", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11269,19 +11340,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "OutputType": "IMicrosoftGraphBrowserSite", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11300,20 +11371,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "Module": "DeviceManagement", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminPeople", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11332,19 +11403,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgAdminPeople", "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminPeopleItemInsight", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11363,34 +11434,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people/itemInsights", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgAdminPeopleItemInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminPeopleProfileCardProperty", "Permissions": [], + "Method": "GET", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgAdminPeopleProfileCardProperty", "OutputType": "IMicrosoftGraphProfileCardProperty", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminPeopleProfileCardProperty", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11409,19 +11480,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people/profileCardProperties", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgAdminPeopleProfileCardProperty", "OutputType": "IMicrosoftGraphProfileCardProperty", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAdminPeopleProfileCardPropertyCount", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11440,19 +11511,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people/profileCardProperties/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgAdminPeopleProfileCardPropertyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminPeoplePronoun", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11471,33 +11542,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people/pronouns", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgAdminPeoplePronoun", "OutputType": "IMicrosoftGraphPronounsSettings", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAdminSharepoint", "Permissions": [], + "Method": "GET", "Uri": "/admin/sharepoint", - "Module": "Sites", - "Command": "Get-MgAdminSharepoint", "OutputType": "IMicrosoftGraphSharepoint", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAdminSharepointSetting", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -11516,92 +11587,92 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/sharepoint/settings", - "Module": "Sites", - "Command": "Get-MgAdminSharepointSetting", "OutputType": "IMicrosoftGraphSharepointSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreement", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}", - "Module": "Identity.Governance", - "Command": "Get-MgAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreement", "Permissions": [], + "Method": "GET", "Uri": "/agreements", - "Module": "Identity.Governance", - "Command": "Get-MgAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/acceptances", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementAcceptanceCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/acceptances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementAcceptanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAgreementFile", "Permissions": [ { "Name": "Agreement.Read.All", @@ -11620,240 +11691,240 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFile", "OutputType": "IMicrosoftGraphAgreementFile", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFile", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFile", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFileCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files/$count", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFileLocalization", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAgreementFileLocalization", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFileLocalizationCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/$count", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalizationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFileLocalizationVersion", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFileLocalizationVersion", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFileLocalizationVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileLocalizationVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFileVersion", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFileVersion", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAgreementFileVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgAgreementFileVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAllGroupSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/getAllSites", - "Module": "Groups", - "Command": "Get-MgAllGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAllGroupTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", - "Module": "Teams", - "Command": "Get-MgAllGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAllGroupTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/allChannels", - "Module": "Teams", - "Command": "Get-MgAllGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgGroupTeamAllChannelCount", + "Command": "Get-MgAllGroupTeamChannelCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/allChannels/$count", - "Module": "Teams", - "Command": "Get-MgAllGroupTeamChannelCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgGroupTeamAllChannelCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAllSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -11872,34 +11943,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/getAllSites", - "Module": "Sites", - "Command": "Get-MgAllSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAllTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "Module": "Teams", - "Command": "Get-MgAllTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAllTeamChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11926,19 +11997,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/allChannels", - "Module": "Teams", - "Command": "Get-MgAllTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgTeamAllChannelCount", + "Command": "Get-MgAllTeamChannelCount", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11965,20 +12036,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/allChannels/$count", - "Module": "Teams", - "Command": "Get-MgAllTeamChannelCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgTeamAllChannelCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgTeamMessage", + "Command": "Get-MgAllTeamMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -12053,33 +12124,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/getAllMessages", - "Module": "Teams", - "Command": "Get-MgAllTeamMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgTeamMessage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", + "Command": "Get-MgAllTeamworkDeletedTeamMessage", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/getAllMessages", - "Module": "Teams", - "Command": "Get-MgAllTeamworkDeletedTeamMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAllUserChatMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -12098,35 +12169,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/getAllMessages", - "Module": "Users.Functions", - "Command": "Get-MgAllUserChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAppCatalogTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAppCatalogTeamApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12169,19 +12240,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAppCatalogTeamAppCount", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12224,48 +12295,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/$count", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAppCatalogTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAppCatalogTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAppCatalogTeamAppDefinitionBot", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -12292,35 +12363,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppDefinitionBot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAppCatalogTeamAppDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "Module": "Teams", - "Command": "Get-MgAppCatalogTeamAppDefinitionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12363,20 +12434,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}", - "Module": "Applications", - "Command": "Get-MgApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -12427,62 +12498,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications", - "Module": "Applications", - "Command": "Get-MgApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationAppManagementPolicy", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/appManagementPolicies", - "Module": "Applications", - "Command": "Get-MgApplicationAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationAppManagementPolicyByRef", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Module": "Applications", - "Command": "Get-MgApplicationAppManagementPolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationAppManagementPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "Module": "Applications", - "Command": "Get-MgApplicationAppManagementPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationByAppId", "Permissions": [ { "Name": "Application.Read.All", @@ -12533,35 +12604,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications(appId='{appId}')", - "Module": "Applications", - "Command": "Get-MgApplicationByAppId", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationById", "Permissions": [], + "Method": "POST", "Uri": "/applications/getByIds", - "Module": "Applications", - "Command": "Get-MgApplicationById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationByUniqueName", "Permissions": [ { "Name": "Application.Read.All", @@ -12612,20 +12683,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Applications", - "Command": "Get-MgApplicationByUniqueName", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationCount", "Permissions": [ { "Name": "Application.Read.All", @@ -12676,34 +12747,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/$count", - "Module": "Applications", - "Command": "Get-MgApplicationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationCreatedOnBehalfOf", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/createdOnBehalfOf", - "Module": "Applications", - "Command": "Get-MgApplicationCreatedOnBehalfOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationDelta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12746,19 +12817,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/delta", - "Module": "Applications", - "Command": "Get-MgApplicationDelta", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -12793,20 +12864,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Applications", - "Command": "Get-MgApplicationExtensionProperty", "OutputType": "IMicrosoftGraphExtensionProperty", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -12849,19 +12920,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/extensionProperties", - "Module": "Applications", - "Command": "Get-MgApplicationExtensionProperty", "OutputType": "IMicrosoftGraphExtensionProperty", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationExtensionPropertyCount", "Permissions": [ { "Name": "Application.Read.All", @@ -12904,20 +12975,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/extensionProperties/$count", - "Module": "Applications", - "Command": "Get-MgApplicationExtensionPropertyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12936,20 +13007,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Applications", - "Command": "Get-MgApplicationFederatedIdentityCredential", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.Read.All", @@ -12976,19 +13047,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Module": "Applications", - "Command": "Get-MgApplicationFederatedIdentityCredential", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationFederatedIdentityCredentialByName", "Permissions": [ { "Name": "Application.Read.All", @@ -13015,20 +13086,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Applications", - "Command": "Get-MgApplicationFederatedIdentityCredentialByName", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationFederatedIdentityCredentialCount", "Permissions": [ { "Name": "Application.Read.All", @@ -13055,113 +13126,113 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "Module": "Applications", - "Command": "Get-MgApplicationFederatedIdentityCredentialCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Applications", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "Module": "Applications", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "Module": "Applications", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationLogo", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/logo", - "Module": "Applications", - "Command": "Get-MgApplicationLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/getMemberGroups", - "Module": "Applications", - "Command": "Get-MgApplicationMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/getMemberObjects", - "Module": "Applications", - "Command": "Get-MgApplicationMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationOwner", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13204,135 +13275,135 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/owners", - "Module": "Applications", - "Command": "Get-MgApplicationOwner", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/appRoleAssignment", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/endpoint", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/servicePrincipal", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/user", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13375,19 +13446,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/owners/$ref", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerCount", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13430,95 +13501,95 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/owners/$count", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/endpoint/$count", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerCountAsEndpoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationOwnerCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/user/$count", - "Module": "Applications", - "Command": "Get-MgApplicationOwnerCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronization", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronization", "OutputType": "IMicrosoftGraphSynchronization", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationAccessToken", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13537,170 +13608,170 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationAccessToken", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationJob", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationJob", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationJobBulkUpload", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationJobCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/$count", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationJobSchema", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationSecretCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/secrets/$count", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationSecretCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13727,20 +13798,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13767,19 +13838,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationTemplateCount", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13806,20 +13877,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/$count", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13846,107 +13917,107 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "Module": "Applications", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationTemplate", "Permissions": [], + "Method": "GET", "Uri": "/applicationTemplates/{applicationTemplate-id}", - "Module": "Applications", - "Command": "Get-MgApplicationTemplate", "OutputType": "IMicrosoftGraphApplicationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationTemplate", "Permissions": [], + "Method": "GET", "Uri": "/applicationTemplates", - "Module": "Applications", - "Command": "Get-MgApplicationTemplate", "OutputType": "IMicrosoftGraphApplicationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationTemplateCount", "Permissions": [], + "Method": "GET", "Uri": "/applicationTemplates/$count", - "Module": "Applications", - "Command": "Get-MgApplicationTemplateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -13989,19 +14060,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "Module": "Applications", - "Command": "Get-MgApplicationTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -14044,19 +14115,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Module": "Applications", - "Command": "Get-MgApplicationTokenIssuancePolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationTokenIssuancePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -14099,20 +14170,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", - "Module": "Applications", - "Command": "Get-MgApplicationTokenIssuancePolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -14155,19 +14226,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "Module": "Applications", - "Command": "Get-MgApplicationTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgApplicationTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -14210,19 +14281,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Module": "Applications", - "Command": "Get-MgApplicationTokenLifetimePolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgApplicationTokenLifetimePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -14265,20 +14336,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", - "Module": "Applications", - "Command": "Get-MgApplicationTokenLifetimePolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAuditLogDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14297,20 +14368,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Reports", - "Command": "Get-MgAuditLogDirectoryAudit", "OutputType": "IMicrosoftGraphDirectoryAudit", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAuditLogDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14329,19 +14400,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/directoryAudits", - "Module": "Reports", - "Command": "Get-MgAuditLogDirectoryAudit", "OutputType": "IMicrosoftGraphDirectoryAudit", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAuditLogDirectoryAuditCount", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14360,34 +14431,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/directoryAudits/$count", - "Module": "Reports", - "Command": "Get-MgAuditLogDirectoryAuditCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAuditLogProvisioning", "Permissions": [], + "Method": "GET", "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Reports", - "Command": "Get-MgAuditLogProvisioning", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAuditLogProvisioning", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14406,19 +14477,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/provisioning", - "Module": "Reports", - "Command": "Get-MgAuditLogProvisioning", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAuditLogProvisioningCount", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14437,19 +14508,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/provisioning/$count", - "Module": "Reports", - "Command": "Get-MgAuditLogProvisioningCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAuditLogSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14468,20 +14539,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/signIns/{signIn-id}", - "Module": "Reports", - "Command": "Get-MgAuditLogSignIn", "OutputType": "IMicrosoftGraphSignIn", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgAuditLogSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14500,19 +14571,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/signIns", - "Module": "Reports", - "Command": "Get-MgAuditLogSignIn", "OutputType": "IMicrosoftGraphSignIn", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgAuditLogSignInCount", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14531,19 +14602,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/signIns/$count", - "Module": "Reports", - "Command": "Get-MgAuditLogSignInCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAccessReview", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14570,20 +14641,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReview", "OutputType": "IMicrosoftGraphAccessReview", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAccessReview", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14610,19 +14681,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/accessReviews", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReview", "OutputType": "IMicrosoftGraphAccessReview", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14649,34 +14720,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/accessReviews/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewDecision", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14703,19 +14774,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewDecisionCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14742,211 +14813,211 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/decisions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewDecisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstance", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstance", "OutputType": "IMicrosoftGraphAccessReview", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstance", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstance", "OutputType": "IMicrosoftGraphAccessReview", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceDecision", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceDecision", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceReviewer", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceReviewer", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewMyDecision", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewMyDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewMyDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14973,19 +15044,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewMyDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewMyDecisionCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15012,35 +15083,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewMyDecisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewReviewer", "Permissions": [], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15067,19 +15138,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/reviewers", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAccessReviewReviewerCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15106,48 +15177,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAccessReviewReviewerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdge", "Permissions": [], + "Method": "GET", "Uri": "/admin/edge", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdge", "OutputType": "IMicrosoftGraphEdge", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", "Permissions": [], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", "OutputType": "IMicrosoftGraphInternetExplorerMode", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15166,20 +15237,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", "OutputType": "IMicrosoftGraphBrowserSiteList", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15198,19 +15269,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", "OutputType": "IMicrosoftGraphBrowserSiteList", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15229,19 +15300,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15260,20 +15331,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15292,19 +15363,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15323,20 +15394,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15355,20 +15426,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "OutputType": "IMicrosoftGraphBrowserSite", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15387,19 +15458,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "OutputType": "IMicrosoftGraphBrowserSite", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15418,20 +15489,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15466,20 +15537,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15514,34 +15585,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitById", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits/getByIds", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitCount", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15576,19 +15647,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitDelta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15623,63 +15694,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/delta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitDelta", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitExtension", "Permissions": [], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitExtension", "Permissions": [], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMember", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15714,34 +15785,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15776,34 +15847,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15838,34 +15909,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15900,34 +15971,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15962,34 +16033,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16024,34 +16095,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16086,19 +16157,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberByRef", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16133,19 +16204,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberCount", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16180,20 +16251,68 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read all administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write all administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16228,20 +16347,68 @@ "IsLeastPrivilege": false } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", + "Method": "GET", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read all administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write all administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16276,116 +16443,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read all administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write all administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read all administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write all administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16420,20 +16491,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16468,54 +16539,54 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16550,20 +16621,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16598,19 +16669,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16645,35 +16716,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminPeople", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16692,19 +16763,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeople", "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminPeopleItemInsight", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16723,34 +16794,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people/itemInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeopleItemInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", "Permissions": [], + "Method": "GET", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", "OutputType": "IMicrosoftGraphProfileCardProperty", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16769,19 +16840,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people/profileCardProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", "OutputType": "IMicrosoftGraphProfileCardProperty", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16800,19 +16871,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people/profileCardProperties/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminPeoplePronoun", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16831,19 +16902,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/people/pronouns", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaAdminPeoplePronoun", "OutputType": "IMicrosoftGraphPronounsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminReportSetting", "Permissions": [ { "Name": "ReportSettings.Read.All", @@ -16862,33 +16933,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/reportSettings", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAdminReportSetting", "OutputType": "IMicrosoftGraphAdminReportSettings", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAdminSharepoint", "Permissions": [], + "Method": "GET", "Uri": "/admin/sharepoint", - "Module": "Beta.Sites", - "Command": "Get-MgBetaAdminSharepoint", "OutputType": "IMicrosoftGraphSharepoint", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAdminSharepointSetting", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -16907,92 +16978,92 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/admin/sharepoint/settings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaAdminSharepointSetting", "OutputType": "IMicrosoftGraphSharepointSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreement", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreement", "Permissions": [], + "Method": "GET", "Uri": "/agreements", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/acceptances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementAcceptanceCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/acceptances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementAcceptanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFile", "Permissions": [ { "Name": "Agreement.Read.All", @@ -17011,240 +17082,240 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFile", "OutputType": "IMicrosoftGraphAgreementFile", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFile", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFile", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileLocalization", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileLocalization", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileLocalizationCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalizationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileLocalizationVersion", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileLocalizationVersion", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileVersion", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileVersion", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAgreementFileVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaAgreementFileVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAllGroupSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/getAllSites", - "Module": "Beta.Groups", - "Command": "Get-MgBetaAllGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAllGroupTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAllGroupTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/allChannels", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", + "Command": "Get-MgBetaAllGroupTeamChannelCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/allChannels/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllGroupTeamChannelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAllSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -17263,34 +17334,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/getAllSites", - "Module": "Beta.Sites", - "Command": "Get-MgBetaAllSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get2" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAllTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/allChannels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAllTeamChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17317,19 +17388,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/allChannels", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaTeamAllChannelCount", + "Command": "Get-MgBetaAllTeamChannelCount", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17356,20 +17427,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/allChannels/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamChannelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaTeamAllChannelCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaTeamMessage", + "Command": "Get-MgBetaAllTeamMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -17444,33 +17515,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/getAllMessages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaTeamMessage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", + "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/getAllMessages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAllUserChatMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -17489,65 +17560,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/getAllMessages", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaAllUserChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAllUserOnlineMeetingRecording", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaAllUserOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17590,19 +17661,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppCount", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17645,48 +17716,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17713,20 +17784,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17753,20 +17824,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", "OutputType": "IMicrosoftGraphTeamsAppIcon", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17793,81 +17864,81 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", "Permissions": [], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17894,20 +17965,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "OutputType": "IMicrosoftGraphTeamsAppIcon", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17934,22 +18005,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Module": "Beta.Teams", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -17992,20 +18063,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplication", "Permissions": [ { "Name": "Application.Read.All", @@ -18056,62 +18127,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationAppManagementPolicy", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/appManagementPolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationAppManagementPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/appManagementPolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationAppManagementPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationByAppId", "Permissions": [ { "Name": "Application.Read.All", @@ -18162,35 +18233,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications(appId='{appId}')", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationByAppId", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationById", "Permissions": [], + "Method": "POST", "Uri": "/applications/getByIds", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationByUniqueName", "Permissions": [ { "Name": "Application.Read.All", @@ -18241,50 +18312,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationByUniqueName", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationConnectorGroup", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/connectorGroup", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationConnectorGroup", "OutputType": "IMicrosoftGraphConnectorGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationConnectorGroupByRef", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/connectorGroup/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationConnectorGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationCount", "Permissions": [ { "Name": "Application.Read.All", @@ -18335,34 +18406,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/createdOnBehalfOf", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationDelta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18405,19 +18476,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/delta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationDelta", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -18452,20 +18523,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationExtensionProperty", "OutputType": "IMicrosoftGraphExtensionProperty", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationExtensionProperty", "Permissions": [ { "Name": "Application.Read.All", @@ -18508,19 +18579,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/extensionProperties", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationExtensionProperty", "OutputType": "IMicrosoftGraphExtensionProperty", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationExtensionPropertyCount", "Permissions": [ { "Name": "Application.Read.All", @@ -18563,20 +18634,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/extensionProperties/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationExtensionPropertyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18595,20 +18666,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.Read.All", @@ -18635,19 +18706,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", "Permissions": [ { "Name": "Application.Read.All", @@ -18674,20 +18745,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", "Permissions": [ { "Name": "Application.Read.All", @@ -18714,113 +18785,113 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationLogo", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/logo", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/getMemberGroups", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/getMemberObjects", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwner", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18863,106 +18934,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/owners", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwner", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/endpoint", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/servicePrincipal", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/user", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19005,19 +19076,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/owners/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerCount", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19060,80 +19131,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/owners/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/endpoint/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationOwnerCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/owners/user/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationOwnerCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronization", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronization", "OutputType": "IMicrosoftGraphSynchronization", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationAccessToken", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19152,170 +19223,170 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationAccessToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationJob", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationJob", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationJobCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationJobSchema", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationSecretCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/secrets/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationSecretCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19342,20 +19413,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19382,19 +19453,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19421,20 +19492,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19461,107 +19532,107 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationTemplate", "Permissions": [], + "Method": "GET", "Uri": "/applicationTemplates/{applicationTemplate-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTemplate", "OutputType": "IMicrosoftGraphApplicationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationTemplate", "Permissions": [], + "Method": "GET", "Uri": "/applicationTemplates", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTemplate", "OutputType": "IMicrosoftGraphApplicationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationTemplateCount", "Permissions": [], + "Method": "GET", "Uri": "/applicationTemplates/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -19604,19 +19675,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -19659,19 +19730,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -19714,20 +19785,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -19770,19 +19841,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -19825,19 +19896,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -19880,78 +19951,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaApplicationUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/applications/getUserOwnedObjects", - "Module": "Beta.Applications", - "Command": "Get-MgBetaApplicationUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "Permissions": [], + "Method": "GET", "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "Permissions": [], + "Method": "GET", "Uri": "/auditLogs/customSecurityAttributeAudits", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", "Permissions": [], + "Method": "GET", "Uri": "/auditLogs/customSecurityAttributeAudits/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19970,20 +20041,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryAudit", "OutputType": "IMicrosoftGraphDirectoryAudit", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogDirectoryAudit", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20002,19 +20073,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/directoryAudits", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryAudit", "OutputType": "IMicrosoftGraphDirectoryAudit", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogDirectoryAuditCount", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20033,77 +20104,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/directoryAudits/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryAuditCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "Permissions": [], + "Method": "GET", "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "Permissions": [], + "Method": "GET", "Uri": "/auditLogs/directoryProvisioning", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", "Permissions": [], + "Method": "GET", "Uri": "/auditLogs/directoryProvisioning/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogProvisioning", "Permissions": [], + "Method": "GET", "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogProvisioning", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogProvisioning", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20122,19 +20193,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/provisioning", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogProvisioning", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogProvisioningCount", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20153,19 +20224,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/provisioning/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogProvisioningCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20184,20 +20255,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/signIns/{signIn-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogSignIn", "OutputType": "IMicrosoftGraphSignIn", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogSignIn", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20216,19 +20287,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/auditLogs/signIns", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogSignIn", "OutputType": "IMicrosoftGraphSignIn", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaAuditLogSignInCount", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20247,1220 +20318,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/auditLogs/signIns/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaAuditLogSignInCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestore", - "OutputType": "IMicrosoftGraphBackupRestoreRoot", - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreDriveInclusionRule", - "OutputType": "IMicrosoftGraphDriveProtectionRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveInclusionRules", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreDriveInclusionRule", - "OutputType": "IMicrosoftGraphDriveProtectionRule", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveInclusionRules/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreDriveInclusionRuleCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreDriveProtectionUnit", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveProtectionUnits", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreDriveProtectionUnit", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreDriveProtectionUnitCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeProtectionPolicy", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeProtectionPolicy", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeProtectionPolicyCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeRestoreSession", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeRestoreSession", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeRestoreSessionCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreMailboxInclusionRule", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxInclusionRules", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreMailboxInclusionRule", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreMailboxInclusionRuleCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreMailboxProtectionUnit", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxProtectionUnits", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreMailboxProtectionUnit", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreMailboxProtectionUnitCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicyCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", - "OutputType": "IMicrosoftGraphDriveProtectionRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", - "OutputType": "IMicrosoftGraphDriveProtectionRule", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessRestoreSession", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessRestoreSession", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessRestoreSessionCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restorePoints", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restorePoints/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestorePointCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestorePointProtectionUnit", - "OutputType": "IMicrosoftGraphProtectionUnitBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreProtectionPolicy", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/protectionPolicies", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreProtectionPolicy", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/protectionPolicies/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreProtectionPolicyCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreProtectionUnit", - "OutputType": "IMicrosoftGraphProtectionUnitBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/protectionUnits", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreProtectionUnit", - "OutputType": "IMicrosoftGraphProtectionUnitBase", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/protectionUnits/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreProtectionUnitCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreServiceApp", - "OutputType": "IMicrosoftGraphServiceApp", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/serviceApps", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreServiceApp", - "OutputType": "IMicrosoftGraphServiceApp", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/serviceApps/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreServiceAppCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSession", - "OutputType": "IMicrosoftGraphRestoreSessionBase", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restoreSessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSession", - "OutputType": "IMicrosoftGraphRestoreSessionBase", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restoreSessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSessionCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointProtectionPolicy", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointProtectionPolicy", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointProtectionPolicyCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointProtectionPolicySiteInclusionRule", - "OutputType": "IMicrosoftGraphSiteProtectionRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointProtectionPolicySiteInclusionRule", - "OutputType": "IMicrosoftGraphSiteProtectionRule", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointProtectionPolicySiteProtectionUnit", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointProtectionPolicySiteProtectionUnit", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointRestoreSession", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointRestoreSession", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointRestoreSessionCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", + "Uri": "/auditLogs/signIns/$count", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSiteInclusionRule", - "OutputType": "IMicrosoftGraphSiteProtectionRule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteInclusionRules", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSiteInclusionRule", - "OutputType": "IMicrosoftGraphSiteProtectionRule", - "Variants": [ - "List" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteInclusionRules/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSiteInclusionRuleCount", - "OutputType": null, + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSiteProtectionUnit", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteProtectionUnits", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSiteProtectionUnit", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta" + ] }, { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteProtectionUnits/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBackupRestoreSiteProtectionUnitCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaBookingBusiness", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21495,22 +20365,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusiness", "OutputType": "IMicrosoftGraphBookingBusiness", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusiness", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21545,20 +20415,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusiness", "OutputType": "IMicrosoftGraphBookingBusiness", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21593,22 +20463,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessAppointment", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessAppointment", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21643,20 +20513,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessAppointment", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessAppointmentCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21691,39 +20561,39 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessAppointmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCalendarView", "Permissions": [], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCalendarView", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCalendarView", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21758,20 +20628,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCalendarView", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCalendarViewCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21806,22 +20676,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCalendarViewCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21856,20 +20726,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21904,22 +20774,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomer", "OutputType": "IMicrosoftGraphBookingCustomer", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCustomer", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21954,20 +20824,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomer", "OutputType": "IMicrosoftGraphBookingCustomer", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCustomerCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -22002,22 +20872,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -22052,22 +20922,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomQuestion", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -22102,20 +20972,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomQuestion", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -22150,22 +21020,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -22200,22 +21070,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessService", "OutputType": "IMicrosoftGraphBookingService", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -22250,20 +21120,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessService", "OutputType": "IMicrosoftGraphBookingService", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessServiceCount", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -22298,22 +21168,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessServiceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessStaffAvailability", "Permissions": [ { "Name": "Bookings.Read.All", @@ -22356,22 +21226,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessStaffAvailability", "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessStaffMember", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -22406,22 +21276,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessStaffMember", "OutputType": "IMicrosoftGraphBookingStaffMember", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessStaffMember", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -22456,20 +21326,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessStaffMember", "OutputType": "IMicrosoftGraphBookingStaffMember", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingBusinessStaffMemberCount", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -22504,22 +21374,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingBusinessStaffMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -22554,22 +21424,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingCurrency", "OutputType": "IMicrosoftGraphBookingCurrency", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -22604,20 +21474,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingCurrencies", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingCurrency", "OutputType": "IMicrosoftGraphBookingCurrency", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBookingCurrencyCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -22652,35 +21522,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/bookingCurrencies/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBookingCurrencyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "Get1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBusinessFlowTemplate", "Permissions": [], + "Method": "GET", "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaBusinessFlowTemplate", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaBusinessFlowTemplate", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -22707,19 +21577,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/businessFlowTemplates", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaBusinessFlowTemplate", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaBusinessFlowTemplateCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -22746,1066 +21616,434 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/businessFlowTemplates/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaBusinessFlowTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaBusinessScenarioPlannerPlan", "Permissions": [ { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", + "Name": "BusinessScenarioData.Read.OwnedBy", + "Description": "Read data for all business scenarios this app creates or owns", + "FullDescription": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": true }, { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", + "Name": "BusinessScenarioData.ReadWrite.OwnedBy", + "Description": "Read and write data for all business scenarios this app creates or owns", + "FullDescription": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "Method": "POST", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", + "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenario", - "OutputType": "IMicrosoftGraphBusinessScenario", "Variants": [ "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChat", "Permissions": [ { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true, + "Name": "Chat.ReadBasic", + "Description": "Read names and members of your chat threads", + "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, + "Name": "Chat.ReadBasic.All", + "Description": "Read names and members of all chat threads", + "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", + "Name": "ChatSettings.ReadWrite.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ChatSettings.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Manage.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Uri": "/solutions/businessScenarios", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenario", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/chats/{chat-id}", + "OutputType": "IMicrosoftGraphChat", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta" + "Module": "Beta.Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChat", "Permissions": [ { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true, + "Name": "Chat.ReadBasic", + "Description": "Read names and members of your chat threads", + "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, + "Name": "Chat.ReadBasic.All", + "Description": "Read names and members of all chat threads", + "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", + "Name": "Chat.ReadWrite.All", + "Description": "Read and write all chat messages", + "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioByUniqueName", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/chats", + "OutputType": "IMicrosoftGraphChat", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta" + "Module": "Beta.Teams", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatCount", "Permissions": [ { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true, + "Name": "Chat.ReadBasic", + "Description": "Read names and members of your chat threads", + "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, + "Name": "Chat.ReadBasic.All", + "Description": "Read names and members of all chat threads", + "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", + "Name": "Chat.ReadWrite.All", + "Description": "Read and write all chat messages", + "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Uri": "/solutions/businessScenarios/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioCount", + "Method": "GET", + "Uri": "/chats/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatInstalledApp", "Permissions": [ { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true, + "Name": "TeamsAppInstallation.ReadForChat", + "Description": "Read installed Teams apps in chats", + "FullDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "Name": "TeamsAppInstallation.ReadForChat.All", + "Description": "Read installed Teams apps for all chats", + "FullDescription": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForChat", + "Description": "Allow the Teams app to manage itself in chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "Name": "TeamsAppInstallation.ReadWriteForChat", + "Description": "Manage installed Teams apps in chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlanner", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta" - }, - { - "Permissions": [ + }, { - "Name": "BusinessScenarioData.Read.OwnedBy", - "Description": "Read data for all business scenarios this app creates or owns", - "FullDescription": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", + "Name": "TeamsAppInstallation.ReadWriteSelfForChat.All", + "Description": "Allow the Teams app to manage itself for all chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", - "IsLeastPrivilege": true + "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioData.ReadWrite.OwnedBy", - "Description": "Read and write data for all business scenarios this app creates or owns", - "FullDescription": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", + "Name": "TeamsAppInstallation.ReadWriteForChat.All", + "Description": "Manage Teams apps for all chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlan", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta" - }, - { - "Permissions": [ + }, { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true + "Name": "TeamsAppInstallation.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", + "Name": "TeamsAppInstallation.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", + "Name": "TeamsAppInstallation.ManageSelectedForChat.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", + "Name": "Chat.Manage.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Method": "GET", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatInstalledApp", "Permissions": [ { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true, + "Name": "TeamsAppInstallation.ReadForChat", + "Description": "Read installed Teams apps in chats", + "FullDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": true }, { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "Name": "TeamsAppInstallation.ReadForChat.All", + "Description": "Read installed Teams apps for all chats", + "FullDescription": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForChat", + "Description": "Allow the Teams app to manage itself in chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "Name": "TeamsAppInstallation.ReadWriteForChat", + "Description": "Manage installed Teams apps in chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat", + "Description": "Allow the Teams app to manage itself and its permission grants in chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.", "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-get?view=graph-rest-beta" - }, - { - "Permissions": [ + }, { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "Name": "TeamsAppInstallation.ReadWriteAndConsentForChat", + "Description": "Manage installation and permission grants of Teams apps in chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.", "IsAdmin": true, "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true + "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", + "Name": "TeamsAppInstallation.ReadWriteSelfForChat.All", + "Description": "Allow the Teams app to manage itself for all chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioData.Read.OwnedBy", - "Description": "Read data for all business scenarios this app creates or owns", - "FullDescription": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioData.ReadWrite.OwnedBy", - "Description": "Read and write data for all business scenarios this app creates or owns", - "FullDescription": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTask", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioData.Read.OwnedBy", - "Description": "Read data for all business scenarios this app creates or owns", - "FullDescription": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioData.ReadWrite.OwnedBy", - "Description": "Read and write data for all business scenarios this app creates or owns", - "FullDescription": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTask", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.Read.OwnedBy", - "Description": "Read business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "BusinessScenarioConfig.Read.All", - "Description": "Read business scenario configurations", - "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioData.Read.OwnedBy", - "Description": "Read data for all business scenarios this app creates or owns", - "FullDescription": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioData.ReadWrite.OwnedBy", - "Description": "Read and write data for all business scenarios this app creates or owns", - "FullDescription": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Chat.ReadBasic", - "Description": "Read names and members of your chat threads", - "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Chat.ReadBasic.All", - "Description": "Read names and members of all chat threads", - "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Chat.ReadWrite", - "Description": "Read and write your chat messages", - "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "ChatSettings.ReadWrite.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChatSettings.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read.All", - "Description": "Read all chat messages", - "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Manage.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/chats/{chat-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChat", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "Chat.ReadBasic", - "Description": "Read names and members of your chat threads", - "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Chat.ReadBasic.All", - "Description": "Read names and members of all chat threads", - "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Chat.ReadWrite", - "Description": "Read and write your chat messages", - "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite.All", - "Description": "Read and write all chat messages", - "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read.All", - "Description": "Read all chat messages", - "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/chats", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChat", - "OutputType": "IMicrosoftGraphChat", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "Chat.ReadBasic", - "Description": "Read names and members of your chat threads", - "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Chat.ReadBasic.All", - "Description": "Read names and members of all chat threads", - "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Chat.ReadWrite", - "Description": "Read and write your chat messages", - "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite.All", - "Description": "Read and write all chat messages", - "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read.All", - "Description": "Read all chat messages", - "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/chats/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "TeamsAppInstallation.ReadForChat", - "Description": "Read installed Teams apps in chats", - "FullDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.ReadForChat.All", - "Description": "Read installed Teams apps for all chats", - "FullDescription": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForChat", - "Description": "Allow the Teams app to manage itself in chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteForChat", - "Description": "Manage installed Teams apps in chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ManageSelectedForChat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForChat.All", - "Description": "Allow the Teams app to manage itself for all chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteForChat.All", - "Description": "Manage Teams apps for all chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ManageSelectedForChat.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Manage.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "TeamsAppInstallation.ReadForChat", - "Description": "Read installed Teams apps in chats", - "FullDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.ReadForChat.All", - "Description": "Read installed Teams apps for all chats", - "FullDescription": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForChat", - "Description": "Allow the Teams app to manage itself in chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteForChat", - "Description": "Manage installed Teams apps in chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat", - "Description": "Allow the Teams app to manage itself and its permission grants in chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForChat", - "Description": "Manage installation and permission grants of Teams apps in chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ManageSelectedForChat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForChat.All", - "Description": "Allow the Teams app to manage itself for all chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteForChat.All", - "Description": "Manage Teams apps for all chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", + "Name": "TeamsAppInstallation.ReadWriteForChat.All", + "Description": "Manage Teams apps for all chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false }, { @@ -23857,19 +22095,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/installedApps", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatInstalledAppCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -23992,65 +22230,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/installedApps/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatLastMessagePreview", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatLastMessagePreview", "OutputType": "IMicrosoftGraphChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -24181,20 +22419,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -24293,19 +22531,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMemberCount", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -24404,20 +22642,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -24468,21 +22706,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -24525,19 +22763,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageCount", "Permissions": [ { "Name": "Chat.Read", @@ -24580,20 +22818,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageDelta", "Permissions": [ { "Name": "Chat.Read", @@ -24644,20 +22882,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/delta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -24716,22 +22954,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -24790,19 +23028,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageHostedContentCount", "Permissions": [ { "Name": "Chat.Read", @@ -24861,125 +23099,125 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageReplyDelta", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatOperation", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -25054,20 +23292,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatOperation", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -25142,19 +23380,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/operations", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatOperationCount", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -25229,35 +23467,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/operations/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -25364,19 +23602,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/permissionGrants", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatPermissionGrantCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -25483,37 +23721,37 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/permissionGrants/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPermissionGrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatPinnedMessage", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatPinnedMessage", "Permissions": [ { "Name": "Chat.Read", @@ -25556,19 +23794,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/pinnedMessages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatPinnedMessageCount", "Permissions": [ { "Name": "Chat.Read", @@ -25611,20 +23849,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatPinnedMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatRetainedMessage", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -25691,19 +23929,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/getAllRetainedMessages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatRetainedMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -25770,20 +24008,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaChatTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -25834,19 +24072,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/tabs", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatTabCount", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -25897,35 +24135,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/tabs/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatTabCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaChatTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaChatTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -25944,20 +24182,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCall", "OutputType": "IMicrosoftGraphCall", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -25976,20 +24214,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -26008,19 +24246,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -26039,20 +24277,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallContentSharingSession", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -26087,20 +24325,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallContentSharingSession", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallContentSharingSession", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -26135,19 +24373,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallContentSharingSession", "OutputType": "IMicrosoftGraphContentSharingSession", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -26182,78 +24420,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/calls/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallOperation", "Permissions": [], + "Method": "GET", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallOperation", "OutputType": "IMicrosoftGraphCommsOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallOperation", "Permissions": [], + "Method": "GET", "Uri": "/communications/calls/{call-id}/operations", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallOperation", "OutputType": "IMicrosoftGraphCommsOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/calls/{call-id}/operations/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -26272,20 +24510,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallParticipant", "OutputType": "IMicrosoftGraphParticipant", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallParticipant", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -26304,19 +24542,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/participants", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallParticipant", "OutputType": "IMicrosoftGraphParticipant", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallParticipantCount", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -26335,229 +24573,229 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/participants/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallParticipantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecord", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecord", "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordParticipant", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordParticipant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordSession", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSession", "OutputType": "IMicrosoftGraphCallRecordsSession", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordSession", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSession", "OutputType": "IMicrosoftGraphCallRecordsSession", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationCallRecordSmLog", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationCallRecordSmLog", "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeeting", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -26592,159 +24830,159 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/onlineMeetings", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -26779,20 +25017,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingCount", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -26827,334 +25065,334 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/onlineMeetings/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "Get2", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", "OutputType": "IMicrosoftGraphMeetingRegistration", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationPresence", "Permissions": [], + "Method": "GET", "Uri": "/communications/presences/{presence-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationPresence", "Permissions": [ { "Name": "Presence.Read", @@ -27181,19 +25419,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/presences", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationPresenceByUserId", "Permissions": [ { "Name": "Presence.Read.All", @@ -27212,20 +25450,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/getPresencesByUserId", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationPresenceByUserId", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCommunicationPresenceCount", "Permissions": [ { "Name": "Presence.Read", @@ -27252,47 +25490,47 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/presences/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaCommunicationPresenceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaCompliance", "Permissions": [], + "Method": "GET", "Uri": "/compliance", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaCompliance", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscovery", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscovery", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27311,20 +25549,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCase", "OutputType": "IMicrosoftGraphEdiscoveryCase", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27343,19 +25581,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCase", "OutputType": "IMicrosoftGraphEdiscoveryCase", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27374,19 +25612,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27405,20 +25643,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27437,19 +25675,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27468,35 +25706,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27515,20 +25753,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27547,19 +25785,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27578,35 +25816,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27625,20 +25863,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27657,19 +25895,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27688,64 +25926,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27764,20 +26002,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27796,19 +26034,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27827,20 +26065,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27859,20 +26097,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27891,19 +26129,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27922,35 +26160,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27969,19 +26207,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28000,138 +26238,138 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28150,19 +26388,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28181,20 +26419,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28213,20 +26451,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28245,19 +26483,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28276,20 +26514,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28308,50 +26546,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28370,63 +26608,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28445,35 +26683,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28492,20 +26730,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28524,19 +26762,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28555,20 +26793,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28587,20 +26825,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28619,19 +26857,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28650,20 +26888,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28682,20 +26920,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28714,20 +26952,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28746,34 +26984,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28792,19 +27030,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28823,20 +27061,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28855,20 +27093,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28887,35 +27125,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28934,19 +27172,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28965,20 +27203,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -28997,35 +27235,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -29044,19 +27282,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -29075,20 +27313,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -29107,20 +27345,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -29139,34 +27377,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -29185,19 +27423,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -29216,20 +27454,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -29248,35 +27486,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", "Permissions": [], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -29303,20 +27541,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -29343,34 +27581,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContactById", "Permissions": [], + "Method": "POST", "Uri": "/contacts/getByIds", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactCount", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -29397,19 +27635,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContactDelta", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -29436,34 +27674,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/delta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDelta", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactDirectReport", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContactDirectReport", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -29498,77 +27736,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactDirectReportAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactDirectReportAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactDirectReportAsUser", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactDirectReportAsUser", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactDirectReportCount", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -29603,50 +27841,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactDirectReportCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactDirectReportCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContactManager", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -29681,20 +27919,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/manager", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactManager", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -29777,22 +28015,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -29891,37 +28129,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberOf", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -29956,77 +28194,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberOfCount", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -30061,94 +28299,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveMemberOf", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -30175,77 +28413,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveMemberOfCount", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -30272,109 +28510,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveReport", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveReport", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveReports", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContactTransitiveReportCount", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactTransitiveReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContactUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/contacts/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContactUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -30393,20 +28631,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contracts/{contract-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContract", "OutputType": "IMicrosoftGraphContract", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -30425,34 +28663,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contracts", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContract", "OutputType": "IMicrosoftGraphContract", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContractById", "Permissions": [], + "Method": "POST", "Uri": "/contracts/getByIds", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContractCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -30471,19 +28709,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contracts/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContractDelta", "Permissions": [ { "Name": "Directory.Read.All", @@ -30502,68 +28740,68 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contracts/delta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContractMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/contracts/{contract-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaContractMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/contracts/{contract-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaContractUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/contracts/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaContractUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDataPolicyOperation", "Permissions": [ { "Name": "User.Export.All", @@ -30582,48 +28820,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaDataPolicyOperation", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDataPolicyOperation", "Permissions": [], + "Method": "GET", "Uri": "/dataPolicyOperations", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaDataPolicyOperation", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDataPolicyOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/dataPolicyOperations/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaDataPolicyOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -30658,20 +28896,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -30706,19 +28944,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgt", + "Command": "Get-MgBetaDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30753,19 +28991,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagement", "OutputType": "IMicrosoftGraphDeviceAppManagement", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgt", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30784,20 +29022,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30816,19 +29054,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30863,20 +29101,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30911,19 +29149,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30958,20 +29196,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31006,20 +29244,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31054,19 +29292,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31101,20 +29339,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31133,19 +29371,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31180,20 +29418,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31228,20 +29466,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31276,19 +29514,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31323,20 +29561,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31371,19 +29609,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31418,20 +29656,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31466,19 +29704,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31513,20 +29751,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31545,20 +29783,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31577,19 +29815,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31608,48 +29846,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31668,20 +29906,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31700,19 +29938,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31731,34 +29969,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -31777,20 +30015,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -31809,19 +30047,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -31840,20 +30078,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -31872,20 +30110,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -31904,19 +30142,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -31935,20 +30173,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -31967,20 +30205,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -31999,19 +30237,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -32030,20 +30268,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32062,20 +30300,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32094,19 +30332,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32141,20 +30379,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32189,19 +30427,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32236,20 +30474,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32284,20 +30522,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32332,19 +30570,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32379,20 +30617,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32411,19 +30649,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32458,20 +30696,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32506,20 +30744,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32554,19 +30792,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32601,19 +30839,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32648,20 +30886,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32696,19 +30934,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32743,20 +30981,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32791,19 +31029,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32838,20 +31076,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32886,19 +31124,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32933,20 +31171,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32981,19 +31219,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33028,64 +31266,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33120,20 +31358,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "OutputType": "IMicrosoftGraphManagedAppOperation", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33168,19 +31406,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "OutputType": "IMicrosoftGraphManagedAppOperation", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33215,20 +31453,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33263,19 +31501,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33310,20 +31548,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", "OutputType": "IMicrosoftGraphManagedAppStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33358,19 +31596,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", "OutputType": "IMicrosoftGraphManagedAppStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33405,19 +31643,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppStatuses/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33436,20 +31674,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "OutputType": "IMicrosoftGraphManagedEBook", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33468,19 +31706,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "OutputType": "IMicrosoftGraphManagedEBook", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33499,20 +31737,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33531,19 +31769,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33562,20 +31800,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33594,22 +31832,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "OutputType": "IMicrosoftGraphManagedEBookCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33628,20 +31866,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBookCategories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "OutputType": "IMicrosoftGraphManagedEBookCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33660,21 +31898,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBookCategories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33693,19 +31931,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33724,20 +31962,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33756,19 +31994,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33787,20 +32025,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33819,20 +32057,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", "OutputType": "IMicrosoftGraphEBookInstallSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33851,20 +32089,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33883,19 +32121,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33914,20 +32152,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33946,20 +32184,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33978,19 +32216,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34009,20 +32247,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34041,20 +32279,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34073,19 +32311,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34120,20 +32358,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34168,19 +32406,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34215,20 +32453,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34247,19 +32485,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34294,20 +32532,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34342,19 +32580,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34389,20 +32627,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34437,20 +32675,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34485,19 +32723,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34532,20 +32770,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34564,20 +32802,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileApp", "OutputType": "IMicrosoftGraphMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34596,34 +32834,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileApp", "OutputType": "IMicrosoftGraphMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34642,166 +32880,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", "OutputType": "IMicrosoftGraphAndroidLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34820,298 +33058,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", "OutputType": "IMicrosoftGraphAndroidLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35130,166 +33368,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", "OutputType": "IMicrosoftGraphAndroidStoreApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35308,166 +33546,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", "OutputType": "IMicrosoftGraphAndroidStoreApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", "OutputType": "IMicrosoftGraphIosLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35486,298 +33724,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", "OutputType": "IMicrosoftGraphIosLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", "OutputType": "IMicrosoftGraphIosStoreApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35796,166 +34034,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", "OutputType": "IMicrosoftGraphIosStoreApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", "OutputType": "IMicrosoftGraphIosVppApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35974,210 +34212,210 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosVppApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", "OutputType": "IMicrosoftGraphIosVppApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", "OutputType": "IMicrosoftGraphMacOSDmgApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36196,298 +34434,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", "OutputType": "IMicrosoftGraphMacOSDmgApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", "OutputType": "IMicrosoftGraphMacOSLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36506,298 +34744,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", "OutputType": "IMicrosoftGraphMacOSLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", "OutputType": "IMicrosoftGraphMacOSPkgApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36816,298 +35054,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", "OutputType": "IMicrosoftGraphMacOSPkgApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37126,298 +35364,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", "OutputType": "IMicrosoftGraphManagedIosLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37436,298 +35674,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", "OutputType": "IMicrosoftGraphManagedIosLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37746,298 +35984,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38056,195 +36294,195 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38263,20 +36501,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38295,19 +36533,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38326,35 +36564,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", "OutputType": "IMicrosoftGraphWin32LobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38373,298 +36611,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/win32LobApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", "OutputType": "IMicrosoftGraphWin32LobApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", "OutputType": "IMicrosoftGraphWindowsAppX", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38683,298 +36921,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsAppX", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", "OutputType": "IMicrosoftGraphWindowsAppX", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38993,298 +37231,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", "OutputType": "IMicrosoftGraphWindowsStoreApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39303,166 +37541,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", "OutputType": "IMicrosoftGraphWindowsStoreApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39481,342 +37719,342 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", "OutputType": "IMicrosoftGraphWindowsWebApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39835,166 +38073,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", "OutputType": "IMicrosoftGraphWindowsWebApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", "OutputType": "IMicrosoftGraphWinGetApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40013,194 +38251,194 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/winGetApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", "OutputType": "IMicrosoftGraphWinGetApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppCatalogPackages", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40219,22 +38457,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40253,20 +38491,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppCategories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40285,20 +38523,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40317,20 +38555,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40349,19 +38587,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40380,20 +38618,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40412,19 +38650,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "Variants": [ - "List" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": null + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40443,20 +38681,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40475,19 +38713,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40506,20 +38744,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40538,19 +38776,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40569,20 +38807,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40601,20 +38839,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40633,20 +38871,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40665,19 +38903,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40696,20 +38934,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40728,20 +38966,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40760,19 +38998,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40791,19 +39029,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40822,19 +39060,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40853,19 +39091,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40884,19 +39122,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40915,19 +39153,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40946,19 +39184,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40977,19 +39215,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41008,19 +39246,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41039,19 +39277,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41070,19 +39308,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41101,19 +39339,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41132,19 +39370,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41163,19 +39401,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41194,19 +39432,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41225,19 +39463,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41256,19 +39494,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41287,19 +39525,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41318,19 +39556,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41349,19 +39587,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41380,19 +39618,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41411,19 +39649,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -41442,20 +39680,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -41474,19 +39712,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -41505,20 +39743,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41537,22 +39775,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySet", "OutputType": "IMicrosoftGraphPolicySet", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41571,19 +39809,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/policySets", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySet", "OutputType": "IMicrosoftGraphPolicySet", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41602,20 +39840,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "OutputType": "IMicrosoftGraphPolicySetAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41634,19 +39872,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "OutputType": "IMicrosoftGraphPolicySetAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41665,20 +39903,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", + "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41697,19 +39935,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/policySets/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41728,20 +39966,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "OutputType": "IMicrosoftGraphPolicySetItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41760,19 +39998,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "OutputType": "IMicrosoftGraphPolicySetItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41791,20 +40029,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", + "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -41823,19 +40061,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41854,20 +40092,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41886,19 +40124,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41933,20 +40171,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41981,19 +40219,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42028,20 +40266,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42076,20 +40314,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42124,19 +40362,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42171,20 +40409,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42203,19 +40441,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42250,20 +40488,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42298,20 +40536,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42346,19 +40584,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42393,115 +40631,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "ApiReferenceLink": null + ] }, { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42536,68 +40679,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTask", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42632,19 +40727,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "Method": "GET", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTask", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Variants": [ "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "ApiReferenceLink": null + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTask", + "Command": "Get-MgBetaDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42679,19 +40822,114 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", + "Method": "GET", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementTaskCount", - "OutputType": null, "Variants": [ - "Get" + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtTask", + "Command": "Get-MgBetaDeviceAppManagementTask", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount", - "ApiReferenceLink": null + "Command": "Get-MgBetaDeviceAppManagementTaskCount", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", + "Command": "Get-MgBetaDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42726,20 +40964,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementVppToken", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", + "Command": "Get-MgBetaDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42774,19 +41012,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/vppTokens", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementVppToken", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", + "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42821,19 +41059,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/vppTokens/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", + "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42868,20 +41106,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42900,20 +41138,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42932,19 +41170,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42963,20 +41201,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42995,19 +41233,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43026,20 +41264,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43058,19 +41296,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43089,20 +41327,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43121,20 +41359,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43153,19 +41391,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43200,20 +41438,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43248,19 +41486,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43295,19 +41533,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43342,20 +41580,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43390,19 +41628,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43437,20 +41675,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43485,19 +41723,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43532,20 +41770,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43580,19 +41818,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43627,20 +41865,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43675,19 +41913,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43722,20 +41960,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43770,20 +42008,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43818,19 +42056,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43865,20 +42103,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43913,20 +42151,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43961,19 +42199,66 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiReferenceLink": null + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44008,19 +42293,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", + "Method": "GET", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", - "OutputType": null, "Variants": [ - "Get" + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", - "ApiReferenceLink": null + "Module": "Beta.Devices.CorporateManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44055,115 +42388,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44198,19 +42436,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44245,20 +42483,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44293,20 +42531,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44341,19 +42579,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44388,20 +42626,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44436,34 +42674,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44498,19 +42736,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsManagementApp", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", "OutputType": "IMicrosoftGraphWindowsManagementApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceByDeviceId", "Permissions": [ { "Name": "Device.Read.All", @@ -44545,94 +42783,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceByDeviceId", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceById", "Permissions": [], + "Method": "POST", "Uri": "/devices/getByIds", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceCommand", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/commands/{command-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCommand", "OutputType": "IMicrosoftGraphCommand", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceCommand", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/commands", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCommand", "OutputType": "IMicrosoftGraphCommand", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceCommandCount", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/commands/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCommandCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceCommandResponsepayload", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCommandResponsepayload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceCount", "Permissions": [ { "Name": "Device.Read.All", @@ -44667,77 +42905,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceDelta", "Permissions": [], + "Method": "GET", "Uri": "/devices/delta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceDelta", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceExtension", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceExtension", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/extensions/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44820,19 +43058,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagement", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44851,19 +43089,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44882,20 +43120,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44914,19 +43152,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44945,19 +43183,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44976,20 +43214,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45008,19 +43246,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45039,19 +43277,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45070,20 +43308,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45102,19 +43340,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45133,19 +43371,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45164,20 +43402,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45196,19 +43434,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45227,19 +43465,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45258,19 +43496,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidForWorkSettings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45289,19 +43527,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45320,20 +43558,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45352,19 +43590,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45383,19 +43621,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -45430,19 +43668,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45461,20 +43699,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45493,19 +43731,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45524,20 +43762,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45556,19 +43794,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45587,20 +43825,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45619,19 +43857,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45666,19 +43904,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/getAssignedRoleDetails", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45697,20 +43935,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45729,19 +43967,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/assignmentFilters", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45760,19 +43998,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/assignmentFilters/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45791,20 +44029,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45823,19 +44061,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/assignmentFilters/getState", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45854,20 +44092,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45886,20 +44124,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -45918,20 +44156,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementAuditEvent", "OutputType": "IMicrosoftGraphAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -45950,19 +44188,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementAuditEvent", "OutputType": "IMicrosoftGraphAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -45981,20 +44219,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -46013,19 +44251,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAuditEventCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -46044,19 +44282,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementAuditEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46075,20 +44313,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46107,19 +44345,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/autopilotEvents", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46138,19 +44376,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/autopilotEvents/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46169,20 +44407,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46201,19 +44439,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46232,20 +44470,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46264,20 +44502,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "OutputType": "IMicrosoftGraphCartToClassAssociation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46296,19 +44534,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/cartToClassAssociations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "OutputType": "IMicrosoftGraphCartToClassAssociation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46327,19 +44565,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/cartToClassAssociations/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46358,20 +44596,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategory", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46390,19 +44628,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/categories", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategory", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCategoryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46421,19 +44659,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/categories/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46452,20 +44690,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46484,19 +44722,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46515,20 +44753,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46547,22 +44785,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", "OutputType": "IMicrosoftGraphKeyLongValuePair", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46581,22 +44819,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46631,20 +44869,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46679,196 +44917,196 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46903,63 +45141,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46994,255 +45232,255 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47277,92 +45515,92 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/getComanagedDevicesSummary", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", "OutputType": "IMicrosoftGraphComanagedDevicesSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "OutputType": "IMicrosoftGraphWindowsProtectionState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47397,20 +45635,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47445,19 +45683,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/comanagementEligibleDevices", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47492,19 +45730,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/comanagementEligibleDevices/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47539,19 +45777,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47586,20 +45824,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47634,19 +45872,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/complianceManagementPartners", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47681,19 +45919,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/complianceManagementPartners/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47712,20 +45950,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47744,19 +45982,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47775,20 +46013,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47807,19 +46045,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47838,20 +46076,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47870,19 +46108,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47901,20 +46139,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47933,19 +46171,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47964,20 +46202,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47996,20 +46234,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48028,19 +46266,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48059,20 +46297,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48091,20 +46329,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48123,19 +46361,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48154,64 +46392,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComplianceSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48230,20 +46468,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComplianceSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComplianceSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48262,19 +46500,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/complianceSettings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComplianceSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48293,19 +46531,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/complianceSettings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48340,19 +46578,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48387,20 +46625,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48419,20 +46657,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48451,19 +46689,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48482,20 +46720,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48514,19 +46752,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48545,20 +46783,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48577,49 +46815,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveEnrollmentTimeDeviceMembershipTarget", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retrieve", "RetrieveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve", "RetrieveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48638,20 +46876,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48670,19 +46908,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48701,20 +46939,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48733,20 +46971,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48765,19 +47003,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48796,20 +47034,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48828,20 +47066,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48860,19 +47098,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicyTemplates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48891,19 +47129,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicyTemplates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48922,20 +47160,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48954,19 +47192,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48985,20 +47223,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49017,20 +47255,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49049,19 +47287,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49080,20 +47318,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49112,20 +47350,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49144,19 +47382,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationSettings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49175,19 +47413,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/configurationSettings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -49214,20 +47452,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDataSharingConsent", "OutputType": "IMicrosoftGraphDataSharingConsent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -49254,19 +47492,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/dataSharingConsents", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDataSharingConsent", "OutputType": "IMicrosoftGraphDataSharingConsent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -49293,19 +47531,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/dataSharingConsents/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49324,20 +47562,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49356,19 +47594,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49387,19 +47625,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49418,20 +47656,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49450,20 +47688,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49482,20 +47720,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49514,20 +47752,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "OutputType": "IMicrosoftGraphEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49546,19 +47784,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "OutputType": "IMicrosoftGraphEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49577,20 +47815,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49609,20 +47847,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49641,20 +47879,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49673,19 +47911,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49704,63 +47942,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDerivedCredential", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDerivedCredential", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDerivedCredential", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/derivedCredentials", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDerivedCredential", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/derivedCredentials/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -49795,20 +48033,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDetectedApp", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/detectedApps", + "OutputType": "IMicrosoftGraphDetectedApp", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDetectedAppCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -49843,66 +48128,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/detectedApps", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedApp", - "OutputType": "IMicrosoftGraphDetectedApp", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/detectedApps/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -49921,20 +48159,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -49953,19 +48191,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -49984,20 +48222,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50032,20 +48270,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50080,19 +48318,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCategories", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50127,19 +48365,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCategories/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50158,20 +48396,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50190,19 +48428,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50221,20 +48459,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50253,19 +48491,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50284,20 +48522,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50316,19 +48554,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50347,19 +48585,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50378,20 +48616,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50410,19 +48648,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50441,20 +48679,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50473,19 +48711,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50504,20 +48742,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50536,19 +48774,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50567,20 +48805,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50599,20 +48837,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50631,20 +48869,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50663,20 +48901,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50695,19 +48933,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50726,20 +48964,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50758,20 +48996,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50790,19 +49028,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50821,20 +49059,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50853,20 +49091,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50885,19 +49123,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50916,19 +49154,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50947,20 +49185,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50979,19 +49217,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51010,20 +49248,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51042,20 +49280,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51074,19 +49312,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51105,20 +49343,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51137,20 +49375,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51169,20 +49407,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51201,19 +49439,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51232,19 +49470,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51263,20 +49501,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51295,19 +49533,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51326,20 +49564,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51358,20 +49596,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51390,19 +49628,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51421,19 +49659,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51452,19 +49690,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51483,20 +49721,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51515,19 +49753,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51546,20 +49784,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51578,19 +49816,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51609,20 +49847,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51641,19 +49879,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51672,20 +49910,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51704,20 +49942,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51736,20 +49974,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51768,19 +50006,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51799,20 +50037,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51831,20 +50069,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51863,19 +50101,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51894,20 +50132,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51926,19 +50164,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51957,63 +50195,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationProfiles", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationProfiles/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52032,20 +50270,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52064,19 +50302,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52095,34 +50333,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52141,19 +50379,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52172,20 +50410,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52204,19 +50442,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52235,20 +50473,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52267,20 +50505,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52315,20 +50553,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52363,19 +50601,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52410,20 +50648,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52458,19 +50696,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52505,20 +50743,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52553,19 +50791,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52600,20 +50838,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", "OutputType": "IMicrosoftGraphDeviceHealthScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52648,19 +50886,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", "OutputType": "IMicrosoftGraphDeviceHealthScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52679,20 +50917,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52727,19 +50965,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52774,20 +51012,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52822,19 +51060,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52853,20 +51091,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52901,19 +51139,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52948,20 +51186,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52996,108 +51234,60 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagement.Scripts.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", - "OutputType": null, + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagement.Scripts.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagement.Scripts.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "POST", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53132,19 +51322,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", + "Method": "GET", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", "Variants": [ - "Get" + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagement.Scripts.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement.Functions", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53179,20 +51417,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53227,20 +51465,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", "OutputType": "IMicrosoftGraphDeviceShellScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53275,19 +51513,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", "OutputType": "IMicrosoftGraphDeviceShellScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53322,20 +51560,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53370,19 +51608,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53417,20 +51655,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53465,19 +51703,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53512,20 +51750,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53560,19 +51798,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53607,83 +51845,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53718,19 +51908,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Method": "GET", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ - "List" + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53765,20 +52003,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53813,20 +52051,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53861,20 +52099,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53909,19 +52147,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53956,49 +52194,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54017,20 +52255,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54049,19 +52287,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/domainJoinConnectors", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54080,19 +52318,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/domainJoinConnectors/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEffectivePermission", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -54111,36 +52349,36 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/getEffectivePermissions", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementEffectivePermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementElevationRequest", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementElevationRequest", "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54159,20 +52397,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54191,19 +52429,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54222,20 +52460,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54254,19 +52492,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54285,20 +52523,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54317,19 +52555,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54348,20 +52586,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54380,19 +52618,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54411,20 +52649,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54459,20 +52697,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeConnector", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54507,19 +52745,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/exchangeConnectors", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeConnector", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54554,19 +52792,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/exchangeConnectors/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54601,65 +52839,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54678,20 +52916,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54710,63 +52948,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54785,93 +53023,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54890,20 +53128,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54922,19 +53160,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54953,20 +53191,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54985,19 +53223,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55016,20 +53254,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55048,19 +53286,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55079,20 +53317,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55111,19 +53349,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55142,20 +53380,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55174,20 +53412,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55206,20 +53444,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55238,19 +53476,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55269,20 +53507,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55301,34 +53539,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55347,19 +53585,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55378,569 +53616,569 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55959,20 +54197,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55991,19 +54229,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyMigrationReports", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56022,19 +54260,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56053,20 +54291,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56085,19 +54323,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56116,20 +54354,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56148,20 +54386,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56180,19 +54418,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56211,20 +54449,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56243,20 +54481,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56275,19 +54513,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyObjectFiles", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56306,19 +54544,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56337,20 +54575,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56369,19 +54607,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56400,107 +54638,107 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56519,20 +54757,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56551,19 +54789,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/importedDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56582,19 +54820,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/importedDeviceIdentities/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56613,20 +54851,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56645,19 +54883,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56676,19 +54914,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntent", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56707,20 +54945,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntent", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntent", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56739,19 +54977,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntent", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56770,20 +55008,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentAssignment", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56802,19 +55040,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentAssignment", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56833,20 +55071,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56865,20 +55103,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategory", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56897,19 +55135,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategory", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56928,20 +55166,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56960,20 +55198,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56992,19 +55230,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57023,20 +55261,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57055,20 +55293,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57087,19 +55325,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57118,20 +55356,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57150,19 +55388,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57181,20 +55419,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57213,20 +55451,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57245,19 +55483,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57276,20 +55514,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57308,20 +55546,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57340,19 +55578,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57371,20 +55609,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57403,20 +55641,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57435,20 +55673,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57467,19 +55705,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentSettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57498,20 +55736,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57530,20 +55768,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentUserState", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentUserState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57562,19 +55800,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentUserState", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57593,20 +55831,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57625,20 +55863,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -57657,20 +55895,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -57689,19 +55927,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intuneBrandingProfiles", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -57720,20 +55958,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -57752,19 +55990,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -57783,20 +56021,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -57815,19 +56053,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/intuneBrandingProfiles/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57846,20 +56084,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57878,19 +56116,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/iosUpdateStatuses", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57909,19 +56147,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57940,20 +56178,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57972,19 +56210,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58003,20 +56241,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58035,19 +56273,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58066,20 +56304,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58098,20 +56336,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58130,19 +56368,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58161,20 +56399,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58193,19 +56431,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58240,20 +56478,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58288,136 +56526,136 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDevices", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDeviceCleanupRules", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDeviceCleanupRules/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58436,108 +56674,108 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58572,63 +56810,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58647,20 +56885,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58679,19 +56917,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58710,19 +56948,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58757,167 +56995,167 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58952,180 +57190,238 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDeviceOverview", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage", + "Permissions": [], "Method": "GET", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}/getAllManagedDeviceWindowsOSImages", + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement.Functions", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Method": "GET", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", + "Permissions": [], "Method": "GET", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages", + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount", + "Permissions": [], + "Method": "GET", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Method": "GET", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "Permissions": [], "Method": "GET", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59144,20 +57440,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59176,19 +57472,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59207,19 +57503,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59238,20 +57534,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59270,19 +57566,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59301,19 +57597,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59332,20 +57628,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59364,19 +57660,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59395,19 +57691,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59426,20 +57722,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59458,19 +57754,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelSites", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59489,19 +57785,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelSites/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59520,20 +57816,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59552,20 +57848,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59584,19 +57880,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59615,20 +57911,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59647,22 +57943,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", "OutputType": "IMicrosoftGraphKeyLongValuePair", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59681,22 +57977,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -59715,20 +58011,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -59747,19 +58043,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -59794,20 +58090,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -59842,19 +58138,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -59889,20 +58185,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -59921,19 +58217,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59968,20 +58264,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60016,19 +58312,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60063,33 +58359,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMonitoring", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/monitoring", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoring", "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -60108,20 +58404,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -60140,19 +58436,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/monitoring/alertRecords", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -60171,19 +58467,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/monitoring/alertRecords/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -60202,19 +58498,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -60233,20 +58529,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -60265,19 +58561,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/monitoring/alertRules", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -60296,19 +58592,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/monitoring/alertRules/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementNdeConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60327,20 +58623,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementNdeConnector", "OutputType": "IMicrosoftGraphNdesConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementNdeConnector", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60359,19 +58655,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/ndesConnectors", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementNdeConnector", "OutputType": "IMicrosoftGraphNdesConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60390,19 +58686,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/ndesConnectors/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60421,20 +58717,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60453,19 +58749,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60484,19 +58780,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60515,20 +58811,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60547,19 +58843,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60578,20 +58874,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementRBAC.ReadWrite.All", + "Description": "Read and write Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementRBAC.Read.All", + "Description": "Read Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/operationApprovalPolicies/retrieveApprovableOperations", + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement.Functions", + "Variants": [ + "Retrieve" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60626,66 +58969,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/operationApprovalPolicies/retrieveApprovableOperations", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", - "Variants": [ - "Retrieve" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementRBAC.ReadWrite.All", - "Description": "Read and write Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementRBAC.Read.All", - "Description": "Read Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/operationApprovalPolicies/retrieveOperationsRequiringApproval", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60720,19 +59016,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "OutputType": "IMicrosoftGraphOperationApprovalRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60767,35 +59063,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", "OutputType": "IMicrosoftGraphOperationApprovalRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve", "RetrieveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retrieve", "RetrieveExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60830,20 +59126,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementPartner", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60878,19 +59174,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementPartners", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementPartner", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementPartnerCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60925,19 +59221,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementPartners/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementPartnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60972,20 +59268,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", "OutputType": "IMicrosoftGraphRemoteActionAudit", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61020,19 +59316,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/remoteActionAudits", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", "OutputType": "IMicrosoftGraphRemoteActionAudit", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61067,19 +59363,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/remoteActionAudits/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -61114,20 +59410,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -61162,19 +59458,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/remoteAssistancePartners", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -61209,19 +59505,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61288,94 +59584,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/reports", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReport", "OutputType": "IMicrosoftGraphDeviceManagementReports", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getActiveMalwareReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportAssignedApplicationReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/retrieveAssignedApplicationsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportAssignedApplicationReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retrieve", "RetrieveExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportCachedReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61426,20 +59722,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getCachedReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCachedReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61490,20 +59786,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61554,19 +59850,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/reports/cachedReportConfigurations", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61617,49 +59913,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61710,20 +60006,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61774,50 +60070,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61868,144 +60164,80 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getComplianceSettingsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62056,65 +60288,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62165,80 +60352,65 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], "Method": "POST", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", "Permissions": [], - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", "Permissions": [], - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", + "Method": "POST", + "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", "Permissions": [], - "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62289,84 +60461,80 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "Method": "POST", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", + "Permissions": [], "Method": "POST", + "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", + "Permissions": [], + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", + "Permissions": [], "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", + "Permissions": [], + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62417,20 +60585,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62481,20 +60649,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62545,20 +60713,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62609,20 +60777,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62673,20 +60841,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62737,20 +60905,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62801,20 +60969,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62865,20 +61033,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62929,20 +61097,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62993,50 +61161,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", - "OutputType": null, "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63087,20 +61225,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportExportJob", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63151,19 +61289,50 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/exportJobs", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportExportJob", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ - "List" - ], - "Method": "GET", + "Get", + "GetExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", + "Permissions": [], + "Method": "POST", + "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", + "Permissions": [], + "Method": "POST", + "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63214,49 +61383,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/exportJobs/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaDeviceManagementReportExportJobCount", - "OutputType": null, - "Variants": [ - "Get" - ], "Method": "GET", + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", - "OutputType": null, + "Module": "Beta.Reports", "Variants": [ "Get", - "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaDeviceManagementReportExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63307,52 +61447,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getReportFilters", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportFilter", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", + "Method": "GET", + "Uri": "/deviceManagement/reports/exportJobs", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", - "OutputType": null, + "Module": "Beta.Reports", "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportExportJobCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63403,35 +61510,49 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getHistoricalReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", + "Method": "GET", + "Uri": "/deviceManagement/reports/exportJobs/$count", "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Reports", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", "Permissions": [], - "Uri": "/deviceManagement/reports/getMalwareSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", + "Permissions": [], "Method": "POST", + "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportFilter", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63441,6 +61562,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", "Description": "Read and write Microsoft Intune device configuration and policies", @@ -63466,20 +61603,52 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getReportFilters", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "POST", + "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63489,6 +61658,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", "Description": "Read and write Microsoft Intune device configuration and policies", @@ -63514,20 +61699,131 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getHistoricalReport", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "Variants": [ + "Get", + "GetExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", + "Permissions": [], + "Method": "POST", + "Uri": "/deviceManagement/reports/getMalwareSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "POST", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "POST", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63578,20 +61874,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63642,20 +61938,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63706,20 +62002,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63770,65 +62066,65 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63863,20 +62159,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63927,170 +62223,185 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getUserInstallStatusReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport", + "Permissions": [], "Method": "POST", + "Uri": "/deviceManagement/reports/retrieveWin32CatalogAppsUpdateReport", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Retrieve", + "RetrieveExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64109,20 +62420,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64141,20 +62452,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64173,19 +62484,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceAccessProfiles", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64204,20 +62515,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64236,19 +62547,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64267,20 +62578,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64299,19 +62610,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceAccessProfiles/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64346,20 +62657,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementResourceOperation", "OutputType": "IMicrosoftGraphResourceOperation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64394,19 +62705,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceOperations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementResourceOperation", "OutputType": "IMicrosoftGraphResourceOperation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceOperationCount", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64441,19 +62752,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceOperations/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementResourceOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64488,35 +62799,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve", "RetrieveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReusableSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64535,20 +62846,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementReusableSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReusableSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64567,19 +62878,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/reusableSettings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementReusableSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementReusableSettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64598,19 +62909,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/reusableSettings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementReusableSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64645,20 +62956,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64693,19 +63004,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64740,78 +63051,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "OutputType": "IMicrosoftGraphRoleScopeTag", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "OutputType": "IMicrosoftGraphRoleScopeTag", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64846,20 +63157,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64894,19 +63205,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64941,19 +63252,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -64988,20 +63299,115 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "OutputType": "IMicrosoftGraphRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Permissions": [ + { + "Name": "DeviceManagementRBAC.Read.All", + "Description": "Read Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementRBAC.ReadWrite.All", + "Description": "Read and write Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "OutputType": "IMicrosoftGraphRoleAssignment", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", + "Permissions": [ + { + "Name": "DeviceManagementRBAC.Read.All", + "Description": "Read Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementRBAC.ReadWrite.All", + "Description": "Read and write Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -65036,115 +63442,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "OutputType": "IMicrosoftGraphRoleAssignment", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "OutputType": "IMicrosoftGraphRoleDefinition", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementRBAC.Read.All", - "Description": "Read Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementRBAC.ReadWrite.All", - "Description": "Read and write Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [ - { - "Name": "DeviceManagementRBAC.Read.All", - "Description": "Read Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementRBAC.ReadWrite.All", - "Description": "Read and write Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65179,20 +63490,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "OutputType": "IMicrosoftGraphRoleScopeTag", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65227,93 +63538,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleScopeTags", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "OutputType": "IMicrosoftGraphRoleScopeTag", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", "OutputType": "IMicrosoftGraphRoleScopeTag", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", "OutputType": "IMicrosoftGraphRoleScopeTag", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65348,19 +63659,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleScopeTags/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65395,49 +63706,49 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", "OutputType": "IMicrosoftGraphRoleScopeTag", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScript", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScript", "OutputType": "IMicrosoftGraphDeviceManagementScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScript", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScript", "OutputType": "IMicrosoftGraphDeviceManagementScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65472,20 +63783,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65520,19 +63831,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65567,34 +63878,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65629,20 +63940,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65677,19 +63988,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65724,20 +64035,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65772,20 +64083,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65820,20 +64131,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65868,19 +64179,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65915,20 +64226,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65963,20 +64274,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptRunSummary", "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66011,20 +64322,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66059,19 +64370,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66106,20 +64417,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66154,20 +64465,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66202,19 +64513,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66233,20 +64544,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementSettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66265,19 +64576,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementSettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66296,19 +64607,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/settingDefinitions/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66327,19 +64638,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66358,20 +64669,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66390,20 +64701,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66422,19 +64733,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66453,19 +64764,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66484,20 +64795,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplate", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66516,19 +64827,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplate", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66547,20 +64858,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategory", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66579,19 +64890,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategory", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66610,20 +64921,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66642,20 +64953,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66674,19 +64985,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66705,20 +65016,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66737,20 +65048,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66769,19 +65080,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66800,20 +65111,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66832,19 +65143,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66863,20 +65174,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66895,151 +65206,151 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67058,64 +65369,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67134,20 +65445,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67166,19 +65477,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67197,20 +65508,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67245,19 +65556,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/tenantAttachRBAC/getState", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndCondition", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67276,20 +65587,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndCondition", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67308,19 +65619,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67339,20 +65650,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67371,19 +65682,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67402,20 +65713,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67434,20 +65745,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67466,20 +65777,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67498,19 +65809,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67529,20 +65840,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67561,19 +65872,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67592,20 +65903,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67624,19 +65935,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67655,20 +65966,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -67687,20 +65998,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67719,20 +66030,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67751,19 +66062,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/troubleshootingEvents", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67782,19 +66093,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/troubleshootingEvents/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67829,20 +66140,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67877,62 +66188,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67967,19 +66278,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68014,20 +66325,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68062,19 +66373,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68109,19 +66420,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68156,20 +66467,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68204,19 +66515,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68251,20 +66562,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68299,19 +66610,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68346,19 +66657,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68393,20 +66704,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68441,19 +66752,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68488,19 +66799,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68535,20 +66846,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68583,19 +66894,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68630,19 +66941,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68677,20 +66988,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68725,19 +67036,113 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68772,19 +67177,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", - "OutputType": null, "Variants": [ - "Get" + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68819,19 +67272,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68866,20 +67319,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68914,19 +67367,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68961,19 +67414,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69008,20 +67461,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69056,19 +67509,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69103,19 +67556,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69150,20 +67603,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69198,19 +67651,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69245,19 +67698,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69292,20 +67745,62 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Permissions": [], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Permissions": [], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", + "Permissions": [], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69340,19 +67835,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69387,19 +67883,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "OutputType": null, - "Variants": [ - "Get" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69434,62 +67930,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69524,20 +67978,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69572,19 +68026,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69619,20 +68074,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69667,20 +68121,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69715,20 +68169,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69763,19 +68217,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", - "OutputType": null, - "Variants": [ - "Get" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69810,25 +68265,25 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Permissions": [ { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -69842,41 +68297,41 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Permissions": [ { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -69890,41 +68345,40 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", "Permissions": [ { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -69938,36 +68392,35 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70002,20 +68455,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70050,161 +68502,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", - "Variants": [ - "Get" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70239,19 +68550,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70286,19 +68597,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70333,20 +68644,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70381,19 +68692,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70428,19 +68739,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70475,20 +68786,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70523,19 +68834,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70570,19 +68881,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70617,20 +68928,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70665,19 +68976,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70712,19 +69023,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70759,20 +69070,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70807,19 +69118,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70854,19 +69165,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70901,19 +69212,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70948,92 +69259,92 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71068,20 +69379,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71116,19 +69427,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71163,19 +69474,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71210,20 +69521,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71258,19 +69569,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71305,19 +69616,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71352,21 +69663,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71401,19 +69712,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71448,19 +69759,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71495,20 +69806,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71543,66 +69901,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71637,20 +69948,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71685,19 +69996,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71732,19 +70043,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71779,20 +70090,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71827,19 +70138,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71874,19 +70185,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71921,20 +70232,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71969,19 +70280,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72016,62 +70327,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72106,20 +70417,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72154,19 +70465,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72201,19 +70512,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72248,67 +70607,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72343,19 +70654,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72390,20 +70701,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72438,19 +70749,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72485,19 +70796,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72532,20 +70843,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72580,19 +70891,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72627,19 +70938,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72674,20 +70985,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72722,19 +71033,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72769,19 +71080,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72816,19 +71127,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72863,20 +71174,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72911,19 +71222,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72958,19 +71269,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -73005,20 +71316,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -73053,66 +71411,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73147,20 +71458,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73195,19 +71506,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73242,19 +71553,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73289,19 +71600,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73336,20 +71647,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73384,19 +71695,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73431,19 +71742,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73478,20 +71789,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73526,19 +71837,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73573,20 +71884,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73621,20 +71932,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73669,19 +71980,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -73716,19 +72027,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -73747,20 +72058,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", "OutputType": "IMicrosoftGraphUserPfxCertificate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -73779,19 +72090,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userPfxCertificates", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", "OutputType": "IMicrosoftGraphUserPfxCertificate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -73810,33 +72121,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userPfxCertificates/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", "OutputType": "IMicrosoftGraphVirtualEndpoint", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73855,20 +72166,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73887,19 +72198,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73918,19 +72229,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73949,62 +72260,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74023,20 +72334,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", "OutputType": "IMicrosoftGraphCloudPc", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74055,19 +72366,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", "OutputType": "IMicrosoftGraphCloudPc", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74086,20 +72397,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74118,49 +72429,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74179,50 +72490,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", "OutputType": "IMicrosoftGraphCloudPc", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult", "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveReviewStatus", + "Method": "GET", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Variants": [ "Retrieve", "RetrieveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveReviewStatus", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta" + "Module": "Beta.DeviceManagement.Functions", + "Variants": [ + "Retrieve", + "RetrieveViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74241,20 +72552,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74273,19 +72584,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74304,20 +72615,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74336,19 +72647,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74367,19 +72678,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74398,19 +72709,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74429,19 +72740,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74460,20 +72771,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74492,19 +72803,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74523,62 +72834,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74597,20 +72908,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74629,19 +72940,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74660,19 +72971,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74691,20 +73002,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74723,19 +73034,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74754,19 +73065,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -74785,19 +73096,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74816,20 +73127,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74848,151 +73159,151 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75011,108 +73322,108 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/reports", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", "OutputType": "IMicrosoftGraphCloudPcReports", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retrieve", "RetrieveExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75131,138 +73442,138 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "OutputType": "IMicrosoftGraphCloudPcExportJob", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "OutputType": "IMicrosoftGraphCloudPcExportJob", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75281,20 +73592,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75313,20 +73624,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75345,49 +73656,49 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", "OutputType": "IMicrosoftGraphCloudPcScopedPermission", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75406,82 +73717,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "Variants": [ - "List" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "CloudPC.ReadWrite.All", - "Description": "Read and write Cloud PCs", - "FullDescription": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", - "OutputType": null, "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "List" + ] }, { - "Permissions": [ - { - "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "CloudPC.ReadWrite.All", - "Description": "Read and write Cloud PCs", - "FullDescription": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcshareduseserviceplan-get?view=graph-rest-beta" - }, - { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75500,50 +73748,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-shareduseserviceplans?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "CloudPC.ReadWrite.All", - "Description": "Read and write Cloud PCs", - "FullDescription": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count", "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount", - "OutputType": null, "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75562,20 +73779,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75594,19 +73811,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75625,19 +73842,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75656,20 +73873,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75688,34 +73905,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", "OutputType": "IMicrosoftGraphCloudPcSubscription", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75734,19 +73951,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75765,33 +73982,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Retrieve" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75810,20 +74027,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75842,63 +74059,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -75917,19 +74134,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -75948,20 +74165,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -75980,137 +74197,137 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -76129,19 +74346,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -76160,20 +74377,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -76192,19 +74409,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -76223,19 +74440,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -76254,20 +74471,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -76286,20 +74503,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -76318,19 +74535,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotSettings", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -76349,20 +74566,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -76381,19 +74598,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -76412,20 +74629,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -76444,19 +74661,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -76475,20 +74692,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -76507,19 +74724,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -76538,20 +74755,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -76570,19 +74787,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -76601,19 +74818,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -76632,20 +74849,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -76664,19 +74881,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -76695,19 +74912,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -76742,20 +74959,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -76790,19 +75007,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -76837,19 +75054,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -76884,20 +75101,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -76932,19 +75149,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -76979,20 +75196,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -77011,20 +75228,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -77043,19 +75260,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsQualityUpdateProfiles", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -77074,20 +75291,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -77106,19 +75323,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -77137,20 +75354,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -77169,19 +75386,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", - "Module": "Beta.DeviceManagement", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -77264,22 +75481,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/devices/{device-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -77378,142 +75595,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/devices/{device-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Device.ReadWrite.All", - "Description": "Read and write devices", - "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/devices/{device-id}/memberOf", - "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "OutputType": "IMicrosoftGraphDirectoryObject", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaDeviceMemberOf", "Permissions": [ { "Name": "Device.Read.All", @@ -77548,50 +75660,155 @@ "IsLeastPrivilege": false } ], - "Uri": "/devices/{device-id}/memberOf/$count", + "Method": "GET", + "Uri": "/devices/{device-id}/memberOf", + "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfCount", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", + "Permissions": [], "Method": "GET", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceMemberOfAsGroup", "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "Method": "GET", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceMemberOfAsGroup", + "Permissions": [], "Method": "GET", + "Uri": "/devices/{device-id}/memberOf/group", + "OutputType": "IMicrosoftGraphGroup", "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaDeviceMemberOfCount", + "Permissions": [ + { + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Device.ReadWrite.All", + "Description": "Read and write devices", + "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/devices/{device-id}/memberOf/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/group/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", + "Method": "GET", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", + "Permissions": [], "Method": "GET", + "Uri": "/devices/{device-id}/memberOf/group/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwner", "Permissions": [ { "Name": "Device.Read.All", @@ -77626,106 +75843,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwner", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", "Permissions": [ { "Name": "Device.Read.All", @@ -77760,19 +75977,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerCount", "Permissions": [ { "Name": "Device.Read.All", @@ -77807,65 +76024,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/user/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUser", "Permissions": [ { "Name": "Device.Read.All", @@ -77900,106 +76117,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUser", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserByRef", "Permissions": [ { "Name": "Device.Read.All", @@ -78034,19 +76251,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserCount", "Permissions": [ { "Name": "Device.Read.All", @@ -78081,80 +76298,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/user/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOf", "Permissions": [ { "Name": "Device.Read.All", @@ -78189,77 +76406,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", "Permissions": [ { "Name": "Device.Read.All", @@ -78294,65 +76511,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceUsageRights", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceUsageRights", "OutputType": "IMicrosoftGraphUsageRight", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceUsageRights", "Permissions": [ { "Name": "Device.Read.All", @@ -78387,19 +76604,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/usageRights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceUsageRights", "OutputType": "IMicrosoftGraphUsageRight", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDeviceUsageRightsCount", "Permissions": [ { "Name": "Device.Read.All", @@ -78434,49 +76651,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/usageRights/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceUsageRightsCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDeviceUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/devices/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDeviceUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/directory", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectory", "OutputType": "IMicrosoftGraphDirectory", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78511,20 +76728,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78559,19 +76776,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78606,19 +76823,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78653,63 +76870,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/delta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78744,34 +76961,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78806,34 +77023,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78868,34 +77085,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78930,34 +77147,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -78992,34 +77209,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79054,34 +77271,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79116,19 +77333,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79163,19 +77380,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79210,20 +77427,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79258,20 +77475,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79306,20 +77523,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79354,20 +77571,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79402,20 +77619,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79450,20 +77667,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -79498,20 +77715,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -79546,20 +77763,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -79594,19 +77811,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -79641,20 +77858,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -79673,20 +77890,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAttributeSet", "OutputType": "IMicrosoftGraphAttributeSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -79705,19 +77922,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/attributeSets", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAttributeSet", "OutputType": "IMicrosoftGraphAttributeSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryAttributeSetCount", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -79736,33 +77953,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/attributeSets/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryAttributeSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCertificateAuthority", "Permissions": [], + "Method": "GET", "Uri": "/directory/certificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthority", "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -79781,20 +77998,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -79813,19 +78030,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -79844,19 +78061,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -79875,20 +78092,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -79907,19 +78124,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -79938,20 +78155,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -79970,20 +78187,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -80002,19 +78219,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -80033,20 +78250,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": "IMicrosoftGraphAllowedValue", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -80065,19 +78282,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": "IMicrosoftGraphAllowedValue", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -80096,20 +78313,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -80128,499 +78345,499 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItem", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItem", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/administrativeUnit", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/application", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/device", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItemById", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/getByIds", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/administrativeUnit/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/application/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/device/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/group/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/user/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "GET", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "GET", "Uri": "/directory/deviceLocalCredentials", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/deviceLocalCredentials/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryExternalUserProfile", "Permissions": [], + "Method": "GET", "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryExternalUserProfile", "OutputType": "IMicrosoftGraphExternalUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryExternalUserProfile", "Permissions": [], + "Method": "GET", "Uri": "/directory/externalUserProfiles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryExternalUserProfile", "OutputType": "IMicrosoftGraphExternalUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryExternalUserProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/externalUserProfiles/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryExternalUserProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "Permissions": [], + "Method": "GET", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "Permissions": [], + "Method": "GET", "Uri": "/directory/featureRolloutPolicies", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/featureRolloutPolicies/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryFederationConfiguration", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -80639,20 +78856,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFederationConfiguration", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryFederationConfiguration", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -80671,19 +78888,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/federationConfigurations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFederationConfiguration", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryFederationConfigurationCount", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -80702,62 +78919,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/federationConfigurations/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryFederationConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryImpactedResource", "Permissions": [], + "Method": "GET", "Uri": "/directory/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryImpactedResource", "Permissions": [], + "Method": "GET", "Uri": "/directory/impactedResources", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryImpactedResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/impactedResources/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryImpactedResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -80792,20 +79009,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -80824,19 +79041,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/inboundSharedUserProfiles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -80855,91 +79072,91 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/inboundSharedUserProfiles/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryObject", "Permissions": [], + "Method": "GET", "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryObject", "Permissions": [], + "Method": "GET", "Uri": "/directoryObjects", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryObjectById", "Permissions": [], + "Method": "POST", "Uri": "/directoryObjects/getByIds", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryObjectCount", "Permissions": [], + "Method": "GET", "Uri": "/directoryObjects/$count", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryObjectDelta", "Permissions": [], + "Method": "GET", "Uri": "/directoryObjects/delta", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryObjectMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -81022,22 +79239,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryObjectMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -81136,52 +79353,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryObjects/getUserOwnedObjects", - "Module": "Beta.DirectoryObjects", - "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "Permissions": [], + "Method": "GET", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -81200,19 +79417,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/onPremisesSynchronization", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -81231,19 +79448,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/onPremisesSynchronization/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -81278,20 +79495,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -81326,19 +79543,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/outboundSharedUserProfiles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -81373,34 +79590,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/outboundSharedUserProfiles/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", "Permissions": [], + "Method": "GET", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -81435,19 +79652,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", "OutputType": "IMicrosoftGraphTenantReference", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -81482,63 +79699,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "Permissions": [], + "Method": "GET", "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "Permissions": [], + "Method": "GET", "Uri": "/directory/pendingExternalUserProfiles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/pendingExternalUserProfiles/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRecommendation", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -81557,20 +79774,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/recommendations/{recommendation-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendation", "OutputType": "IMicrosoftGraphRecommendation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRecommendation", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -81589,19 +79806,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/recommendations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendation", "OutputType": "IMicrosoftGraphRecommendation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRecommendationCount", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -81620,19 +79837,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/recommendations/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -81651,20 +79868,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-list-impactedresources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -81683,19 +79900,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -81714,20 +79931,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81762,20 +79979,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81810,34 +80027,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleById", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/getByIds", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81872,20 +80089,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81920,19 +80137,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleDelta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81967,19 +80184,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/delta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleDelta", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -82014,193 +80231,193 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberByRef", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -82235,19 +80452,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -82282,159 +80499,159 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleScopedMember", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleScopedMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleScopedMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -82469,19 +80686,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleScopedMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -82516,20 +80733,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -82564,20 +80781,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplate", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -82612,34 +80829,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoleTemplates", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplate", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleTemplateById", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/getByIds", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleTemplateCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -82674,19 +80891,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoleTemplates/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleTemplateDelta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -82721,83 +80938,83 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoleTemplates/delta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -82832,20 +81049,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/settings/{directorySetting-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySetting", "OutputType": "IMicrosoftGraphDirectorySetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -82880,19 +81097,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/settings", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySetting", "OutputType": "IMicrosoftGraphDirectorySetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -82911,20 +81128,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplate", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -82943,34 +81160,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directorySettingTemplates", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplate", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySettingTemplateById", "Permissions": [], + "Method": "POST", "Uri": "/directorySettingTemplates/getByIds", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySettingTemplateCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -82989,19 +81206,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directorySettingTemplates/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySettingTemplateDelta", "Permissions": [ { "Name": "Directory.Read.All", @@ -83020,184 +81237,184 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directorySettingTemplates/delta", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/directorySettingTemplates/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySharedEmailDomain", "Permissions": [], + "Method": "GET", "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySharedEmailDomain", "OutputType": "IMicrosoftGraphSharedEmailDomain", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySharedEmailDomain", "Permissions": [], + "Method": "GET", "Uri": "/directory/sharedEmailDomains", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySharedEmailDomain", "OutputType": "IMicrosoftGraphSharedEmailDomain", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySharedEmailDomainCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/sharedEmailDomains/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySharedEmailDomainCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySubscription", "Permissions": [], + "Method": "GET", "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySubscription", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySubscription", "Permissions": [], + "Method": "GET", "Uri": "/directory/subscriptions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySubscription", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "Permissions": [], + "Method": "GET", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", "Permissions": [], + "Method": "GET", "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDirectorySubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/subscriptions/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDirectorySubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -83224,20 +81441,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -83264,19 +81481,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainCount", "Permissions": [ { "Name": "Domain.Read.All", @@ -83303,19 +81520,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDomainFederationConfiguration", "Permissions": [ { "Name": "Domain.Read.All", @@ -83334,64 +81551,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainFederationConfiguration", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDomainFederationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/federationConfiguration", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainFederationConfiguration", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainFederationConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainFederationConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainNameReference", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainNameReference", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDomainNameReference", "Permissions": [ { "Name": "Domain.Read.All", @@ -83410,19 +81627,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/domainNameReferences", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainNameReference", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainNameReferenceCount", "Permissions": [ { "Name": "Domain.Read.All", @@ -83441,35 +81658,75 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainNameReferenceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-rootdomain?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDomainRootDomain", + "Permissions": [ + { + "Name": "Domain.Read.All", + "Description": "Read domains", + "FullDescription": "Allows the app to read all domain properties without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Domain.ReadWrite.All", + "Description": "Read and write domains", + "FullDescription": "Allows the app to read and write all domain properties without a signed in user.  Also allows the app to add,  verify and remove domains.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/domains/{domain-id}/rootDomain", + "OutputType": "IMicrosoftGraphDomain", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainServiceConfigurationRecord", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainServiceConfigurationRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDomainServiceConfigurationRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -83488,19 +81745,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainServiceConfigurationRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", "Permissions": [ { "Name": "Domain.Read.All", @@ -83519,79 +81776,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainVerificationDnsRecord", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainVerificationDnsRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDomainVerificationDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -83610,19 +81867,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainVerificationDnsRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDomainVerificationDnsRecordCount", "Permissions": [ { "Name": "Domain.Read.All", @@ -83641,20 +81898,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaDomainVerificationDnsRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDrive", "Permissions": [ { "Name": "Files.Read", @@ -83705,34 +81962,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives", - "Module": "Beta.Files", - "Command": "Get-MgBetaDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveActivity", "Permissions": [ { "Name": "Files.Read", @@ -83783,285 +82040,285 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/bundles", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveBundleContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveBundleContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveBundleContentStream", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveBundleContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveBundleCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/bundles/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveBundleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/following/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/following", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveFollowingContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveFollowingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveFollowingContentStream", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveFollowingContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveFollowingCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/following/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveFollowingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -84128,34 +82385,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemActivity", "Permissions": [ { "Name": "Files.Read", @@ -84206,34 +82463,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemAnalytic", "Permissions": [ { "Name": "Files.Read", @@ -84284,78 +82541,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", "Permissions": [ { "Name": "Files.Read", @@ -84406,20 +82663,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemAnalyticTime", "Permissions": [ { "Name": "Files.Read", @@ -84470,35 +82727,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemChild", "Permissions": [ { "Name": "Files.Read", @@ -84549,49 +82806,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemChildContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemChildContentStream", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemChildCount", "Permissions": [ { "Name": "Files.Read", @@ -84642,20 +82899,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemContent", "Permissions": [ { "Name": "Files.Read", @@ -84706,20 +82963,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemContentStream", "Permissions": [ { "Name": "Files.Read", @@ -84770,576 +83027,576 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemPermission", "Permissions": [ { "Name": "Files.Read", @@ -85390,20 +83647,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemPermission", "Permissions": [ { "Name": "Files.Read", @@ -85454,19 +83711,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemPermissionCount", "Permissions": [ { "Name": "Files.Read", @@ -85517,94 +83774,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemThumbnail", "Permissions": [ { "Name": "Files.Read", @@ -85655,19 +83912,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemThumbnailCount", "Permissions": [ { "Name": "Files.Read", @@ -85718,20 +83975,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemThumbnailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -85782,20 +84039,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -85846,19 +84103,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemVersionContent", "Permissions": [ { "Name": "Files.Read", @@ -85909,20 +84166,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveItemVersionCount", "Permissions": [ { "Name": "Files.Read", @@ -85973,1282 +84230,1282 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveList", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListActivity", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/columns", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/columns/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListContentTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/drive", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/delta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/operations", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/operations/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveListSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootActivity", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/allTime", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/children", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootChildContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootChildContentStream", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootChildCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/children/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootContentStream", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootDelta", "Permissions": [ { "Name": "Files.Read", @@ -87299,760 +85556,760 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/root/delta", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/thumbnails/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootThumbnailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveRootVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveRootVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/special/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/special", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveSpecialContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveSpecialContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveSpecialContentStream", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveSpecialContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaDriveSpecialCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/special/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaDriveSpecialCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -88079,20 +86336,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -88119,19 +86376,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88198,20 +86455,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88278,19 +86535,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88357,20 +86614,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88437,20 +86694,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88517,19 +86774,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88596,22 +86853,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88678,22 +86935,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88760,20 +87017,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentDefault", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88840,20 +87097,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentDefault", "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentDelta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88920,50 +87177,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentDelta", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", "OutputType": "IMicrosoftGraphEducationGradingScheme", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89030,20 +87287,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89110,19 +87367,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89189,35 +87446,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89276,19 +87533,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89347,20 +87604,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89427,20 +87684,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89507,20 +87764,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSetting", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89587,79 +87844,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSetting", "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", "OutputType": "IMicrosoftGraphEducationGradingScheme", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89694,49 +87951,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", "OutputType": "IMicrosoftGraphEducationGradingScheme", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", "OutputType": "IMicrosoftGraphEducationGradingScheme", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89803,20 +88060,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89883,19 +88140,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89962,35 +88219,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "Permissions": [ { "Name": "EduAssignments.Read", @@ -90025,19 +88282,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", "Permissions": [ { "Name": "EduAssignments.Read", @@ -90072,20 +88329,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90152,20 +88409,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90232,19 +88489,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90311,35 +88568,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90398,19 +88655,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90469,179 +88726,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90708,35 +88806,194 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Method": "GET", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "ApiVersion": "beta", + "Module": "Beta.Education", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90803,19 +89060,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90882,20 +89139,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90922,19 +89179,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassDelta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90985,19 +89242,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/delta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassDelta", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassGroup", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91048,49 +89305,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/group", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassMember", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91125,19 +89382,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/members", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassMember", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassMemberByRef", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91172,19 +89429,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassMemberCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91219,20 +89476,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/members/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -91267,20 +89524,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -91315,19 +89572,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassModuleCount", "Permissions": [ { "Name": "EduCurricula.Read", @@ -91362,20 +89619,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -91410,20 +89667,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModuleResource", "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -91458,19 +89715,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModuleResource", "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassModuleResourceCount", "Permissions": [ { "Name": "EduCurricula.Read", @@ -91505,35 +89762,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassModuleResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassSchool", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91560,19 +89817,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/schools", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassSchoolCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91599,20 +89856,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/schools/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassSchoolCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassTeacher", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91639,19 +89896,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/teachers", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassTeacher", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassTeacherByRef", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91678,19 +89935,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassTeacherByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationClassTeacherCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91717,20 +89974,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationClassTeacherCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMe", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91757,34 +90014,171 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMe", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignment", + "Permissions": [], + "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignment", + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/education/me/assignments", + "OutputType": "IMicrosoftGraphEducationAssignment", "ApiVersion": "beta", + "Module": "Beta.Education", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaEducationMeAssignmentCategory", + "Permissions": [], + "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}", + "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", + "Permissions": [], + "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", + "Permissions": [], "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "OutputType": "IMicrosoftGraphEducationCategory", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Education", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -91851,597 +90245,460 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/me/assignments", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/education/me/assignments/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Get" + ] }, { - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", - "OutputType": null, - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaEducationMeAssignmentDelta", "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/education/me/assignments/delta", + "OutputType": "IMicrosoftGraphEducationAssignment", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", - "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta" + "Delta" + ] }, { - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/me/assignments/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", "Permissions": [], - "Uri": "/education/me/assignments/delta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentDelta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Delta" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta" - }, - { - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", "OutputType": "IMicrosoftGraphEducationGradingScheme", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentRubric", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmission", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmission", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeClass", "Permissions": [], + "Method": "GET", "Uri": "/education/me/classes/{educationClass-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92468,19 +90725,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/classes", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92507,19 +90764,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/classes/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeClassCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92554,20 +90811,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92602,19 +90859,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/rubrics", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeRubricCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92649,34 +90906,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/rubrics/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeRubricCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeSchool", "Permissions": [], + "Method": "GET", "Uri": "/education/me/schools/{educationSchool-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92703,19 +90960,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/schools", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeSchoolCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92742,34 +90999,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/schools/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeSchoolCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeTaughtClass", "Permissions": [], + "Method": "GET", "Uri": "/education/me/taughtClasses/{educationClass-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeTaughtClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeTaughtClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92796,19 +91053,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/taughtClasses", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeTaughtClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeTaughtClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92835,19 +91092,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/taughtClasses/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeTaughtClassCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92906,75 +91163,75 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/user", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/education/me/user/mailboxSettings", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/education/me/user/serviceProvisioningErrors", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/user/serviceProvisioningErrors/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationRoot", "Permissions": [], + "Method": "GET", "Uri": "/education", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationRoot", "OutputType": "IMicrosoftGraphEducationRoot", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93001,20 +91258,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93041,19 +91298,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get-administrativeunit?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93104,20 +91361,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get-administrativeunit?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchoolClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93144,19 +91401,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/classes", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchoolClassByRef", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93183,19 +91440,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolClassByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchoolClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93222,20 +91479,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolClassCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchoolCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93262,19 +91519,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchoolDelta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93333,19 +91590,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/delta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolDelta", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchoolUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -93364,19 +91621,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/users", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchoolUserByRef", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -93395,19 +91652,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationSchoolUserCount", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -93426,20 +91683,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/users/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSchoolUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.Read", @@ -93474,20 +91731,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfile", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.Read", @@ -93522,19 +91779,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/synchronizationProfiles", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfile", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationSynchronizationProfileCount", "Permissions": [ { "Name": "EduAdministration.Read", @@ -93569,34 +91826,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/synchronizationProfiles/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationSynchronizationProfileError", "Permissions": [], + "Method": "GET", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileError", "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSynchronizationProfileError", "Permissions": [ { "Name": "EduAdministration.Read", @@ -93631,19 +91888,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileError", "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", "Permissions": [ { "Name": "EduAdministration.Read", @@ -93678,20 +91935,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationSynchronizationProfileStatus", "Permissions": [ { "Name": "EduAdministration.Read", @@ -93726,20 +91983,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationSynchronizationProfileStatus", "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93766,22 +92023,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -93800,34 +92057,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignment", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -93894,77 +92151,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -94031,462 +92288,462 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentDelta", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/delta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentDelta", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", "OutputType": "IMicrosoftGraphEducationGradingScheme", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentRubric", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmission", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmission", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserClass", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -94513,19 +92770,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/classes", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -94552,20 +92809,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/classes/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserClassCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserCount", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -94584,19 +92841,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserDelta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -94655,93 +92912,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/delta", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserDelta", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserRubric", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserRubric", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/rubrics", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserRubricCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserRubricCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserSchool", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -94768,19 +93025,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/schools", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserSchoolCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -94807,64 +93064,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/schools/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserSchoolCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserTaughtClass", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserTaughtClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserTaughtClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -94891,19 +93148,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/taughtClasses", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserTaughtClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEducationUserTaughtClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -94930,20 +93187,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "Module": "Beta.Education", - "Command": "Get-MgBetaEducationUserTaughtClassCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94962,20 +93219,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94994,19 +93251,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95025,35 +93282,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95072,49 +93329,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Access", "Access1", "AccessViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95133,20 +93390,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95165,19 +93422,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95196,20 +93453,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95228,19 +93485,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95259,77 +93516,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95348,20 +93605,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95380,19 +93637,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95411,19 +93668,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95442,20 +93699,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95474,19 +93731,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95505,19 +93762,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95536,20 +93793,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95568,19 +93825,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95599,20 +93856,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95631,19 +93888,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95662,19 +93919,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95693,33 +93950,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95738,19 +93995,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95769,20 +94026,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95801,19 +94058,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95832,19 +94089,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95863,19 +94120,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95894,19 +94151,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95925,19 +94182,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95956,34 +94213,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96002,62 +94259,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96076,20 +94333,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96108,34 +94365,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96154,34 +94411,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96200,19 +94457,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96231,19 +94488,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96262,20 +94519,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96294,34 +94551,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96340,34 +94597,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96386,20 +94643,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96418,19 +94675,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96449,19 +94706,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96480,19 +94737,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96511,19 +94768,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96542,20 +94799,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96574,19 +94831,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96605,19 +94862,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96636,20 +94893,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementSetting", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -96668,164 +94925,164 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/settings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSetting", "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSubject", "OutputType": "IMicrosoftGraphAccessPackageSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/subjects", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSubject", "OutputType": "IMicrosoftGraphAccessPackageSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", "OutputType": "IMicrosoftGraphAccessPackageSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaEntitlementManagementSubjectCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/subjects/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaEntitlementManagementSubjectCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternal", "Permissions": [], + "Method": "GET", "Uri": "/external", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternal", "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalAuthorizationSystem", "Permissions": [], + "Method": "GET", "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalAuthorizationSystem", "OutputType": "IMicrosoftGraphAuthorizationSystem", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalAuthorizationSystem", "Permissions": [], + "Method": "GET", "Uri": "/external/authorizationSystems", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalAuthorizationSystem", "OutputType": "IMicrosoftGraphAuthorizationSystem", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalAuthorizationSystemCount", "Permissions": [], + "Method": "GET", "Uri": "/external/authorizationSystems/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalAuthorizationSystemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", "Permissions": [], + "Method": "GET", "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", "OutputType": "IMicrosoftGraphDataCollectionInfo", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -96852,20 +95109,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnection", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -96892,19 +95149,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnection", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionCount", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -96931,19 +95188,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionGroup", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -96970,93 +95227,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroup", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroup", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionGroupMember", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroupMember", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionGroupMember", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroupMember", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionGroupMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionGroupMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -97083,108 +95340,108 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItem", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionItem", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItem", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionItemActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionItemCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionOperation", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -97211,64 +95468,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionOperation", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionOperation", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/operations", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionOperation", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionQuota", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/quota", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionQuota", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalConnectionSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -97295,34 +95552,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/schema", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalConnectionSchema", "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryData", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryData", "OutputType": "IMicrosoftGraphIndustryDataRoot", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -97341,20 +95598,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataConnector", "OutputType": "IMicrosoftGraphIndustryDataConnector", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -97373,19 +95630,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/dataConnectors", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataConnector", "OutputType": "IMicrosoftGraphIndustryDataConnector", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataConnectorCount", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -97404,34 +95661,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/dataConnectors/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataConnectorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -97450,20 +95707,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -97482,19 +95739,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/inboundFlows", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -97513,19 +95770,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/inboundFlows/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -97544,20 +95801,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", "OutputType": "IMicrosoftGraphIndustryDataConnector", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -97576,150 +95833,150 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataOperation", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataOperation", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/operations", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/operations/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/outboundProvisioningFlowSets", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/outboundProvisioningFlowSets/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", "Permissions": [ { "Name": "IndustryData-ReferenceDefinition.Read.All", @@ -97738,20 +95995,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", "Permissions": [ { "Name": "IndustryData.ReadBasic.All", @@ -97770,19 +96027,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/referenceDefinitions", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", "Permissions": [ { "Name": "IndustryData.ReadBasic.All", @@ -97801,167 +96058,167 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/referenceDefinitions/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/roleGroups", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/roleGroups/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRun", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/runs/{industryDataRun-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRun", "OutputType": "IMicrosoftGraphIndustryDataRun", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRun", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/runs", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRun", "OutputType": "IMicrosoftGraphIndustryDataRun", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRunActivity", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunActivity", "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRunActivity", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunActivity", "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRunCount", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/runs/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataRunStatistics", "Permissions": [], + "Method": "GET", "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataRunStatistics", "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -97980,20 +96237,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -98012,19 +96269,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/sourceSystems", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -98043,19 +96300,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/sourceSystems/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataYear", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -98074,20 +96331,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataYear", "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataYear", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -98106,19 +96363,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/years", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataYear", "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaExternalIndustryDataYearCount", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -98137,3907 +96394,3907 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/industryData/years/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaExternalIndustryDataYearCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancial", "Permissions": [], + "Method": "GET", "Uri": "/financials", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancial", "OutputType": "IMicrosoftGraphFinancials", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompany", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompany", "OutputType": "IMicrosoftGraphCompany", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompany", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompany", "OutputType": "IMicrosoftGraphCompany", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/accounts/{account-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/accounts", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyAccountCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/accounts/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAccountCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/agedAccountsPayable", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCountryRegion", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCountryRegion", "OutputType": "IMicrosoftGraphCountryRegion", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCountryRegion", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/countriesRegions", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCountryRegion", "OutputType": "IMicrosoftGraphCountryRegion", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/countriesRegions/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/currencies", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCurrencyCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/currencies/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCurrencyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomer", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomer", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customers", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customers/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "OutputType": "IMicrosoftGraphCustomerPayment", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "OutputType": "IMicrosoftGraphCustomerPayment", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "OutputType": "IMicrosoftGraphCustomerPayment", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "OutputType": "IMicrosoftGraphCustomerPayment", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyDimension", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimension", "OutputType": "IMicrosoftGraphDimension", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyDimension", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/dimensions", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimension", "OutputType": "IMicrosoftGraphDimension", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyDimensionCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/dimensions/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyDimensionValue", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimensionValue", "OutputType": "IMicrosoftGraphDimensionValue", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyDimensionValue", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/dimensionValues", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimensionValue", "OutputType": "IMicrosoftGraphDimensionValue", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyEmployee", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployee", "OutputType": "IMicrosoftGraphEmployee", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyEmployee", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/employees", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployee", "OutputType": "IMicrosoftGraphEmployee", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyEmployeeCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/employees/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/generalLedgerEntries", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyInformation", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyInformation", "OutputType": "IMicrosoftGraphCompanyInformation", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyInformation", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/companyInformation", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyInformation", "OutputType": "IMicrosoftGraphCompanyInformation", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyInformationCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/companyInformation/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyInformationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyInformationPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyInformationPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItem", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItem", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/items", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItemCategory", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItemCategory", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/itemCategories", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/itemCategories/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItemCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/items/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItemPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyItemPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyItemPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyJournal", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournal", "OutputType": "IMicrosoftGraphJournal", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyJournal", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/journals", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournal", "OutputType": "IMicrosoftGraphJournal", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyJournalAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyJournalCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/journals/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyJournalLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalLine", "OutputType": "IMicrosoftGraphJournalLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyJournalLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/journalLines", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalLine", "OutputType": "IMicrosoftGraphJournalLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyJournalLineCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/journalLines/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyJournalLineCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/paymentMethods", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/paymentMethods/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/paymentTerms", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/paymentTerms/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "OutputType": "IMicrosoftGraphPurchaseInvoice", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "OutputType": "IMicrosoftGraphPurchaseInvoice", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", "OutputType": "IMicrosoftGraphVendor", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "OutputType": "IMicrosoftGraphSalesCreditMemo", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "OutputType": "IMicrosoftGraphSalesCreditMemo", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoice", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoice", "OutputType": "IMicrosoftGraphSalesInvoice", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoice", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoice", "OutputType": "IMicrosoftGraphSalesInvoice", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrder", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrder", "OutputType": "IMicrosoftGraphSalesOrder", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrder", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrder", "OutputType": "IMicrosoftGraphSalesOrder", - "Variants": [ - "List" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Financials", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "OutputType": "IMicrosoftGraphSalesOrderLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "OutputType": "IMicrosoftGraphSalesOrderLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuote", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuote", "OutputType": "IMicrosoftGraphSalesQuote", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuote", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuote", "OutputType": "IMicrosoftGraphSalesQuote", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "OutputType": "IMicrosoftGraphSalesQuoteLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "OutputType": "IMicrosoftGraphSalesQuoteLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", "OutputType": "IMicrosoftGraphAccount", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/shipmentMethods", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyTaxArea", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxArea", "OutputType": "IMicrosoftGraphTaxArea", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyTaxArea", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/taxAreas", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxArea", "OutputType": "IMicrosoftGraphTaxArea", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/taxAreas/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyTaxGroup", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxGroup", "OutputType": "IMicrosoftGraphTaxGroup", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyTaxGroup", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/taxGroups", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxGroup", "OutputType": "IMicrosoftGraphTaxGroup", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/taxGroups/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "OutputType": "IMicrosoftGraphUnitOfMeasure", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "OutputType": "IMicrosoftGraphUnitOfMeasure", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendor", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendor", "OutputType": "IMicrosoftGraphVendor", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendor", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendor", "OutputType": "IMicrosoftGraphVendor", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendorCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendorCurrency", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendorPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendorPicture", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", "Permissions": [], + "Method": "GET", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", - "Module": "Beta.Financials", - "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -102080,20 +100337,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -102136,19 +100393,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupAcceptedSender", "Permissions": [ { "Name": "Group.Read.All", @@ -102167,19 +100424,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/acceptedSenders", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupAcceptedSender", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupAcceptedSenderByRef", "Permissions": [ { "Name": "Group.Read.All", @@ -102198,19 +100455,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupAcceptedSenderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupAcceptedSenderCount", "Permissions": [ { "Name": "Group.Read.All", @@ -102229,35 +100486,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/acceptedSenders/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupAcceptedSenderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaGroupAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -102284,19 +100541,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/appRoleAssignments", - "Module": "Beta.Applications", - "Command": "Get-MgBetaGroupAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupAppRoleAssignmentCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -102323,35 +100580,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaGroupAppRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupById", "Permissions": [], + "Method": "POST", "Uri": "/groups/getByIds", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupByUniqueName", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -102394,35 +100651,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupByUniqueName", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -102457,20 +100714,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupCalendarEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -102489,19 +100746,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/events", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupCalendarEventDelta", "Permissions": [ { "Name": "Calendars.Read", @@ -102528,95 +100785,95 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/events/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupCalendarEventDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupCalendarPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupCalendarPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupCalendarPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupCalendarSchedule", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/getSchedule", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupCalendarSchedule", "OutputType": "IMicrosoftGraphScheduleInformation", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupCalendarView", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/calendarView", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupCalendarView", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -102651,20 +100908,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversation", "OutputType": "IMicrosoftGraphConversation", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -102699,19 +100956,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversation", "OutputType": "IMicrosoftGraphConversation", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -102746,20 +101003,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -102794,20 +101051,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -102842,19 +101099,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -102889,20 +101146,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -102937,22 +101194,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -102987,34 +101244,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -103049,19 +101306,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -103096,20 +101353,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -103144,240 +101401,240 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostMention", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostMention", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -103420,34 +101677,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupCreatedOnBehalfOf", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/createdOnBehalfOf", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupCreatedOnBehalfOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDefaultDrive", "Permissions": [ { "Name": "Files.Read", @@ -103498,20 +101755,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/drive", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDefaultDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupDelta", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -103554,34 +101811,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDelta", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDrive", "Permissions": [ { "Name": "Files.Read", @@ -103632,166 +101889,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/drives", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveBundleContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveBundleContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveBundleContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveBundleContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveBundleCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveBundleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveCount", "Permissions": [ { "Name": "Files.Read", @@ -103842,3182 +102099,3182 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/drives/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/following", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveFollowingContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveFollowingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveFollowingContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveFollowingContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveFollowingCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveFollowingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemChildContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemChildContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveItemDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Files", + "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemThumbnailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListContentTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveListSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveRootActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootChildContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootChildContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveRootDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootThumbnailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveRootVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveRootVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/special", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveSpecialContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveSpecialContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveSpecialContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveSpecialContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupDriveSpecialCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaGroupDriveSpecialCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupEndpoint", "Permissions": [ { "Name": "Group.Read.All", @@ -107036,20 +105293,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupEndpoint", "Permissions": [ { "Name": "Group.Read.All", @@ -107068,19 +105325,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/endpoints", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEndpointCount", "Permissions": [ { "Name": "Group.Read.All", @@ -107099,20 +105356,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/endpoints/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupEndpointCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -107147,20 +105404,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -107179,78 +105436,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventCount", "Permissions": [ { "Name": "Group.Read.All", @@ -107269,20 +105526,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventDelta", "Permissions": [ { "Name": "Calendars.Read", @@ -107309,373 +105566,373 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupEventDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrence", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrence", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrence", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrence", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", "OutputType": "IMicrosoftGraphCalendar", - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstance", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstance", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -107694,78 +105951,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -107784,255 +106041,255 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupEventInstanceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaGroupEventInstanceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/extensions", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/extensions/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -108051,22 +106308,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupLifecyclePolicy", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -108085,19 +106342,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupLifecyclePolicies", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupLifecyclePolicy", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", "Permissions": [ { "Name": "Directory.Read.All", @@ -108116,19 +106373,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupLifecyclePolicyCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -108147,19 +106404,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupLifecyclePolicies/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupLifecyclePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMember", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108202,193 +106459,193 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/members", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/application", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/device", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/orgContact", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/servicePrincipal", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/user", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberByRef", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108431,19 +106688,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/members/$ref", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108486,110 +106743,110 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/members/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/application/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/device/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/group/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/orgContact/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsOrgContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/servicePrincipal/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/user/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -108672,22 +106929,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/getMemberGroups", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -108786,37 +107043,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/getMemberObjects", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberOf", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108851,77 +107108,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberOfCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108956,358 +107213,358 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/group/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseError", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseError", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -109350,20 +107607,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -109406,19 +107663,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteNotebookCount", "Permissions": [ { "Name": "Notes.Create", @@ -109461,20 +107718,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebookCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", "Permissions": [ { "Name": "Notes.Create", @@ -109517,22 +107774,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", "OutputType": "IMicrosoftGraphCopyNotebookModel", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -109575,19 +107832,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -109630,19 +107887,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -109685,35 +107942,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/operations/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -109748,20 +108005,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -109796,34 +108053,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenotePageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenotePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenotePageCount", "Permissions": [ { "Name": "Notes.Read", @@ -109858,20 +108115,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenotePageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -109914,35 +108171,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOnenoteRecentNotebook", "OutputType": "IMicrosoftGraphRecentNotebook", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteResourceContent", "Permissions": [ { "Name": "Notes.Read", @@ -109977,35 +108234,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteResourceContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/resources/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -110048,20 +108305,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -110104,19 +108361,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sections", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteSectionCount", "Permissions": [ { "Name": "Notes.Create", @@ -110159,20 +108416,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sections/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -110215,20 +108472,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -110271,20 +108528,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", "Permissions": [ { "Name": "Notes.Create", @@ -110327,22 +108584,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -110385,19 +108642,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Read", @@ -110432,19 +108689,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes", - "Command": "Get-MgBetaGroupOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwner", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -110487,193 +108744,248 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/owners", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwner", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/application", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/device", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/orgContact", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/servicePrincipal", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/user", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerByRef", + "Permissions": [ + { + "Name": "GroupMember.Read.All", + "Description": "Read all group memberships", + "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "GroupMember.ReadWrite.All", + "Description": "Read and write all group memberships", + "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/groups/{group-id}/owners/$ref", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Groups", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -110716,165 +109028,110 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/owners/$ref", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerByRef", - "OutputType": null, - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "GroupMember.Read.All", - "Description": "Read all group memberships", - "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "GroupMember.ReadWrite.All", - "Description": "Read and write all group memberships", - "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/groups/{group-id}/owners/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/application/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/device/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/group/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/orgContact/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupOwnerCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/user/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupOwnerCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -110901,35 +109158,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-getpasswordsinglesignoncredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupPermissionGrant", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -110964,19 +109221,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/permissionGrants", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPermissionGrantCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -111011,20 +109268,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/permissionGrants/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPermissionGrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -111051,22 +109308,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/photo", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupPhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -111093,19 +109350,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/photos", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPhotoContent", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -111132,52 +109389,52 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/photo/$value", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlanner", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlanner", "OutputType": "IMicrosoftGraphPlannerGroup", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlan", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -111228,63 +109485,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlanBucket", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlanBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlanCount", "Permissions": [ { "Name": "Tasks.Read", @@ -111335,20 +109592,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlanCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlanDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -111367,64 +109624,64 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPlannerPlanDelta", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlanDetail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlanDetail", "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlanTask", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Beta.Planner", - "Command": "Get-MgBetaGroupPlannerPlanTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupRejectedSender", "Permissions": [ { "Name": "Group.Read.All", @@ -111443,19 +109700,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/rejectedSenders", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupRejectedSender", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupRejectedSenderByRef", "Permissions": [ { "Name": "Group.Read.All", @@ -111474,19 +109731,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupRejectedSenderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupRejectedSenderCount", "Permissions": [ { "Name": "Group.Read.All", @@ -111505,20 +109762,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/rejectedSenders/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupRejectedSenderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -111553,20 +109810,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSetting", "OutputType": "IMicrosoftGraphDirectorySetting", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -111601,19 +109858,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/settings", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSetting", "OutputType": "IMicrosoftGraphDirectorySetting", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSettingCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -111648,8630 +109905,8737 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/settings/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteByPath", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteByPath", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteColumnSourceColumn", + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "OutputType": "IMicrosoftGraphColumnDefinition", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentModel", "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", + "OutputType": "IMicrosoftGraphContentModel", + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteColumnSourceColumn", - "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentModel", + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", + "OutputType": "IMicrosoftGraphContentModel", "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaGroupSiteContentModelAppliedDrive", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", + "OutputType": "IMicrosoftGraphContentModelUsage", + "ApiVersion": "beta", + "Module": "Beta.Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentModelByName", "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentType", - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", + "OutputType": "IMicrosoftGraphContentModel", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentModelCount", + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/$count", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", + "OutputType": "IMicrosoftGraphContentModelUsage", + "ApiVersion": "beta", + "Module": "Beta.Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentType", "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaGroupSiteContentType", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteContentTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteDefaultDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/drive", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteDefaultDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteDelta", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta" + "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", + "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteDocumentProcessingJobCount", "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/$count", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaGroupSiteDrive", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/drives", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteDriveCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteDriveCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteExternalColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteExternalColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPath", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPath", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPathColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List", - "List1" - ], + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathContentModel", + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", + "OutputType": "IMicrosoftGraphContentModel", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPathContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ - "List", - "List1" - ], + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathDocumentProcessingJob", + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPathDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPathDrive", "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetByPathItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPathItem", "OutputType": "IMicrosoftGraphBaseItem", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetByPathList", - "OutputType": "IMicrosoftGraphList", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaGroupSiteGetByPathOnenote", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaGroupSiteGetByPathOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaGroupSiteGetByPathPage", - "OutputType": "IMicrosoftGraphBaseSitePage", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", + "OutputType": "IMicrosoftGraphBaseSitePage", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaGroupSiteGetByPathPermission", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", + "OutputType": "IMicrosoftGraphPermission", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", "OutputType": "IMicrosoftGraphRecycleBin", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaGroupSiteGetByPathSite", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", + "OutputType": "IMicrosoftGraphSite", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaGroupSiteGetByPathTermStore", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathByPath", - "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtection", "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", "OutputType": "IMicrosoftGraphBitlocker", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItem", "OutputType": "IMicrosoftGraphBaseItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/items", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItem", "OutputType": "IMicrosoftGraphBaseItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteItemCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListContentTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemActivityListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemActivityListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSiteListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListPermission", "OutputType": "IMicrosoftGraphPermission", - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteListSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenote", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenotePageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenotePageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePage", "OutputType": "IMicrosoftGraphSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePage", "OutputType": "IMicrosoftGraphSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", "OutputType": "IMicrosoftGraphCanvasLayout", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": "IMicrosoftGraphVerticalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageCountAsSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageCountAsSitePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSitePermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSitePermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBin", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBin", "OutputType": "IMicrosoftGraphRecycleBin", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItem", "OutputType": "IMicrosoftGraphRecycleBinItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItem", "OutputType": "IMicrosoftGraphRecycleBinItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStore", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSubSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSubSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSubSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/sites", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSubSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List2" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupSubSiteCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaGroupSubSiteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelFileFolder", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelTabCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelTabCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/group", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamIncomingChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamIncomingChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamIncomingChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/incomingChannels", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamIncomingChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamIncomingChannelCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/incomingChannels/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamIncomingChannelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamInstalledApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamInstalledApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamInstalledAppCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/operations", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/operations/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamOwner", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/owners/{user-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwner", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamOwner", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/owners", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwner", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamOwnerCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/owners/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/permissionGrants", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPermissionGrantCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/permissionGrants/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPermissionGrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPhoto", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/photo", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamSchedule", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamSchedule", "OutputType": "IMicrosoftGraphSchedule", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleDayNote", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleDayNote", "OutputType": "IMicrosoftGraphDayNote", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleDayNote", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/dayNotes", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleDayNote", "OutputType": "IMicrosoftGraphDayNote", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", "OutputType": null, - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Teams", + "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleShift", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleShift", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/shifts", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleShiftCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/shifts/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleShiftCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeCards", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamTag", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamTag", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamTagCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamTagMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamTagMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamTagMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTagMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamTemplate", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/template", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTeamTemplateDefinition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/templateDefinition", - "Module": "Beta.Teams", - "Command": "Get-MgBetaGroupTeamTemplateDefinition", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -120306,20 +118670,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -120354,19 +118718,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -120401,20 +118765,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -120449,22 +118813,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -120499,34 +118863,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -120561,19 +118925,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostAttachmentCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -120608,20 +118972,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -120656,255 +119020,255 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostMention", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostMention", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupThreadPostMentionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupThreadPostMentionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMember", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -120947,193 +119311,193 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/application", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/device", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/user", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -121176,125 +119540,125 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/application/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/device/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/group/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/user/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberOf", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -121329,77 +119693,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberOfCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -121434,108 +119798,108 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaGroupUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/groups/getUserOwnedObjects", - "Module": "Beta.Groups", - "Command": "Get-MgBetaGroupUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityApiConnector", "Permissions": [], + "Method": "GET", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityApiConnector", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityApiConnector", "Permissions": [], + "Method": "GET", "Uri": "/identity/apiConnectors", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityApiConnector", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityApiConnectorCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/apiConnectors/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityApiConnectorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -121554,20 +119918,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -121586,34 +119950,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -121632,209 +119996,209 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", "Permissions": [ { "Name": "EventListener.Read.All", @@ -121853,19 +120217,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -121884,34 +120248,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Permissions": [ { "Name": "EventListener.Read.All", @@ -121930,19 +120294,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", "Permissions": [ { "Name": "EventListener.Read.All", @@ -121961,50 +120325,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", "Permissions": [], + "Method": "GET", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -122023,20 +120387,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventListener", "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -122055,19 +120419,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventListeners", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventListener", "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", "Permissions": [ { "Name": "EventListener.Read.All", @@ -122086,19 +120450,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/authenticationEventListeners/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122117,20 +120481,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlow", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122149,19 +120513,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlow", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122180,80 +120544,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProvider", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122272,20 +120636,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122304,19 +120668,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122335,20 +120699,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122367,20 +120731,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122399,19 +120763,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122430,20 +120794,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122462,20 +120826,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122494,20 +120858,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122526,19 +120890,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122557,20 +120921,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122589,20 +120953,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122621,20 +120985,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122653,19 +121017,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122684,20 +121048,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122716,35 +121080,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122763,20 +121127,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlow", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122795,34 +121159,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlow", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122841,80 +121205,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProvider", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProvider", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122933,20 +121297,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122965,19 +121329,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122996,20 +121360,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123028,20 +121392,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123060,19 +121424,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123091,20 +121455,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123123,20 +121487,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123155,20 +121519,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123187,19 +121551,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123218,20 +121582,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123250,95 +121614,95 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123357,20 +121721,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123389,19 +121753,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123420,20 +121784,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -123452,50 +121816,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -123514,19 +121878,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -123545,306 +121909,306 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "OutputType": "IMicrosoftGraphNamedLocation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/namedLocations", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "OutputType": "IMicrosoftGraphNamedLocation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/namedLocations/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/policies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/policies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/templates", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/templates/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identity/continuousAccessEvaluationPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -123863,20 +122227,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -123895,19 +122259,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/customAuthenticationExtensions", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -123926,400 +122290,400 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/customAuthenticationExtensions/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124338,20 +122702,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124370,19 +122734,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124401,19 +122765,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124432,20 +122796,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124464,34 +122828,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124510,19 +122874,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124541,20 +122905,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124573,20 +122937,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124605,20 +122969,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124637,19 +123001,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124668,94 +123032,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124774,20 +123138,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124806,19 +123170,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124837,20 +123201,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124869,20 +123233,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124901,19 +123265,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -124932,151 +123296,151 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -125095,19 +123459,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/policy", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -125126,20 +123490,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -125158,19 +123522,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -125189,19 +123553,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -125220,20 +123584,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -125252,78 +123616,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -125342,20 +123706,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125374,20 +123738,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125406,19 +123770,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125437,78 +123801,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125527,20 +123891,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125559,19 +123923,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125590,151 +123954,151 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", "OutputType": "IMicrosoftGraphDeletedItemContainer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125753,20 +124117,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125785,19 +124149,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125816,238 +124180,238 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126066,19 +124430,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126097,93 +124461,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/insights", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126202,20 +124566,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126234,19 +124598,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126265,35 +124629,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126312,19 +124676,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126343,94 +124707,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126449,20 +124813,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126481,19 +124845,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126512,94 +124876,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126618,19 +124982,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126649,34 +125013,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126695,19 +125059,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126726,20 +125090,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126758,20 +125122,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126790,19 +125154,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126821,34 +125185,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126867,19 +125231,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126898,109 +125262,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127019,19 +125383,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127050,65 +125414,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127127,19 +125491,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127158,94 +125522,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127264,20 +125628,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127296,19 +125660,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127327,196 +125691,196 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127535,19 +125899,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Variants": [ - "List" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta" + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127566,94 +125930,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127672,19 +126036,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127703,20 +126067,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127735,19 +126099,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127766,138 +126130,138 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127916,20 +126280,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127948,19 +126312,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -127979,770 +126343,770 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/aws", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", "OutputType": "IMicrosoftGraphAuthorizationSystem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/azure", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", "OutputType": "IMicrosoftGraphAuthorizationSystem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", "OutputType": "IMicrosoftGraphAuthorizationSystem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagement", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagement", "OutputType": "IMicrosoftGraphPermissionsManagement", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -128761,20 +127125,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -128793,34 +127157,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -128839,63 +127203,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -128914,20 +127278,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -128946,34 +127310,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -128992,93 +127356,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -129097,20 +127461,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -129129,34 +127493,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -129175,93 +127539,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -129280,20 +127644,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -129312,19 +127676,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -129343,63 +127707,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -129418,20 +127782,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -129450,19 +127814,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -129481,93 +127845,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -129586,20 +127950,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -129618,19 +127982,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -129649,93 +128013,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -129754,20 +128118,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -129786,19 +128150,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alerts", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -129817,22 +128181,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -129851,34 +128215,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -129897,19 +128261,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -129928,19 +128292,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -129959,22 +128323,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -129993,19 +128357,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -130024,19 +128388,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -130055,20 +128419,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -130087,19 +128451,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -130118,20 +128482,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -130150,315 +128514,315 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/operations", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "OutputType": "IMicrosoftGraphAgreementFile", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityProvider", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -130477,20 +128841,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityProvider", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -130509,19 +128873,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/identityProviders", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityProviderCount", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -130540,19 +128904,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/identityProviders/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityProviderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -130571,20 +128935,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlow", "OutputType": "IMicrosoftGraphIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -130603,19 +128967,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/userFlows", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlow", "OutputType": "IMicrosoftGraphIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -130634,20 +128998,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlowAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -130666,19 +129030,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/userFlowAttributes", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlowAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityUserFlowAttributeCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -130697,19 +129061,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/userFlowAttributes/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlowAttributeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaIdentityUserFlowCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -130728,47 +129092,47 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/userFlows/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaIdentityUserFlowCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtection", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtection", "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionBitlocker", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/bitlocker", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionBitlocker", "OutputType": "IMicrosoftGraphBitlocker", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -130787,20 +129151,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -130819,19 +129183,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/informationProtection/bitlocker/recoveryKeys", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -130850,76 +129214,76 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionPolicy", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/policy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionPolicy", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionPolicyLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -130938,20 +129302,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionPolicyLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -130970,19 +129334,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/informationProtection/policy/labels", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -131001,62 +129365,62 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/informationProtection/policy/labels/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -131075,20 +129439,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -131107,19 +129471,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -131138,176 +129502,1433 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInvitation", "Permissions": [], + "Method": "GET", "Uri": "/invitations", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitation", "OutputType": "IMicrosoftGraphInvitation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInvitationCount", "Permissions": [], + "Method": "GET", "Uri": "/invitations/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationCount", "OutputType": null, - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ "Get" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", + "Permissions": [], "Method": "GET", + "Uri": "/invitations/invitedUser/mailboxSettings", + "OutputType": "IMicrosoftGraphMailboxSettings", "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", + "Permissions": [], + "Method": "GET", + "Uri": "/invitations/invitedUser/serviceProvisioningErrors", + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", "Permissions": [], - "Uri": "/invitations/invitedUser/mailboxSettings", + "Method": "GET", + "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings", "Variants": [ "Get" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInvitationInvitedUserSponsor", + "Permissions": [], "Method": "GET", + "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", + "OutputType": "IMicrosoftGraphDirectoryObject", "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaInvitationInvitedUserSponsor", + "Permissions": [], + "Method": "GET", + "Uri": "/invitations/invitedUserSponsors", + "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", "Permissions": [], - "Uri": "/invitations/invitedUser/serviceProvisioningErrors", + "Method": "GET", + "Uri": "/invitations/invitedUserSponsors/$count", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessAlert", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/alerts/{alert-id}", + "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessAlert", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/alerts", + "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "List" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessAlertCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/alerts/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessAlertPolicy", + "Permissions": [], "Method": "GET", + "Uri": "/networkAccess/alerts/{alert-id}/policy", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaNetworkAccessConnectivity", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranch", "Permissions": [], - "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-list-branches?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranch", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches", + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchconnectivityconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", + "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLinkCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Get" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", + "Permissions": [], "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-devicelinks?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLinkCount", "Permissions": [], - "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", + "Permissions": [], "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-forwardingprofiles?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileCount", "Permissions": [], - "Uri": "/invitations/invitedUserSponsors", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "List" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicyCount", + "Permissions": [], "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileServicePrincipal", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", + "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", "Permissions": [], - "Uri": "/invitations/invitedUserSponsors/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLinkCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Get" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLinkCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileServicePrincipal", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", + "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-filteringpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringPolicies", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringPolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringPolicies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRuleCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfile", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfile", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringProfiles", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/{conditionalAccessPolicy-id}", + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies", + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfileCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringProfiles/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingPolicies", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingPolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingPolicies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRuleCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfile", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingprofiles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfile", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingProfiles", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfileCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingProfiles/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-list-policies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessForwardingProfileServicePrincipal", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", + "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessLog", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/logs", + "OutputType": "IMicrosoftGraphNetworkaccessLogs", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/logs/remoteNetworks", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessLogRemoteNetworkCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/logs/remoteNetworks/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessLogTraffic", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-logs-list-traffic?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessLogTraffic", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/logs/traffic", + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessLogTrafficCount", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/logs/traffic/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessReport", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/reports", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessReportCrossTenantSummary", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/reports/getCrossTenantSummary(startDateTime={startDateTime},endDateTime={endDateTime},discoveryPivotDateTime={discoveryPivotDateTime})", + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantSummary", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessReportDestinationSummary", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/reports/getDestinationSummaries(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}')", + "OutputType": "IMicrosoftGraphNetworkaccessDestinationSummary", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessReportDeviceUsageSummary", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/reports/getDeviceUsageSummary(startDateTime={startDateTime},endDateTime={endDateTime},activityPivotDateTime={activityPivotDateTime})", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceUsageSummary", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime},userId='@userId')", + "OutputType": "IMicrosoftGraphNetworkaccessDiscoveredApplicationSegmentReport", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessRootNetworkAccessRoot", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess", + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessSetting", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/settings", + "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessSettingConditionalAccess", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/settings/conditionalAccess", + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessSettingCrossTenantAccess", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/settings/crossTenantAccess", + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessSettingEnrichedAuditLog", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/settings/enrichedAuditLogs", + "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaNetworkAccessSettingForwardingOption", + "Permissions": [], "Method": "GET", + "Uri": "/networkAccess/settings/forwardingOptions", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-tenantstatus-get?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaNetworkAccessTenantStatus", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/tenantStatus", + "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOauth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -131334,20 +130955,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOauth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -131374,19 +130995,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/oauth2PermissionGrants", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOauth2PermissionGrantCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -131413,19 +131034,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/oauth2PermissionGrants/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOauth2PermissionGrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOauth2PermissionGrantDelta", "Permissions": [ { "Name": "Directory.Read.All", @@ -131452,187 +131073,188 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/oauth2PermissionGrants/delta", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOauth2PermissionGrantDelta", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfile", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfile", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfile", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfile", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "OutputType": "IMicrosoftGraphOnPremisesAgent", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "OutputType": "IMicrosoftGraphOnPremisesAgent", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List", "List1", "List2" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "OutputType": "IMicrosoftGraphOnPremisesAgent", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "OutputType": "IMicrosoftGraphOnPremisesAgent", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "Get1", @@ -131640,494 +131262,493 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "OutputType": "IMicrosoftGraphPublishedResource", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "OutputType": "IMicrosoftGraphPublishedResource", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "OutputType": "IMicrosoftGraphIPApplicationSegment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "OutputType": "IMicrosoftGraphIPApplicationSegment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "OutputType": "IMicrosoftGraphConnector", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "OutputType": "IMicrosoftGraphConnector", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "OutputType": "IMicrosoftGraphConnectorGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "OutputType": "IMicrosoftGraphConnectorGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", "OutputType": "IMicrosoftGraphConnector", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", "OutputType": "IMicrosoftGraphConnectorGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "OutputType": "IMicrosoftGraphPublishedResource", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "OutputType": "IMicrosoftGraphPublishedResource", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -132162,20 +131783,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganization", "OutputType": "IMicrosoftGraphOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -132250,19 +131871,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganization", "OutputType": "IMicrosoftGraphOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBranding", "Permissions": [ { "Name": "User.Read", @@ -132313,95 +131934,95 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBranding", "OutputType": "IMicrosoftGraphOrganizationalBranding", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingBannerLogo", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingBannerLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingCustomCss", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingCustomCss", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingFavicon", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingFavicon", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -132452,20 +132073,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalization", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -132516,19 +132137,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalization", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132563,20 +132184,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132611,20 +132232,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", "Permissions": [ { "Name": "User.Read", @@ -132675,20 +132296,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132723,20 +132344,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132771,20 +132392,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132819,20 +132440,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132867,20 +132488,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132915,65 +132536,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingSquareLogo", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingSquareLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationById", "Permissions": [], + "Method": "POST", "Uri": "/organization/getByIds", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -132992,20 +132613,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -133024,19 +132645,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", "Permissions": [ { "Name": "Organization.Read.All", @@ -133055,20 +132676,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -133143,112 +132764,112 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationExtension", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationExtension", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/extensions/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/getMemberGroups", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/getMemberObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationPartnerInformation", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/partnerInformation", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationPartnerInformation", "OutputType": "IMicrosoftGraphPartnerInformation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationSetting", "Permissions": [ { "Name": "User.Read", @@ -133267,20 +132888,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/settings", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSetting", "OutputType": "IMicrosoftGraphOrganizationSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationSettingContactInsight", "Permissions": [ { "Name": "Organization.Read.All", @@ -133299,20 +132920,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/settings/contactInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingContactInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationSettingItemInsight", "Permissions": [ { "Name": "User.Read.All", @@ -133331,20 +132952,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/settings/itemInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingItemInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Permissions": [ { "Name": "Organization.Read.All", @@ -133363,20 +132984,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationSettingPersonInsight", "Permissions": [ { "Name": "User.Read.All", @@ -133395,237 +133016,237 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationSettingPersonInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaOrganizationUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/organization/getUserOwnedObjects", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaOrganizationUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/room", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/room", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoomList", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomList", "OutputType": "IMicrosoftGraphRoomList", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoomList", "Permissions": [], + "Method": "GET", "Uri": "/places/roomList", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomList", "OutputType": "IMicrosoftGraphRoomList", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoomListRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomListRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoomListRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList/rooms", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomListRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoomListRoomCount", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList/rooms/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomListRoomCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "OutputType": "IMicrosoftGraphWorkspace", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList/workspaces", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "OutputType": "IMicrosoftGraphWorkspace", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList/workspaces/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceCount", "Permissions": [], + "Method": "GET", "Uri": "/places/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceCountAsRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/room/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceCountAsRoom", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlaceCountAsRoomList", "Permissions": [], + "Method": "GET", "Uri": "/places/roomList/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaPlaceCountAsRoomList", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlanner", "Permissions": [], + "Method": "GET", "Uri": "/planner", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlanner", "OutputType": "IMicrosoftGraphPlanner", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -133676,20 +133297,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -133740,19 +133361,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/buckets", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlannerBucketCount", "Permissions": [ { "Name": "Tasks.Read", @@ -133803,19 +133424,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/buckets/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucketCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerBucketDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -133866,19 +133487,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/buckets/delta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucketDelta", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerBucketTask", "Permissions": [ { "Name": "Tasks.Read", @@ -133929,19 +133550,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerBucketTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -133992,20 +133613,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -134056,19 +133677,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerPlanBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -134119,19 +133740,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlannerPlanCount", "Permissions": [ { "Name": "Tasks.Read", @@ -134182,19 +133803,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerPlanDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -134245,19 +133866,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/delta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanDelta", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerPlanDetail", "Permissions": [ { "Name": "Tasks.Read", @@ -134308,20 +133929,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanDetail", "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerPlanTask", "Permissions": [ { "Name": "Tasks.Read", @@ -134372,19 +133993,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerPlanTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerRoster", "Permissions": [ { "Name": "Tasks.Read", @@ -134419,48 +134040,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/rosters/{plannerRoster-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRoster", "OutputType": "IMicrosoftGraphPlannerRoster", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlannerRoster", "Permissions": [], + "Method": "GET", "Uri": "/planner/rosters", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRoster", "OutputType": "IMicrosoftGraphPlannerRoster", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlannerRosterCount", "Permissions": [], + "Method": "GET", "Uri": "/planner/rosters/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerRosterMember", "Permissions": [ { "Name": "Tasks.Read", @@ -134495,20 +134116,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterMember", "OutputType": "IMicrosoftGraphPlannerRosterMember", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerRosterMember", "Permissions": [ { "Name": "Tasks.Read", @@ -134543,19 +134164,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/rosters/{plannerRoster-id}/members", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterMember", "OutputType": "IMicrosoftGraphPlannerRosterMember", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlannerRosterMemberCount", "Permissions": [ { "Name": "Tasks.Read", @@ -134590,35 +134211,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlannerRosterPlan", "Permissions": [], + "Method": "GET", "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerRosterPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -134653,19 +134274,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/rosters/{plannerRoster-id}/plans", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlannerRosterPlanCount", "Permissions": [ { "Name": "Tasks.Read", @@ -134700,20 +134321,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerRosterPlanCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -134764,20 +134385,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -134828,19 +134449,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -134891,20 +134512,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -134955,20 +134576,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPlannerTaskCount", "Permissions": [ { "Name": "Tasks.Read", @@ -135019,19 +134640,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerTaskDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -135050,19 +134671,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/planner/tasks/delta", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskDelta", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerTaskDetail", "Permissions": [ { "Name": "Tasks.Read", @@ -135113,20 +134734,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}/details", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskDetail", "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -135177,20 +134798,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Beta.Planner", - "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAccessReviewPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135209,19 +134830,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/accessReviewPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAccessReviewPolicy", "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135248,20 +134869,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135288,63 +134909,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/activityBasedTimeoutPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -135371,19 +134992,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/activityBasedTimeoutPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135418,19 +135039,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135457,20 +135078,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135497,34 +135118,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", "Permissions": [ { "Name": "Application.Read.All", @@ -135559,19 +135180,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", "Permissions": [ { "Name": "Application.Read.All", @@ -135606,20 +135227,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAppManagementPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -135646,19 +135267,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAppManagementPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135677,76 +135298,76 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135773,20 +135394,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135813,63 +135434,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -135896,34 +135517,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthorizationPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicy", "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthorizationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -135942,19 +135563,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authorizationPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicy", "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -135973,77 +135594,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authorizationPolicy/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Permissions": [], + "Method": "GET", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Permissions": [], + "Method": "GET", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136070,20 +135691,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136110,34 +135731,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -136180,19 +135801,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -136235,20 +135856,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -136275,33 +135896,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/conditionalAccessPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136320,19 +135941,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", "Permissions": [ { "Name": "Policy.Read.All", @@ -136351,19 +135972,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -136382,20 +136003,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -136414,19 +136035,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/partners", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -136445,19 +136066,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Permissions": [ { "Name": "Policy.Read.All", @@ -136476,20 +136097,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -136508,47 +136129,47 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", "OutputType": "IMicrosoftGraphPolicyTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Permissions": [], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136575,19 +136196,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -136614,33 +136235,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/deviceRegistrationPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/directoryRoleAccessReviewPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyExternalIdentityPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136659,119 +136280,119 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/externalIdentitiesPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyExternalIdentityPolicy", "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/federatedTokenValidationPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136798,20 +136419,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -136838,34 +136459,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -136908,19 +136529,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -136963,20 +136584,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -137003,33 +136624,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -137048,20 +136669,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -137080,19 +136701,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileAppManagementPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -137111,19 +136732,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileAppManagementPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", "Permissions": [ { "Name": "Policy.Read.All", @@ -137142,19 +136763,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -137173,19 +136794,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -137204,49 +136825,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -137265,20 +136886,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -137297,19 +136918,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileDeviceManagementPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -137328,19 +136949,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileDeviceManagementPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", "Permissions": [ { "Name": "Policy.Read.All", @@ -137359,19 +136980,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -137390,19 +137011,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -137421,49 +137042,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137482,20 +137103,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137514,19 +137135,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137545,34 +137166,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", "Permissions": [], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137591,19 +137212,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137622,35 +137243,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "Permissions": [], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137669,19 +137290,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137700,63 +137321,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/permissionGrantPreApprovalPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/permissionGrantPreApprovalPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137799,20 +137420,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137855,19 +137476,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137910,20 +137531,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137966,19 +137587,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicyAssignments", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138021,34 +137642,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicyAssignments/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138091,34 +137712,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Permissions": [], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138161,19 +137782,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138216,20 +137837,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138272,20 +137893,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138328,19 +137949,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138383,151 +138004,191 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/servicePrincipalCreationPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/servicePrincipalCreationPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Permissions": [], + "Method": "GET", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Permissions": [], + "Method": "GET", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Permissions": [], + "Method": "GET", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Permissions": [], + "Method": "GET", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "Permissions": [ + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -138554,74 +138215,34 @@ "IsLeastPrivilege": false } ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Policy.Read.ApplicationConfiguration", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/policies/tokenIssuancePolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -138664,19 +138285,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -138719,20 +138340,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -138759,19 +138380,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -138798,20 +138419,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -138838,34 +138459,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -138908,19 +138529,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -138963,20 +138584,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -139003,33 +138624,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrint", "Permissions": [], + "Method": "GET", "Uri": "/print", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrint", "OutputType": "IMicrosoftGraphPrint", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -139048,20 +138669,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/connectors/{printConnector-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -139080,19 +138701,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/connectors", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintConnectorCount", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -139111,19 +138732,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/connectors/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintConnectorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintOperation", "Permissions": [ { "Name": "Printer.Create", @@ -139150,48 +138771,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/operations/{printOperation-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintOperation", "OutputType": "IMicrosoftGraphPrintOperation", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintOperation", "Permissions": [], + "Method": "GET", "Uri": "/print/operations", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintOperation", "OutputType": "IMicrosoftGraphPrintOperation", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/print/operations/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -139242,20 +138863,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinter", "OutputType": "IMicrosoftGraphPrinter", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -139282,19 +138903,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinter", "OutputType": "IMicrosoftGraphPrinter", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterCapability", "Permissions": [ { "Name": "Printer.Read.All", @@ -139321,35 +138942,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/getCapabilities", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterCapability", "OutputType": "IMicrosoftGraphPrinterCapabilities", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterConnector", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -139368,19 +138989,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/connectors", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterConnectorCount", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -139399,20 +139020,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/connectors/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterConnectorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterCount", "Permissions": [ { "Name": "Printer.Read.All", @@ -139439,19 +139060,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139518,20 +139139,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139598,19 +139219,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobCount", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139677,20 +139298,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobDocument", "Permissions": [ { "Name": "PrintJob.Read", @@ -139725,34 +139346,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobDocument", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobDocumentContent", "Permissions": [ { "Name": "PrintJob.Read", @@ -139787,114 +139408,115 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobDocumentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobDocumentCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobDocumentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShare", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "Get1", @@ -139902,187 +139524,186 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShare", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedUser", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareCount", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -140109,213 +139730,213 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/shares/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJob", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJob", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobDocument", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobDocument", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterSharePrinter", "Permissions": [], + "Method": "GET", "Uri": "/print/printerShares/{printerShare-id}/printer", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterSharePrinter", "OutputType": "IMicrosoftGraphPrinter", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -140342,20 +139963,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -140382,19 +140003,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/taskTriggers", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", "Permissions": [ { "Name": "Printer.Read.All", @@ -140421,35 +140042,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140620,20 +140241,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/{printService-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintService", "OutputType": "IMicrosoftGraphPrintService", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140804,19 +140425,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintService", "OutputType": "IMicrosoftGraphPrintService", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintServiceCount", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140987,19 +140608,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintServiceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141170,20 +140791,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintServiceEndpoint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141354,19 +140975,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/{printService-id}/endpoints", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintServiceEndpoint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintServiceEndpointCount", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141537,20 +141158,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/{printService-id}/endpoints/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintServiceEndpointCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141577,20 +141198,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141617,19 +141238,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedGroup", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141648,19 +141269,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedGroupByRef", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141679,19 +141300,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedGroupCount", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141710,49 +141331,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedUser", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141771,19 +141392,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedUserByRef", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141802,19 +141423,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedUserCount", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141833,64 +141454,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareCount", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141917,19 +141538,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141996,20 +141617,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -142076,19 +141697,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobCount", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -142155,153 +141776,153 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobDocument", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobDocument", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobDocumentContent", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobDocumentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobDocumentCount", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobDocumentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintShareJobTaskTrigger", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintShareJobTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintSharePrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -142328,124 +141949,124 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/printer", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintSharePrinter", "OutputType": "IMicrosoftGraphPrinter", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintTaskDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintTaskDefinitionTask", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrintTaskDefinitionTask", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "Module": "Beta.Devices.CloudPrint", - "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142464,20 +142085,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142496,195 +142117,195 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142703,34 +142324,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142749,19 +142370,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142780,1159 +142401,1159 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Beta.Compliance", - "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccess", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccess", "OutputType": "IMicrosoftGraphPrivilegedAccess", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccess", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccess", "OutputType": "IMicrosoftGraphPrivilegedAccess", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceParent", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceParent", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "OutputType": "IMicrosoftGraphGovernanceSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "OutputType": "IMicrosoftGraphGovernanceSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "OutputType": "IMicrosoftGraphGovernanceSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", "OutputType": "IMicrosoftGraphGovernanceSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApproval", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/{privilegedApproval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApproval", "OutputType": "IMicrosoftGraphPrivilegedApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApproval", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApproval", "OutputType": "IMicrosoftGraphPrivilegedApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApprovalCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApprovalRequest", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/{privilegedApproval-id}/request", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRequest", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedOperationEvent", "Permissions": [], + "Method": "GET", "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedOperationEvent", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedOperationEvent", "Permissions": [], + "Method": "GET", "Uri": "/privilegedOperationEvents", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedOperationEvent", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedOperationEventCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedOperationEvents/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedOperationEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRole", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoles/{privilegedRole-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRole", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRole", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoles", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRole", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", "Permissions": [ { "Name": "Directory.Read.All", @@ -143951,19 +143572,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -143982,288 +143603,288 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoles/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleSetting", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleSetting", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaPrivilegedRoleSummary", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaPrivilegedRoleSummary", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaProgram", "Permissions": [], + "Method": "GET", "Uri": "/programs/{program-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgram", "OutputType": "IMicrosoftGraphProgram", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaProgram", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144282,24 +143903,25 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/programs", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgram", "OutputType": "IMicrosoftGraphProgram", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaProgramControl", "Permissions": [], + "Method": "GET", "Uri": "/programControls/{programControl-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControl", "OutputType": "IMicrosoftGraphProgramControl", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", @@ -144307,13 +143929,12 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaProgramControl", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144332,21 +143953,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/programControls", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControl", "OutputType": "IMicrosoftGraphProgramControl", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List", "List1", "List2" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaProgramControlCount", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144365,55 +143986,55 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/programControls/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "Get2", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaProgramControlProgram", "Permissions": [], + "Method": "GET", "Uri": "/programControls/{programControl-id}/program", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlProgram", "OutputType": "IMicrosoftGraphProgram", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaProgramControlType", "Permissions": [], + "Method": "GET", "Uri": "/programControlTypes/{programControlType-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlType", "OutputType": "IMicrosoftGraphProgramControlType", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaProgramControlType", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144432,19 +144053,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/programControlTypes", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlType", "OutputType": "IMicrosoftGraphProgramControlType", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaProgramControlTypeCount", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144463,19 +144084,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/programControlTypes/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramControlTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaProgramCount", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144494,161 +144115,161 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/programs/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaProgramCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportAppCredentialSignInActivity", "Permissions": [], + "Method": "GET", "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAppCredentialSignInActivity", "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportAppCredentialSignInActivity", "Permissions": [], + "Method": "GET", "Uri": "/reports/appCredentialSignInActivities", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAppCredentialSignInActivity", "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/appCredentialSignInActivities/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/applicationSignInDetailedSummary", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/applicationSignInDetailedSummary/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", "Permissions": [], + "Method": "GET", "Uri": "/reports/getAttackSimulationRepeatOffenders", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getAttackSimulationTrainingUserCoverage", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportAttackSimulationUserCoverage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getAttackSimulationSimulationUserCoverage", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAttackSimulationUserCoverage", "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportAuthenticationMethod", "Permissions": [], + "Method": "GET", "Uri": "/reports/authenticationMethods", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAuthenticationMethod", "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144667,20 +144288,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144699,19 +144320,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144730,3213 +144351,3213 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", "OutputType": "IMicrosoftGraphApplicationSignInSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportBrowserDistributionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportBrowserDistributionUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportBrowserUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getBrowserUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportBrowserUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportBrowserUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getBrowserUserDetail(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportBrowserUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportCredentialUsageSummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/getCredentialUsageSummary(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUsageSummary", "OutputType": "IMicrosoftGraphCredentialUsageSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportCredentialUserRegistrationCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getCredentialUserRegistrationCount", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUserRegistrationCount", "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/credentialUserRegistrationDetails", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/credentialUserRegistrationDetails/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsage", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsage/{printUsage-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsage", "OutputType": "IMicrosoftGraphPrintUsage", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsage", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsage", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsage", "OutputType": "IMicrosoftGraphPrintUsage", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByPrinter", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByUser", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByUser/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsage/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageSummariesByPrinter", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageSummariesByUser", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", "Permissions": [], + "Method": "GET", "Uri": "/reports/deviceConfigurationDeviceActivity", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Device" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", "Permissions": [], + "Method": "GET", "Uri": "/reports/deviceConfigurationUserActivity", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Device" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportEmailActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportEmailActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportEmailActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailActivityUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportEmailAppUsageUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailAppUsageUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportEmailAppUsageUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailAppUsageUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportFormUserActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportFormUserActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportFormUserActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportFormUserActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportFormUserActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportFormUserActivityUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportGroupArchivedPrintJob", "Permissions": [], + "Method": "GET", "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportGroupArchivedPrintJob", "OutputType": "IMicrosoftGraphArchivedPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportM365AppPlatformUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportM365AppPlatformUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportM365AppUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportM365AppUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportM365AppUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getM365AppUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportM365AppUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMailboxUsageDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMailboxUsageDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMailboxUsageMailboxCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMailboxUsageMailboxCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMailboxUsageStorage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMailboxUsageStorage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Detail", "DetailViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Managed", "ManagedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", "Permissions": [], + "Method": "GET", "Uri": "/reports/managedDeviceEnrollmentFailureTrends", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Managed" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", "Permissions": [], + "Method": "GET", "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Top", "Top1", "TopViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByPrinter", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByUser", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByUser/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageSummariesByUser", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365ActivationCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActivationCounts", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActivationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365ActivationUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActivationsUserCounts", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActivationUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365ActivationUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActivationsUserDetail", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActivationUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365ActiveUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActiveUserCount", "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365ActiveUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ActiveUserDetail", "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365GroupActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityCount", "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365GroupActivityDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityDetail", "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365GroupActivityStorage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365GroupActivityStorage", "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOffice365ServiceUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOffice365ServiceUserCount", "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOneDriveActivityFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveActivityFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOneDriveActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOneDriveActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveActivityUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOneDriveUsageAccountCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveUsageAccountCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOneDriveUsageFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveUsageFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportOneDriveUsageStorage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportOneDriveUsageStorage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartner", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartner", "OutputType": "IMicrosoftGraphPartners", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBilling", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBilling", "OutputType": "IMicrosoftGraphPartnersBilling", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingManifest", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingManifest", "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingManifest", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/manifests", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingManifest", "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingManifestCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/manifests/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingManifestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingOperation", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingOperation", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingOperation", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/operations", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingOperation", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/operations/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingReconciliation", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/reconciliation", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingReconciliation", "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingUsage", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/usage", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingUsage", "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingUsageBilled", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/usage/billed", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingUsageBilled", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportPrinterArchivedPrintJob", "Permissions": [], + "Method": "GET", "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportPrinterArchivedPrintJob", "OutputType": "IMicrosoftGraphArchivedPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSecurity", "Permissions": [], + "Method": "GET", "Uri": "/reports/security", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSecurity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", "Permissions": [], + "Method": "GET", "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", "Permissions": [], + "Method": "GET", "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", "Permissions": [], + "Method": "GET", "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportServiceActivity", "Permissions": [], + "Method": "GET", "Uri": "/reports/serviceActivity", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServiceActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", "Permissions": [], + "Method": "GET", "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", "Permissions": [], + "Method": "GET", "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", "Permissions": [], + "Method": "GET", "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", "Permissions": [], + "Method": "GET", "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", "Permissions": [], + "Method": "GET", "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "Permissions": [], + "Method": "GET", "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "Permissions": [], + "Method": "GET", "Uri": "/reports/servicePrincipalSignInActivities", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/servicePrincipalSignInActivities/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSharePointActivityFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointActivityFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSharePointActivityPage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointActivityPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSharePointActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSharePointActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointActivityUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSharePointSiteUsageDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsageDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSharePointSiteUsagePage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsagePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSharePointSiteUsageStorage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSharePointSiteUsageStorage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportSla", "Permissions": [], + "Method": "GET", "Uri": "/reports/sla", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSla", "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportSlaAzureAdAuthentication", "Permissions": [], + "Method": "GET", "Uri": "/reports/sla/azureADAuthentication", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportSlaAzureAdAuthentication", "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamActivityDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamActivityDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamActivityDistributionCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamActivityDistributionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsTeamCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamUserActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamUserActivityTotalCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityTotalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamUserActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportTeamUserActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportTeamUserActivityUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserArchivedPrintJob", "Permissions": [], + "Method": "GET", "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserArchivedPrintJob", "OutputType": "IMicrosoftGraphArchivedPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserCredentialUsageDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserCredentialUsageDetail", "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserCredentialUsageDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/userCredentialUsageDetails", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserCredentialUsageDetail", "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userCredentialUsageDetails/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsight", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsight", "OutputType": "IMicrosoftGraphUserInsightsRoot", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDaily", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDaily", "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "OutputType": "IMicrosoftGraphActiveUsersMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/activeUsers", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "OutputType": "IMicrosoftGraphActiveUsersMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/activeUsers/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/authentications", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/authentications/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/inactiveUsers", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/inactiveUsers/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/mfaCompletions", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/mfaCompletions/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailySignUp", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailySignUp", "OutputType": "IMicrosoftGraphUserSignUpMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailySignUp", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/signUps", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailySignUp", "OutputType": "IMicrosoftGraphUserSignUpMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailySignUpCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/signUps/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailySignUpCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailySummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailySummary", "OutputType": "IMicrosoftGraphInsightSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailySummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/summary", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailySummary", "OutputType": "IMicrosoftGraphInsightSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailySummaryCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/summary/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailySummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyUserCount", "OutputType": "IMicrosoftGraphUserCountMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightDailyUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/daily/userCount", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightDailyUserCount", "OutputType": "IMicrosoftGraphUserCountMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthly", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthly", "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "OutputType": "IMicrosoftGraphActiveUsersMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/activeUsers", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "OutputType": "IMicrosoftGraphActiveUsersMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/activeUsers/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/authentications", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/authentications/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/inactiveUsers", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/mfaCompletions", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "OutputType": "IMicrosoftGraphUserRequestsMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/requests", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "OutputType": "IMicrosoftGraphUserRequestsMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/requests/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "OutputType": "IMicrosoftGraphUserSignUpMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/signUps", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "OutputType": "IMicrosoftGraphUserSignUpMetric", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/signUps/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlySummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlySummary", "OutputType": "IMicrosoftGraphInsightSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlySummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/summary", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlySummary", "OutputType": "IMicrosoftGraphInsightSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/userInsights/monthly/summary/$count", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportYammerActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportYammerActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerActivityUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportYammerActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerActivityUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportYammerGroupActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerGroupActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportYammerGroupActivityDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerGroupActivityDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "Module": "Beta.Reports", - "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRiskDetection", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskDetection", "OutputType": "IMicrosoftGraphRiskDetection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRiskDetection", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskDetections", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskDetection", "OutputType": "IMicrosoftGraphRiskDetection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRiskDetectionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskDetections/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskDetectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147955,20 +147576,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipal", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147987,19 +147608,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipal", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRiskyServicePrincipalCount", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -148018,34 +147639,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRiskyServicePrincipalHistory", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipalHistory", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRiskyServicePrincipalHistory", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -148064,19 +147685,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipalHistory", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -148095,63 +147716,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRiskyUser", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUser", "OutputType": "IMicrosoftGraphRiskyUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRiskyUser", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskyUsers", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUser", "OutputType": "IMicrosoftGraphRiskyUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRiskyUserCount", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRiskyUserHistory", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -148170,20 +147791,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUserHistory", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRiskyUserHistory", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -148202,19 +147823,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUserHistory", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRiskyUserHistoryCount", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -148233,20 +147854,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaRiskyUserHistoryCount", "OutputType": null, - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -148281,150 +147902,150 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagement", "OutputType": "IMicrosoftGraphRoleManagement", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPc", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPc", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148459,20 +148080,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148507,63 +148128,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148598,122 +148219,122 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148820,20 +148441,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148940,19 +148561,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149059,48 +148680,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -149135,136 +148756,136 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/deviceManagement", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagement", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -149299,20 +148920,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -149347,63 +148968,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -149438,122 +149059,122 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149660,20 +149281,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149780,19 +149401,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149899,62 +149520,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectory", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectory", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149981,20 +149602,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150021,19 +149642,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150060,19 +149681,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150099,20 +149720,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150139,34 +149760,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150193,35 +149814,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150264,20 +149885,177 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", + "CommandAlias": null, "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "Permissions": [ + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read all directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "RoleManagement.Read.All", + "Description": "Read role management data for all RBAC providers", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write all directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignments", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "Permissions": [], + "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "Permissions": [], + "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", + "Permissions": [], + "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "Permissions": [], + "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "Permissions": [], "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "OutputType": "IMicrosoftGraphApprovalStep", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta" + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", + "Permissions": [], + "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "Permissions": [], + "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150320,230 +150098,65 @@ "IsLeastPrivilege": false } ], - "Uri": "/roleManagement/directory/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignments/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval", "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Get" + ] }, { - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", - "OutputType": null, - "Variants": [ - "Get" - ], "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "OutputType": "IMicrosoftGraphDirectoryObject", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "OutputType": "IMicrosoftGraphDirectoryObject", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [ - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read all directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "RoleManagement.Read.All", - "Description": "Read role management data for all RBAC providers", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write all directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/roleManagement/directory/roleAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", - "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -150575,31 +150188,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -150631,60 +150244,60 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -150716,45 +150329,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -150786,31 +150399,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -150842,60 +150455,60 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -150927,81 +150540,89 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -151036,20 +150657,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -151084,49 +150705,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -151161,94 +150782,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151291,20 +150912,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151347,19 +150968,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151402,72 +151023,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151499,31 +151112,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151555,45 +151168,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151625,45 +151238,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151695,31 +151308,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151751,45 +151364,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -151821,81 +151434,89 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -151938,20 +151559,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151994,34 +151615,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -152064,109 +151685,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -152201,34 +151822,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -152263,1439 +151884,1439 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseApp", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseApp", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseApp", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseApp", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagement", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagement", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153754,20 +153375,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153826,121 +153447,121 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153999,433 +153620,433 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154532,20 +154153,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154652,19 +154273,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154771,504 +154392,504 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchange", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchange", "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155295,20 +154916,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", "OutputType": "IMicrosoftGraphCustomAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155335,19 +154956,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/exchange/customAppScopes", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", "OutputType": "IMicrosoftGraphCustomAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155374,136 +154995,136 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/exchange/customAppScopes/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/resourceNamespaces/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155546,20 +155167,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155602,34 +155223,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/exchange/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155672,64 +155293,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/exchange/roleAssignments/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155788,20 +155409,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155860,19 +155481,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/exchange/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155931,151 +155552,151 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/exchange/roleDefinitions/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/transitiveRoleAssignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -156094,20 +155715,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "Beta.SchemaExtensions", - "Command": "Get-MgBetaSchemaExtension", "OutputType": "IMicrosoftGraphSchemaExtension", + "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -156126,19 +155747,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/schemaExtensions", - "Module": "Beta.SchemaExtensions", - "Command": "Get-MgBetaSchemaExtension", "OutputType": "IMicrosoftGraphSchemaExtension", + "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSchemaExtensionCount", "Permissions": [ { "Name": "User.Read", @@ -156157,19 +155778,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/schemaExtensions/$count", - "Module": "Beta.SchemaExtensions", - "Command": "Get-MgBetaSchemaExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156188,20 +155809,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/acronyms/{acronym-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchAcronym", "OutputType": "IMicrosoftGraphSearchAcronym", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156220,19 +155841,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/acronyms", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchAcronym", "OutputType": "IMicrosoftGraphSearchAcronym", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSearchAcronymCount", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156251,19 +155872,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/acronyms/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchAcronymCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156282,20 +155903,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchBookmark", "OutputType": "IMicrosoftGraphSearchBookmark", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156314,19 +155935,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/bookmarks", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchBookmark", "OutputType": "IMicrosoftGraphSearchBookmark", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSearchBookmarkCount", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156345,33 +155966,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/bookmarks/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchBookmarkCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSearchEntity", "Permissions": [], + "Method": "GET", "Uri": "/search", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchEntity", "OutputType": "IMicrosoftGraphSearchEntity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156390,20 +156011,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/qnas/{qna-id}", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchQna", "OutputType": "IMicrosoftGraphSearchQna", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156422,19 +156043,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/qnas", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchQna", "OutputType": "IMicrosoftGraphSearchQna", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSearchQnaCount", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156453,19 +156074,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/qnas/$count", - "Module": "Beta.Search", - "Command": "Get-MgBetaSearchQnaCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAction", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156484,20 +156105,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/securityActions/{securityAction-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAction", "OutputType": "IMicrosoftGraphSecurityAction", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAction", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156516,19 +156137,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/securityActions", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAction", "OutputType": "IMicrosoftGraphSecurityAction", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityActionCount", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156547,19 +156168,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/securityActions/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityActionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156578,20 +156199,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts/{alert-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlert", "OutputType": "IMicrosoftGraphAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156610,19 +156231,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlert", "OutputType": "IMicrosoftGraphAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAlertCount", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156641,19 +156262,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlertCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAlertV2", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156672,20 +156293,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlertV2", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAlertV2", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156704,19 +156325,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts_v2", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlertV2", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAlertV2Count", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156735,603 +156356,603 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts_v2/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAlertV2Count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulation", "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulations", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulation", "OutputType": "IMicrosoftGraphSimulation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "OutputType": "IMicrosoftGraphSimulationAutomation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "OutputType": "IMicrosoftGraphSimulationAutomation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulations/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "OutputType": "IMicrosoftGraphEndUserNotification", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "OutputType": "IMicrosoftGraphEndUserNotification", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "OutputType": "IMicrosoftGraphLandingPage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "OutputType": "IMicrosoftGraphLandingPage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "OutputType": "IMicrosoftGraphLandingPageDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "OutputType": "IMicrosoftGraphLandingPageDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "OutputType": "IMicrosoftGraphLoginPage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/loginPages", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "OutputType": "IMicrosoftGraphLoginPage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/loginPages/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationOperation", "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/operations", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationOperation", "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/operations/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationPayload", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationPayload", "OutputType": "IMicrosoftGraphPayload", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationPayload", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/payloads", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationPayload", "OutputType": "IMicrosoftGraphPayload", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/payloads/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationTraining", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTraining", "OutputType": "IMicrosoftGraphTraining", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationTraining", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTraining", "OutputType": "IMicrosoftGraphTraining", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "OutputType": "IMicrosoftGraphTrainingCampaign", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainingCampaigns", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "OutputType": "IMicrosoftGraphTrainingCampaign", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainingCampaigns/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAuditLog", "Permissions": [], + "Method": "GET", "Uri": "/security/auditLog", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAuditLog", "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAuditLogQuery", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157390,20 +157011,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAuditLogQuery", "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAuditLogQuery", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157462,19 +157083,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/auditLog/queries", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAuditLogQuery", "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAuditLogQueryCount", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157533,34 +157154,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/auditLog/queries/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAuditLogQueryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157619,19 +157240,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157690,34 +157311,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCase", "Permissions": [], + "Method": "GET", "Uri": "/security/cases", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCase", "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157736,20 +157357,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157768,19 +157389,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157799,19 +157420,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157830,20 +157451,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157862,19 +157483,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157893,20 +157514,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157925,35 +157546,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157972,19 +157593,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158003,50 +157624,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158065,19 +157686,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158096,79 +157717,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158187,19 +157808,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158218,20 +157839,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158250,20 +157871,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158282,19 +157903,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158313,94 +157934,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158419,19 +158040,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158450,20 +158071,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158482,79 +158103,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158573,19 +158194,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158604,20 +158225,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158636,20 +158257,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158668,19 +158289,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158699,20 +158320,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryfile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158731,20 +158352,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryfile-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158763,34 +158384,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158809,20 +158430,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158841,35 +158462,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158888,49 +158509,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158949,20 +158570,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158981,19 +158602,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159012,20 +158633,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159044,20 +158665,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159076,78 +158697,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159166,64 +158787,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159242,64 +158863,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159318,20 +158939,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159350,20 +158971,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159382,63 +159003,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159457,92 +159078,92 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/cloudAppSecurityProfiles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cloudAppSecurityProfiles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCollaboration", "Permissions": [], + "Method": "GET", "Uri": "/security/collaboration", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCollaboration", "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159561,20 +159182,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159593,19 +159214,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/collaboration/analyzedEmails", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159624,320 +159245,320 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/collaboration/analyzedEmails/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityDomainSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityDomainSecurityProfile", "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityDomainSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/domainSecurityProfiles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityDomainSecurityProfile", "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/security/domainSecurityProfiles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityFileSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityFileSecurityProfile", "OutputType": "IMicrosoftGraphFileSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityFileSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/fileSecurityProfiles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityFileSecurityProfile", "OutputType": "IMicrosoftGraphFileSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityFileSecurityProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/security/fileSecurityProfiles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityFileSecurityProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityHostSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityHostSecurityProfile", "OutputType": "IMicrosoftGraphHostSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityHostSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/hostSecurityProfiles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityHostSecurityProfile", "OutputType": "IMicrosoftGraphHostSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityHostSecurityProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/security/hostSecurityProfiles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityHostSecurityProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentity", "Permissions": [], + "Method": "GET", "Uri": "/security/identities", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentity", "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentityHealthIssue", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentityHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentityHealthIssue", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/healthIssues", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentityHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/healthIssues/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentitySensor", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/sensors/{sensor-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentitySensor", "OutputType": "IMicrosoftGraphSecuritySensor", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentitySensor", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/sensors", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentitySensor", "OutputType": "IMicrosoftGraphSecuritySensor", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentitySensorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/sensors/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentitySensorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentAccessKey", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/sensors/getDeploymentAccessKey", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentitySensorDeploymentAccessKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentPackageUri", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/sensors/getDeploymentPackageUri", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentitySensorDeploymentPackageUri", "OutputType": "IMicrosoftGraphSecuritySensorDeploymentPackage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/sensors/{sensor-id}/healthIssues", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssueCount", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssueCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159956,20 +159577,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/incidents/{incident-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncident", "OutputType": "IMicrosoftGraphSecurityIncident", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159988,78 +159609,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/incidents", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncident", "OutputType": "IMicrosoftGraphSecurityIncident", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIncidentAlert", "Permissions": [], + "Method": "GET", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncidentAlert", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIncidentAlert", "Permissions": [], + "Method": "GET", "Uri": "/security/incidents/{incident-id}/alerts", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncidentAlert", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", "Permissions": [], + "Method": "GET", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIncidentAlertCount", "Permissions": [], + "Method": "GET", "Uri": "/security/incidents/{incident-id}/alerts/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncidentAlertCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIncidentCount", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -160078,33 +159699,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/incidents/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIncidentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityInformationProtection", "Permissions": [], + "Method": "GET", "Uri": "/security/informationProtection", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtection", "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -160123,19 +159744,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -160154,20 +159775,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -160186,19 +159807,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/security/informationProtection/sensitivityLabels", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -160217,365 +159838,365 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/security/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Permissions": [], + "Method": "GET", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIPSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIPSecurityProfile", "OutputType": "IMicrosoftGraphIPSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIPSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/ipSecurityProfiles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIPSecurityProfile", "OutputType": "IMicrosoftGraphIPSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityIPSecurityProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/security/ipSecurityProfiles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityIPSecurityProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabel", "Permissions": [], + "Method": "GET", "Uri": "/security/labels", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabel", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelAuthority", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelAuthority", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelAuthority", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/authorities", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelAuthority", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelAuthorityCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/authorities/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelAuthorityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelCategory", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategory", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelCategory", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategory", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelCitation", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCitation", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelCitation", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/citations", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCitation", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelCitationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/citations/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelCitationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelDepartment", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelDepartment", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelDepartment", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/departments", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelDepartment", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelDepartmentCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/departments/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelDepartmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelFilePlanReference", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelFilePlanReference", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelFilePlanReference", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/filePlanReferences", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelFilePlanReference", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/filePlanReferences/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionEventType", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160594,20 +160215,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabel", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160626,19 +160247,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/labels/retentionLabels", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabel", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160657,167 +160278,167 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/labels/retentionLabels/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityPartner", "Permissions": [], + "Method": "GET", "Uri": "/security/partner", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityPartner", "OutputType": "IMicrosoftGraphPartnerSecurity", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityPartnerSecurityAlert", "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160836,20 +160457,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityPartnerSecurityAlert", "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityPartnerSecurityAlert", "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160868,19 +160489,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/partner/securityAlerts", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityPartnerSecurityAlert", "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityPartnerSecurityAlertCount", "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160899,76 +160520,76 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/partner/securityAlerts/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityPartnerSecurityAlertCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityProviderTenantSetting", "Permissions": [], + "Method": "GET", "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityProviderTenantSetting", "OutputType": "IMicrosoftGraphProviderTenantSetting", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityProviderTenantSetting", "Permissions": [], + "Method": "GET", "Uri": "/security/providerTenantSettings", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityProviderTenantSetting", "OutputType": "IMicrosoftGraphProviderTenantSetting", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityProviderTenantSettingCount", "Permissions": [], + "Method": "GET", "Uri": "/security/providerTenantSettings/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityProviderTenantSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityRule", "Permissions": [], + "Method": "GET", "Uri": "/security/rules", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityRule", "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityRuleDetectionRule", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160987,20 +160608,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityRuleDetectionRule", "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityRuleDetectionRule", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -161019,19 +160640,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/rules/detectionRules", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityRuleDetectionRule", "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -161050,19 +160671,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/rules/detectionRules/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -161081,20 +160702,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScore", "OutputType": "IMicrosoftGraphSecureScore", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -161113,19 +160734,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScores", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScore", "OutputType": "IMicrosoftGraphSecureScore", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -161144,20 +160765,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -161176,19 +160797,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScoreControlProfiles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -161207,19 +160828,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScoreControlProfiles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySecureScoreCount", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -161238,19 +160859,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScores/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySecureScoreCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161269,20 +160890,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161301,195 +160922,195 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161508,19 +161129,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161539,50 +161160,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161601,19 +161222,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161632,676 +161253,677 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligence", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligence", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articleIndicators", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articleIndicators/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "OutputType": "IMicrosoftGraphSecurityHostComponent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostComponents", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "OutputType": "IMicrosoftGraphSecurityHostComponent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostComponents/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "OutputType": "IMicrosoftGraphSecurityHostCookie", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostCookies", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "OutputType": "IMicrosoftGraphSecurityHostCookie", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostCookies/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "OutputType": "IMicrosoftGraphSecurityHostPort", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "OutputType": "IMicrosoftGraphSecurityHostPort", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", "OutputType": "IMicrosoftGraphSecurityHostReputation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", @@ -162309,849 +161931,848 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostSslCertificates", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "OutputType": "IMicrosoftGraphSecurityHostTracker", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostTrackers", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Security", + "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/subdomains", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/subdomains/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "OutputType": "IMicrosoftGraphSecurityVulnerability", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "OutputType": "IMicrosoftGraphSecurityVulnerability", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmission", "Permissions": [], + "Method": "GET", "Uri": "/security/threatSubmission", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmission", "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163186,20 +162807,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163234,19 +162855,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/emailThreats", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163281,19 +162902,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/emailThreats/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163336,20 +162957,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163392,19 +163013,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163447,19 +163068,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163494,20 +163115,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163542,19 +163163,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/fileThreats", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163589,19 +163210,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/fileThreats/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163636,20 +163257,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163684,19 +163305,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/urlThreats", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163731,76 +163352,76 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/threatSubmission/urlThreats/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTiIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTiIndicator", "OutputType": "IMicrosoftGraphTiIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTiIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/tiIndicators", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTiIndicator", "OutputType": "IMicrosoftGraphTiIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTiIndicatorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/tiIndicators/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTiIndicatorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTrigger", "Permissions": [], + "Method": "GET", "Uri": "/security/triggers", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTrigger", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163819,20 +163440,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163851,19 +163472,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggers/retentionEvents", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163882,19 +163503,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggers/retentionEvents/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTriggerRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163913,34 +163534,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTriggerType", "Permissions": [], + "Method": "GET", "Uri": "/security/triggerTypes", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerType", "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163959,20 +163580,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163991,19 +163612,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggerTypes/retentionEventTypes", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -164022,309 +163643,309 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityUserSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityUserSecurityProfile", "OutputType": "IMicrosoftGraphUserSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityUserSecurityProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/userSecurityProfiles", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityUserSecurityProfile", "OutputType": "IMicrosoftGraphUserSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSecurityUserSecurityProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/security/userSecurityProfiles/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaSecurityUserSecurityProfileCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "OutputType": "IMicrosoftGraphServiceHealth", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "OutputType": "IMicrosoftGraphServiceHealth", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/issues", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementIssueCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/issues/$count", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementIssueCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementMessage", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessage", "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementMessage", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessage", "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServiceAnnouncementMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/$count", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Get-MgBetaServiceAnnouncementMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -164367,20 +163988,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -164423,78 +164044,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", "Permissions": [ { "Name": "Application.Read.All", @@ -164537,19 +164158,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", "Permissions": [ { "Name": "Application.Read.All", @@ -164592,35 +164213,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -164663,19 +164284,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", "Permissions": [ { "Name": "Application.Read.All", @@ -164718,20 +164339,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalByAppId", "Permissions": [ { "Name": "Application.Read.All", @@ -164774,35 +164395,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalByAppId", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalById", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/getByIds", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -164845,19 +164466,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -164900,19 +164521,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -164955,20 +164576,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalClaimPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -164987,20 +164608,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalClaimPolicy", "OutputType": "IMicrosoftGraphCustomClaimsPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalCount", "Permissions": [ { "Name": "Application.Read.All", @@ -165043,34 +164664,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalCreatedObject", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalCreatedObject", "Permissions": [ { "Name": "Application.Read.All", @@ -165113,48 +164734,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", "Permissions": [ { "Name": "Application.Read.All", @@ -165197,50 +164818,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "Permissions": [ { "Name": "Application.Read.All", @@ -165267,19 +164888,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", "Permissions": [ { "Name": "Application.Read.All", @@ -165306,20 +164927,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalDelta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -165362,63 +164983,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/delta", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalDelta", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalEndpointCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalEndpointCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -165461,19 +165082,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -165516,19 +165137,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -165571,79 +165192,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalLicenseDetail", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalLicenseDetail", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -165726,22 +165347,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -165840,37 +165461,179 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta", + "CommandAlias": null, "Command": "Get-MgBetaServicePrincipalMemberOf", + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Applications", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", + "Permissions": [], + "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", + "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", + "Permissions": [], "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "OutputType": "IMicrosoftGraphDirectoryRole", "ApiVersion": "beta", + "Module": "Beta.Applications", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", + "Permissions": [], + "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", + "Permissions": [], + "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOfCount", "Permissions": [ { "Name": "Application.Read.All", @@ -165913,222 +165676,80 @@ "IsLeastPrivilege": false } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOf", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "OutputType": "IMicrosoftGraphGroup", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read all applications", - "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write all applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -166155,19 +165776,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -166194,35 +165815,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObject", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObject", "Permissions": [ { "Name": "Application.Read.All", @@ -166265,135 +165886,135 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", "Permissions": [ { "Name": "Application.Read.All", @@ -166436,80 +166057,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwner", "Permissions": [ { "Name": "Application.Read.All", @@ -166552,106 +166173,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwner", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerByRef", "Permissions": [ { "Name": "Application.Read.All", @@ -166694,19 +166315,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerCount", "Permissions": [ { "Name": "Application.Read.All", @@ -166749,65 +166370,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166842,66 +166463,66 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application.Read.All", @@ -166952,20 +166573,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -167016,107 +166637,107 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalRiskDetection", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaServicePrincipalRiskDetection", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalRiskDetection", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaServicePrincipalRiskDetection", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronization", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronization", "OutputType": "IMicrosoftGraphSynchronization", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167135,22 +166756,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167177,20 +166798,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167217,49 +166838,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167286,20 +166907,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -167342,79 +166963,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167441,20 +167062,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167481,19 +167102,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167520,20 +167141,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167560,123 +167181,123 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -167719,19 +167340,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -167774,35 +167395,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "Permissions": [ { "Name": "Application.Read.All", @@ -167837,106 +167458,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", "Permissions": [ { "Name": "Application.Read.All", @@ -167971,80 +167592,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaServicePrincipalUserOwnedObject", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/getUserOwnedObjects", - "Module": "Beta.Applications", - "Command": "Get-MgBetaServicePrincipalUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSettingCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -168079,151 +167700,151 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/settings/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaSettingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaShareDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -168250,20 +167871,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareDriveItemContent", "Permissions": [ { "Name": "Files.Read", @@ -168314,20 +167935,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareDriveItemContentStream", "Permissions": [ { "Name": "Files.Read", @@ -168378,1198 +167999,1198 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/items", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareItemContent", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareItemCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/items/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareList", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListActivity", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListContentTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListDrive", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/drive", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemField", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListOperation", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListOperation", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListPermission", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListPermission", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareListSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSharePermission", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Beta.Files", - "Command": "Get-MgBetaSharePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareRoot", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/root", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareRootContent", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareRootContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareRootContentStream", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -169596,49 +169217,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "OutputType": "IMicrosoftGraphSharedDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/shares", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "OutputType": "IMicrosoftGraphSharedDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaShareSite", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/site", - "Module": "Beta.Files", - "Command": "Get-MgBetaShareSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -169657,20 +169278,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -169689,34 +169310,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalytic", "Permissions": [ { "Name": "Files.Read", @@ -169767,153 +169388,153 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/analytics", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticLastSevenDay", "Permissions": [ { "Name": "Files.Read", @@ -169964,20 +169585,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteAnalyticTime", "Permissions": [ { "Name": "Files.Read", @@ -170028,20 +169649,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/allTime", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteApplicableContentTypeForList", "Permissions": [ { "Name": "Sites.Read.All", @@ -170076,35 +169697,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteApplicableContentTypeForList", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteByPath", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteByPath", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -170139,20 +169760,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -170187,19 +169808,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteColumnCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -170234,35 +169855,130 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentModelAppliedDrive", + "Permissions": [ + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections ", + "FullDescription": "Allows the app to read documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Read and write items in all site collections", + "FullDescription": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Sites.Manage.All", + "Description": "Create, edit, and delete items and lists in all site collections", + "FullDescription": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", + "OutputType": "IMicrosoftGraphContentModelUsage", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentModelByName", + "Permissions": [ + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections ", + "FullDescription": "Allows the app to read documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Read and write items in all site collections", + "FullDescription": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Sites.Manage.All", + "Description": "Create, edit, and delete items and lists in all site collections", + "FullDescription": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", + "OutputType": "IMicrosoftGraphContentModel", + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentModelGetByNameAppliedDrive", + "Permissions": [], + "Method": "GET", + "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", + "OutputType": "IMicrosoftGraphContentModelUsage", + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -170297,20 +170013,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -170345,85 +170061,85 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -170458,20 +170174,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -170506,19 +170222,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumnCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -170553,123 +170269,123 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -170688,20 +170404,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteContentTypeCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -170736,20 +170452,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteContentTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -170768,19 +170484,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteDefaultDrive", "Permissions": [ { "Name": "Files.Read", @@ -170831,20 +170547,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/drive", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDefaultDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteDelta", "Permissions": [ { "Name": "Sites.Read.All", @@ -170863,34 +170579,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/delta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDelta", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteDrive", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/drives/{drive-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteDrive", "Permissions": [ { "Name": "Files.Read", @@ -170941,19 +170657,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/drives", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteDriveCount", "Permissions": [ { "Name": "Files.Read", @@ -171004,443 +170720,398 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/drives/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteDriveCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/externalColumns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteExternalColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/externalColumns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteExternalColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPath", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPath", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathColumn", "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathContentType", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathContentType", "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathDrive", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathDrive", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathDrive", "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathList", - "OutputType": "IMicrosoftGraphList", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Beta.Notes", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaSiteGetByPathOnenote", + "Permissions": [], + "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaSiteGetByPathOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathPage", - "OutputType": "IMicrosoftGraphBaseSitePage", "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathPage", "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathPermission", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "List", - "List1" - ], "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", + "OutputType": "IMicrosoftGraphBaseSitePage", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathPermission", "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathSite", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List", - "List1" - ], "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", + "OutputType": "IMicrosoftGraphPermission", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathSite", "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetByPathTermStore", - "OutputType": "IMicrosoftGraphTermStore", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", + "OutputType": "IMicrosoftGraphSite", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetByPathTermStore", "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", + "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", - "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteGetGraphBPrePathByPath", - "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteList", "Permissions": [ { "Name": "Sites.Read.All", @@ -171459,20 +171130,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteList", "Permissions": [ { "Name": "Sites.Read.All", @@ -171491,19 +171162,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListActivity", "Permissions": [ { "Name": "Files.Read", @@ -171554,19 +171225,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -171601,20 +171272,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteListColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -171649,19 +171320,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListColumnCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -171696,35 +171367,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -171759,20 +171430,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -171807,19 +171478,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -171854,20 +171525,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -171902,19 +171573,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumnCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -171949,123 +171620,123 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -172084,20 +171755,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListContentTypeCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -172132,20 +171803,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListContentTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -172164,94 +171835,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListDrive", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/drive", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -172278,20 +171949,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -172310,34 +171981,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemActivity", "Permissions": [ { "Name": "Files.Read", @@ -172388,34 +172059,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemActivityCount", "Permissions": [ { "Name": "Files.Read", @@ -172466,80 +172137,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemActivityDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemActivityListItem", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemActivityListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemAnalytic", "Permissions": [ { "Name": "Files.Read", @@ -172590,79 +172261,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemDelta", "Permissions": [ { "Name": "Sites.Read.All", @@ -172681,22 +172352,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -172739,20 +172410,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -172795,19 +172466,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -172850,35 +172521,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -172929,65 +172600,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemField", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemPermission", "Permissions": [ { "Name": "Sites.Read.All", @@ -173022,20 +172693,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemPermission", "Permissions": [ { "Name": "Sites.Read.All", @@ -173070,19 +172741,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemPermissionCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -173117,20 +172788,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -173149,20 +172820,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -173181,19 +172852,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemVersionCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -173212,35 +172883,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -173275,20 +172946,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -173323,19 +172994,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListOperationCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -173370,20 +173041,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListPermission", "Permissions": [ { "Name": "Sites.Read.All", @@ -173418,20 +173089,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListPermission", "Permissions": [ { "Name": "Sites.Read.All", @@ -173466,19 +173137,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/permissions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListPermissionCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -173513,64 +173184,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteListSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -173613,20 +173284,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -173669,19 +173340,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteNotebookCount", "Permissions": [ { "Name": "Notes.Create", @@ -173724,20 +173395,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebookCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", "Permissions": [ { "Name": "Notes.Create", @@ -173780,22 +173451,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", "OutputType": "IMicrosoftGraphCopyNotebookModel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -173838,19 +173509,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -173893,19 +173564,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -173948,35 +173619,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/operations/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -174011,20 +173682,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -174059,34 +173730,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenotePageContent", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenotePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenotePageCount", "Permissions": [ { "Name": "Notes.Read", @@ -174121,35 +173792,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenotePageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteResourceContent", "Permissions": [ { "Name": "Notes.Read", @@ -174184,35 +173855,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteResourceContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/resources/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -174255,20 +173926,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -174311,19 +173982,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteSectionCount", "Permissions": [ { "Name": "Notes.Create", @@ -174366,132 +174037,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionCount", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgBetaSiteOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -174534,22 +174093,134 @@ "IsLeastPrivilege": false } ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Method": "GET", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", "Module": "Beta.Notes", + "Variants": [ + "List", + "List1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -174592,19 +174263,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Read", @@ -174639,19 +174310,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes", - "Command": "Get-MgBetaSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -174686,20 +174357,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -174734,19 +174405,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/operations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteOperationCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -174781,20 +174452,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/operations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -174813,20 +174484,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -174845,34 +174516,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePage", "OutputType": "IMicrosoftGraphSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -174891,387 +174562,387 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages/sitePage", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePage", "OutputType": "IMicrosoftGraphSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", "OutputType": "IMicrosoftGraphCanvasLayout", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": "IMicrosoftGraphVerticalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageWebPart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageWebPart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageWebPart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -175290,20 +174961,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageCountAsSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -175322,227 +174993,227 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages/sitePage/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageCountAsSitePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSitePermission", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSitePermission", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/permissions", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSitePermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/permissions/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSitePermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -175585,20 +175256,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteRecentNotebook", "OutputType": "IMicrosoftGraphRecentNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStore", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175617,20 +175288,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175649,20 +175320,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175681,19 +175352,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175712,35 +175383,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175759,185 +175430,185 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -175956,124 +175627,124 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -176092,301 +175763,301 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -176405,51 +176076,51 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChild", "Permissions": [ { "Name": "TermStore.Read.All", @@ -176468,794 +176139,794 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177274,19 +176945,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetRelationCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177305,65 +176976,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177382,49 +177053,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChild", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177443,19 +177114,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177474,154 +177145,154 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177640,19 +177311,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -177671,84 +177342,1917 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSiteTermStoreSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSiteTermStoreSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestore", + "Permissions": [], "Method": "GET", + "Uri": "/solutions/backupRestore", + "OutputType": "IMicrosoftGraphBackupRestoreRoot", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { - "Permissions": [ - { - "Name": "Organization.Read.All", - "Description": "Read organization information", + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/driveInclusionRules", + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/driveInclusionRules/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/driveProtectionUnits", + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", + "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", + "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", + "OutputType": "IMicrosoftGraphRestorePoint", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/mailboxInclusionRules", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits", + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}", + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules", + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}", + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits", + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", + "OutputType": "IMicrosoftGraphRestorePoint", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestorePoint", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "OutputType": "IMicrosoftGraphRestorePoint", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestorePoint", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/restorePoints", + "OutputType": "IMicrosoftGraphRestorePoint", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestorePointCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/restorePoints/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestorePointProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", + "OutputType": "IMicrosoftGraphProtectionUnitBase", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/protectionPolicies", + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/protectionPolicies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}", + "OutputType": "IMicrosoftGraphProtectionUnitBase", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/protectionUnits", + "OutputType": "IMicrosoftGraphProtectionUnitBase", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnitCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/protectionUnits/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "OutputType": "IMicrosoftGraphServiceApp", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/serviceApps", + "OutputType": "IMicrosoftGraphServiceApp", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreServiceAppCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/serviceApps/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSession", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSession", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/restoreSessions", + "OutputType": "IMicrosoftGraphRestoreSessionBase", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSessionCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/restoreSessions/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}", + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules", + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}", + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits", + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions", + "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", + "OutputType": "IMicrosoftGraphRestorePoint", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/siteInclusionRules", + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/siteInclusionRules/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/siteProtectionUnits", + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/backupRestore/siteProtectionUnits/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenario", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "OutputType": "IMicrosoftGraphBusinessScenario", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenario", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios", + "OutputType": "IMicrosoftGraphBusinessScenario", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioByUniqueName", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "OutputType": "IMicrosoftGraphBusinessScenario", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioCount", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlanner", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalizationCount", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", + "Permissions": [ + { + "Name": "BusinessScenarioData.Read.OwnedBy", + "Description": "Read data for all business scenarios this app creates or owns", + "FullDescription": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioData.ReadWrite.OwnedBy", + "Description": "Read and write data for all business scenarios this app creates or owns", + "FullDescription": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", + "Permissions": [ + { + "Name": "BusinessScenarioData.Read.OwnedBy", + "Description": "Read data for all business scenarios this app creates or owns", + "FullDescription": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioData.ReadWrite.OwnedBy", + "Description": "Read and write data for all business scenarios this app creates or owns", + "FullDescription": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.Read.OwnedBy", + "Description": "Read business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "BusinessScenarioConfig.Read.All", + "Description": "Read business scenario configurations", + "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskCount", + "Permissions": [ + { + "Name": "BusinessScenarioData.Read.OwnedBy", + "Description": "Read data for all business scenarios this app creates or owns", + "FullDescription": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioData.ReadWrite.OwnedBy", + "Description": "Read and write data for all business scenarios this app creates or owns", + "FullDescription": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskDetail", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSubscribedSku", + "Permissions": [ + { + "Name": "Organization.Read.All", + "Description": "Read organization information", "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", "IsAdmin": false, "PermissionType": "Application", @@ -177779,20 +179283,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaSubscribedSku", "OutputType": "IMicrosoftGraphSubscribedSku", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -177827,63 +179331,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/subscribedSkus", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaSubscribedSku", "OutputType": "IMicrosoftGraphSubscribedSku", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSubscription", "Permissions": [], + "Method": "GET", "Uri": "/subscriptions/{subscription-id}", - "Module": "Beta.ChangeNotifications", - "Command": "Get-MgBetaSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSubscription", "Permissions": [], + "Method": "GET", "Uri": "/subscriptions", - "Module": "Beta.ChangeNotifications", - "Command": "Get-MgBetaSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSubSite", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/sites/{site-id1}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSubSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaSubSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -177902,19 +179406,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/sites", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSubSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List2" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaSubSiteCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -177933,20 +179437,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/sites/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaSubSiteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeam", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -178021,20 +179525,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -178061,19 +179565,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -178148,20 +179652,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -178236,19 +179740,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelCount", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -178323,20 +179827,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelFileFolder", "Permissions": [ { "Name": "Files.Read.All", @@ -178411,50 +179915,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelFileFolderContentStream", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -178489,20 +179993,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMember", "Permissions": [ { "Name": "Group.Read.All", @@ -178529,19 +180033,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMemberCount", "Permissions": [ { "Name": "Group.Read.All", @@ -178568,20 +180072,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -178616,22 +180120,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -178666,19 +180170,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageCount", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -178713,20 +180217,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageDelta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -178761,20 +180265,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -178809,22 +180313,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -178859,19 +180363,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -178906,20 +180410,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageReply", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -178954,20 +180458,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageReply", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -179002,19 +180506,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageReplyCount", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -179049,20 +180553,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageReplyDelta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -179097,20 +180601,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -179145,22 +180649,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -179195,19 +180699,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -179242,35 +180746,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelRetainedMessage", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelRetainedMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelSharedWithTeam", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -179289,22 +180793,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelSharedWithTeam", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -179323,34 +180827,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -179369,19 +180873,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -179400,20 +180904,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -179432,20 +180936,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -179544,20 +181048,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -179656,19 +181160,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelTabCount", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -179767,35 +181271,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelTabCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamCount", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -179822,63 +181326,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamIncomingChannel", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamIncomingChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamIncomingChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -179905,19 +181409,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/incomingChannels", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamIncomingChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamIncomingChannelCount", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -179944,20 +181448,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/incomingChannels/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamIncomingChannelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.Read.Group", @@ -180112,20 +181616,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -180272,19 +181776,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamInstalledAppCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -180431,50 +181935,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -180501,20 +182005,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -180541,19 +182045,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamMemberCount", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -180580,20 +182084,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamOpenShift", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -180668,166 +182172,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/getOpenShifts", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamOperation", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamOperation", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/operations", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/operations/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamOwner", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/owners/{user-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwner", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamOwner", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/owners", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwner", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamOwnerCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/owners/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamOwnerMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwnerMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -180918,19 +182422,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/permissionGrants", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPermissionGrantCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -181021,50 +182525,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/permissionGrants/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPermissionGrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPhoto", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/photo", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/photo/$value", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -181107,468 +182611,468 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/filesFolder", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelTabCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelTabCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamSchedule", "Permissions": [ { "Name": "Schedule.Read.All", @@ -181603,20 +183107,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamSchedule", "OutputType": "IMicrosoftGraphSchedule", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleDayNote", "Permissions": [ { "Name": "Schedule.Read.All", @@ -181635,20 +183139,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleDayNote", "OutputType": "IMicrosoftGraphDayNote", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleDayNote", "Permissions": [ { "Name": "Schedule.Read.All", @@ -181667,19 +183171,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/dayNotes", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleDayNote", "OutputType": "IMicrosoftGraphDayNote", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleDayNoteCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -181698,20 +183202,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/dayNotes/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleDayNoteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -181746,20 +183250,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -181778,19 +183282,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -181809,20 +183313,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -181857,20 +183361,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -181905,19 +183409,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShifts", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -181952,20 +183456,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182000,19 +183504,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182047,20 +183551,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleOpenShiftCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182095,20 +183599,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleOpenShiftCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182143,20 +183647,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182191,19 +183695,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182238,20 +183742,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleShift", "Permissions": [ { "Name": "Group.Read.All", @@ -182286,20 +183790,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182334,19 +183838,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/shifts", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleShiftCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182381,20 +183885,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/shifts/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleShiftCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182421,20 +183925,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182461,19 +183965,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182500,35 +184004,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182563,19 +184067,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182610,20 +184114,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeCard", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182642,20 +184146,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeCard", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeCard", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182674,19 +184178,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeCards", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeCard", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeCardCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182705,20 +184209,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeCards/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeCardCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182753,20 +184257,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182801,19 +184305,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timesOff", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeOffCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182848,20 +184352,68 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timesOff/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "Permissions": [ + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "OutputType": "IMicrosoftGraphTimeOffReason", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182896,67 +184448,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffReason", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -182991,20 +184495,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183039,20 +184543,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183087,19 +184591,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -183134,20 +184638,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamShift", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -183222,19 +184726,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/getShifts", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -183269,20 +184773,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -183317,19 +184821,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamTagCount", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -183364,20 +184868,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -183412,20 +184916,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -183460,19 +184964,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamTagMemberCount", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -183507,50 +185011,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTagMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamTemplate", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/template", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamTemplateDefinition", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/templateDefinition", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTemplateDefinition", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamTimeOff", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -183625,628 +185129,628 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/getTimesOff", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamwork", "Permissions": [], + "Method": "GET", "Uri": "/teamwork", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamwork", "OutputType": "IMicrosoftGraphTeamwork", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedChat", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedChat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedChat", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedChats", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedChat", "OutputType": "IMicrosoftGraphDeletedChat", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedChatCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedChats/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedChatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeam", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeam", "OutputType": "IMicrosoftGraphDeletedTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeam", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeam", "OutputType": "IMicrosoftGraphDeletedTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeletedTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeletedTeamCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDevice", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -184265,20 +185769,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/devices/{teamworkDevice-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDevice", "OutputType": "IMicrosoftGraphTeamworkDevice", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDevice", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -184297,19 +185801,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/devices", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDevice", "OutputType": "IMicrosoftGraphTeamworkDevice", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeviceActivity", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -184328,20 +185832,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceActivity", "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeviceConfiguration", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -184360,20 +185864,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceConfiguration", "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeviceCount", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -184392,19 +185896,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/devices/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeviceHealth", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -184423,20 +185927,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceHealth", "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeviceOperation", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -184455,20 +185959,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceOperation", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeviceOperation", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -184487,19 +185991,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceOperation", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkDeviceOperationCount", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -184518,20 +186022,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkDeviceOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkTeamAppSetting", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -184550,34 +186054,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/teamsAppSettings", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamAppSetting", "OutputType": "IMicrosoftGraphTeamsAppSettings", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkTeamTemplate", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplate", "OutputType": "IMicrosoftGraphTeamTemplate", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkTeamTemplate", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -184596,19 +186100,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/teamwork/teamTemplates", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplate", "OutputType": "IMicrosoftGraphTeamTemplate", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkTeamTemplateCount", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -184627,19 +186131,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/teamwork/teamTemplates/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -184658,49 +186162,49 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -184719,20 +186223,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkWorkforceIntegration", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -184751,19 +186255,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/workforceIntegrations", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkWorkforceIntegration", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -184782,19 +186286,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/workforceIntegrations/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -184813,20 +186317,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -184845,19 +186349,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -184876,34 +186380,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -184922,19 +186426,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -184953,20 +186457,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -184985,20 +186489,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185017,19 +186521,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185048,20 +186552,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185080,19 +186584,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185111,20 +186615,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185143,19 +186647,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185174,20 +186678,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185206,19 +186710,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185237,20 +186741,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185269,20 +186773,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185301,19 +186805,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -185332,20 +186836,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "Module": "Beta.Identity.Partner", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenant", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185364,20 +186868,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenant", "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenant", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185396,34 +186900,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenants", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenant", "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -185442,19 +186946,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -185473,492 +186977,492 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/appPerformances", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185977,48 +187481,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/auditEvents", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -186037,20 +187541,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -186069,19 +187573,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -186100,19 +187604,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -186131,20 +187635,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -186163,19 +187667,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -186194,19 +187698,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -186225,20 +187729,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -186257,19 +187761,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -186288,19 +187792,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Permissions": [ { "Name": "Policy.Read.All", @@ -186327,20 +187831,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Permissions": [ { "Name": "Policy.Read.All", @@ -186367,19 +187871,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -186406,19 +187910,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186437,62 +187941,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenants/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186511,20 +188015,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186543,19 +188047,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186574,19 +188078,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186605,20 +188109,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186637,19 +188141,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186668,62 +188172,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -186742,20 +188246,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -186774,19 +188278,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -186805,120 +188309,120 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186937,20 +188441,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -186969,19 +188473,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187000,19 +188504,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -187031,20 +188535,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -187063,19 +188567,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -187094,19 +188598,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -187125,20 +188629,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -187157,19 +188661,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -187188,19 +188692,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187219,20 +188723,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187251,19 +188755,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementActions", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187282,19 +188786,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementActions/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187313,20 +188817,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187345,19 +188849,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187376,19 +188880,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187407,20 +188911,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187439,19 +188943,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementIntents", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187470,19 +188974,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187501,20 +189005,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187533,154 +189037,154 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187699,292 +189203,292 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188003,19 +189507,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/myRoles", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188034,19 +189538,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/myRoles/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188065,20 +189569,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188097,19 +189601,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantTags", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188128,62 +189632,62 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188202,20 +189706,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188234,19 +189738,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188265,19 +189769,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188296,20 +189800,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188328,19 +189832,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188359,19 +189863,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", - "Module": "Beta.ManagedTenants", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -188398,19 +189902,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -188429,34 +189933,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -188483,19 +189987,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -188522,33 +190026,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTrustFramework", "Permissions": [], + "Method": "GET", "Uri": "/trustFramework", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFramework", "OutputType": "IMicrosoftGraphTrustFramework", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkKeySet", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -188567,20 +190071,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySet", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkKeySet", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -188599,19 +190103,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/trustFramework/keySets", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySet", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -188630,20 +190134,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkKeySetCount", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -188662,63 +190166,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/trustFramework/keySets/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkKeySetKey", "Permissions": [], + "Method": "GET", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySetKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", "Permissions": [], + "Method": "GET", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/{trustFrameworkKey_v2-kid}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", "Permissions": [], + "Method": "GET", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -188737,20 +190241,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -188769,19 +190273,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/trustFramework/policies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkPolicy", "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkPolicyContent", "Permissions": [ { "Name": "Policy.Read.All", @@ -188800,20 +190304,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkPolicyContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaTrustFrameworkPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -188832,19 +190336,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/trustFramework/policies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaTrustFrameworkPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -188967,20 +190471,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -189087,166 +190591,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users", - "Module": "Beta.Users", - "Command": "Get-MgBetaUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserActivityHistoryItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityHistoryItem", "OutputType": "IMicrosoftGraphActivityHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserActivityHistoryItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityHistoryItem", "OutputType": "IMicrosoftGraphActivityHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserActivityHistoryItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityHistoryItemActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserActivityHistoryItemCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserActivityHistoryItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserActivityStatistics", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserActivityStatistics", "OutputType": "IMicrosoftGraphActivityStatistics", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserActivityStatistics", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/analytics/activityStatistics", - "Module": "Beta.People", - "Command": "Get-MgBetaUserActivityStatistics", "OutputType": "IMicrosoftGraphActivityStatistics", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaUserAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAgreementAcceptance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -189265,19 +190769,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/agreementAcceptances", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaUserAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAgreementAcceptanceCount", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -189296,50 +190800,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/agreementAcceptances/$count", - "Module": "Beta.Identity.Governance", - "Command": "Get-MgBetaUserAgreementAcceptanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/analytics/activityStatistics/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAppRoleAssignedResource", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserAppRoleAssignedResource", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAppRoleAssignedResource", "Permissions": [ { "Name": "Directory.Read.All", @@ -189358,19 +190862,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignedResources", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserAppRoleAssignedResource", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", "Permissions": [ { "Name": "Directory.Read.All", @@ -189389,20 +190893,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -189421,35 +190925,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignedResources/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Get-MgBetaUserAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -189468,19 +190972,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignments", - "Module": "Beta.Applications", - "Command": "Get-MgBetaUserAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAppRoleAssignmentCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -189499,20 +191003,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignments/$count", - "Module": "Beta.Applications", - "Command": "Get-MgBetaUserAppRoleAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -189547,20 +191051,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationEmailMethod", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -189595,19 +191099,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/emailMethods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationEmailMethod", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -189642,20 +191146,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationFido2Method", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -189690,20 +191194,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationFido2Method", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationFido2Method", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -189738,19 +191242,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/fido2Methods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationFido2Method", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -189785,20 +191289,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -189833,20 +191337,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "OutputType": "IMicrosoftGraphAuthenticationMethod", + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMethod", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -189881,19 +191385,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/methods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMethod", "OutputType": "IMicrosoftGraphAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -189928,20 +191432,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/methods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -189976,20 +191480,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190024,19 +191528,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190071,35 +191575,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationOperation", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -190134,49 +191638,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationoperation-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationOperation", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/operations", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/operations/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190211,20 +191715,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190259,19 +191763,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190306,35 +191810,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -190369,20 +191873,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -190417,19 +191921,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/passwordMethods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -190464,68 +192016,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -190560,19 +192064,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/phoneMethods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -190607,94 +192111,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/platformCredentialMethods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationSignInPreference", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/signInPreferences", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationSignInPreference", "OutputType": "IMicrosoftGraphSignInPreferences", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190729,20 +192233,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190777,19 +192281,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190824,20 +192328,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190872,20 +192376,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190920,19 +192424,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -190967,20 +192471,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191015,20 +192519,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191063,19 +192567,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191110,65 +192614,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserById", "Permissions": [], + "Method": "POST", "Uri": "/users/getByIds", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendars/{calendar-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191203,19 +192707,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendars", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191250,20 +192754,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendars/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191290,19 +192794,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarEventDelta", "Permissions": [ { "Name": "Calendars.Read", @@ -191329,22 +192833,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendar/events/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCalendarEventDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191363,20 +192867,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarGroup", "OutputType": "IMicrosoftGraphCalendarGroup", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191403,19 +192907,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendarGroups", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarGroup", "OutputType": "IMicrosoftGraphCalendarGroup", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarGroupCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191450,19 +192954,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarGroupCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarGroupCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191489,86 +192993,86 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendarGroups/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar/calendarPermissions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarSchedule", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserCalendarSchedule", "OutputType": "IMicrosoftGraphScheduleInformation", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCalendarView", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191595,20 +193099,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendar/calendarView", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserCalendarView", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -191691,20 +193195,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -191747,19 +193251,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatCount", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -191802,109 +193306,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatInstalledApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatInstalledApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatInstalledAppCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatLastMessagePreview", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatLastMessagePreview", "OutputType": "IMicrosoftGraphChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -192003,20 +193507,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -192115,19 +193619,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMemberCount", "Permissions": [ { "Name": "ChatMember.Read", @@ -192226,20 +193730,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -192298,20 +193802,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -192354,19 +193858,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageCount", "Permissions": [ { "Name": "Chat.Read", @@ -192409,20 +193913,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageDelta", "Permissions": [ { "Name": "Chat.Read", @@ -192481,20 +193985,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserChatMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -192553,22 +194057,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -192627,19 +194131,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageHostedContentCount", "Permissions": [ { "Name": "Chat.Read", @@ -192698,259 +194202,259 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReplyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageReplyDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserChatMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatOperation", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatOperation", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatPermissionGrantCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPermissionGrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatPinnedMessage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatPinnedMessage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatPinnedMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatPinnedMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserChatRetainedMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -192969,109 +194473,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/getAllRetainedMessages", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserChatRetainedMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatTab", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatTab", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatTabCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatTabCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserChatTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserChatTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserCloudPcConnectivityHistory", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcConnectivityHistory", "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserCloudPcLaunchInfo", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -193090,20 +194594,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcLaunchInfo", "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -193122,65 +194626,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", "OutputType": "IMicrosoftGraphCloudPc", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserCloudPcRemoteActionResult", "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveReviewStatus", + "Method": "GET", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "ApiVersion": "beta", "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcReviewStatus", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Variants": [ "Retrieve", "RetrieveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCloudPcReviewStatus", "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveReviewStatus", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta" + "Module": "Beta.Users.Functions", + "Variants": [ + "Retrieve", + "RetrieveViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContact", "Permissions": [ { "Name": "Contacts.Read", @@ -193199,20 +194703,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContact", "Permissions": [ { "Name": "Contacts.Read", @@ -193231,19 +194735,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contacts", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactCount", "Permissions": [ { "Name": "Contacts.Read", @@ -193262,20 +194766,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contacts/$count", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserContactDelta", "Permissions": [ { "Name": "Contacts.Read", @@ -193294,64 +194798,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contacts/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactDelta", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -193370,20 +194874,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -193402,34 +194906,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -193448,19 +194952,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContact", "Permissions": [ { "Name": "Contacts.Read", @@ -193479,20 +194983,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContact", "Permissions": [ { "Name": "Contacts.Read", @@ -193511,19 +195015,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", "Permissions": [ { "Name": "Contacts.Read", @@ -193542,20 +195046,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", "Permissions": [ { "Name": "Contacts.Read", @@ -193574,94 +195078,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderCount", "Permissions": [ { "Name": "Contacts.Read", @@ -193680,35 +195184,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderChildFolderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderChildFolderDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactFolderChildFolderDelta", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderContact", "Permissions": [ { "Name": "Contacts.Read", @@ -193727,20 +195231,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderContact", "Permissions": [ { "Name": "Contacts.Read", @@ -193759,19 +195263,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderContactCount", "Permissions": [ { "Name": "Contacts.Read", @@ -193790,20 +195294,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderContactDelta", "Permissions": [ { "Name": "Contacts.Read", @@ -193822,94 +195326,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactFolderContactDelta", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderContactExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderContactPhoto", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderContactPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderCount", "Permissions": [ { "Name": "Contacts.Read", @@ -193928,20 +195432,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/$count", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactFolderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserContactFolderDelta", "Permissions": [ { "Name": "Contacts.Read", @@ -193960,50 +195464,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserContactFolderDelta", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactPhoto", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserContactPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts", - "Command": "Get-MgBetaUserContactPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCount", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -194110,34 +195614,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCreatedObject", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCreatedObject", "Permissions": [ { "Name": "User.Read", @@ -194188,48 +195692,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCreatedObjectCount", "Permissions": [ { "Name": "User.Read", @@ -194280,50 +195784,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObjectCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDefaultCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserDefaultCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDefaultCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -194350,19 +195854,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendar/events", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserDefaultCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserDefaultCalendarSchedule", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -194389,22 +195893,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/calendar/getSchedule", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserDefaultCalendarSchedule", "OutputType": "IMicrosoftGraphScheduleInformation", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDefaultDrive", "Permissions": [ { "Name": "Files.Read", @@ -194455,20 +195959,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/drive", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDefaultDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserDelta", "Permissions": [ { "Name": "User.Read.All", @@ -194503,1001 +196007,1001 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDelta", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceByDeviceId", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceByDeviceId", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceCommand", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCommand", "OutputType": "IMicrosoftGraphCommand", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceCommand", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/commands", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCommand", "OutputType": "IMicrosoftGraphCommand", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceCommandCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCommandCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceCommandResponsepayload", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCommandResponsepayload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDeviceDelta", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/extensions", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/memberOf", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceMemberOfCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwner", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwner", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUser", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceUsageRights", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceUsageRights", "OutputType": "IMicrosoftGraphUsageRight", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceUsageRights", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/usageRights", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceUsageRights", "OutputType": "IMicrosoftGraphUsageRight", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDeviceUsageRightsCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Get-MgBetaUserDeviceUsageRightsCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDirectReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDirectReport", "Permissions": [ { "Name": "User.Read", @@ -195540,77 +197044,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/directReports", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDirectReportAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDirectReportAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/orgContact", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDirectReportAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDirectReportAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/user", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDirectReportCount", "Permissions": [ { "Name": "User.Read", @@ -195653,65 +197157,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/directReports/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/orgContact/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDirectReportCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/user/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserDirectReportCountAsUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDrive", "Permissions": [ { "Name": "Files.Read", @@ -195762,166 +197266,166 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/drives", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveBundleContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveBundleContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveBundleContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveBundleContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveBundleCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveBundleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveCount", "Permissions": [ { "Name": "Files.Read", @@ -195972,3197 +197476,3197 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/drives/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/following", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveFollowingContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveFollowingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveFollowingContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveFollowingContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveFollowingCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveFollowingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemChildContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemChildContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemChildCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveItemDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemThumbnailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveList", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListContentTypeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveListSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveRootActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootChildContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootChildContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootChildCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootChildCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveRootDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootPermissionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootSubscriptionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootThumbnailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveRootVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveRootVersionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/special", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveSpecialContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveSpecialContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveSpecialContentStream", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveSpecialContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserDriveSpecialCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", - "Module": "Beta.Files", - "Command": "Get-MgBetaUserDriveSpecialCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -199181,20 +200685,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -199221,78 +200725,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -199319,20 +200823,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserEventDelta", "Permissions": [ { "Name": "Calendars.Read", @@ -199359,373 +200863,373 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserEventDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrence", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrence", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrence", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrence", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstance", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -199744,78 +201248,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -199834,285 +201338,285 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserEventInstanceDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserEventInstanceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "Module": "Beta.Calendar", - "Command": "Get-MgBetaUserEventInstanceExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/extensions", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/extensions/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserFollowedSite", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/followedSites/{site-id}", - "Module": "Beta.Sites", - "Command": "Get-MgBetaUserFollowedSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserFollowedSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -200131,19 +201635,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/followedSites", - "Module": "Beta.Sites", - "Command": "Get-MgBetaUserFollowedSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserFollowedSiteCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -200162,212 +201666,212 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/followedSites/$count", - "Module": "Beta.Sites", - "Command": "Get-MgBetaUserFollowedSiteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInferenceClassification", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/inferenceClassification", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserInferenceClassification", "OutputType": "IMicrosoftGraphInferenceClassification", - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Mail", + "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInferenceClassificationOverride", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserInferenceClassificationOverride", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInferenceClassificationOverride", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserInferenceClassificationOverride", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtection", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtection", "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionBitlocker", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/bitlocker", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionBitlocker", "OutputType": "IMicrosoftGraphBitlocker", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionPolicy", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/policy", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionPolicy", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -200386,20 +201890,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -200418,19 +201922,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/policy/labels", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -200449,241 +201953,241 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Beta.Identity.SignIns", - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsight", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsight", "OutputType": "IMicrosoftGraphItemInsights", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightShared", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightShared", "OutputType": "IMicrosoftGraphSharedInsight", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightShared", "Permissions": [ { "Name": "Sites.Read.All", @@ -200702,19 +202206,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightShared", "OutputType": "IMicrosoftGraphSharedInsight", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightSharedCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -200733,65 +202237,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightSharedCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightSharedResource", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightSharedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightTrending", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightTrending", "OutputType": "IMicrosoftGraphTrending", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightTrending", "Permissions": [ { "Name": "Sites.Read.All", @@ -200810,19 +202314,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/trending", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightTrending", "OutputType": "IMicrosoftGraphTrending", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightTrendingCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -200841,20 +202345,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/trending/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightTrendingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightTrendingResource", "Permissions": [ { "Name": "Sites.Read.All", @@ -200873,35 +202377,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightTrendingResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightUsed", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightUsed", "OutputType": "IMicrosoftGraphUsedInsight", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightUsed", "Permissions": [ { "Name": "Sites.Read.All", @@ -200920,19 +202424,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/used", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightUsed", "OutputType": "IMicrosoftGraphUsedInsight", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightUsedCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -200951,20 +202455,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/used/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightUsedCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserInsightUsedResource", "Permissions": [ { "Name": "Sites.Read.All", @@ -200983,49 +202487,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInsightUsedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserInvitedBy", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/invitedBy", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserInvitedBy", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserJoinedGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/joinedGroups", - "Module": "Beta.Groups", - "Command": "Get-MgBetaUserJoinedGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserJoinedTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -201084,34 +202588,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/joinedTeams", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserJoinedTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserLicenseDetail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserLicenseDetail", "Permissions": [ { "Name": "User.Read", @@ -201154,19 +202658,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/licenseDetails", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserLicenseDetailCount", "Permissions": [ { "Name": "User.Read", @@ -201209,20 +202713,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/licenseDetails/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserLicenseDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", "Permissions": [ { "Name": "User.Read", @@ -201257,35 +202761,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserLoggedOnManagedDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/getLoggedOnManagedDevices", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserLoggedOnManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailboxSetting", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -201304,20 +202808,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailboxSettings", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -201352,20 +202856,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -201400,34 +202904,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -201462,19 +202966,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderCount", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -201509,329 +203013,329 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMailFolderChildFolderDelta", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "OutputType": "IMicrosoftGraphUserConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "OutputType": "IMicrosoftGraphUserConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderCount", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -201866,20 +203370,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderDelta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -201914,20 +203418,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMailFolderDelta", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessage", "Permissions": [ { "Name": "Mail.Read", @@ -201954,20 +203458,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -202002,103 +203506,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Mail.Read", - "Description": "Read mail in all mailboxes", - "FullDescription": "Allows the app to read mail in all mailboxes without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Mail.ReadBasic", - "Description": "Read user basic mail", - "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Mail.ReadBasic.All", - "Description": "Read basic mail in all mailboxes", - "FullDescription": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageContent", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageCount", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -202133,20 +203597,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageDelta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -202181,196 +203645,196 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMailFolderMessageDelta", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageMention", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageMention", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageMentionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageMentionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageRule", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageRule", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderMessageRuleCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderMessageRuleCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderUserConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderUserConfiguration", "OutputType": "IMicrosoftGraphUserConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderUserConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderUserConfiguration", "OutputType": "IMicrosoftGraphUserConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMailTip", "Permissions": [ { "Name": "Mail.Read", @@ -202389,22 +203853,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/getMailTips", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserMailTip", "OutputType": "IMicrosoftGraphMailTips", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedAppBlockedUser", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -202439,19 +203903,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/getManagedAppBlockedUsers", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedAppBlockedUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -202470,20 +203934,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -202502,652 +203966,652 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/getManagedAppPolicies", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedAppPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedAppRegistration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedAppRegistration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedAppRegistrations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedAppRegistrationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedAppRegistrations/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedAppRegistrationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceCategory", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", "OutputType": "IMicrosoftGraphWindowsProtectionState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -203166,20 +204630,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -203198,20 +204662,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserManager", "Permissions": [ { "Name": "User.Read.All", @@ -203246,20 +204710,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/manager", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserManager", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserManagerByRef", "Permissions": [ { "Name": "User.Read.All", @@ -203294,20 +204758,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/manager/$ref", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserManagerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -203390,22 +204854,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/getMemberGroups", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserMemberGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -203504,22 +204968,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/getMemberObjects", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserMemberObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOf", "Permissions": [ { "Name": "User.Read", @@ -203538,20 +205002,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOf", "Permissions": [ { "Name": "User.Read", @@ -203586,34 +205050,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -203632,34 +205096,34 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", "Permissions": [ { "Name": "User.Read", @@ -203678,34 +205142,34 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/directoryRole", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfAsGroup", "Permissions": [ { "Name": "User.Read", @@ -203724,19 +205188,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/group", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfCount", "Permissions": [ { "Name": "User.Read", @@ -203771,20 +205235,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -203803,20 +205267,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", "Permissions": [ { "Name": "User.Read", @@ -203835,20 +205299,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMemberOfCountAsGroup", "Permissions": [ { "Name": "User.Read", @@ -203867,20 +205331,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/group/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessage", "Permissions": [ { "Name": "Mail.Read", @@ -203907,20 +205371,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203955,63 +205419,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageContent", "Permissions": [ { "Name": "Mail.Read", @@ -204038,20 +205502,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageCount", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -204086,20 +205550,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageDelta", "Permissions": [ { "Name": "Mail.Read", @@ -204126,108 +205590,108 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserMessageDelta", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageMention", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageMention", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMessageMentionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", - "Module": "Beta.Mail", - "Command": "Get-MgBetaUserMessageMentionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMobileAppIntentAndState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -204246,20 +205710,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppIntentAndState", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMobileAppIntentAndState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -204278,19 +205742,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppIntentAndState", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -204309,167 +205773,167 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserNotification", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/notifications/{notification-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserNotification", "OutputType": "IMicrosoftGraphNotification", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserNotification", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/notifications", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserNotification", "OutputType": "IMicrosoftGraphNotification", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserNotificationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/notifications/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserNotificationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOauth2PermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOauth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -204488,19 +205952,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/oauth2PermissionGrants", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOauth2PermissionGrantCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -204519,20 +205983,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOauth2PermissionGrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -204575,20 +206039,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -204631,19 +206095,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteNotebookCount", "Permissions": [ { "Name": "Notes.Create", @@ -204686,20 +206150,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebookCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", "Permissions": [ { "Name": "Notes.Create", @@ -204742,22 +206206,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", "OutputType": "IMicrosoftGraphCopyNotebookModel", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -204800,19 +206264,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -204855,19 +206319,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -204910,35 +206374,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onenote/operations/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteOperationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -204973,20 +206437,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -205021,19 +206485,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/pages", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenotePageContent", + "Permissions": [ + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Notes", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenotePageCount", "Permissions": [ { "Name": "Notes.Read", @@ -205068,68 +206580,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenotePageContent", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/onenote/pages/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenotePageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -205172,35 +206636,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserOnenoteRecentNotebook", "OutputType": "IMicrosoftGraphRecentNotebook", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteResourceContent", "Permissions": [ { "Name": "Notes.Read", @@ -205235,35 +206699,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteResourceContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onenote/resources/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -205306,20 +206770,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -205362,19 +206826,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sections", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteSectionCount", "Permissions": [ { "Name": "Notes.Create", @@ -205417,20 +206881,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sections/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -205473,20 +206937,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -205529,20 +206993,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sectionGroups", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteSectionGroupCount", "Permissions": [ { "Name": "Notes.Create", @@ -205585,22 +207049,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -205643,19 +207107,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Read", @@ -205690,19 +207154,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes", - "Command": "Get-MgBetaUserOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -205737,20 +207201,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -205785,19 +207249,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -205840,145 +207304,145 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -206013,20 +207477,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingCount", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -206061,20 +207525,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -206109,20 +207573,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRecording", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -206165,81 +207629,81 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRecording", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRegistration", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -206274,20 +207738,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistration", "OutputType": "IMicrosoftGraphMeetingRegistration", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -206306,64 +207770,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -206390,19 +207854,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -206429,109 +207893,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscript", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscript", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -206582,475 +208046,475 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookMasterCategory", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookMasterCategory", "OutputType": "IMicrosoftGraphOutlookCategory", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookMasterCategory", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/masterCategories", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookMasterCategory", "OutputType": "IMicrosoftGraphOutlookCategory", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookMasterCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookMasterCategoryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTask", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTask", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/tasks", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/tasks/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskFolder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolder", "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskFolder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskFolders", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolder", "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskFolderCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskFolders/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskFolderTask", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskFolderTask", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroup", "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroup", "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDevice", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedDevice", "Permissions": [ { "Name": "User.Read", @@ -207093,77 +208557,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDevice", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/device", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/endpoint", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedDeviceCount", "Permissions": [ { "Name": "User.Read", @@ -207206,65 +208670,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/device/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObject", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObject", "Permissions": [ { "Name": "User.Read", @@ -207307,121 +208771,121 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/application", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/group", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectByType", "Permissions": [], + "Method": "POST", "Uri": "/users/getUserOwnedObjects", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserOwnedObjectByType", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectCount", "Permissions": [ { "Name": "User.Read", @@ -207464,65 +208928,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/application/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/group/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -207549,35 +209013,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", - "Module": "Beta.Users.Actions", - "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPerson", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/people/{person-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserPerson", "OutputType": "IMicrosoftGraphPerson", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPerson", "Permissions": [ { "Name": "People.Read", @@ -207596,19 +209060,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/people", - "Module": "Beta.People", - "Command": "Get-MgBetaUserPerson", "OutputType": "IMicrosoftGraphPerson", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPersonCount", "Permissions": [ { "Name": "People.Read", @@ -207627,20 +209091,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/people/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserPersonCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPhoto", "Permissions": [ { "Name": "User.Read", @@ -207683,22 +209147,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/photo", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPhoto", "Permissions": [ { "Name": "User.Read", @@ -207741,19 +209205,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/photos", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPhotoContent", "Permissions": [ { "Name": "User.Read", @@ -207796,22 +209260,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/photo/$value", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlanner", "Permissions": [ { "Name": "Tasks.Read", @@ -207854,51 +209318,51 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlanner", "OutputType": "IMicrosoftGraphPlannerUser", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlanner", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/all", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlanner", "OutputType": "IMicrosoftGraphPlannerDelta", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerAllCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/all/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerAllCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerAllDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -207933,35 +209397,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/all/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerAllDelta", "OutputType": "IMicrosoftGraphPlannerDelta", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerFavoritePlan", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerFavoritePlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerFavoritePlan", "Permissions": [ { "Name": "Tasks.Read", @@ -207988,19 +209452,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/favoritePlans", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerFavoritePlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerFavoritePlanCount", "Permissions": [ { "Name": "Tasks.Read", @@ -208027,35 +209491,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/favoritePlans/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerFavoritePlanCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerMyDayTask", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerMyDayTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerMyDayTask", "Permissions": [ { "Name": "Tasks.Read", @@ -208090,19 +209554,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/myDayTasks", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerMyDayTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerMyDayTaskCount", "Permissions": [ { "Name": "Tasks.Read", @@ -208137,20 +209601,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/myDayTasks/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerMyDayTaskCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -208185,94 +209649,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/plans", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerPlanBucketDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerPlanBucketDelta", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerPlanDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/plans/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerPlanDelta", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerPlanTaskDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerPlanTaskDelta", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerRecentPlan", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRecentPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerRecentPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -208299,19 +209763,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/recentPlans", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRecentPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerRecentPlanCount", "Permissions": [ { "Name": "Tasks.Read", @@ -208338,35 +209802,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/recentPlans/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRecentPlanCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerRosterPlan", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRosterPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerRosterPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -208401,19 +209865,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/rosterPlans", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRosterPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerRosterPlanCount", "Permissions": [ { "Name": "Tasks.Read", @@ -208448,20 +209912,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/rosterPlans/$count", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerRosterPlanCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -208512,19 +209976,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/tasks", - "Module": "Beta.Planner", - "Command": "Get-MgBetaUserPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserPlannerTaskDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -208543,20 +210007,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/tasks/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserPlannerTaskDelta", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserPresence", "Permissions": [ { "Name": "Presence.Read", @@ -208583,20 +210047,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/presence", - "Module": "Beta.CloudCommunications", - "Command": "Get-MgBetaUserPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfile", "Permissions": [ { "Name": "User.Read", @@ -208639,20 +210103,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfile", "OutputType": "IMicrosoftGraphProfile", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAccount", "Permissions": [ { "Name": "User.Read", @@ -208695,20 +210159,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAccount", "OutputType": "IMicrosoftGraphUserAccountInformation", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAccount", "Permissions": [ { "Name": "User.Read", @@ -208751,19 +210215,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/account", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAccount", "OutputType": "IMicrosoftGraphUserAccountInformation", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAccountCount", "Permissions": [ { "Name": "User.Read", @@ -208806,20 +210270,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/account/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAccountCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAddress", "Permissions": [ { "Name": "User.Read", @@ -208862,20 +210326,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAddress", "OutputType": "IMicrosoftGraphItemAddress", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAddress", "Permissions": [ { "Name": "User.Read", @@ -208918,19 +210382,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/addresses", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAddress", "OutputType": "IMicrosoftGraphItemAddress", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAddressCount", "Permissions": [ { "Name": "User.Read", @@ -208973,20 +210437,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/addresses/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAddressCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAnniversary", "Permissions": [ { "Name": "User.Read", @@ -209029,20 +210493,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAnniversary", "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAnniversary", "Permissions": [ { "Name": "User.Read", @@ -209085,19 +210549,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/anniversaries", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAnniversary", "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAnniversaryCount", "Permissions": [ { "Name": "User.Read", @@ -209140,20 +210604,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/anniversaries/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAnniversaryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAward", "Permissions": [ { "Name": "User.Read", @@ -209196,20 +210660,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAward", "OutputType": "IMicrosoftGraphPersonAward", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAward", "Permissions": [ { "Name": "User.Read", @@ -209252,19 +210716,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/awards", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAward", "OutputType": "IMicrosoftGraphPersonAward", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileAwardCount", "Permissions": [ { "Name": "User.Read", @@ -209307,20 +210771,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/awards/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileAwardCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileCertification", "Permissions": [ { "Name": "User.Read", @@ -209363,20 +210827,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileCertification", "OutputType": "IMicrosoftGraphPersonCertification", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileCertification", "Permissions": [ { "Name": "User.Read", @@ -209419,19 +210883,75 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/certifications", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileCertification", "OutputType": "IMicrosoftGraphPersonCertification", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileCertificationCount", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/profile/certifications/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.People", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileEducationalActivity", "Permissions": [ { "Name": "User.Read", @@ -209474,76 +210994,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/certifications/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileCertificationCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEducationalActivity", "OutputType": "IMicrosoftGraphEducationalActivity", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileEducationalActivity", "Permissions": [ { "Name": "User.Read", @@ -209586,19 +211050,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/educationalActivities", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEducationalActivity", "OutputType": "IMicrosoftGraphEducationalActivity", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileEducationalActivityCount", "Permissions": [ { "Name": "User.Read", @@ -209641,20 +211105,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/educationalActivities/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEducationalActivityCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileEmail", "Permissions": [ { "Name": "User.Read", @@ -209697,20 +211161,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEmail", "OutputType": "IMicrosoftGraphItemEmail", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileEmail", "Permissions": [ { "Name": "User.Read", @@ -209753,19 +211217,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/emails", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEmail", "OutputType": "IMicrosoftGraphItemEmail", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileEmailCount", "Permissions": [ { "Name": "User.Read", @@ -209808,20 +211272,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/emails/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileEmailCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileInterest", "Permissions": [ { "Name": "User.Read", @@ -209864,20 +211328,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileInterest", "OutputType": "IMicrosoftGraphPersonInterest", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileInterest", "Permissions": [ { "Name": "User.Read", @@ -209920,19 +211384,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/interests", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileInterest", "OutputType": "IMicrosoftGraphPersonInterest", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileInterestCount", "Permissions": [ { "Name": "User.Read", @@ -209975,20 +211439,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/interests/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileInterestCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileLanguage", "Permissions": [ { "Name": "User.Read", @@ -210031,20 +211495,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileLanguage", "OutputType": "IMicrosoftGraphLanguageProficiency", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileLanguage", "Permissions": [ { "Name": "User.Read", @@ -210087,19 +211551,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/languages", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileLanguage", "OutputType": "IMicrosoftGraphLanguageProficiency", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileLanguageCount", "Permissions": [ { "Name": "User.Read", @@ -210142,20 +211606,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/languages/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileLanguageCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileName", "Permissions": [ { "Name": "User.Read", @@ -210198,20 +211662,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/names/{personName-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileName", "OutputType": "IMicrosoftGraphPersonName", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileName", "Permissions": [ { "Name": "User.Read", @@ -210254,75 +211718,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/names", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileName", "OutputType": "IMicrosoftGraphPersonName", - "Variants": [ - "List" - ], - "Method": "GET", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/profile/names/$count", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileNameCount", - "OutputType": null, "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileNameCount", "Permissions": [ { "Name": "User.Read", @@ -210365,20 +211773,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Method": "GET", + "Uri": "/users/{user-id}/profile/names/$count", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileNote", - "OutputType": "IMicrosoftGraphPersonAnnotation", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileNote", "Permissions": [ { "Name": "User.Read", @@ -210421,75 +211829,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/notes", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileNote", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "OutputType": "IMicrosoftGraphPersonAnnotation", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/profile/notes/$count", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileNoteCount", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileNote", "Permissions": [ { "Name": "User.Read", @@ -210532,75 +211885,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePatent", - "OutputType": "IMicrosoftGraphItemPatent", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/users/{user-id}/profile/notes", + "OutputType": "IMicrosoftGraphPersonAnnotation", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/profile/patents", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePatent", - "OutputType": "IMicrosoftGraphItemPatent", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileNoteCount", "Permissions": [ { "Name": "User.Read", @@ -210643,20 +211940,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/patents/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePatentCount", + "Method": "GET", + "Uri": "/users/{user-id}/profile/notes/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePatent", "Permissions": [ { "Name": "User.Read", @@ -210699,20 +211996,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Method": "GET", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "OutputType": "IMicrosoftGraphItemPatent", + "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePhone", - "OutputType": "IMicrosoftGraphItemPhone", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePatent", "Permissions": [ { "Name": "User.Read", @@ -210755,19 +212052,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/phones", + "Method": "GET", + "Uri": "/users/{user-id}/profile/patents", + "OutputType": "IMicrosoftGraphItemPatent", + "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePhone", - "OutputType": "IMicrosoftGraphItemPhone", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePatentCount", "Permissions": [ { "Name": "User.Read", @@ -210810,20 +212107,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/phones/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePhoneCount", + "Method": "GET", + "Uri": "/users/{user-id}/profile/patents/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePhone", "Permissions": [ { "Name": "User.Read", @@ -210866,20 +212163,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "Method": "GET", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "OutputType": "IMicrosoftGraphItemPhone", + "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePosition", - "OutputType": "IMicrosoftGraphWorkPosition", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePhone", "Permissions": [ { "Name": "User.Read", @@ -210922,19 +212219,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/positions", + "Method": "GET", + "Uri": "/users/{user-id}/profile/phones", + "OutputType": "IMicrosoftGraphItemPhone", + "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePosition", - "OutputType": "IMicrosoftGraphWorkPosition", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePhoneCount", "Permissions": [ { "Name": "User.Read", @@ -210977,20 +212274,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/positions/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePositionCount", + "Method": "GET", + "Uri": "/users/{user-id}/profile/phones/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePosition", "Permissions": [ { "Name": "User.Read", @@ -211033,20 +212330,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Method": "GET", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "OutputType": "IMicrosoftGraphWorkPosition", + "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileProject", - "OutputType": "IMicrosoftGraphProjectParticipation", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePosition", "Permissions": [ { "Name": "User.Read", @@ -211089,19 +212386,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/projects", + "Method": "GET", + "Uri": "/users/{user-id}/profile/positions", + "OutputType": "IMicrosoftGraphWorkPosition", + "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileProject", - "OutputType": "IMicrosoftGraphProjectParticipation", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePositionCount", "Permissions": [ { "Name": "User.Read", @@ -211144,20 +212441,131 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/projects/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileProjectCount", + "Method": "GET", + "Uri": "/users/{user-id}/profile/positions/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileProject", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "OutputType": "IMicrosoftGraphProjectParticipation", "ApiVersion": "beta", + "Module": "Beta.People", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgBetaUserProfileProject", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/users/{user-id}/profile/projects", + "OutputType": "IMicrosoftGraphProjectParticipation", + "ApiVersion": "beta", + "Module": "Beta.People", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileProjectCount", "Permissions": [ { "Name": "User.Read", @@ -211200,20 +212608,76 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Method": "GET", + "Uri": "/users/{user-id}/profile/projects/$count", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePublication", - "OutputType": "IMicrosoftGraphItemPublication", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePublication", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "OutputType": "IMicrosoftGraphItemPublication", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.People", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePublication", "Permissions": [ { "Name": "User.Read", @@ -211256,19 +212720,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/publications", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePublication", "OutputType": "IMicrosoftGraphItemPublication", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfilePublicationCount", "Permissions": [ { "Name": "User.Read", @@ -211311,20 +212775,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/publications/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfilePublicationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileSkill", "Permissions": [ { "Name": "User.Read", @@ -211367,20 +212831,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileSkill", "OutputType": "IMicrosoftGraphSkillProficiency", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileSkill", "Permissions": [ { "Name": "User.Read", @@ -211423,19 +212887,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/skills", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileSkill", "OutputType": "IMicrosoftGraphSkillProficiency", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileSkillCount", "Permissions": [ { "Name": "User.Read", @@ -211478,20 +212942,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/skills/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileSkillCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileWebAccount", "Permissions": [ { "Name": "User.Read", @@ -211534,20 +212998,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebAccount", "OutputType": "IMicrosoftGraphWebAccount", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileWebAccount", "Permissions": [ { "Name": "User.Read", @@ -211590,19 +213054,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/webAccounts", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebAccount", "OutputType": "IMicrosoftGraphWebAccount", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileWebAccountCount", "Permissions": [ { "Name": "User.Read", @@ -211645,20 +213109,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/webAccounts/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebAccountCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileWebsite", "Permissions": [ { "Name": "User.Read", @@ -211701,20 +213165,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebsite", "OutputType": "IMicrosoftGraphPersonWebsite", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileWebsite", "Permissions": [ { "Name": "User.Read", @@ -211757,19 +213221,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/websites", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebsite", "OutputType": "IMicrosoftGraphPersonWebsite", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserProfileWebsiteCount", "Permissions": [ { "Name": "User.Read", @@ -211812,35 +213276,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/profile/websites/$count", - "Module": "Beta.People", - "Command": "Get-MgBetaUserProfileWebsiteCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserRegisteredDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDevice", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserRegisteredDevice", "Permissions": [ { "Name": "User.Read", @@ -211883,77 +213347,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDevice", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/device", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/endpoint", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserRegisteredDeviceCount", "Permissions": [ { "Name": "User.Read", @@ -211996,65 +213460,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/device/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserScopedRoleMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaUserScopedRoleMemberOf", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserScopedRoleMemberOf", "Permissions": [ { "Name": "Directory.Read.All", @@ -212073,19 +213537,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaUserScopedRoleMemberOf", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserScopedRoleMemberOfCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -212104,50 +213568,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Get-MgBetaUserScopedRoleMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSecurity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/security", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurity", "OutputType": "IMicrosoftGraphSecurity1", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSecurityInformationProtection", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/security/informationProtection", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtection", "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -212166,20 +213630,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -212198,20 +213662,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -212230,19 +213694,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -212261,35 +213725,35 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSetting", "Permissions": [ { "Name": "User.Read.All", @@ -212308,20 +213772,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSetting", "OutputType": "IMicrosoftGraphUserSettings", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingContactMergeSuggestion", "Permissions": [ { "Name": "User.Read", @@ -212340,20 +213804,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingContactMergeSuggestion", "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingItemInsight", "Permissions": [ { "Name": "User.Read", @@ -212372,35 +213836,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingItemInsight", "OutputType": "IMicrosoftGraphUserInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingShiftPreference", "Permissions": [ { "Name": "User.Read.All", @@ -212435,35 +213899,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingShiftPreference", "OutputType": "IMicrosoftGraphShiftPreferences", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingStorage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingStorage", "OutputType": "IMicrosoftGraphUserStorage", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingStorageQuota", "Permissions": [ { "Name": "Files.Read", @@ -212498,20 +213962,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingStorageQuota", "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingStorageQuotaService", "Permissions": [ { "Name": "Files.Read", @@ -212546,20 +214010,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingStorageQuotaService", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingStorageQuotaService", "Permissions": [ { "Name": "Files.Read", @@ -212594,19 +214058,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage/quota/services", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingStorageQuotaService", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", "Permissions": [ { "Name": "Files.Read", @@ -212641,123 +214105,123 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage/quota/services/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingWindows", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingWindows", "OutputType": "IMicrosoftGraphWindowsSetting", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingWindows", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingWindows", "OutputType": "IMicrosoftGraphWindowsSetting", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingWindowsCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingWindowsCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingWindowsInstance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingWindowsInstance", "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingWindowsInstance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingWindowsInstance", "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSettingWindowsInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSettingWindowsInstanceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSponsor", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSponsor", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserSponsor", "Permissions": [ { "Name": "User.Read", @@ -212784,19 +214248,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/sponsors", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSponsor", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserSponsorCount", "Permissions": [ { "Name": "User.Read", @@ -212823,20 +214287,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/sponsors/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserSponsorCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamwork", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -212855,37 +214319,37 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamwork", "OutputType": "IMicrosoftGraphUserTeamwork", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkAssociatedTeam", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -212912,19 +214376,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkAssociatedTeam", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -212951,20 +214415,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamworkInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -213087,20 +214551,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledApp", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamworkInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -213223,19 +214687,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledApp", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamworkInstalledAppChat", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -213310,20 +214774,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledAppChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamworkInstalledAppCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -213446,50 +214910,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledAppCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "Module": "Beta.Teams", - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoList", "Permissions": [ { "Name": "Tasks.Read", @@ -213524,20 +214988,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoList", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoList", "Permissions": [ { "Name": "Tasks.Read", @@ -213572,19 +215036,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoList", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoListCount", "Permissions": [ { "Name": "Tasks.Read", @@ -213619,20 +215083,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoListCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoListDelta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -213659,64 +215123,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserTodoListDelta", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoListExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoListExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoListExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoListExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoListExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoListExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -213751,20 +215215,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTask", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -213799,19 +215263,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTask", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskAttachment", "Permissions": [ { "Name": "Tasks.Read", @@ -213846,20 +215310,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachment", "OutputType": "IMicrosoftGraphAttachmentBase", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskAttachment", "Permissions": [ { "Name": "Tasks.Read", @@ -213894,19 +215358,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachment", "OutputType": "IMicrosoftGraphAttachmentBase", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskAttachmentContent", "Permissions": [ { "Name": "Tasks.Read", @@ -213941,20 +215405,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskAttachmentCount", "Permissions": [ { "Name": "Tasks.Read", @@ -213989,79 +215453,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "OutputType": "IMicrosoftGraphAttachmentSession", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "OutputType": "IMicrosoftGraphAttachmentSession", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -214096,20 +215560,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskChecklistItem", "OutputType": "IMicrosoftGraphChecklistItem", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -214144,19 +215608,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskChecklistItem", "OutputType": "IMicrosoftGraphChecklistItem", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", "Permissions": [ { "Name": "Tasks.Read", @@ -214191,20 +215655,68 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskCount", + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Users", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -214239,112 +215751,64 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "Module": "Beta.Users.Functions", - "Command": "Get-MgBetaUserTodoTaskDelta", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskExtensionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -214379,20 +215843,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskLinkedResource", "OutputType": "IMicrosoftGraphLinkedResource", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -214427,19 +215891,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskLinkedResource", "OutputType": "IMicrosoftGraphLinkedResource", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", "Permissions": [ { "Name": "Tasks.Read", @@ -214474,35 +215938,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOf", "Permissions": [ { "Name": "User.Read", @@ -214553,106 +216017,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/group", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfCount", "Permissions": [ { "Name": "User.Read", @@ -214703,2515 +216167,2559 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveReports", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserTransitiveReportCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveReports/$count", - "Module": "Beta.Users", - "Command": "Get-MgBetaUserTransitiveReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEvent", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEvent", "OutputType": "IMicrosoftGraphVirtualEvent", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEvent", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEvent", "OutputType": "IMicrosoftGraphVirtualEvent", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventPresenterCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventPresenterSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenterSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventPresenterSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenterSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventPresenterSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventPresenterSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionPresenterCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionPresenterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhall", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhall", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhall", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhall", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallByUserRole", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallByUserRole", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinar", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinar", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinar", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinar", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarByUserRole", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarByUserRole", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", + "Permissions": [], "Method": "GET", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta" + "Module": "Beta.Bookings", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Permissions": [], - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "Method": "GET", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount", + "Permissions": [], + "Method": "GET", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", + "Permissions": [], "Method": "GET", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Bookings", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", - "Module": "Beta.Bookings", - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuCatalogEntry", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/catalog/entries", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuCatalogEntry", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuCatalogEntryCount", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/catalog/entries/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuCatalogEntryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuDeployment", + "Command": "Get-MgBetaWindowsUpdatesDeployment", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeployment", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuDeployment", + "Command": "Get-MgBetaWindowsUpdatesDeployment", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeployment", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuDeploymentCount", + "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/deployments/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuDeploymentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuPolicy", + "Command": "Get-MgBetaWindowsUpdatesPolicy", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicy", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuPolicy", + "Command": "Get-MgBetaWindowsUpdatesPolicy", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicy", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudience", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudience", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuPolicyCount", + "Command": "Get-MgBetaWindowsUpdatesPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatePolicies/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesPolicyCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProduct", + "Command": "Get-MgBetaWindowsUpdatesProduct", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProduct", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProduct", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProduct", + "Command": "Get-MgBetaWindowsUpdatesProduct", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProduct", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProduct", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductCount", + "Command": "Get-MgBetaWindowsUpdatesProductCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductEdition", + "Command": "Get-MgBetaWindowsUpdatesProductEdition", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductEdition", "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductEdition", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductEdition", + "Command": "Get-MgBetaWindowsUpdatesProductEdition", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/editions", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductEdition", "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductEdition", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductEditionCount", + "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductEditionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductKnownIssue", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductKnownIssue", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductRevision", + "Command": "Get-MgBetaWindowsUpdatesProductRevision", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductRevision", "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductRevision", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductRevision", + "Command": "Get-MgBetaWindowsUpdatesProductRevision", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/revisions", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductRevision", "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductRevision", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductRevisionCount", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductRevisionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuResourceConnection", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuResourceConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuResourceConnection", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/resourceConnections", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuResourceConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuResourceConnectionCount", + "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/resourceConnections/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuResourceConnectionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuUpdatableAsset", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatableAssets", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuUpdatableAsset", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/windows/updates/updatableAssets/$count", - "Module": "Beta.WindowsUpdates", - "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusiness", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -217246,20 +218754,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "Module": "Bookings", - "Command": "Get-MgBookingBusiness", "OutputType": "IMicrosoftGraphBookingBusiness", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusiness", "Permissions": [ { "Name": "Bookings.Read.All", @@ -217294,19 +218802,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses", - "Module": "Bookings", - "Command": "Get-MgBookingBusiness", "OutputType": "IMicrosoftGraphBookingBusiness", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -217341,20 +218849,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessAppointment", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -217389,19 +218897,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessAppointment", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBookingBusinessAppointmentCount", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -217436,35 +218944,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessAppointmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCalendarView", "Permissions": [], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCalendarView", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCalendarView", "Permissions": [ { "Name": "Bookings.Read.All", @@ -217499,19 +219007,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCalendarView", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCalendarViewCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -217546,20 +219054,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCalendarViewCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -217594,19 +219102,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/$count", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -217641,20 +219149,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomer", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCustomer", "Permissions": [ { "Name": "Bookings.Read.All", @@ -217689,19 +219197,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomer", "OutputType": "IMicrosoftGraphBookingCustomerBase", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCustomerCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -217736,20 +219244,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -217784,20 +219292,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomQuestion", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCustomQuestion", "Permissions": [ { "Name": "Bookings.Read.All", @@ -217832,19 +219340,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomQuestion", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBookingBusinessCustomQuestionCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -217879,20 +219387,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessCustomQuestionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -217927,20 +219435,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessService", "OutputType": "IMicrosoftGraphBookingService", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessService", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -217975,19 +219483,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessService", "OutputType": "IMicrosoftGraphBookingService", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBookingBusinessServiceCount", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218022,20 +219530,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessServiceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessStaffAvailability", "Permissions": [ { "Name": "Bookings.Read.All", @@ -218078,22 +219586,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessStaffAvailability", "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessStaffMember", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218128,20 +219636,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessStaffMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingBusinessStaffMember", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218176,19 +219684,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessStaffMember", "OutputType": "IMicrosoftGraphBookingStaffMemberBase", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBookingBusinessStaffMemberCount", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218223,20 +219731,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", - "Module": "Bookings", - "Command": "Get-MgBookingBusinessStaffMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -218271,20 +219779,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "Module": "Bookings", - "Command": "Get-MgBookingCurrency", "OutputType": "IMicrosoftGraphBookingCurrency", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgBookingCurrency", "Permissions": [ { "Name": "Bookings.Read.All", @@ -218319,19 +219827,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingCurrencies", - "Module": "Bookings", - "Command": "Get-MgBookingCurrency", "OutputType": "IMicrosoftGraphBookingCurrency", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgBookingCurrencyCount", "Permissions": [ { "Name": "Bookings.Read.All", @@ -218366,19 +219874,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/solutions/bookingCurrencies/$count", - "Module": "Bookings", - "Command": "Get-MgBookingCurrencyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -218445,20 +219953,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}", - "Module": "Teams", - "Command": "Get-MgChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -218509,19 +220017,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats", - "Module": "Teams", - "Command": "Get-MgChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatCount", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -218572,19 +220080,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/$count", - "Module": "Teams", - "Command": "Get-MgChatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -218675,20 +220183,155 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams", - "Command": "Get-MgChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatInstalledApp", + "Permissions": [ + { + "Name": "TeamsAppInstallation.ReadForChat", + "Description": "Read installed Teams apps in chats", + "FullDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "TeamsAppInstallation.ReadForChat.All", + "Description": "Read installed Teams apps for all chats", + "FullDescription": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForChat", + "Description": "Allow the Teams app to manage itself in chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteForChat", + "Description": "Manage installed Teams apps in chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat", + "Description": "Allow the Teams app to manage itself and its permission grants in chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForChat", + "Description": "Manage installation and permission grants of Teams apps in chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForChat.All", + "Description": "Allow the Teams app to manage itself for all chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteForChat.All", + "Description": "Manage Teams apps for all chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All", + "Description": "Allow the Teams app to manage itself and its permission grants for all chats", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user, and manage its permission grants for accessing those specific chats' data.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForChat.All", + "Description": "Manage installation and permission grants of Teams apps for all chats", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Gives the ability to manage permission grants for accessing those specific chats' data.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Manage.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/chats/{chat-id}/installedApps", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatInstalledAppCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -218811,200 +220454,65 @@ "IsLeastPrivilege": false } ], - "Uri": "/chats/{chat-id}/installedApps", - "Module": "Teams", - "Command": "Get-MgChatInstalledApp", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "TeamsAppInstallation.ReadForChat", - "Description": "Read installed Teams apps in chats", - "FullDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.ReadForChat.All", - "Description": "Read installed Teams apps for all chats", - "FullDescription": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForChat", - "Description": "Allow the Teams app to manage itself in chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteForChat", - "Description": "Manage installed Teams apps in chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat", - "Description": "Allow the Teams app to manage itself and its permission grants in chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForChat", - "Description": "Manage installation and permission grants of Teams apps in chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ManageSelectedForChat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForChat.All", - "Description": "Allow the Teams app to manage itself for all chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteForChat.All", - "Description": "Manage Teams apps for all chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All", - "Description": "Allow the Teams app to manage itself and its permission grants for all chats", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user, and manage its permission grants for accessing those specific chats' data.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForChat.All", - "Description": "Manage installation and permission grants of Teams apps for all chats", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Gives the ability to manage permission grants for accessing those specific chats' data.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ManageSelectedForChat.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Manage.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/chats/{chat-id}/installedApps/$count", - "Module": "Teams", - "Command": "Get-MgChatInstalledAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgChatInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams", - "Command": "Get-MgChatInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatLastMessagePreview", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams", - "Command": "Get-MgChatLastMessagePreview", "OutputType": "IMicrosoftGraphChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -219135,20 +220643,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatMember", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -219247,19 +220755,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/members", - "Module": "Teams", - "Command": "Get-MgChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatMemberCount", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -219358,20 +220866,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/members/$count", - "Module": "Teams", - "Command": "Get-MgChatMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -219422,21 +220930,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Get-MgChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -219479,19 +220987,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages", - "Module": "Teams", - "Command": "Get-MgChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatMessageCount", "Permissions": [ { "Name": "Chat.Read", @@ -219534,20 +221042,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/$count", - "Module": "Teams", - "Command": "Get-MgChatMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatMessageDelta", "Permissions": [ { "Name": "Chat.Read", @@ -219598,20 +221106,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/delta", - "Module": "Teams", - "Command": "Get-MgChatMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -219670,22 +221178,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -219744,19 +221252,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "Get-MgChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatMessageHostedContentCount", "Permissions": [ { "Name": "Chat.Read", @@ -219815,140 +221323,140 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgChatMessageHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Get-MgChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "Get-MgChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatMessageReplyDelta", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgChatMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220055,19 +221563,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/permissionGrants", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatPermissionGrantCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220174,37 +221682,37 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/permissionGrants/$count", - "Module": "Teams", - "Command": "Get-MgChatPermissionGrantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatPinnedMessage", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams", - "Command": "Get-MgChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatPinnedMessage", "Permissions": [ { "Name": "Chat.Read", @@ -220247,19 +221755,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/pinnedMessages", - "Module": "Teams", - "Command": "Get-MgChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatPinnedMessageCount", "Permissions": [ { "Name": "Chat.Read", @@ -220302,20 +221810,99 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/pinnedMessages/$count", - "Module": "Teams", - "Command": "Get-MgChatPinnedMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatRetainedMessage", + "Permissions": [ + { + "Name": "Chat.ReadBasic", + "Description": "Read names and members of your chat threads", + "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Chat.ReadBasic.All", + "Description": "Read names and members of all chat threads", + "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "ChatSettings.ReadWrite.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ChatSettings.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Manage.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/chats/getAllRetainedMessages", + "OutputType": "IMicrosoftGraphChatMessage", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -220382,20 +221969,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Get-MgChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgChatTab", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -220446,19 +222033,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/tabs", - "Module": "Teams", - "Command": "Get-MgChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatTabCount", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -220509,35 +222096,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/{chat-id}/tabs/$count", - "Module": "Teams", - "Command": "Get-MgChatTabCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgChatTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgChatTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -220556,20 +222143,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCall", "OutputType": "IMicrosoftGraphCall", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -220588,20 +222175,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallAudioRoutingGroup", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -220620,19 +222207,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallAudioRoutingGroup", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -220651,20 +222238,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallContentSharingSession", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -220699,20 +222286,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallContentSharingSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallContentSharingSession", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -220747,19 +222334,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallContentSharingSession", "OutputType": "IMicrosoftGraphContentSharingSession", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallContentSharingSessionCount", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -220794,78 +222381,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallContentSharingSessionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/calls/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallOperation", "Permissions": [], + "Method": "GET", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallOperation", "OutputType": "IMicrosoftGraphCommsOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallOperation", "Permissions": [], + "Method": "GET", "Uri": "/communications/calls/{call-id}/operations", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallOperation", "OutputType": "IMicrosoftGraphCommsOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/calls/{call-id}/operations/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -220884,20 +222471,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallParticipant", "OutputType": "IMicrosoftGraphParticipant", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallParticipant", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -220916,19 +222503,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/participants", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallParticipant", "OutputType": "IMicrosoftGraphParticipant", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallParticipantCount", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -220947,184 +222534,184 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/calls/{call-id}/participants/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallParticipantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecord", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecord", "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecordOrganizerV2", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordOrganizerV2", "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecordParticipant", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordParticipant", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordParticipantV2", "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordParticipantV2", "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecordSession", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordSession", "OutputType": "IMicrosoftGraphCallRecordsSession", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecordSession", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordSession", "OutputType": "IMicrosoftGraphCallRecordsSession", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecordSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordSessionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeeting", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -221159,122 +222746,122 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/onlineMeetings", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingCount", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -221309,182 +222896,182 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/onlineMeetings/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "Permissions": [], + "Method": "GET", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationPresence", "Permissions": [], + "Method": "GET", "Uri": "/communications/presences/{presence-id}", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationPresence", "Permissions": [ { "Name": "Presence.Read", @@ -221511,19 +223098,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/presences", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgCommunicationPresenceByUserId", "Permissions": [ { "Name": "Presence.Read.All", @@ -221542,20 +223129,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/getPresencesByUserId", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationPresenceByUserId", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCommunicationPresenceCount", "Permissions": [ { "Name": "Presence.Read", @@ -221582,33 +223169,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/communications/presences/$count", - "Module": "CloudCommunications", - "Command": "Get-MgCommunicationPresenceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgCompliance", "Permissions": [], + "Method": "GET", "Uri": "/compliance", - "Module": "Compliance", - "Command": "Get-MgCompliance", "OutputType": "IMicrosoftGraphCompliance", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -221635,20 +223222,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContact", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -221675,34 +223262,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContactById", "Permissions": [], + "Method": "POST", "Uri": "/contacts/getByIds", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactCount", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -221729,19 +223316,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContactDelta", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -221768,34 +223355,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/delta", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDelta", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactDirectReport", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContactDirectReport", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -221830,77 +223417,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactDirectReportAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactDirectReportAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/orgContact", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactDirectReportAsUser", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactDirectReportAsUser", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactDirectReportCount", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -221935,50 +223522,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactDirectReportCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportCountAsOrgContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactDirectReportCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/directReports/user/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactDirectReportCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContactManager", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -222013,20 +223600,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/manager", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactManager", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContactMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -222109,22 +223696,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContactMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -222223,37 +223810,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContactMemberOf", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -222288,77 +223875,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactMemberOfCount", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -222393,94 +223980,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContactTransitiveMemberOf", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -222507,77 +224094,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactTransitiveMemberOfCount", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -222604,50 +224191,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -222666,20 +224253,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contracts/{contract-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContract", "OutputType": "IMicrosoftGraphContract", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContract", "Permissions": [ { "Name": "Directory.Read.All", @@ -222698,34 +224285,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contracts", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContract", "OutputType": "IMicrosoftGraphContract", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContractById", "Permissions": [], + "Method": "POST", "Uri": "/contracts/getByIds", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgContractCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -222744,19 +224331,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contracts/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContractDelta", "Permissions": [ { "Name": "Directory.Read.All", @@ -222775,53 +224362,53 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/contracts/delta", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContractMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/contracts/{contract-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgContractMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/contracts/{contract-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgContractMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDataPolicyOperation", "Permissions": [ { "Name": "User.Export.All", @@ -222840,48 +224427,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgDataPolicyOperation", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDataPolicyOperation", "Permissions": [], + "Method": "GET", "Uri": "/dataPolicyOperations", - "Module": "Identity.SignIns", - "Command": "Get-MgDataPolicyOperation", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDataPolicyOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/dataPolicyOperations/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgDataPolicyOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -222916,20 +224503,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDevice", "Permissions": [ { "Name": "Device.Read.All", @@ -222964,19 +224551,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgt", + "Command": "Get-MgDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223011,19 +224598,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagement", "OutputType": "IMicrosoftGraphDeviceAppManagement", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgt", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223042,20 +224629,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223074,19 +224661,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223121,20 +224708,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223169,19 +224756,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223216,20 +224803,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223264,20 +224851,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223312,19 +224899,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223359,20 +224946,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223391,19 +224978,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223438,20 +225025,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223486,20 +225073,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223534,19 +225121,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223581,20 +225168,115 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "OutputType": "IMicrosoftGraphManagedMobileApp", "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223629,114 +225311,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", - "OutputType": null, "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223771,20 +225358,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223803,20 +225390,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223835,19 +225422,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223882,20 +225469,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223930,19 +225517,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223977,20 +225564,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224025,20 +225612,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224073,19 +225660,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224120,20 +225707,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224152,19 +225739,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224199,20 +225786,68 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-get?view=graph-rest-1.0" + "Module": "Devices.CorporateManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224247,67 +225882,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0" - }, - { - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceAppManagement/managedAppPolicies", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", + "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224342,19 +225929,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224389,20 +225976,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224437,19 +226024,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224484,20 +226071,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224532,19 +226119,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224579,20 +226166,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224627,19 +226214,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224674,20 +226261,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224722,19 +226309,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224769,20 +226356,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224817,20 +226404,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", "OutputType": "IMicrosoftGraphManagedAppOperation", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224865,19 +226452,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", "OutputType": "IMicrosoftGraphManagedAppOperation", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224912,20 +226499,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224960,19 +226547,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225007,20 +226594,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppStatus", "OutputType": "IMicrosoftGraphManagedAppStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceAppManagement/managedAppStatuses", + "OutputType": "IMicrosoftGraphManagedAppStatus", "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0" + "Module": "Devices.CorporateManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", + "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225055,66 +226689,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/managedAppStatuses", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppStatus", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0" - }, - { - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceAppManagement/managedAppStatuses/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", + "Command": "Get-MgDeviceAppManagementManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225133,20 +226720,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBook", "OutputType": "IMicrosoftGraphManagedEBook", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", + "Command": "Get-MgDeviceAppManagementManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225165,19 +226752,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBook", "OutputType": "IMicrosoftGraphManagedEBook", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225196,20 +226783,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225228,19 +226815,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225259,20 +226846,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", + "Command": "Get-MgDeviceAppManagementManagedEBookCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225291,19 +226878,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225322,20 +226909,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225354,19 +226941,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225385,20 +226972,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", + "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225417,20 +227004,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", "OutputType": "IMicrosoftGraphEBookInstallSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225449,20 +227036,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225481,19 +227068,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225512,20 +227099,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225544,20 +227131,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225576,19 +227163,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225607,20 +227194,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225639,20 +227226,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225671,19 +227258,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225718,20 +227305,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225766,19 +227353,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225813,20 +227400,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225845,19 +227432,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225892,20 +227479,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225940,19 +227527,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225987,20 +227574,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226035,20 +227622,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226083,19 +227670,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226130,20 +227717,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileApp", + "Command": "Get-MgDeviceAppManagementMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226162,20 +227749,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileApp", "OutputType": "IMicrosoftGraphMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileApp", + "Command": "Get-MgDeviceAppManagementMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226194,34 +227781,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileApp", "OutputType": "IMicrosoftGraphMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", "OutputType": "IMicrosoftGraphAndroidLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226240,254 +227827,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", "OutputType": "IMicrosoftGraphAndroidLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", "OutputType": "IMicrosoftGraphAndroidStoreApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226506,122 +228093,122 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", "OutputType": "IMicrosoftGraphAndroidStoreApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", "OutputType": "IMicrosoftGraphIosLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226640,254 +228227,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", "OutputType": "IMicrosoftGraphIosLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", "OutputType": "IMicrosoftGraphIosStoreApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226906,122 +228493,122 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", "OutputType": "IMicrosoftGraphIosStoreApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", "OutputType": "IMicrosoftGraphIosVppApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227040,122 +228627,122 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosVppApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", "OutputType": "IMicrosoftGraphIosVppApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", "OutputType": "IMicrosoftGraphMacOSDmgApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227174,254 +228761,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", "OutputType": "IMicrosoftGraphMacOSDmgApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", "OutputType": "IMicrosoftGraphMacOSLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227440,254 +229027,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", "OutputType": "IMicrosoftGraphMacOSLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227706,254 +229293,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", "OutputType": "IMicrosoftGraphManagedIosLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227972,254 +229559,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", "OutputType": "IMicrosoftGraphManagedIosLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228238,254 +229825,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228504,107 +230091,107 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228623,20 +230210,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228655,19 +230242,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228686,35 +230273,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", "OutputType": "IMicrosoftGraphWin32LobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228733,254 +230320,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/win32LobApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", "OutputType": "IMicrosoftGraphWin32LobApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", "OutputType": "IMicrosoftGraphWindowsAppX", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228999,254 +230586,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsAppX", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", "OutputType": "IMicrosoftGraphWindowsAppX", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229265,254 +230852,254 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229531,298 +231118,298 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": "IMicrosoftGraphMobileContainedApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", "OutputType": "IMicrosoftGraphWindowsWebApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229841,107 +231428,107 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", "OutputType": "IMicrosoftGraphWindowsWebApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229960,22 +231547,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229994,20 +231581,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppCategories", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", + "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230026,20 +231613,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppCategories/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230058,20 +231645,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230090,19 +231677,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230121,20 +231708,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230153,19 +231740,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230184,20 +231771,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230216,19 +231803,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230247,20 +231834,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230279,19 +231866,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230310,20 +231897,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230342,20 +231929,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230374,20 +231961,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230406,19 +231993,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230437,20 +232024,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230469,20 +232056,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", + "Command": "Get-MgDeviceAppManagementMobileAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230501,19 +232088,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230532,19 +232119,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230563,19 +232150,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230594,19 +232181,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230625,19 +232212,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230656,19 +232243,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230687,19 +232274,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230718,19 +232305,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230749,19 +232336,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230780,19 +232367,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230811,19 +232398,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230842,19 +232429,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230873,19 +232460,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230904,19 +232491,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230935,19 +232522,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230966,19 +232553,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230997,19 +232584,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231028,20 +232615,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231060,19 +232647,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231107,20 +232694,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231155,19 +232742,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231202,20 +232789,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231250,20 +232837,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231298,19 +232885,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231345,20 +232932,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231377,19 +232964,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231424,20 +233011,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtVppToken", + "Command": "Get-MgDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231472,20 +233059,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementVppToken", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtVppToken", + "Command": "Get-MgDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231520,19 +233107,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/vppTokens", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementVppToken", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", + "Command": "Get-MgDeviceAppManagementVppTokenCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231567,19 +233154,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/vppTokens/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementVppTokenCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231614,20 +233201,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231662,19 +233249,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231709,20 +233296,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231757,19 +233344,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231804,20 +233391,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231852,19 +233439,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231899,20 +233486,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231947,19 +233534,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231994,20 +233581,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232042,20 +233629,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232090,19 +233677,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232137,20 +233724,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceByDeviceId", "Permissions": [ { "Name": "Device.Read.All", @@ -232185,35 +233772,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceByDeviceId", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceById", "Permissions": [], + "Method": "POST", "Uri": "/devices/getByIds", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceCount", "Permissions": [ { "Name": "Device.Read.All", @@ -232248,77 +233835,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceDelta", "Permissions": [], + "Method": "GET", "Uri": "/devices/delta", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceDelta", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceExtension", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceExtension", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/extensions", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/extensions/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232401,19 +233988,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagement", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -232448,19 +234035,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232479,20 +234066,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementAuditEvent", "OutputType": "IMicrosoftGraphAuditEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementAuditEvent", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232511,19 +234098,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementAuditEvent", "OutputType": "IMicrosoftGraphAuditEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232542,20 +234129,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementAuditEventAuditCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232574,19 +234161,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents/getAuditCategories", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementAuditEventAuditCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementAuditEventCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232605,19 +234192,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/auditEvents/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementAuditEventCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232652,20 +234239,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementComplianceManagementPartner", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232700,19 +234287,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/complianceManagementPartners", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementComplianceManagementPartner", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232747,19 +234334,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/complianceManagementPartners/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementConditionalAccessSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232794,19 +234381,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementConditionalAccessSetting", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232841,20 +234428,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232889,19 +234476,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDetectedAppCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232936,19 +234523,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232967,20 +234554,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232999,19 +234586,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -233030,20 +234617,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233078,20 +234665,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233126,19 +234713,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCategories", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCategoryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233173,19 +234760,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCategories/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233204,20 +234791,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233236,19 +234823,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233267,20 +234854,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233299,19 +234886,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233330,20 +234917,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233362,19 +234949,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233393,20 +234980,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233425,19 +235012,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233456,20 +235043,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233488,19 +235075,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233519,20 +235106,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233551,19 +235138,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233582,20 +235169,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233614,20 +235201,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233646,20 +235233,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233678,19 +235265,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233709,20 +235296,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233741,20 +235328,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233773,19 +235360,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233804,20 +235391,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233836,20 +235423,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233868,19 +235455,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233899,19 +235486,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233930,20 +235517,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233962,19 +235549,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233993,20 +235580,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234025,20 +235612,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234057,19 +235644,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234088,20 +235675,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234120,20 +235707,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234152,20 +235739,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234184,19 +235771,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234215,20 +235802,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234247,19 +235834,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234278,20 +235865,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234310,19 +235897,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234341,20 +235928,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234373,19 +235960,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234404,20 +235991,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234436,19 +236023,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234467,20 +236054,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234499,19 +236086,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234530,20 +236117,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234562,20 +236149,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234594,20 +236181,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234626,20 +236213,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234658,19 +236245,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234689,20 +236276,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234721,20 +236308,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234769,20 +236356,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234817,19 +236404,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234864,20 +236451,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234912,19 +236499,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234959,20 +236546,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235007,19 +236594,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementEffectivePermission", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235038,20 +236625,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementEffectivePermission", "OutputType": "IMicrosoftGraphRolePermission", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235086,20 +236673,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementExchangeConnector", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235134,19 +236721,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/exchangeConnectors", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementExchangeConnector", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementExchangeConnectorCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235181,19 +236768,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/exchangeConnectors/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementExchangeConnectorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235212,20 +236799,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235244,19 +236831,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235275,19 +236862,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementIoUpdateStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235306,20 +236893,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementIoUpdateStatus", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementIoUpdateStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235338,19 +236925,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/iosUpdateStatuses", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementIoUpdateStatus", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementIoUpdateStatusCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235369,19 +236956,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/iosUpdateStatuses/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementIoUpdateStatusCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235416,20 +237003,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235464,122 +237051,122 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDevices", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceCategory", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235614,63 +237201,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235705,92 +237292,92 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDeviceOverview", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceOverview", "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceUser", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", "OutputType": "IMicrosoftGraphWindowsProtectionState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235809,20 +237396,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235841,19 +237428,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235888,20 +237475,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235936,19 +237523,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235983,20 +237570,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236015,19 +237602,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236062,20 +237649,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236110,19 +237697,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236157,19 +237744,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236188,20 +237775,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236220,19 +237807,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236251,19 +237838,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236282,20 +237869,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236314,19 +237901,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236345,20 +237932,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236393,20 +237980,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementPartner", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236441,19 +238028,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementPartners", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementPartner", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementPartnerCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236488,19 +238075,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceManagementPartners/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementPartnerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236535,20 +238122,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236583,19 +238170,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/remoteAssistancePartners", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236630,19 +238217,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236709,19 +238296,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/reports", - "Module": "Reports", - "Command": "Get-MgDeviceManagementReport", "OutputType": "IMicrosoftGraphDeviceManagementReports", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportCachedReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236772,20 +238359,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getCachedReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportCachedReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236836,20 +238423,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236900,20 +238487,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236964,20 +238551,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237028,20 +238615,84 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "POST", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0" + "Module": "DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237092,20 +238743,84 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0" + "Module": "DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237156,20 +238871,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237220,20 +238935,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237284,20 +238999,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237348,20 +239063,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", - "OutputType": null, + "Method": "GET", + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", - "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0" + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportExportJob", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237412,20 +239127,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", + "Method": "GET", + "Uri": "/deviceManagement/reports/exportJobs", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0" + "Module": "Reports", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportExportJobCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237476,20 +239190,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Module": "Reports", - "Command": "Get-MgDeviceManagementReportExportJob", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceManagement/reports/exportJobs/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0" + "Module": "Reports", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportFilter", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237540,19 +239253,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/exportJobs", - "Module": "Reports", - "Command": "Get-MgDeviceManagementReportExportJob", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "Variants": [ - "List" - ], - "Method": "GET", + "Method": "POST", + "Uri": "/deviceManagement/reports/getReportFilters", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0" + "Module": "DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportHistoricalReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237603,19 +239317,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/exportJobs/$count", - "Module": "Reports", - "Command": "Get-MgDeviceManagementReportExportJobCount", + "Method": "POST", + "Uri": "/deviceManagement/reports/getHistoricalReport", "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237666,20 +239381,84 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getReportFilters", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportFilter", + "Method": "POST", + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "POST", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0" + "Module": "DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237730,20 +239509,84 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getHistoricalReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportHistoricalReport", + "Method": "POST", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Get", "GetExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "POST", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0" + "Module": "DeviceManagement.Actions", + "Variants": [ + "Get", + "GetExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237794,276 +239637,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0" - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0" - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0" - }, - { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", - "OutputType": null, "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0" + ] }, { - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "Module": "DeviceManagement.Actions", - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", - "OutputType": null, - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0", "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0" - }, - { + "Command": "Get-MgDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238098,20 +239685,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementResourceOperation", "OutputType": "IMicrosoftGraphResourceOperation", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238146,19 +239733,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceOperations", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementResourceOperation", "OutputType": "IMicrosoftGraphResourceOperation", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementResourceOperationCount", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238193,19 +239780,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/resourceOperations/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementResourceOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238240,20 +239827,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238288,19 +239875,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleAssignmentCount", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238335,34 +239922,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238397,20 +239984,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238445,19 +240032,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleDefinitionCount", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238492,19 +240079,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238539,20 +240126,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "OutputType": "IMicrosoftGraphRoleAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238587,19 +240174,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "OutputType": "IMicrosoftGraphRoleAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238634,20 +240221,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -238682,20 +240269,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238714,19 +240301,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238745,20 +240332,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238777,19 +240364,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238808,19 +240395,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndCondition", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238839,20 +240426,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndCondition", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238871,19 +240458,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238902,20 +240489,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238934,19 +240521,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238965,20 +240552,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238997,20 +240584,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -239029,20 +240616,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -239061,19 +240648,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -239092,20 +240679,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTermAndConditionCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -239124,19 +240711,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/termsAndConditions/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementTermAndConditionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239155,20 +240742,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTroubleshootingEvent", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239187,19 +240774,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/troubleshootingEvents", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementTroubleshootingEventCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239218,19 +240805,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/troubleshootingEvents/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementTroubleshootingEventCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239265,20 +240852,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239313,19 +240900,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239360,20 +240947,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239408,19 +240995,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239455,19 +241042,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239502,20 +241089,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239550,19 +241137,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239597,19 +241184,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239644,20 +241231,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239692,19 +241279,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239739,19 +241326,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239786,19 +241373,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239833,20 +241420,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239881,19 +241515,114 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ - "List" + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239928,19 +241657,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239975,20 +241704,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240023,19 +241752,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240070,19 +241799,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240117,20 +241846,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240165,19 +241894,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240212,19 +241941,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240259,20 +241988,62 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Permissions": [], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Permissions": [], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", + "Permissions": [], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240307,19 +242078,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240354,19 +242126,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "OutputType": null, - "Variants": [ - "Get" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240401,62 +242173,68 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Variants": [ - "List" + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "OutputType": null, "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240491,20 +242269,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240539,19 +242317,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "DeviceManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240586,20 +242364,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240634,20 +242412,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240682,20 +242460,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240730,19 +242508,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", - "OutputType": null, - "Variants": [ - "Get" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240777,20 +242556,92 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "Permissions": [], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", + "Permissions": [], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Permissions": [], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Permissions": [], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "Permissions": [], + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240825,20 +242676,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240873,20 +242724,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240921,20 +242771,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "DeviceManagement", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240969,92 +242818,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", - "OutputType": null, - "Variants": [ - "Get" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241089,20 +242866,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "DeviceManagement", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241137,161 +242913,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Get" + ] }, { - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241326,67 +242960,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", - "OutputType": null, - "Variants": [ - "Get" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241421,19 +243008,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241468,19 +243055,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241515,20 +243102,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241563,19 +243150,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241610,19 +243197,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -241657,20 +243244,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -241705,19 +243292,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -241752,19 +243339,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241799,20 +243386,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241847,19 +243434,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241894,19 +243481,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241941,20 +243528,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241989,19 +243576,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242036,19 +243623,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242083,19 +243670,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242130,20 +243717,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242178,19 +243765,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242225,19 +243812,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242272,19 +243859,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242319,20 +243906,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242367,19 +243954,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242414,19 +244001,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242461,20 +244048,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242509,19 +244096,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242556,20 +244143,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242604,20 +244191,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242652,19 +244239,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242699,33 +244286,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpoint", "OutputType": "IMicrosoftGraphVirtualEndpoint", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -242744,20 +244331,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -242776,19 +244363,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -242807,19 +244394,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -242838,19 +244425,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -242869,20 +244456,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", "OutputType": "IMicrosoftGraphCloudPc", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -242901,19 +244488,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", "OutputType": "IMicrosoftGraphCloudPc", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -242932,19 +244519,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -242963,20 +244550,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -242995,19 +244582,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243026,19 +244613,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243057,19 +244644,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "Module": "DeviceManagement.Functions", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243088,20 +244675,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243120,19 +244707,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243151,19 +244738,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243182,20 +244769,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243214,19 +244801,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243245,19 +244832,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243276,20 +244863,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243308,151 +244895,151 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243471,19 +245058,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243502,20 +245089,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243534,63 +245121,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", "Permissions": [], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -243609,19 +245196,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", - "Module": "DeviceManagement.Administration", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -243640,20 +245227,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -243672,19 +245259,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -243703,19 +245290,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -243734,20 +245321,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -243766,19 +245353,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -243797,19 +245384,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -243828,20 +245415,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -243860,19 +245447,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -243891,19 +245478,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243938,20 +245525,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243986,19 +245573,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244033,19 +245620,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244080,20 +245667,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244128,19 +245715,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244175,20 +245762,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", - "Module": "DeviceManagement", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -244271,22 +245858,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/devices/{device-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -244385,37 +245972,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/devices/{device-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceMemberOf", "Permissions": [ { "Name": "Device.Read.All", @@ -244450,77 +246037,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/memberOf", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/memberOf/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceMemberOfCount", "Permissions": [ { "Name": "Device.Read.All", @@ -244555,50 +246142,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/memberOf/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/memberOf/group/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwner", "Permissions": [ { "Name": "Device.Read.All", @@ -244633,135 +246220,135 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwner", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerByRef", "Permissions": [ { "Name": "Device.Read.All", @@ -244796,19 +246383,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerCount", "Permissions": [ { "Name": "Device.Read.All", @@ -244843,80 +246430,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredOwners/user/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUser", "Permissions": [ { "Name": "Device.Read.All", @@ -244951,135 +246538,135 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUser", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/endpoint", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserByRef", "Permissions": [ { "Name": "Device.Read.All", @@ -245114,19 +246701,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserCount", "Permissions": [ { "Name": "Device.Read.All", @@ -245161,95 +246748,95 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceRegisteredUserCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/registeredUsers/user/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceRegisteredUserCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceTransitiveMemberOf", "Permissions": [ { "Name": "Device.Read.All", @@ -245284,77 +246871,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceTransitiveMemberOfCount", "Permissions": [ { "Name": "Device.Read.All", @@ -245389,64 +246976,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectory", "Permissions": [], + "Method": "GET", "Uri": "/directory", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectory", "OutputType": "IMicrosoftGraphDirectory", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -245481,20 +247068,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnit", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -245529,19 +247116,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitCount", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -245576,19 +247163,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitDelta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -245623,63 +247210,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/delta", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitDelta", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMember", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -245714,34 +247301,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -245776,34 +247363,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -245838,34 +247425,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -245900,34 +247487,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -245962,34 +247549,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -246024,34 +247611,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -246086,19 +247673,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -246133,19 +247720,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -246180,20 +247767,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -246228,20 +247815,68 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read all administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write all administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -246276,68 +247911,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read all administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write all administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -246372,20 +247959,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -246420,20 +248007,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -246468,20 +248055,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -246516,20 +248103,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -246564,19 +248151,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -246611,20 +248198,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -246643,20 +248230,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAttributeSet", "OutputType": "IMicrosoftGraphAttributeSet", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryAttributeSet", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -246675,19 +248262,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/attributeSets", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAttributeSet", "OutputType": "IMicrosoftGraphAttributeSet", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryAttributeSetCount", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -246706,19 +248293,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/attributeSets/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryAttributeSetCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -246737,20 +248324,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -246769,19 +248356,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -246800,20 +248387,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": "IMicrosoftGraphAllowedValue", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -246832,19 +248419,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": "IMicrosoftGraphAllowedValue", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -246863,20 +248450,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -246895,384 +248482,384 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/customSecurityAttributeDefinitions/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItem", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItem", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/administrativeUnit", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedApplication", + "Command": "Get-MgDirectoryDeletedItemAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/application", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedApplication", + "Command": "Get-MgDirectoryDeletedItemAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/application", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedDevice", + "Command": "Get-MgDirectoryDeletedItemAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/device", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedDevice", + "Command": "Get-MgDirectoryDeletedItemAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/device", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDirectoryDeletedGroup", + "Command": "Get-MgDirectoryDeletedItemAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", + "CommandAlias": "Get-MgDirectoryDeletedGroup", + "Command": "Get-MgDirectoryDeletedItemAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedUser", + "Command": "Get-MgDirectoryDeletedItemAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedUser", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Get-MgDirectoryDeletedUser", + "Command": "Get-MgDirectoryDeletedItemAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": "Get-MgDirectoryDeletedUser", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItemById", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/getByIds", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/administrativeUnit/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItemCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/application/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItemCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/device/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItemCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/group/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItemCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directory/deletedItems/user/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItemMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryDeletedItemMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeletedItemMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "GET", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeviceLocalCredential", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "GET", "Uri": "/directory/deviceLocalCredentials", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeviceLocalCredential", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryDeviceLocalCredentialCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/deviceLocalCredentials/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryDeviceLocalCredentialCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryFederationConfiguration", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -247291,20 +248878,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryFederationConfiguration", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryFederationConfiguration", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -247323,19 +248910,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/federationConfigurations", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryFederationConfiguration", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryFederationConfigurationCount", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -247354,106 +248941,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/federationConfigurations/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryFederationConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryObject", "Permissions": [], + "Method": "GET", "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryObject", "Permissions": [], + "Method": "GET", "Uri": "/directoryObjects", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", "Permissions": [], + "Method": "POST", "Uri": "/directoryObjects/getAvailableExtensionProperties", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", "OutputType": "IMicrosoftGraphExtensionProperty", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryObjectById", "Permissions": [], + "Method": "POST", "Uri": "/directoryObjects/getByIds", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryObjectCount", "Permissions": [], + "Method": "GET", "Uri": "/directoryObjects/$count", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryObjectDelta", "Permissions": [], + "Method": "GET", "Uri": "/directoryObjects/delta", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryObjectMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -247536,22 +249123,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryObjectMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -247650,37 +249237,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "Module": "DirectoryObjects", - "Command": "Get-MgDirectoryObjectMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryOnPremiseSynchronization", "Permissions": [], + "Method": "GET", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryOnPremiseSynchronization", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryOnPremiseSynchronization", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -247699,19 +249286,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/onPremisesSynchronization", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryOnPremiseSynchronization", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -247730,19 +249317,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/onPremisesSynchronization/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -247777,20 +249364,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRole", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -247825,34 +249412,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleById", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/getByIds", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleByRoleTemplateId", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -247887,20 +249474,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleByRoleTemplateId", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -247935,19 +249522,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleDelta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -247982,19 +249569,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/delta", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleDelta", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248029,193 +249616,193 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/application", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/device", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/group", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/user", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberByRef", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248250,19 +249837,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248297,159 +249884,159 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleScopedMember", "Permissions": [], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleScopedMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleScopedMember", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248484,19 +250071,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleScopedMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleScopedMemberCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248531,20 +250118,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleScopedMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248579,20 +250166,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplate", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleTemplate", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248627,34 +250214,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoleTemplates", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplate", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleTemplateById", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/getByIds", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleTemplateCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248689,19 +250276,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoleTemplates/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleTemplateDelta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248736,111 +250323,111 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directoryRoleTemplates/delta", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleTemplateMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectoryRoleTemplateMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectoryRoleTemplateMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectorySubscription", "Permissions": [], + "Method": "GET", "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectorySubscription", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectorySubscription", "Permissions": [], + "Method": "GET", "Uri": "/directory/subscriptions", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectorySubscription", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", "Permissions": [], + "Method": "GET", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDirectorySubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/directory/subscriptions/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDirectorySubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -248867,20 +250454,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDomain", "Permissions": [ { "Name": "Domain.Read.All", @@ -248907,19 +250494,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDomainCount", "Permissions": [ { "Name": "Domain.Read.All", @@ -248946,19 +250533,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDomainFederationConfiguration", "Permissions": [ { "Name": "Domain.Read.All", @@ -248977,64 +250564,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainFederationConfiguration", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDomainFederationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/federationConfiguration", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainFederationConfiguration", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDomainFederationConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/federationConfiguration/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainFederationConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDomainNameReference", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainNameReference", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDomainNameReference", "Permissions": [ { "Name": "Domain.Read.All", @@ -249053,19 +250640,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/domainNameReferences", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainNameReference", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDomainNameReferenceCount", "Permissions": [ { "Name": "Domain.Read.All", @@ -249084,35 +250671,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/domainNameReferences/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainNameReferenceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDomainServiceConfigurationRecord", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainServiceConfigurationRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDomainServiceConfigurationRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -249131,19 +250718,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainServiceConfigurationRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDomainServiceConfigurationRecordCount", "Permissions": [ { "Name": "Domain.Read.All", @@ -249162,35 +250749,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainServiceConfigurationRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDomainVerificationDnsRecord", "Permissions": [], + "Method": "GET", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainVerificationDnsRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDomainVerificationDnsRecord", "Permissions": [ { "Name": "Domain.Read.All", @@ -249209,19 +250796,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainVerificationDnsRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDomainVerificationDnsRecordCount", "Permissions": [ { "Name": "Domain.Read.All", @@ -249240,20 +250827,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgDomainVerificationDnsRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDrive", "Permissions": [ { "Name": "Files.Read", @@ -249304,270 +250891,270 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}", - "Module": "Files", - "Command": "Get-MgDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives", - "Module": "Files", - "Command": "Get-MgDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/bundles", - "Module": "Files", - "Command": "Get-MgDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveBundleContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgDriveBundleContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveBundleCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/bundles/$count", - "Module": "Files", - "Command": "Get-MgDriveBundleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files", - "Command": "Get-MgDriveContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files", - "Command": "Get-MgDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files", - "Command": "Get-MgDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files", - "Command": "Get-MgDriveContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgDriveCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/following/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/following", - "Module": "Files", - "Command": "Get-MgDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveFollowingContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgDriveFollowingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveFollowingCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/following/$count", - "Module": "Files", - "Command": "Get-MgDriveFollowingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -249634,51 +251221,51 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items", - "Module": "Files", - "Command": "Get-MgDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDriveItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "Module": "Files", - "Command": "Get-MgDriveItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemAnalytic", "Permissions": [ { "Name": "Files.Read", @@ -249729,78 +251316,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files", - "Command": "Get-MgDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemAnalyticLastSevenDay", "Permissions": [ { "Name": "Files.Read", @@ -249851,20 +251438,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDriveItemAnalyticTime", "Permissions": [ { "Name": "Files.Read", @@ -249915,35 +251502,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Files", - "Command": "Get-MgDriveItemAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Files", - "Command": "Get-MgDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDriveItemChild", "Permissions": [ { "Name": "Files.Read", @@ -249994,34 +251581,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files", - "Command": "Get-MgDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemChildContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files", - "Command": "Get-MgDriveItemChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemChildCount", "Permissions": [ { "Name": "Files.Read", @@ -250072,20 +251659,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Files", - "Command": "Get-MgDriveItemChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemContent", "Permissions": [ { "Name": "Files.Read", @@ -250136,505 +251723,505 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/$count", - "Module": "Files", - "Command": "Get-MgDriveItemCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgDriveItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDriveItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Files", - "Command": "Get-MgDriveItemDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgDriveItemItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgDriveItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files", - "Command": "Get-MgDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "Module": "Files", - "Command": "Get-MgDriveItemListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Files", - "Command": "Get-MgDriveItemListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Files", - "Command": "Get-MgDriveItemListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files", - "Command": "Get-MgDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Files", - "Command": "Get-MgDriveItemListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files", - "Command": "Get-MgDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files", - "Command": "Get-MgDriveItemListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files", - "Command": "Get-MgDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Files", - "Command": "Get-MgDriveItemListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemPermission", "Permissions": [ { "Name": "Files.Read", @@ -250685,20 +252272,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files", - "Command": "Get-MgDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemPermission", "Permissions": [ { "Name": "Files.Read", @@ -250749,19 +252336,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files", - "Command": "Get-MgDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemPermissionCount", "Permissions": [ { "Name": "Files.Read", @@ -250812,94 +252399,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Files", - "Command": "Get-MgDriveItemPermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files", - "Command": "Get-MgDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files", - "Command": "Get-MgDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgDriveItemSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Get-MgDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemThumbnail", "Permissions": [ { "Name": "Files.Read", @@ -250950,19 +252537,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files", - "Command": "Get-MgDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemThumbnailCount", "Permissions": [ { "Name": "Files.Read", @@ -251013,20 +252600,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Files", - "Command": "Get-MgDriveItemThumbnailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -251077,20 +252664,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Get-MgDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemVersion", "Permissions": [ { "Name": "Files.Read", @@ -251141,19 +252728,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files", - "Command": "Get-MgDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemVersionContent", "Permissions": [ { "Name": "Files.Read", @@ -251204,20 +252791,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Get-MgDriveItemVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveItemVersionCount", "Permissions": [ { "Name": "Files.Read", @@ -251268,1111 +252855,1111 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Files", - "Command": "Get-MgDriveItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgDriveLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveList", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list", - "Module": "Files", - "Command": "Get-MgDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/columns", - "Module": "Files", - "Command": "Get-MgDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/columns/$count", - "Module": "Files", - "Command": "Get-MgDriveListColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files", - "Command": "Get-MgDriveListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Get-MgDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes", - "Module": "Files", - "Command": "Get-MgDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/$count", - "Module": "Files", - "Command": "Get-MgDriveListContentTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/createdByUser", - "Module": "Files", - "Command": "Get-MgDriveListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/drive", - "Module": "Files", - "Command": "Get-MgDriveListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files", - "Command": "Get-MgDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items", - "Module": "Files", - "Command": "Get-MgDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "Module": "Files", - "Command": "Get-MgDriveListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Files", - "Command": "Get-MgDriveListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/$count", - "Module": "Files", - "Command": "Get-MgDriveListItemCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgDriveListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDriveListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/delta", - "Module": "Files", - "Command": "Get-MgDriveListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files", - "Command": "Get-MgDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgDriveListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Files", - "Command": "Get-MgDriveListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Get-MgDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Get-MgDriveListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files", - "Command": "Get-MgDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files", - "Command": "Get-MgDriveListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgDriveListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Get-MgDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/operations", - "Module": "Files", - "Command": "Get-MgDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/operations/$count", - "Module": "Files", - "Command": "Get-MgDriveListOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/subscriptions", - "Module": "Files", - "Command": "Get-MgDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgDriveListSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root", - "Module": "Files", - "Command": "Get-MgDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDriveRootActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", - "Module": "Files", - "Command": "Get-MgDriveRootActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Files", - "Command": "Get-MgDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Get-MgDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files", - "Command": "Get-MgDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files", - "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Files", - "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Files", - "Command": "Get-MgDriveRootAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/analytics/allTime", - "Module": "Files", - "Command": "Get-MgDriveRootAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/children", - "Module": "Files", - "Command": "Get-MgDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootChildContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgDriveRootChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootChildCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/children/$count", - "Module": "Files", - "Command": "Get-MgDriveRootChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/content", - "Module": "Files", - "Command": "Get-MgDriveRootContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/createdByUser", - "Module": "Files", - "Command": "Get-MgDriveRootCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgDriveRootDelta", "Permissions": [ { "Name": "Files.Read", @@ -252423,674 +254010,674 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/drives/{drive-id}/root/delta", - "Module": "Files", - "Command": "Get-MgDriveRootDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgDriveRootItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgDriveRootLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Files", - "Command": "Get-MgDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "Module": "Files", - "Command": "Get-MgDriveRootListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/analytics", - "Module": "Files", - "Command": "Get-MgDriveRootListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Files", - "Command": "Get-MgDriveRootListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files", - "Command": "Get-MgDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/driveItem", - "Module": "Files", - "Command": "Get-MgDriveRootListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files", - "Command": "Get-MgDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Files", - "Command": "Get-MgDriveRootListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/versions", - "Module": "Files", - "Command": "Get-MgDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Files", - "Command": "Get-MgDriveRootListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files", - "Command": "Get-MgDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/permissions", - "Module": "Files", - "Command": "Get-MgDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/permissions/$count", - "Module": "Files", - "Command": "Get-MgDriveRootPermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Files", - "Command": "Get-MgDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/subscriptions", - "Module": "Files", - "Command": "Get-MgDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgDriveRootSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Get-MgDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/thumbnails", - "Module": "Files", - "Command": "Get-MgDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/thumbnails/$count", - "Module": "Files", - "Command": "Get-MgDriveRootThumbnailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Get-MgDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/versions", - "Module": "Files", - "Command": "Get-MgDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Get-MgDriveRootVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveRootVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/versions/$count", - "Module": "Files", - "Command": "Get-MgDriveRootVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/special/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/special", - "Module": "Files", - "Command": "Get-MgDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveSpecialContent", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgDriveSpecialContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgDriveSpecialCount", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/special/$count", - "Module": "Files", - "Command": "Get-MgDriveSpecialCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253117,20 +254704,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}", - "Module": "Education", - "Command": "Get-MgEducationClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253157,19 +254744,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes", - "Module": "Education", - "Command": "Get-MgEducationClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253236,20 +254823,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Education", - "Command": "Get-MgEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253316,19 +254903,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments", - "Module": "Education", - "Command": "Get-MgEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253395,20 +254982,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentCategory", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253475,20 +255062,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253555,19 +255142,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentCategoryCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253634,22 +255221,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentCategoryDelta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253716,22 +255303,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCategoryDelta", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253798,20 +255385,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentDefault", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253878,20 +255465,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentDefault", "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentDelta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253958,35 +255545,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentDelta", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentGradingCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254053,20 +255640,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254133,19 +255720,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254212,20 +255799,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254292,20 +255879,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentRubricByRef", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254372,20 +255959,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSetting", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254452,64 +256039,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSetting", "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254576,20 +256163,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254656,19 +256243,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254735,35 +256322,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "Permissions": [ { "Name": "EduAssignments.Read", @@ -254798,19 +256385,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", "Permissions": [ { "Name": "EduAssignments.Read", @@ -254845,20 +256432,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254925,20 +256512,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255005,19 +256592,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255084,20 +256671,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255164,20 +256751,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255244,19 +256831,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255323,20 +256910,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Education", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255363,19 +256950,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/$count", - "Module": "Education", - "Command": "Get-MgEducationClassCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassDelta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255426,19 +257013,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/delta", - "Module": "Education", - "Command": "Get-MgEducationClassDelta", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassGroup", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255489,49 +257076,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/group", - "Module": "Education", - "Command": "Get-MgEducationClassGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", - "Module": "Education", - "Command": "Get-MgEducationClassGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", - "Module": "Education", - "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassMember", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255566,19 +257153,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/members", - "Module": "Education", - "Command": "Get-MgEducationClassMember", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassMemberByRef", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255613,19 +257200,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Education", - "Command": "Get-MgEducationClassMemberByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassMemberCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255660,20 +257247,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/members/$count", - "Module": "Education", - "Command": "Get-MgEducationClassMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -255708,20 +257295,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Education", - "Command": "Get-MgEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassModule", "Permissions": [ { "Name": "EduCurricula.Read", @@ -255756,19 +257343,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules", - "Module": "Education", - "Command": "Get-MgEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassModuleCount", "Permissions": [ { "Name": "EduCurricula.Read", @@ -255803,20 +257390,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/$count", - "Module": "Education", - "Command": "Get-MgEducationClassModuleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -255851,20 +257438,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Education", - "Command": "Get-MgEducationClassModuleResource", "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.Read", @@ -255899,19 +257486,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Education", - "Command": "Get-MgEducationClassModuleResource", "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassModuleResourceCount", "Permissions": [ { "Name": "EduCurricula.Read", @@ -255946,35 +257533,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", - "Module": "Education", - "Command": "Get-MgEducationClassModuleResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassSchool", "Permissions": [], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", - "Module": "Education", - "Command": "Get-MgEducationClassSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256001,19 +257588,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/schools", - "Module": "Education", - "Command": "Get-MgEducationClassSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassSchoolCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256040,20 +257627,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/schools/$count", - "Module": "Education", - "Command": "Get-MgEducationClassSchoolCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassTeacher", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256080,19 +257667,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/teachers", - "Module": "Education", - "Command": "Get-MgEducationClassTeacher", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationClassTeacherByRef", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256119,19 +257706,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Education", - "Command": "Get-MgEducationClassTeacherByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationClassTeacherCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256158,20 +257745,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/classes/{educationClass-id}/teachers/$count", - "Module": "Education", - "Command": "Get-MgEducationClassTeacherCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMe", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256198,34 +257785,171 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me", - "Module": "Education", - "Command": "Get-MgEducationMe", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignment", + "Permissions": [], + "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}", + "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignment", + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/education/me/assignments", + "OutputType": "IMicrosoftGraphEducationAssignment", "ApiVersion": "v1.0", + "Module": "Education", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgEducationMeAssignmentCategory", + "Permissions": [], + "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentCategoryByRef", "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}", + "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentCategoryCount", + "Permissions": [], + "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Education", - "Command": "Get-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentCategoryDelta", + "Permissions": [], "Method": "GET", + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "OutputType": "IMicrosoftGraphEducationCategory", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Education", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256292,450 +258016,313 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/me/assignments", - "Module": "Education", - "Command": "Get-MgEducationMeAssignment", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "List" - ], "Method": "GET", + "Uri": "/education/me/assignments/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" - }, - { - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCategory", - "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Get" + ] }, { - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCategoryByRef", - "OutputType": null, - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgEducationMeAssignmentDelta", "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCategoryCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/education/me/assignments/delta", + "OutputType": "IMicrosoftGraphEducationAssignment", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCategoryDelta", - "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0" + "Delta" + ] }, { - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/me/assignments/$count", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentCount", - "OutputType": null, - "Variants": [ - "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgEducationMeAssignmentGradingCategory", "Permissions": [], - "Uri": "/education/me/assignments/delta", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentDelta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Variants": [ - "Delta" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0" - }, - { - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentRubric", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentRubricByRef", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmission", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmission", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Education", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeClass", "Permissions": [], + "Method": "GET", "Uri": "/education/me/classes/{educationClass-id}", - "Module": "Education", - "Command": "Get-MgEducationMeClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationMeClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256762,19 +258349,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/classes", - "Module": "Education", - "Command": "Get-MgEducationMeClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256801,19 +258388,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/classes/$count", - "Module": "Education", - "Command": "Get-MgEducationMeClassCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256848,20 +258435,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Education", - "Command": "Get-MgEducationMeRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256896,19 +258483,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/rubrics", - "Module": "Education", - "Command": "Get-MgEducationMeRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeRubricCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256943,34 +258530,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/rubrics/$count", - "Module": "Education", - "Command": "Get-MgEducationMeRubricCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeSchool", "Permissions": [], + "Method": "GET", "Uri": "/education/me/schools/{educationSchool-id}", - "Module": "Education", - "Command": "Get-MgEducationMeSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationMeSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -256997,19 +258584,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/schools", - "Module": "Education", - "Command": "Get-MgEducationMeSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeSchoolCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257036,34 +258623,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/schools/$count", - "Module": "Education", - "Command": "Get-MgEducationMeSchoolCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeTaughtClass", "Permissions": [], + "Method": "GET", "Uri": "/education/me/taughtClasses/{educationClass-id}", - "Module": "Education", - "Command": "Get-MgEducationMeTaughtClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeTaughtClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257090,19 +258677,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/taughtClasses", - "Module": "Education", - "Command": "Get-MgEducationMeTaughtClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeTaughtClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257129,19 +258716,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/taughtClasses/$count", - "Module": "Education", - "Command": "Get-MgEducationMeTaughtClassCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationMeUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257200,75 +258787,75 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/me/user", - "Module": "Education", - "Command": "Get-MgEducationMeUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/education/me/user/mailboxSettings", - "Module": "Education", - "Command": "Get-MgEducationMeUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/education/me/user/serviceProvisioningErrors", - "Module": "Education", - "Command": "Get-MgEducationMeUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/education/me/user/serviceProvisioningErrors/$count", - "Module": "Education", - "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationRoot", "Permissions": [], + "Method": "GET", "Uri": "/education", - "Module": "Education", - "Command": "Get-MgEducationRoot", "OutputType": "IMicrosoftGraphEducationRoot", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257295,20 +258882,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}", - "Module": "Education", - "Command": "Get-MgEducationSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257335,19 +258922,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools", - "Module": "Education", - "Command": "Get-MgEducationSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationSchoolAdministrativeUnit", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257398,20 +258985,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Education", - "Command": "Get-MgEducationSchoolAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationSchoolClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257438,19 +259025,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/classes", - "Module": "Education", - "Command": "Get-MgEducationSchoolClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationSchoolClassByRef", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257477,19 +259064,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Education", - "Command": "Get-MgEducationSchoolClassByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationSchoolClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257516,20 +259103,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/classes/$count", - "Module": "Education", - "Command": "Get-MgEducationSchoolClassCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationSchoolCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257556,19 +259143,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/$count", - "Module": "Education", - "Command": "Get-MgEducationSchoolCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationSchoolDelta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257627,19 +259214,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/delta", - "Module": "Education", - "Command": "Get-MgEducationSchoolDelta", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationSchoolUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -257658,19 +259245,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/users", - "Module": "Education", - "Command": "Get-MgEducationSchoolUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationSchoolUserByRef", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -257689,19 +259276,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Education", - "Command": "Get-MgEducationSchoolUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationSchoolUserCount", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -257720,20 +259307,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/schools/{educationSchool-id}/users/$count", - "Module": "Education", - "Command": "Get-MgEducationSchoolUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationUser", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257760,22 +259347,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}", - "Module": "Education", - "Command": "Get-MgEducationUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationUser", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -257794,34 +259381,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users", - "Module": "Education", - "Command": "Get-MgEducationUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignment", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Education", - "Command": "Get-MgEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignment", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -257888,77 +259475,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments", - "Module": "Education", - "Command": "Get-MgEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentCategoryByRef", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentCategoryDelta", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCategoryDelta", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentCount", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258025,315 +259612,315 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/$count", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentDelta", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/delta", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentDelta", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentGradingCategory", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentRubric", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentRubricByRef", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmission", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmission", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", - "Module": "Education", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserClass", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", - "Module": "Education", - "Command": "Get-MgEducationUserClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258360,19 +259947,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/classes", - "Module": "Education", - "Command": "Get-MgEducationUserClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258399,20 +259986,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/classes/$count", - "Module": "Education", - "Command": "Get-MgEducationUserClassCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserCount", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -258431,19 +260018,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/$count", - "Module": "Education", - "Command": "Get-MgEducationUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationUserDelta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258502,93 +260089,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/delta", - "Module": "Education", - "Command": "Get-MgEducationUserDelta", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Education", - "Command": "Get-MgEducationUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserRubric", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Education", - "Command": "Get-MgEducationUserRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserRubric", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/rubrics", - "Module": "Education", - "Command": "Get-MgEducationUserRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserRubricCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/rubrics/$count", - "Module": "Education", - "Command": "Get-MgEducationUserRubricCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserSchool", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", - "Module": "Education", - "Command": "Get-MgEducationUserSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserSchool", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258615,19 +260202,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/schools", - "Module": "Education", - "Command": "Get-MgEducationUserSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserSchoolCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258654,64 +260241,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/schools/$count", - "Module": "Education", - "Command": "Get-MgEducationUserSchoolCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", - "Module": "Education", - "Command": "Get-MgEducationUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", - "Module": "Education", - "Command": "Get-MgEducationUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserTaughtClass", "Permissions": [], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", - "Module": "Education", - "Command": "Get-MgEducationUserTaughtClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEducationUserTaughtClass", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258738,19 +260325,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/taughtClasses", - "Module": "Education", - "Command": "Get-MgEducationUserTaughtClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEducationUserTaughtClassCount", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258777,20 +260364,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", - "Module": "Education", - "Command": "Get-MgEducationUserTaughtClassCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -258809,20 +260396,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -258841,19 +260428,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -258872,34 +260459,34 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -258918,20 +260505,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -258950,19 +260537,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -258981,64 +260568,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259057,19 +260644,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259088,19 +260675,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259119,19 +260706,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259150,19 +260737,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259181,34 +260768,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259227,19 +260814,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259258,20 +260845,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignment", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259290,19 +260877,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignments", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignment", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentAdditional", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259321,21 +260908,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentAdditional", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Access", "Access1", "AccessViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259354,19 +260941,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignments/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259385,22 +260972,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicy", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259419,49 +261006,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259480,122 +261067,122 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259614,20 +261201,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentRequest", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentRequest", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259646,19 +261233,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentRequest", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementAssignmentRequestCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259677,19 +261264,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementAssignmentRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259708,20 +261295,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalog", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259740,34 +261327,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259786,127 +261373,128 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -259914,34 +261502,34 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List", "List1", "List2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -259949,179 +261537,179 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -260129,34 +261717,34 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List", "List1", "List2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -260164,174 +261752,173 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260350,20 +261937,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementConnectedOrganization", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260382,19 +261969,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260413,19 +262000,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260444,19 +262031,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260475,19 +262062,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260506,20 +262093,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260538,19 +262125,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260569,19 +262156,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260600,68 +262187,69 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -260669,577 +262257,577 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequest", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequest", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequest", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequest", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalog", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -261247,34 +262835,34 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List", "List1", "List2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -261282,179 +262870,179 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -261462,34 +263050,34 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List", "List1", "List2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", @@ -261497,1252 +263085,1251 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScope", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScope", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScopeCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScopeResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgEntitlementManagementSetting", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262761,33 +264348,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/settings", - "Module": "Identity.Governance", - "Command": "Get-MgEntitlementManagementSetting", "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternal", "Permissions": [], + "Method": "GET", "Uri": "/external", - "Module": "Search", - "Command": "Get-MgExternal", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -262814,20 +264401,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}", - "Module": "Search", - "Command": "Get-MgExternalConnection", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -262854,19 +264441,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections", - "Module": "Search", - "Command": "Get-MgExternalConnection", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionCount", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -262893,19 +264480,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/$count", - "Module": "Search", - "Command": "Get-MgExternalConnectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgExternalConnectionGroup", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -262932,93 +264519,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroup", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroup", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/$count", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionGroupMember", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroupMember", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionGroupMember", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroupMember", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionGroupMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", - "Module": "Search", - "Command": "Get-MgExternalConnectionGroupMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgExternalConnectionItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -263045,108 +264632,108 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search", - "Command": "Get-MgExternalConnectionItem", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionItem", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items", - "Module": "Search", - "Command": "Get-MgExternalConnectionItem", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search", - "Command": "Get-MgExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Search", - "Command": "Get-MgExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionItemActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", - "Module": "Search", - "Command": "Get-MgExternalConnectionItemActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionItemActivityPerformedBy", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", - "Module": "Search", - "Command": "Get-MgExternalConnectionItemActivityPerformedBy", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionItemCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/items/$count", - "Module": "Search", - "Command": "Get-MgExternalConnectionItemCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgExternalConnectionOperation", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -263173,49 +264760,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search", - "Command": "Get-MgExternalConnectionOperation", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionOperation", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/operations", - "Module": "Search", - "Command": "Get-MgExternalConnectionOperation", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgExternalConnectionOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/operations/$count", - "Module": "Search", - "Command": "Get-MgExternalConnectionOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgExternalConnectionSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -263242,20 +264829,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/external/connections/{externalConnection-id}/schema", - "Module": "Search", - "Command": "Get-MgExternalConnectionSchema", "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -263298,20 +264885,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}", - "Module": "Groups", - "Command": "Get-MgGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroup", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -263354,19 +264941,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups", - "Module": "Groups", - "Command": "Get-MgGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupAcceptedSender", "Permissions": [ { "Name": "Group.Read.All", @@ -263385,19 +264972,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/acceptedSenders", - "Module": "Groups", - "Command": "Get-MgGroupAcceptedSender", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupAcceptedSenderByRef", "Permissions": [ { "Name": "Group.Read.All", @@ -263416,19 +265003,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Groups", - "Command": "Get-MgGroupAcceptedSenderByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupAcceptedSenderCount", "Permissions": [ { "Name": "Group.Read.All", @@ -263447,35 +265034,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/acceptedSenders/$count", - "Module": "Groups", - "Command": "Get-MgGroupAcceptedSenderCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Get-MgGroupAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -263502,19 +265089,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/appRoleAssignments", - "Module": "Applications", - "Command": "Get-MgGroupAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupAppRoleAssignmentCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -263541,35 +265128,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "Module": "Applications", - "Command": "Get-MgGroupAppRoleAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupById", "Permissions": [], + "Method": "POST", "Uri": "/groups/getByIds", - "Module": "Groups", - "Command": "Get-MgGroupById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupByUniqueName", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -263612,35 +265199,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Groups", - "Command": "Get-MgGroupByUniqueName", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar", - "Module": "Calendar", - "Command": "Get-MgGroupCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -263675,20 +265262,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupCalendarEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -263707,19 +265294,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/events", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupCalendarEventDelta", "Permissions": [ { "Name": "Calendars.Read", @@ -263746,95 +265333,95 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/events/delta", - "Module": "Groups", - "Command": "Get-MgGroupCalendarEventDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupCalendarPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupCalendarPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupCalendarPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarPermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupCalendarSchedule", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/getSchedule", - "Module": "Groups", - "Command": "Get-MgGroupCalendarSchedule", "OutputType": "IMicrosoftGraphScheduleInformation", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupCalendarView", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/calendarView", - "Module": "Calendar", - "Command": "Get-MgGroupCalendarView", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263869,20 +265456,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Groups", - "Command": "Get-MgGroupConversation", "OutputType": "IMicrosoftGraphConversation", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupConversation", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263917,19 +265504,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations", - "Module": "Groups", - "Command": "Get-MgGroupConversation", "OutputType": "IMicrosoftGraphConversation", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263964,20 +265551,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/$count", - "Module": "Groups", - "Command": "Get-MgGroupConversationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -264012,21 +265599,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Groups", - "Command": "Get-MgGroupConversationThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [ + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupConversationThread", + "Permissions": [ { "Name": "Group-Conversation.Read.All", "Description": "Consent name unavailable", @@ -264060,19 +265647,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Groups", - "Command": "Get-MgGroupConversationThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -264107,20 +265694,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -264155,22 +265742,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -264205,34 +265792,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -264267,19 +265854,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostAttachmentCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -264314,20 +265901,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -264362,152 +265949,152 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Groups", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -264550,34 +266137,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/$count", - "Module": "Groups", - "Command": "Get-MgGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupCreatedOnBehalfOf", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/createdOnBehalfOf", - "Module": "Groups", - "Command": "Get-MgGroupCreatedOnBehalfOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDefaultDrive", "Permissions": [ { "Name": "Files.Read", @@ -264628,20 +266215,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/drive", - "Module": "Files", - "Command": "Get-MgGroupDefaultDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupDelta", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -264684,34 +266271,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/delta", - "Module": "Groups", - "Command": "Get-MgGroupDelta", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Files", - "Command": "Get-MgGroupDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDrive", "Permissions": [ { "Name": "Files.Read", @@ -264762,137 +266349,137 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/drives", - "Module": "Files", - "Command": "Get-MgGroupDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Files", - "Command": "Get-MgGroupDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveBundleContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgGroupDriveBundleContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveBundleCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveBundleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files", - "Command": "Get-MgGroupDriveContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files", - "Command": "Get-MgGroupDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files", - "Command": "Get-MgGroupDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveCount", "Permissions": [ { "Name": "Files.Read", @@ -264943,2797 +266530,2797 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/drives/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/following", - "Module": "Files", - "Command": "Get-MgGroupDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveFollowingContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgGroupDriveFollowingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveFollowingCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveFollowingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Files", - "Command": "Get-MgGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "Module": "Groups", - "Command": "Get-MgGroupDriveItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Files", - "Command": "Get-MgGroupDriveItemAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Files", - "Command": "Get-MgGroupDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files", - "Command": "Get-MgGroupDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemChildContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files", - "Command": "Get-MgGroupDriveItemChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgGroupDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Groups", - "Command": "Get-MgGroupDriveItemDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "Module": "Groups", - "Command": "Get-MgGroupDriveItemListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgGroupDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files", - "Command": "Get-MgGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemPermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files", - "Command": "Get-MgGroupDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files", - "Command": "Get-MgGroupDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files", - "Command": "Get-MgGroupDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemThumbnailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files", - "Command": "Get-MgGroupDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Get-MgGroupDriveItemVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Files", - "Command": "Get-MgGroupDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Files", - "Command": "Get-MgGroupDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files", - "Command": "Get-MgGroupDriveListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Groups", - "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListContentTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", - "Module": "Files", - "Command": "Get-MgGroupDriveListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Files", - "Command": "Get-MgGroupDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "Module": "Groups", - "Command": "Get-MgGroupDriveListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", - "Module": "Groups", - "Command": "Get-MgGroupDriveListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgGroupDriveListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Files", - "Command": "Get-MgGroupDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files", - "Command": "Get-MgGroupDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveListSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Files", - "Command": "Get-MgGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", - "Module": "Groups", - "Command": "Get-MgGroupDriveRootActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", - "Module": "Files", - "Command": "Get-MgGroupDriveRootAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Files", - "Command": "Get-MgGroupDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootChildContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgGroupDriveRootChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Files", - "Command": "Get-MgGroupDriveRootContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveRootCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", - "Module": "Groups", - "Command": "Get-MgGroupDriveRootDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveRootLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "Module": "Groups", - "Command": "Get-MgGroupDriveRootListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgGroupDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Files", - "Command": "Get-MgGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootPermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files", - "Command": "Get-MgGroupDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files", - "Command": "Get-MgGroupDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files", - "Command": "Get-MgGroupDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootThumbnailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Files", - "Command": "Get-MgGroupDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Get-MgGroupDriveRootVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveRootVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveRootVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgGroupDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/special", - "Module": "Files", - "Command": "Get-MgGroupDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveSpecialContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgGroupDriveSpecialContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupDriveSpecialCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", - "Module": "Files", - "Command": "Get-MgGroupDriveSpecialCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -267768,20 +269355,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Calendar", - "Command": "Get-MgGroupEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupEvent", "Permissions": [ { "Name": "Group.Read.All", @@ -267800,78 +269387,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events", - "Module": "Calendar", - "Command": "Get-MgGroupEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Calendar", - "Command": "Get-MgGroupEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Module": "Calendar", - "Command": "Get-MgGroupEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", - "Module": "Calendar", - "Command": "Get-MgGroupEventAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/calendar", - "Module": "Calendar", - "Command": "Get-MgGroupEventCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventCount", "Permissions": [ { "Name": "Group.Read.All", @@ -267890,20 +269477,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/$count", - "Module": "Calendar", - "Command": "Get-MgGroupEventCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupEventDelta", "Permissions": [ { "Name": "Calendars.Read", @@ -267930,79 +269517,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/delta", - "Module": "Groups", - "Command": "Get-MgGroupEventDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupEventExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Get-MgGroupEventExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "Module": "Calendar", - "Command": "Get-MgGroupEventExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", - "Module": "Calendar", - "Command": "Get-MgGroupEventExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstance", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstance", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -268021,78 +269608,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstanceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstanceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstanceCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -268111,108 +269698,108 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupEventInstanceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "Module": "Calendar", - "Command": "Get-MgGroupEventInstanceExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Groups", - "Command": "Get-MgGroupExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/extensions", - "Module": "Groups", - "Command": "Get-MgGroupExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/extensions/$count", - "Module": "Groups", - "Command": "Get-MgGroupExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -268231,22 +269818,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups", - "Command": "Get-MgGroupLifecyclePolicy", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupLifecyclePolicy", "Permissions": [ { "Name": "Directory.Read.All", @@ -268265,19 +269852,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupLifecyclePolicies", - "Module": "Groups", - "Command": "Get-MgGroupLifecyclePolicy", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupLifecyclePolicyByGroup", "Permissions": [ { "Name": "Directory.Read.All", @@ -268296,19 +269883,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "Module": "Groups", - "Command": "Get-MgGroupLifecyclePolicyByGroup", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupLifecyclePolicyCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -268327,19 +269914,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupLifecyclePolicies/$count", - "Module": "Groups", - "Command": "Get-MgGroupLifecyclePolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupMember", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -268382,193 +269969,193 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/members", - "Module": "Groups", - "Command": "Get-MgGroupMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/application", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/device", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/group", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/orgContact", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/servicePrincipal", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/user", - "Module": "Groups", - "Command": "Get-MgGroupMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupMemberByRef", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -268611,19 +270198,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/members/$ref", - "Module": "Groups", - "Command": "Get-MgGroupMemberByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -268666,110 +270253,110 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/members/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/application/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/device/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/group/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/orgContact/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsOrgContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/servicePrincipal/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/members/user/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -268852,22 +270439,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/getMemberGroups", - "Module": "Groups", - "Command": "Get-MgGroupMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -268966,37 +270553,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/getMemberObjects", - "Module": "Groups", - "Command": "Get-MgGroupMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "Module": "Groups", - "Command": "Get-MgGroupMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupMemberOf", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -269031,77 +270618,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf", - "Module": "Groups", - "Command": "Get-MgGroupMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/group", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberOfCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -269136,358 +270723,358 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/memberOf/group/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseError", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseError", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", - "Module": "Groups", - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -269530,20 +271117,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -269586,19 +271173,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteNotebookCount", "Permissions": [ { "Name": "Notes.Create", @@ -269641,20 +271228,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/$count", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebookCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", "Permissions": [ { "Name": "Notes.Create", @@ -269697,22 +271284,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Groups", - "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", "OutputType": "IMicrosoftGraphCopyNotebookModel", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -269755,19 +271342,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -269810,19 +271397,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -269865,35 +271452,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/operations/$count", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -269928,20 +271515,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes", - "Command": "Get-MgGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -269976,34 +271563,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages", - "Module": "Notes", - "Command": "Get-MgGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenotePageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Get-MgGroupOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenotePageCount", "Permissions": [ { "Name": "Notes.Read", @@ -270038,20 +271625,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages/$count", - "Module": "Notes", - "Command": "Get-MgGroupOnenotePageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -270094,35 +271681,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Groups", - "Command": "Get-MgGroupOnenoteRecentNotebook", "OutputType": "IMicrosoftGraphRecentNotebook", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteResourceContent", "Permissions": [ { "Name": "Notes.Read", @@ -270157,35 +271744,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteResourceContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/resources/$count", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -270228,20 +271815,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -270284,19 +271871,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sections", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteSectionCount", "Permissions": [ { "Name": "Notes.Create", @@ -270339,76 +271926,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sections/$count", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionCount", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -270451,78 +271982,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "List", - "List1" - ], "Method": "GET", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "OutputType": "IMicrosoftGraphSectionGroup", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionGroupCount", - "OutputType": null, "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -270565,19 +272038,133 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Method": "GET", + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionGroupSection", - "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ - "List" + "List", + "List1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteSectionGroupCount", + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Notes", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgGroupOnenoteSectionGroupSection", + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Read", @@ -270612,19 +272199,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes", - "Command": "Get-MgGroupOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupOwner", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270667,193 +272254,193 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/owners", - "Module": "Groups", - "Command": "Get-MgGroupOwner", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/application", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/device", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/group", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/orgContact", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/servicePrincipal", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/user", - "Module": "Groups", - "Command": "Get-MgGroupOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupOwnerByRef", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270896,19 +272483,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/owners/$ref", - "Module": "Groups", - "Command": "Get-MgGroupOwnerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270951,125 +272538,125 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/owners/$count", - "Module": "Groups", - "Command": "Get-MgGroupOwnerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/application/$count", - "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/device/$count", - "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/group/$count", - "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/orgContact/$count", - "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsOrgContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", - "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupOwnerCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/owners/user/$count", - "Module": "Groups", - "Command": "Get-MgGroupOwnerCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups", - "Command": "Get-MgGroupPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupPermissionGrant", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -271104,19 +272691,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/permissionGrants", - "Module": "Groups", - "Command": "Get-MgGroupPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPermissionGrantCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -271151,20 +272738,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/permissionGrants/$count", - "Module": "Groups", - "Command": "Get-MgGroupPermissionGrantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -271191,22 +272778,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/photo", - "Module": "Groups", - "Command": "Get-MgGroupPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupPhoto", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -271233,19 +272820,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/photos", - "Module": "Groups", - "Command": "Get-MgGroupPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPhotoContent", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -271272,52 +272859,52 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/photo/$value", - "Module": "Groups", - "Command": "Get-MgGroupPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPlanner", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner", - "Module": "Planner", - "Command": "Get-MgGroupPlanner", "OutputType": "IMicrosoftGraphPlannerGroup", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPlannerPlan", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -271368,33 +272955,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPlannerPlanBucket", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlanBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPlannerPlanCount", "Permissions": [ { "Name": "Tasks.Read", @@ -271445,49 +273032,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/$count", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlanCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPlannerPlanDetail", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlanDetail", "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupPlannerPlanTask", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner", - "Command": "Get-MgGroupPlannerPlanTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupRejectedSender", "Permissions": [ { "Name": "Group.Read.All", @@ -271506,19 +273093,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/rejectedSenders", - "Module": "Groups", - "Command": "Get-MgGroupRejectedSender", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupRejectedSenderByRef", "Permissions": [ { "Name": "Group.Read.All", @@ -271537,19 +273124,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups", - "Command": "Get-MgGroupRejectedSenderByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupRejectedSenderCount", "Permissions": [ { "Name": "Group.Read.All", @@ -271568,20 +273155,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/rejectedSenders/$count", - "Module": "Groups", - "Command": "Get-MgGroupRejectedSenderCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -271616,22 +273203,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "Module": "Groups", - "Command": "Get-MgGroupSetting", "OutputType": "IMicrosoftGraphGroupSetting", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSetting", "Permissions": [ { "Name": "Directory.Read.All", @@ -271666,20 +273253,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/settings", - "Module": "Groups", - "Command": "Get-MgGroupSetting", "OutputType": "IMicrosoftGraphGroupSetting", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSettingCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -271714,36 +273301,36 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/settings/$count", - "Module": "Groups", - "Command": "Get-MgGroupSettingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSettingTemplateById", "Permissions": [], + "Method": "POST", "Uri": "/groupSettingTemplates/getByIds", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSettingTemplateCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -271762,19 +273349,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupSettingTemplates/$count", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSettingTemplateDelta", "Permissions": [ { "Name": "Directory.Read.All", @@ -271793,19 +273380,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupSettingTemplates/delta", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateDelta", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -271824,20 +273411,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", "Permissions": [ { "Name": "Directory.Read.All", @@ -271856,3982 +273443,3932 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groupSettingTemplates", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSettingTemplateMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSettingTemplateMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", - "Module": "Groups", - "Command": "Get-MgGroupSettingTemplateMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}", - "Module": "Sites", - "Command": "Get-MgGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites", - "Module": "Sites", - "Command": "Get-MgGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", - "Module": "Groups", - "Command": "Get-MgGroupSiteActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", - "Module": "Sites", - "Command": "Get-MgGroupSiteAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSiteApplicableContentTypeForList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Groups", - "Command": "Get-MgGroupSiteApplicableContentTypeForList", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteByPath", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", - "Module": "Groups", - "Command": "Get-MgGroupSiteByPath", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites", - "Command": "Get-MgGroupSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites", - "Command": "Get-MgGroupSiteColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Groups", - "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteContentTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", - "Module": "Sites", - "Command": "Get-MgGroupSiteCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteDefaultDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/drive", - "Module": "Sites", - "Command": "Get-MgGroupSiteDefaultDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSiteDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/delta", - "Module": "Groups", - "Command": "Get-MgGroupSiteDelta", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/drives", - "Module": "Sites", - "Command": "Get-MgGroupSiteDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteDriveCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteDriveCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", - "Module": "Sites", - "Command": "Get-MgGroupSiteExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteExternalColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteExternalColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetByPath", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetByPath", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetByPathAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetByPathAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Groups", - "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetByPathColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetByPathColumn", "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetByPathContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetByPathContentType", "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetByPathDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetByPathDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetByPathDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetByPathDrive", "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetByPathExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetByPathExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetByPathItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetByPathItem", "OutputType": "IMicrosoftGraphBaseItem", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", "Module": "Sites", - "Command": "Get-MgGroupSiteGetByPathList", - "OutputType": "IMicrosoftGraphList", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgGroupSiteGetByPathOnenote", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgGroupSiteGetByPathOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgGroupSiteGetByPathPage", - "OutputType": "IMicrosoftGraphBaseSitePage", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", + "OutputType": "IMicrosoftGraphBaseSitePage", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgGroupSiteGetByPathPermission", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", + "OutputType": "IMicrosoftGraphPermission", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgGroupSiteGetByPathSite", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", + "OutputType": "IMicrosoftGraphSite", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgGroupSiteGetByPathTermStore", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgGroupSiteGetByPathTermStore", - "OutputType": "IMicrosoftGraphTermStore", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", + "OutputType": "IMicrosoftGraphTermStore", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", - "Module": "Groups", - "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", - "Module": "Groups", - "Command": "Get-MgGroupSiteGetGraphBPrePathByPath", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", - "Module": "Sites", - "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteItem", "OutputType": "IMicrosoftGraphBaseItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/items", - "Module": "Sites", - "Command": "Get-MgGroupSiteItem", "OutputType": "IMicrosoftGraphBaseItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteItemCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteItemCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Sites", - "Command": "Get-MgGroupSiteItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", - "Module": "Sites", - "Command": "Get-MgGroupSiteLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteList", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Sites", - "Command": "Get-MgGroupSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites", - "Command": "Get-MgGroupSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites", - "Command": "Get-MgGroupSiteListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Groups", - "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListContentTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Sites", - "Command": "Get-MgGroupSiteListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", - "Module": "Sites", - "Command": "Get-MgGroupSiteListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "Module": "Groups", - "Command": "Get-MgGroupSiteListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", - "Module": "Groups", - "Command": "Get-MgGroupSiteListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites", - "Command": "Get-MgGroupSiteListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites", - "Command": "Get-MgGroupSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites", - "Command": "Get-MgGroupSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteListSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenote", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenotePageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenotePageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenotePageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenotePageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenotePageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteResourceContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteResourceContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionPageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", - "Module": "Sites", - "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Sites", - "Command": "Get-MgGroupSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites", - "Command": "Get-MgGroupSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Sites", - "Command": "Get-MgGroupSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePage", "OutputType": "IMicrosoftGraphSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePage", "OutputType": "IMicrosoftGraphSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", "OutputType": "IMicrosoftGraphCanvasLayout", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": "IMicrosoftGraphVerticalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageWebPart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageCountAsSitePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageCountAsSitePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Sites", - "Command": "Get-MgGroupSitePageCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Sites", - "Command": "Get-MgGroupSitePageLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Groups", - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Groups", - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "Module": "Groups", - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites", - "Command": "Get-MgGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePermission", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Sites", - "Command": "Get-MgGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSitePermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", - "Module": "Sites", - "Command": "Get-MgGroupSitePermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStore", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStore", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -275841,35 +277378,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -275879,18 +277416,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -275900,35 +277437,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -275938,18 +277475,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -275959,18 +277496,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -275980,18 +277517,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276001,18 +277538,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276022,516 +277559,516 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276541,35 +278078,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276579,18 +278116,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276600,35 +278137,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276638,18 +278175,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276659,18 +278196,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276680,18 +278217,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276701,18 +278238,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276722,84 +278259,84 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276809,35 +278346,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276847,18 +278384,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276868,35 +278405,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276906,18 +278443,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276927,18 +278464,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276948,18 +278485,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276969,18 +278506,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -276990,2656 +278527,2655 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSiteTermStoreSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "Module": "Sites", - "Command": "Get-MgGroupSiteTermStoreSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSubSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", - "Module": "Sites", - "Command": "Get-MgGroupSubSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSubSite", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/sites", - "Module": "Sites", - "Command": "Get-MgGroupSubSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupSubSiteCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", - "Module": "Sites", - "Command": "Get-MgGroupSubSiteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team", - "Module": "Teams", - "Command": "Get-MgGroupTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelFileFolder", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelFileFolderContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelTabCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelTabCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgGroupTeamChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/group", - "Module": "Teams", - "Command": "Get-MgGroupTeamGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", - "Module": "Teams", - "Command": "Get-MgGroupTeamGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamIncomingChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamIncomingChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamIncomingChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/incomingChannels", - "Module": "Teams", - "Command": "Get-MgGroupTeamIncomingChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamIncomingChannelCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/incomingChannels/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamIncomingChannelCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamInstalledApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamInstalledApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps", - "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamInstalledAppCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams", - "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/members", - "Module": "Teams", - "Command": "Get-MgGroupTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/members/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamOperation", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/operations", - "Module": "Teams", - "Command": "Get-MgGroupTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/operations/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/permissionGrants", - "Module": "Teams", - "Command": "Get-MgGroupTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPermissionGrantCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/permissionGrants/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamPermissionGrantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPhoto", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/photo", - "Module": "Teams", - "Command": "Get-MgGroupTeamPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Teams", - "Command": "Get-MgGroupTeamPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannel", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelTabCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelTabCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamSchedule", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule", - "Module": "Teams", - "Command": "Get-MgGroupTeamSchedule", "OutputType": "IMicrosoftGraphSchedule", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleOpenShiftCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleOpenShiftCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleShift", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleShift", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/shifts", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleShiftCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/shifts/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleShiftCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleTimeOffCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamTag", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamTag", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags", - "Module": "Teams", - "Command": "Get-MgGroupTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamTagCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamTagCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamTagMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams", - "Command": "Get-MgGroupTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamTagMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Teams", - "Command": "Get-MgGroupTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamTagMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", - "Module": "Teams", - "Command": "Get-MgGroupTeamTagMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTeamTemplate", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/team/template", - "Module": "Teams", - "Command": "Get-MgGroupTeamTemplate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -279674,20 +281210,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups", - "Command": "Get-MgGroupThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupThread", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -279722,19 +281258,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads", - "Module": "Groups", - "Command": "Get-MgGroupThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -279769,20 +281305,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/$count", - "Module": "Groups", - "Command": "Get-MgGroupThreadCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -279817,22 +281353,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Groups", - "Command": "Get-MgGroupThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupThreadPost", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -279867,34 +281403,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", - "Module": "Groups", - "Command": "Get-MgGroupThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostAttachment", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -279929,19 +281465,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostAttachmentCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -279976,20 +281512,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostCount", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -280024,167 +281560,167 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostInReplyToAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostInReplyToAttachment", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", - "Module": "Groups", - "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMember", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMember", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -280227,193 +281763,193 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/application", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/device", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/group", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/orgContact", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/user", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -280456,125 +281992,125 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/$count", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/application/$count", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/device/$count", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/group/$count", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMembers/user/$count", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberOf", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -280609,77 +282145,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/group", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberOfCount", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -280714,93 +282250,392 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfCount", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", + "Permissions": [], + "Method": "GET", + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", + "Permissions": [], "Method": "GET", + "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Groups", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgIdentityApiConnector", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityApiConnector", "Permissions": [], - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", + "Method": "GET", + "Uri": "/identity/apiConnectors", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityApiConnectorCount", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/apiConnectors/$count", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlow", + "Permissions": [ + { + "Name": "EventListener.Read.All", + "Description": "Read all authentication event listeners", + "FullDescription": "Allows the app to read your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EventListener.ReadWrite.All", + "Description": "Read and write all authentication event listeners", + "FullDescription": "Allows the app to read or write your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlow", + "Permissions": [ + { + "Name": "EventListener.Read.All", + "Description": "Read all authentication event listeners", + "FullDescription": "Allows the app to read your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EventListener.ReadWrite.All", + "Description": "Read and write all authentication event listeners", + "FullDescription": "Allows the app to read or write your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/identity/authenticationEventsFlows", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "Permissions": [], - "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", - "Module": "Groups", - "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", - "OutputType": null, + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "Permissions": [ + { + "Name": "EventListener.Read.All", + "Description": "Read all authentication event listeners", + "FullDescription": "Allows the app to read your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EventListener.ReadWrite.All", + "Description": "Read and write all authentication event listeners", + "FullDescription": "Allows the app to read or write your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Permissions": [], - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityApiConnector", - "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", + "Permissions": [], "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", + "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", "Permissions": [], - "Uri": "/identity/apiConnectors", + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", + "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityApiConnector", - "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "List" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", + "Permissions": [], "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Permissions": [], - "Uri": "/identity/apiConnectors/$count", + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityApiConnectorCount", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ - "Get" - ], + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "Permissions": [], "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgIdentityAuthenticationEventFlowCondition", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowCount", "Permissions": [ { "Name": "EventListener.Read.All", @@ -280819,20 +282654,65 @@ "IsLeastPrivilege": false } ], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/$count", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityAuthenticationEventListener", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Variants": [ - "Get", - "GetViaIdentity" + "Get" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", + "Permissions": [ + { + "Name": "EventListener.Read.All", + "Description": "Read all authentication event listeners", + "FullDescription": "Allows the app to read your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EventListener.ReadWrite.All", + "Description": "Read and write all authentication event listeners", + "FullDescription": "Allows the app to read or write your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", "Permissions": [ { "Name": "EventListener.Read.All", @@ -280851,19 +282731,81 @@ "IsLeastPrivilege": false } ], - "Uri": "/identity/authenticationEventListeners", + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityAuthenticationEventListener", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Variants": [ "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplicationCount", + "Permissions": [ + { + "Name": "EventListener.Read.All", + "Description": "Read all authentication event listeners", + "FullDescription": "Allows the app to read your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EventListener.ReadWrite.All", + "Description": "Read and write all authentication event listeners", + "FullDescription": "Allows the app to read or write your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", + "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", + "Permissions": [], + "Method": "GET", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventListener", "Permissions": [ { "Name": "EventListener.Read.All", @@ -280882,19 +282824,82 @@ "IsLeastPrivilege": false } ], - "Uri": "/identity/authenticationEventListeners/$count", + "Method": "GET", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgIdentityAuthenticationEventListenerCount", - "OutputType": null, "Variants": [ - "Get" + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityAuthenticationEventListener", + "Permissions": [ + { + "Name": "EventListener.Read.All", + "Description": "Read all authentication event listeners", + "FullDescription": "Allows the app to read your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EventListener.ReadWrite.All", + "Description": "Read and write all authentication event listeners", + "FullDescription": "Allows the app to read or write your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/identity/authenticationEventListeners", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgIdentityAuthenticationEventListenerCount", + "Permissions": [ + { + "Name": "EventListener.Read.All", + "Description": "Read all authentication event listeners", + "FullDescription": "Allows the app to read your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EventListener.ReadWrite.All", + "Description": "Read and write all authentication event listeners", + "FullDescription": "Allows the app to read or write your organization's authentication event listeners without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/identity/authenticationEventListeners/$count", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -280913,20 +282918,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlow", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlow", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -280945,34 +282950,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlow", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -280991,80 +282996,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProvider", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProvider", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281083,20 +283088,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281115,19 +283120,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguageCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281146,20 +283151,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281178,20 +283183,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281210,19 +283215,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281241,20 +283246,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281273,20 +283278,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281305,20 +283310,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281337,19 +283342,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281368,20 +283373,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281400,80 +283405,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281492,20 +283497,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281524,19 +283529,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281555,20 +283560,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -281587,50 +283592,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "Permissions": [], + "Method": "GET", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -281649,19 +283654,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -281680,148 +283685,148 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessNamedLocation", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessNamedLocation", "OutputType": "IMicrosoftGraphNamedLocation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessNamedLocation", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/namedLocations", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessNamedLocation", "OutputType": "IMicrosoftGraphNamedLocation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/namedLocations/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessPolicy", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/policies", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessPolicy", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/policies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessTemplate", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessTemplate", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessTemplate", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/templates", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessTemplate", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityConditionalAccessTemplateCount", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/templates/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityConditionalAccessTemplateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -281840,20 +283845,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityCustomAuthenticationExtension", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityCustomAuthenticationExtension", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -281872,19 +283877,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/customAuthenticationExtensions", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityCustomAuthenticationExtension", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -281903,19 +283908,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/customAuthenticationExtensions/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -281934,20 +283939,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -281966,19 +283971,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -281997,19 +284002,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282028,20 +284033,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282060,34 +284065,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282106,19 +284111,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282137,20 +284142,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282169,20 +284174,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282201,20 +284206,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282233,19 +284238,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282264,64 +284269,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282340,20 +284345,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282372,19 +284377,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282403,20 +284408,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282435,20 +284440,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282467,19 +284472,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -282498,136 +284503,136 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -282646,20 +284651,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequest", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -282678,19 +284683,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequest", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -282709,19 +284714,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -282740,20 +284745,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -282772,78 +284777,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -282862,20 +284867,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282894,20 +284899,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282926,19 +284931,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282957,78 +284962,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283047,20 +285052,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283079,19 +285084,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283110,151 +285115,151 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "OutputType": "IMicrosoftGraphDeletedItemContainer", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283273,20 +285278,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283305,19 +285310,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283336,238 +285341,238 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283586,19 +285591,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283617,79 +285622,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283708,20 +285713,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283740,19 +285745,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283771,35 +285776,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283818,19 +285823,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283849,94 +285854,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283955,20 +285960,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -283987,19 +285992,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284018,94 +286023,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284124,19 +286129,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284155,34 +286160,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284201,19 +286206,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284232,20 +286237,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284264,20 +286269,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284296,19 +286301,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284327,34 +286332,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284373,19 +286378,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284404,109 +286409,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284525,19 +286530,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284556,65 +286561,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284633,19 +286638,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284664,94 +286669,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284770,20 +286775,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284802,19 +286807,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -284833,196 +286838,196 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285041,19 +287046,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285072,94 +287077,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285178,19 +287183,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285209,20 +287214,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285241,19 +287246,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285272,138 +287277,138 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285422,20 +287427,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285454,19 +287459,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285485,253 +287490,253 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccess", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccess", "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -285750,20 +287755,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -285782,34 +287787,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -285828,63 +287833,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -285903,20 +287908,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -285935,34 +287940,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -285981,93 +287986,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -286086,20 +288091,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -286118,34 +288123,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -286164,93 +288169,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -286269,20 +288274,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -286301,19 +288306,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -286332,63 +288337,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -286407,20 +288412,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -286439,19 +288444,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -286470,93 +288475,93 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -286575,20 +288580,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -286607,19 +288612,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -286638,360 +288643,360 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "OutputType": "IMicrosoftGraphAgreementFile", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityProvider", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -287010,20 +289015,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityProvider", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -287042,19 +289047,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/identityProviders", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityProviderCount", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -287073,19 +289078,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/identityProviders/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityProviderCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -287104,20 +289109,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityUserFlowAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgIdentityUserFlowAttribute", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -287136,19 +289141,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/userFlowAttributes", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityUserFlowAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgIdentityUserFlowAttributeCount", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -287167,47 +289172,47 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/userFlowAttributes/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgIdentityUserFlowAttributeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgInformationProtection", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtection", "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgInformationProtectionBitlocker", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/bitlocker", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionBitlocker", "OutputType": "IMicrosoftGraphBitlocker", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -287226,20 +289231,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -287258,19 +289263,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/informationProtection/bitlocker/recoveryKeys", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -287289,19 +289294,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -287320,20 +289325,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -287352,19 +289357,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -287383,194 +289388,176 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", "Permissions": [], + "Method": "GET", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/invitations/{invitation-id}", "Module": "Identity.SignIns", - "Command": "Get-MgInvitation", - "OutputType": "IMicrosoftGraphInvitation", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgInvitation", "Permissions": [], + "Method": "GET", "Uri": "/invitations", - "Module": "Identity.SignIns", - "Command": "Get-MgInvitation", "OutputType": "IMicrosoftGraphInvitation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgInvitationCount", "Permissions": [], + "Method": "GET", "Uri": "/invitations/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgInvitationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "Module": "Identity.SignIns", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgInvitationInvitedUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings", - "Variants": [ - "Get", - "GetViaIdentity" - ], + "Permissions": [], "Method": "GET", + "Uri": "/invitations/invitedUser/mailboxSettings", + "OutputType": "IMicrosoftGraphMailboxSettings", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ] }, { - "Permissions": [], - "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", - "Module": "Identity.SignIns", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", + "Permissions": [], + "Method": "GET", + "Uri": "/invitations/invitedUser/serviceProvisioningErrors", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", - "Module": "Identity.SignIns", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], + "Permissions": [], "Method": "GET", + "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ] }, { - "Permissions": [], - "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", - "Module": "Identity.SignIns", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgInvitationInvitedUserSponsor", + "Permissions": [], + "Method": "GET", + "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/invitations/{invitation-id}/invitedUserSponsors", - "Module": "Identity.SignIns", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgInvitationInvitedUserSponsor", + "Permissions": [], + "Method": "GET", + "Uri": "/invitations/invitedUserSponsors", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", - "Module": "Identity.SignIns", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgInvitationInvitedUserSponsorCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], + "Permissions": [], "Method": "GET", + "Uri": "/invitations/invitedUserSponsors/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Module": "Identity.SignIns", + "Variants": [ + "Get" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOauth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -287597,20 +289584,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOauth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -287637,19 +289624,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/oauth2PermissionGrants", - "Module": "Identity.SignIns", - "Command": "Get-MgOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOauth2PermissionGrantCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -287676,19 +289663,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/oauth2PermissionGrants/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgOauth2PermissionGrantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOauth2PermissionGrantDelta", "Permissions": [ { "Name": "Directory.Read.All", @@ -287715,19 +289702,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/oauth2PermissionGrants/delta", - "Module": "Identity.SignIns", - "Command": "Get-MgOauth2PermissionGrantDelta", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -287762,20 +289749,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganization", "OutputType": "IMicrosoftGraphOrganization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -287850,19 +289837,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganization", "OutputType": "IMicrosoftGraphOrganization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganizationBranding", "Permissions": [ { "Name": "User.Read", @@ -287913,95 +289900,95 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBranding", "OutputType": "IMicrosoftGraphOrganizationalBranding", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingBackgroundImage", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingBackgroundImage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingBannerLogo", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingBannerLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingCustomCss", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingCustomCss", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingFavicon", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingFavicon", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingHeaderLogo", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingHeaderLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -288052,20 +290039,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalization", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalization", "Permissions": [ { "Name": "User.Read", @@ -288116,19 +290103,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalization", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -288163,20 +290150,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -288211,20 +290198,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalizationCount", "Permissions": [ { "Name": "User.Read", @@ -288275,20 +290262,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -288323,20 +290310,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalizationFavicon", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -288371,68 +290358,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationFavicon", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "OrganizationalBranding.Read.All", - "Description": "Read organizational branding information", - "FullDescription": "Allows the app to read the organizational branding information, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "OrganizationalBranding.ReadWrite.All", - "Description": "Read and write organizational branding information", - "FullDescription": "Allows the app to read and write the organizational branding information, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Organization.ReadWrite.All", - "Description": "Read and write organization information", - "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Organization.Read.All", - "Description": "Read organization information", - "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -288467,20 +290406,68 @@ "IsLeastPrivilege": false } ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "Method": "GET", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "Permissions": [ + { + "Name": "OrganizationalBranding.Read.All", + "Description": "Read organizational branding information", + "FullDescription": "Allows the app to read the organizational branding information, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "OrganizationalBranding.ReadWrite.All", + "Description": "Read and write organizational branding information", + "FullDescription": "Allows the app to read and write the organizational branding information, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.DirectoryManagement", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -288515,65 +290502,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingSquareLogo", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingSquareLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationBrandingSquareLogoDark", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationBrandingSquareLogoDark", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganizationById", "Permissions": [], + "Method": "POST", "Uri": "/organization/getByIds", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -288592,20 +290579,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -288624,19 +290611,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", "Permissions": [ { "Name": "Organization.Read.All", @@ -288655,20 +290642,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -288743,255 +290730,255 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/organization/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationExtension", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationExtension", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/extensions", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgOrganizationExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/organization/{organization-id}/extensions/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganizationMemberGroup", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/getMemberGroups", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgOrganizationMemberObject", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/getMemberObjects", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgOrganizationMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlaceAsRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/room", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlaceAsRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/room", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlaceAsRoomList", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoomList", "OutputType": "IMicrosoftGraphRoomList", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlaceAsRoomList", "Permissions": [], + "Method": "GET", "Uri": "/places/roomList", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoomList", "OutputType": "IMicrosoftGraphRoomList", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlaceAsRoomListRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoomListRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlaceAsRoomListRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList/rooms", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoomListRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlaceAsRoomListRoomCount", "Permissions": [], + "Method": "GET", "Uri": "/places/{place-id}/roomList/rooms/$count", - "Module": "Calendar", - "Command": "Get-MgPlaceAsRoomListRoomCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlaceCount", "Permissions": [], + "Method": "GET", "Uri": "/places/$count", - "Module": "Calendar", - "Command": "Get-MgPlaceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlaceCountAsRoom", "Permissions": [], + "Method": "GET", "Uri": "/places/room/$count", - "Module": "Calendar", - "Command": "Get-MgPlaceCountAsRoom", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlaceCountAsRoomList", "Permissions": [], + "Method": "GET", "Uri": "/places/roomList/$count", - "Module": "Calendar", - "Command": "Get-MgPlaceCountAsRoomList", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlanner", "Permissions": [], + "Method": "GET", "Uri": "/planner", - "Module": "Planner", - "Command": "Get-MgPlanner", "OutputType": "IMicrosoftGraphPlanner", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -289042,20 +291029,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner", - "Command": "Get-MgPlannerBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -289106,19 +291093,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/buckets", - "Module": "Planner", - "Command": "Get-MgPlannerBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlannerBucketCount", "Permissions": [ { "Name": "Tasks.Read", @@ -289169,19 +291156,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/buckets/$count", - "Module": "Planner", - "Command": "Get-MgPlannerBucketCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerBucketTask", "Permissions": [ { "Name": "Tasks.Read", @@ -289232,19 +291219,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "Module": "Planner", - "Command": "Get-MgPlannerBucketTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -289295,20 +291282,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Planner", - "Command": "Get-MgPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -289359,19 +291346,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans", - "Module": "Planner", - "Command": "Get-MgPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerPlanBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -289422,19 +291409,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "Module": "Planner", - "Command": "Get-MgPlannerPlanBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlannerPlanCount", "Permissions": [ { "Name": "Tasks.Read", @@ -289485,19 +291472,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/$count", - "Module": "Planner", - "Command": "Get-MgPlannerPlanCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerPlanDetail", "Permissions": [ { "Name": "Tasks.Read", @@ -289548,20 +291535,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner", - "Command": "Get-MgPlannerPlanDetail", "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerPlanTask", "Permissions": [ { "Name": "Tasks.Read", @@ -289612,19 +291599,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "Module": "Planner", - "Command": "Get-MgPlannerPlanTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -289675,20 +291662,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Planner", - "Command": "Get-MgPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -289739,19 +291726,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks", - "Module": "Planner", - "Command": "Get-MgPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -289802,20 +291789,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner", - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -289866,20 +291853,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPlannerTaskCount", "Permissions": [ { "Name": "Tasks.Read", @@ -289930,19 +291917,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/$count", - "Module": "Planner", - "Command": "Get-MgPlannerTaskCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerTaskDetail", "Permissions": [ { "Name": "Tasks.Read", @@ -289993,20 +291980,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner", - "Command": "Get-MgPlannerTaskDetail", "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -290057,20 +292044,143 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner", - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Permissions": [ + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0", "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Permissions": [ + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/policies/activityBasedTimeoutPolicies", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", + "Permissions": [], + "Method": "GET", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", + "Permissions": [], + "Method": "GET", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", + "Permissions": [], + "Method": "GET", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -290097,142 +292207,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Policy.Read.ApplicationConfiguration", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/policies/activityBasedTimeoutPolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", + "Uri": "/policies/activityBasedTimeoutPolicies/$count", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Policy.Read.ApplicationConfiguration", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/policies/activityBasedTimeoutPolicies/$count", "Module": "Identity.SignIns", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", - "OutputType": null, "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyAdminConsentRequestPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -290267,19 +292254,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAdminConsentRequestPolicy", "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -290306,20 +292293,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -290346,34 +292333,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", "Permissions": [ { "Name": "Application.Read.All", @@ -290408,19 +292395,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", "Permissions": [ { "Name": "Application.Read.All", @@ -290455,20 +292442,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAppManagementPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -290495,19 +292482,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/appManagementPolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAppManagementPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationFlowPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -290526,76 +292513,76 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationFlowPolicy", "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationMethodPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationMethodPolicy", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -290622,20 +292609,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -290662,63 +292649,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -290745,19 +292732,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyAuthorizationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -290776,19 +292763,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authorizationPolicy", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyAuthorizationPolicy", "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -290815,20 +292802,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -290855,34 +292842,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -290925,19 +292912,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -290980,20 +292967,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyClaimMappingPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -291020,33 +293007,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/claimsMappingPolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyClaimMappingPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyConditionalAccessPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/conditionalAccessPolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyConditionalAccessPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyCrossTenantAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -291065,19 +293052,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicy", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", "Permissions": [ { "Name": "Policy.Read.All", @@ -291096,19 +293083,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -291127,20 +293114,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", "Permissions": [ { "Name": "Policy.Read.All", @@ -291159,19 +293146,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/partners", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -291190,19 +293177,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/partners/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Permissions": [ { "Name": "Policy.Read.All", @@ -291221,20 +293208,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -291253,47 +293240,47 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", "OutputType": "IMicrosoftGraphPolicyTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Permissions": [], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyDefaultAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -291320,19 +293307,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyDefaultAppManagementPolicy", "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyDeviceRegistrationPolicy", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -291359,105 +293346,105 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/deviceRegistrationPolicy", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyDeviceRegistrationPolicy", "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyFeatureRolloutPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/policies/featureRolloutPolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyFeatureRolloutPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -291484,20 +293471,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -291524,34 +293511,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -291594,19 +293581,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -291649,20 +293636,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -291689,33 +293676,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/homeRealmDiscoveryPolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -291734,20 +293721,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyPermissionGrantPolicy", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -291766,19 +293753,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyPermissionGrantPolicyCount", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -291797,34 +293784,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", "Permissions": [], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -291843,19 +293830,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -291874,35 +293861,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "Permissions": [], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -291921,19 +293908,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -291952,20 +293939,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292008,20 +293995,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicy", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292064,19 +294051,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292119,20 +294106,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292175,19 +294162,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicyAssignments", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292230,34 +294217,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicyAssignments/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", "Permissions": [], + "Method": "GET", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyCount", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292300,34 +294287,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", "Permissions": [], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292370,19 +294357,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292425,20 +294412,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292481,20 +294468,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292537,19 +294524,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -292592,20 +294579,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292632,20 +294619,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292672,34 +294659,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", "Permissions": [], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -292742,19 +294729,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -292797,20 +294784,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyTokenIssuancePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -292837,19 +294824,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenIssuancePolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenIssuancePolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -292876,74 +294863,74 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyTokenLifetimePolicy", + "Permissions": [ + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/policies/tokenLifetimePolicies", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Policy.Read.ApplicationConfiguration", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/policies/tokenLifetimePolicies", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicy", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "Permissions": [], + "Method": "GET", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -292986,19 +294973,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -293041,20 +295028,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPolicyTokenLifetimePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -293081,33 +295068,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/tokenLifetimePolicies/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgPolicyTokenLifetimePolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrint", "Permissions": [], + "Method": "GET", "Uri": "/print", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrint", "OutputType": "IMicrosoftGraphPrint", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -293126,20 +295113,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -293158,19 +295145,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/connectors", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintConnectorCount", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -293189,19 +295176,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/connectors/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintConnectorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintOperation", "Permissions": [ { "Name": "Printer.Create", @@ -293228,48 +295215,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/operations/{printOperation-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintOperation", "OutputType": "IMicrosoftGraphPrintOperation", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintOperation", "Permissions": [], + "Method": "GET", "Uri": "/print/operations", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintOperation", "OutputType": "IMicrosoftGraphPrintOperation", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/print/operations/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -293320,20 +295307,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinter", "OutputType": "IMicrosoftGraphPrinter", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -293360,34 +295347,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinter", "OutputType": "IMicrosoftGraphPrinter", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterConnector", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinterConnector", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -293406,19 +295393,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/connectors", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterConnectorCount", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -293437,20 +295424,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/connectors/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterConnectorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterCount", "Permissions": [ { "Name": "Printer.Read.All", @@ -293477,19 +295464,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -293556,20 +295543,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -293636,19 +295623,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobCount", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -293715,20 +295702,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobDocument", "Permissions": [ { "Name": "PrintJob.Read", @@ -293763,34 +295750,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobDocument", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobDocumentContent", "Permissions": [ { "Name": "PrintJob.Read", @@ -293825,109 +295812,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobDocumentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobDocumentCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobDocumentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTaskCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterJobTaskTrigger", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterJobTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -293954,20 +295941,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinterShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -293994,19 +295981,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/shares", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterShareCount", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -294033,20 +296020,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/shares/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterShareCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinterTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -294073,20 +296060,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintPrinterTaskTrigger", "Permissions": [ { "Name": "Printer.Read.All", @@ -294113,19 +296100,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/taskTriggers", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterTaskTriggerCount", "Permissions": [ { "Name": "Printer.Read.All", @@ -294152,35 +296139,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/printers/{printer-id}/taskTriggers/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterTaskTriggerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintPrinterTaskTriggerDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintPrinterTaskTriggerDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -294351,20 +296338,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/{printService-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintService", "OutputType": "IMicrosoftGraphPrintService", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintService", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -294535,19 +296522,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintService", "OutputType": "IMicrosoftGraphPrintService", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintServiceCount", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -294718,19 +296705,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintServiceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -294901,20 +296888,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintServiceEndpoint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintServiceEndpoint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295085,19 +297072,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/{printService-id}/endpoints", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintServiceEndpoint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintServiceEndpointCount", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295268,20 +297255,60 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/services/{printService-id}/endpoints/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintServiceEndpointCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintShare", + "Permissions": [ + { + "Name": "PrinterShare.ReadBasic.All", + "Description": "Read basic information about printer shares", + "FullDescription": "Allows the application to read basic information about printer shares on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "PrinterShare.ReadWrite.All", + "Description": "Read and update printer shares", + "FullDescription": "Allows the application to read and update printer shares on your behalf. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "PrinterShare.Read.All", + "Description": "Read printer shares", + "FullDescription": "Allows the application to read printer shares on your behalf. ", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/print/shares/{printerShare-id}", + "OutputType": "IMicrosoftGraphPrinterShare", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Devices.CloudPrint", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintShare", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -295308,59 +297335,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/print/shares/{printerShare-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShare", - "OutputType": "IMicrosoftGraphPrinterShare", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0" - }, - { - "Permissions": [ - { - "Name": "PrinterShare.ReadBasic.All", - "Description": "Read basic information about printer shares", - "FullDescription": "Allows the application to read basic information about printer shares on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "PrinterShare.ReadWrite.All", - "Description": "Read and update printer shares", - "FullDescription": "Allows the application to read and update printer shares on your behalf. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "PrinterShare.Read.All", - "Description": "Read printer shares", - "FullDescription": "Allows the application to read printer shares on your behalf. ", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], "Uri": "/print/shares", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedGroup", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -295379,19 +297366,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedGroupByRef", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -295410,19 +297397,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedGroupByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedGroupCount", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -295441,49 +297428,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedUser", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -295502,19 +297489,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedUserByRef", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -295533,19 +297520,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedUserCount", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -295564,64 +297551,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareCount", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -295648,19 +297635,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295727,20 +297714,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintShareJob", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295807,19 +297794,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobCount", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295886,153 +297873,153 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobDocument", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobDocument", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobDocumentContent", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobDocumentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobDocumentCount", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobDocumentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobTask", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTaskCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintShareJobTaskTrigger", "Permissions": [], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintShareJobTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintSharePrinter", "Permissions": [ { "Name": "Printer.Read.All", @@ -296059,124 +298046,124 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/print/shares/{printerShare-id}/printer", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintSharePrinter", "OutputType": "IMicrosoftGraphPrinter", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintTaskDefinition", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintTaskDefinitionCount", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintTaskDefinitionTask", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrintTaskDefinitionTask", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintTaskDefinitionTaskCount", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionTaskCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrintTaskDefinitionTaskTrigger", "Permissions": [], + "Method": "GET", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", - "Module": "Devices.CloudPrint", - "Command": "Get-MgPrintTaskDefinitionTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -296195,20 +298182,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -296227,195 +298214,195 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestApprover", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestApprover", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestApprover", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestApprover", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestCount", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -296434,34 +298421,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/$count", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestNote", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -296480,19 +298467,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -296511,49 +298498,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgPrivacySubjectRightsRequestTeam", "Permissions": [], + "Method": "GET", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Compliance", - "Command": "Get-MgPrivacySubjectRightsRequestTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportAuthenticationMethod", "Permissions": [], + "Method": "GET", "Uri": "/reports/authenticationMethods", - "Module": "Reports", - "Command": "Get-MgReportAuthenticationMethod", "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -296572,20 +298559,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -296604,19 +298591,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Reports", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -296635,1750 +298622,1750 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", - "Module": "Reports", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportDailyPrintUsageByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportDailyPrintUsageByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByPrinter", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportDailyPrintUsageByPrinterCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByPrinter/$count", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByPrinterCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportDailyPrintUsageByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportDailyPrintUsageByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByUser", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportDailyPrintUsageByUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/dailyPrintUsageByUser/$count", - "Module": "Reports", - "Command": "Get-MgReportDailyPrintUsageByUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportDeviceConfigurationDeviceActivity", "Permissions": [], + "Method": "GET", "Uri": "/reports/deviceConfigurationDeviceActivity", - "Module": "Reports", - "Command": "Get-MgReportDeviceConfigurationDeviceActivity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Device" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportDeviceConfigurationUserActivity", "Permissions": [], + "Method": "GET", "Uri": "/reports/deviceConfigurationUserActivity", - "Module": "Reports", - "Command": "Get-MgReportDeviceConfigurationUserActivity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Device" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportEmailActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportEmailActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportEmailActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportEmailActivityUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportEmailActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailActivityUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportEmailActivityUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportEmailAppUsageAppUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportEmailAppUsageAppUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportEmailAppUsageUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportEmailAppUsageUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportEmailAppUsageUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportEmailAppUsageUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportEmailAppUsageVersionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportEmailAppUsageVersionUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportGroupArchivedPrintJob", "Permissions": [], + "Method": "GET", "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports", - "Command": "Get-MgReportGroupArchivedPrintJob", "OutputType": "IMicrosoftGraphArchivedPrintJob", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportM365AppPlatformUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportM365AppPlatformUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportM365AppUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getM365AppUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportM365AppUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportM365AppUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getM365AppUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportM365AppUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportMailboxUsageDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getMailboxUsageDetail(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportMailboxUsageDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportMailboxUsageMailboxCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportMailboxUsageMailboxCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportMailboxUsageStorage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getMailboxUsageStorage(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportMailboxUsageStorage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/managedDeviceEnrollmentFailureDetails", - "Module": "Reports", - "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", "Permissions": [], + "Method": "GET", "Uri": "/reports/managedDeviceEnrollmentTopFailures", - "Module": "Reports", - "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Top", "Top1", "TopViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByPrinter", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByPrinter/$count", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportMonthlyPrintUsageByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportMonthlyPrintUsageByUser", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByUser", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByUser", "OutputType": "IMicrosoftGraphPrintUsageByUser", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportMonthlyPrintUsageByUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/monthlyPrintUsageByUser/$count", - "Module": "Reports", - "Command": "Get-MgReportMonthlyPrintUsageByUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365ActivationCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActivationCounts", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActivationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365ActivationUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActivationsUserCounts", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActivationUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365ActivationUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActivationsUserDetail", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActivationUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365ActiveUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActiveUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365ActiveUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportOffice365ActiveUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365GroupActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365GroupActivityDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365GroupActivityFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365GroupActivityGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365GroupActivityStorage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOffice365GroupActivityStorage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOffice365ServiceUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOffice365ServiceUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOneDriveActivityFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOneDriveActivityFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOneDriveActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOneDriveActivityUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOneDriveActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportOneDriveActivityUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOneDriveUsageAccountCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOneDriveUsageAccountCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOneDriveUsageAccountDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportOneDriveUsageAccountDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOneDriveUsageFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOneDriveUsageFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportOneDriveUsageStorage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportOneDriveUsageStorage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartner", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners", - "Module": "Reports", - "Command": "Get-MgReportPartner", "OutputType": "IMicrosoftGraphPartners", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBilling", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing", - "Module": "Reports", - "Command": "Get-MgReportPartnerBilling", "OutputType": "IMicrosoftGraphPartnersBilling", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingManifest", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingManifest", "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingManifest", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/manifests", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingManifest", "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingManifestCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/manifests/$count", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingManifestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingOperation", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingOperation", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingOperation", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/operations", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingOperation", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/operations/$count", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingReconciliation", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/reconciliation", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingReconciliation", "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingReconciliationBilled", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingReconciliationBilled", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingUsage", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/usage", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingUsage", "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingUsageBilled", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/usage/billed", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingUsageBilled", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportPartnerBillingUsageUnbilled", "Permissions": [], + "Method": "GET", "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Reports", - "Command": "Get-MgReportPartnerBillingUsageUnbilled", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportPrinterArchivedPrintJob", "Permissions": [], + "Method": "GET", "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports", - "Command": "Get-MgReportPrinterArchivedPrintJob", "OutputType": "IMicrosoftGraphArchivedPrintJob", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportRelyingPartyDetailedSummary", "Permissions": [], + "Method": "GET", "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportRelyingPartyDetailedSummary", "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportSecurity", "Permissions": [], + "Method": "GET", "Uri": "/reports/security", - "Module": "Reports", - "Command": "Get-MgReportSecurity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", "Permissions": [], + "Method": "GET", "Uri": "/reports/security/getAttackSimulationRepeatOffenders", - "Module": "Reports", - "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", "Permissions": [], + "Method": "GET", "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", - "Module": "Reports", - "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", "Permissions": [], + "Method": "GET", "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", - "Module": "Reports", - "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSharePointActivityFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSharePointActivityFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSharePointActivityPage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointActivityPages(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSharePointActivityPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSharePointActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSharePointActivityUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSharePointActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointActivityUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportSharePointActivityUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSharePointSiteUsageDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsageDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSharePointSiteUsageFileCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsageFileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSharePointSiteUsagePage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsagePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSharePointSiteUsageSiteCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsageSiteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSharePointSiteUsageStorage", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSharePointSiteUsageStorage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessActivityUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportTeamActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportTeamActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportTeamActivityDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportTeamActivityDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportTeamActivityDistributionCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportTeamActivityDistributionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsTeamCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportTeamCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportTeamDeviceUsageUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportTeamDeviceUsageUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportTeamDeviceUsageUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportTeamDeviceUsageUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportTeamUserActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportTeamUserActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportTeamUserActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportTeamUserActivityUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgReportTeamUserActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportTeamUserActivityUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportUserArchivedPrintJob", "Permissions": [], + "Method": "GET", "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Reports", - "Command": "Get-MgReportUserArchivedPrintJob", "OutputType": "IMicrosoftGraphArchivedPrintJob", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportYammerActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportYammerActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportYammerActivityUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportYammerActivityUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportYammerActivityUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerActivityUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportYammerActivityUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportYammerDeviceUsageUserCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportYammerDeviceUsageUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportYammerDeviceUsageUserDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportYammerDeviceUsageUserDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportYammerGroupActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportYammerGroupActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportYammerGroupActivityDetail", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", - "Module": "Reports", - "Command": "Get-MgReportYammerGroupActivityDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgReportYammerGroupActivityGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", - "Module": "Reports", - "Command": "Get-MgReportYammerGroupActivityGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRiskDetection", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskDetection", "OutputType": "IMicrosoftGraphRiskDetection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRiskDetection", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskDetections", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskDetection", "OutputType": "IMicrosoftGraphRiskDetection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRiskDetectionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskDetections/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskDetectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -298397,20 +300384,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipal", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRiskyServicePrincipal", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -298429,19 +300416,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipal", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRiskyServicePrincipalCount", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -298460,34 +300447,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipalCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRiskyServicePrincipalHistory", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipalHistory", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRiskyServicePrincipalHistory", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -298506,19 +300493,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipalHistory", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRiskyServicePrincipalHistoryCount", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -298537,63 +300524,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyServicePrincipalHistoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRiskyUser", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUser", "OutputType": "IMicrosoftGraphRiskyUser", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRiskyUser", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskyUsers", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUser", "OutputType": "IMicrosoftGraphRiskyUser", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRiskyUserCount", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRiskyUserHistory", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -298612,20 +300599,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUserHistory", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRiskyUserHistory", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -298644,19 +300631,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUserHistory", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRiskyUserHistoryCount", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -298675,20 +300662,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgRiskyUserHistoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -298723,33 +300710,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement", - "Module": "DeviceManagement.Enrollment", - "Command": "Get-MgRoleManagement", "OutputType": "IMicrosoftGraphRoleManagement", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectory", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectory", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -298776,20 +300763,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -298816,19 +300803,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -298855,19 +300842,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -298894,20 +300881,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -298934,19 +300921,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -298973,20 +300960,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -299029,20 +301016,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -299085,34 +301072,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignments", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -299155,73 +301142,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignments/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -299253,31 +301232,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -299309,60 +301288,60 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -299394,45 +301373,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -299464,31 +301443,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -299520,60 +301499,60 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -299605,81 +301584,89 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -299714,20 +301701,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -299762,49 +301749,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -299839,94 +301826,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -299969,20 +301956,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300025,19 +302012,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -300080,72 +302067,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -300177,31 +302156,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -300233,45 +302212,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -300303,45 +302282,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -300373,31 +302352,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -300429,45 +302408,45 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -300499,81 +302478,89 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -300616,20 +302603,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -300672,34 +302659,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -300742,195 +302729,195 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagement", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagement", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -300989,20 +302976,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -301061,34 +303048,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -301147,433 +303134,433 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -301680,20 +303667,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -301800,19 +303787,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -301919,387 +303906,387 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", - "Module": "Identity.Governance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -302318,20 +304305,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions", - "Command": "Get-MgSchemaExtension", "OutputType": "IMicrosoftGraphSchemaExtension", + "ApiVersion": "v1.0", + "Module": "SchemaExtensions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSchemaExtension", "Permissions": [ { "Name": "User.Read", @@ -302350,19 +304337,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/schemaExtensions", - "Module": "SchemaExtensions", - "Command": "Get-MgSchemaExtension", "OutputType": "IMicrosoftGraphSchemaExtension", + "ApiVersion": "v1.0", + "Module": "SchemaExtensions", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSchemaExtensionCount", "Permissions": [ { "Name": "User.Read", @@ -302381,19 +304368,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/schemaExtensions/$count", - "Module": "SchemaExtensions", - "Command": "Get-MgSchemaExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "SchemaExtensions", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -302412,20 +304399,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/acronyms/{acronym-id}", - "Module": "Search", - "Command": "Get-MgSearchAcronym", "OutputType": "IMicrosoftGraphSearchAcronym", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -302444,19 +304431,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/acronyms", - "Module": "Search", - "Command": "Get-MgSearchAcronym", "OutputType": "IMicrosoftGraphSearchAcronym", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSearchAcronymCount", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -302475,19 +304462,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/acronyms/$count", - "Module": "Search", - "Command": "Get-MgSearchAcronymCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -302506,20 +304493,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Search", - "Command": "Get-MgSearchBookmark", "OutputType": "IMicrosoftGraphSearchBookmark", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -302538,19 +304525,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/bookmarks", - "Module": "Search", - "Command": "Get-MgSearchBookmark", "OutputType": "IMicrosoftGraphSearchBookmark", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSearchBookmarkCount", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -302569,33 +304556,33 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/bookmarks/$count", - "Module": "Search", - "Command": "Get-MgSearchBookmarkCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSearchEntity", "Permissions": [], + "Method": "GET", "Uri": "/search", - "Module": "Search", - "Command": "Get-MgSearchEntity", "OutputType": "IMicrosoftGraphSearchEntity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -302614,20 +304601,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/qnas/{qna-id}", - "Module": "Search", - "Command": "Get-MgSearchQna", "OutputType": "IMicrosoftGraphSearchQna", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -302646,19 +304633,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/qnas", - "Module": "Search", - "Command": "Get-MgSearchQna", "OutputType": "IMicrosoftGraphSearchQna", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSearchQnaCount", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -302677,19 +304664,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/search/qnas/$count", - "Module": "Search", - "Command": "Get-MgSearchQnaCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302708,20 +304695,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts/{alert-id}", - "Module": "Security", - "Command": "Get-MgSecurityAlert", "OutputType": "IMicrosoftGraphAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAlert", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302740,19 +304727,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts", - "Module": "Security", - "Command": "Get-MgSecurityAlert", "OutputType": "IMicrosoftGraphAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAlertCount", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302771,19 +304758,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts/$count", - "Module": "Security", - "Command": "Get-MgSecurityAlertCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAlertV2", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -302802,20 +304789,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Security", - "Command": "Get-MgSecurityAlertV2", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAlertV2", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -302834,19 +304821,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts_v2", - "Module": "Security", - "Command": "Get-MgSecurityAlertV2", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAlertV2Count", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -302865,560 +304852,560 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/alerts_v2/$count", - "Module": "Security", - "Command": "Get-MgSecurityAlertV2Count", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulation", "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulations", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulation", "OutputType": "IMicrosoftGraphSimulation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomation", "OutputType": "IMicrosoftGraphSimulationAutomation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomation", "OutputType": "IMicrosoftGraphSimulationAutomation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationAutomationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomationRun", "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomationRun", "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/simulations/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "OutputType": "IMicrosoftGraphEndUserNotification", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "OutputType": "IMicrosoftGraphEndUserNotification", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationLandingPage", "OutputType": "IMicrosoftGraphLandingPage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationLandingPage", "OutputType": "IMicrosoftGraphLandingPage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationLandingPageCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationLandingPageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "OutputType": "IMicrosoftGraphLandingPageDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "OutputType": "IMicrosoftGraphLandingPageDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationLoginPage", "OutputType": "IMicrosoftGraphLoginPage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/loginPages", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationLoginPage", "OutputType": "IMicrosoftGraphLoginPage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationLoginPageCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/loginPages/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationLoginPageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationOperation", "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/operations", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationOperation", "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/operations/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationPayload", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationPayload", "OutputType": "IMicrosoftGraphPayload", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationPayload", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/payloads", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationPayload", "OutputType": "IMicrosoftGraphPayload", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationPayloadCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/payloads/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationPayloadCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationTraining", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationTraining", "OutputType": "IMicrosoftGraphTraining", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationTraining", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationTraining", "OutputType": "IMicrosoftGraphTraining", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationTrainingCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationTrainingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", "Permissions": [], + "Method": "GET", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", - "Module": "Security", - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCase", "Permissions": [], + "Method": "GET", "Uri": "/security/cases", - "Module": "Security", - "Command": "Get-MgSecurityCase", "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303437,20 +305424,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCase", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303469,19 +305456,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCase", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303500,19 +305487,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303531,20 +305518,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303563,19 +305550,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303594,20 +305581,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303626,35 +305613,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303673,19 +305660,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303704,50 +305691,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303766,19 +305753,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303797,79 +305784,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303888,19 +305875,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303919,20 +305906,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -303951,79 +305938,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304042,19 +306029,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304073,20 +306060,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304105,20 +306092,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304137,19 +306124,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304168,20 +306155,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304200,20 +306187,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304232,19 +306219,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304263,20 +306250,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304295,20 +306282,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304327,78 +306314,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304417,64 +306404,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304493,64 +306480,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304569,20 +306556,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304601,20 +306588,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304633,63 +306620,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -304708,92 +306695,92 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", "Permissions": [], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", - "Module": "Security", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityIdentity", "Permissions": [], + "Method": "GET", "Uri": "/security/identities", - "Module": "Security", - "Command": "Get-MgSecurityIdentity", "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityIdentityHealthIssue", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Security", - "Command": "Get-MgSecurityIdentityHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityIdentityHealthIssue", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/healthIssues", - "Module": "Security", - "Command": "Get-MgSecurityIdentityHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityIdentityHealthIssueCount", "Permissions": [], + "Method": "GET", "Uri": "/security/identities/healthIssues/$count", - "Module": "Security", - "Command": "Get-MgSecurityIdentityHealthIssueCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -304812,20 +306799,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/incidents/{incident-id}", - "Module": "Security", - "Command": "Get-MgSecurityIncident", "OutputType": "IMicrosoftGraphSecurityIncident", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityIncident", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -304844,78 +306831,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/incidents", - "Module": "Security", - "Command": "Get-MgSecurityIncident", "OutputType": "IMicrosoftGraphSecurityIncident", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityIncidentAlert", "Permissions": [], + "Method": "GET", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", - "Module": "Security", - "Command": "Get-MgSecurityIncidentAlert", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityIncidentAlert", "Permissions": [], + "Method": "GET", "Uri": "/security/incidents/{incident-id}/alerts", - "Module": "Security", - "Command": "Get-MgSecurityIncidentAlert", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityIncidentAlertCommentCount", "Permissions": [], + "Method": "GET", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", - "Module": "Security", - "Command": "Get-MgSecurityIncidentAlertCommentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityIncidentAlertCount", "Permissions": [], + "Method": "GET", "Uri": "/security/incidents/{incident-id}/alerts/$count", - "Module": "Security", - "Command": "Get-MgSecurityIncidentAlertCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityIncidentCount", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -304934,307 +306921,307 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/incidents/$count", - "Module": "Security", - "Command": "Get-MgSecurityIncidentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabel", "Permissions": [], + "Method": "GET", "Uri": "/security/labels", - "Module": "Security", - "Command": "Get-MgSecurityLabel", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelAuthority", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security", - "Command": "Get-MgSecurityLabelAuthority", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelAuthority", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/authorities", - "Module": "Security", - "Command": "Get-MgSecurityLabelAuthority", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelAuthorityCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/authorities/$count", - "Module": "Security", - "Command": "Get-MgSecurityLabelAuthorityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelCategory", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security", - "Command": "Get-MgSecurityLabelCategory", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelCategory", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories", - "Module": "Security", - "Command": "Get-MgSecurityLabelCategory", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/$count", - "Module": "Security", - "Command": "Get-MgSecurityLabelCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security", - "Command": "Get-MgSecurityLabelCategorySubcategory", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Security", - "Command": "Get-MgSecurityLabelCategorySubcategory", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelCategorySubcategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", - "Module": "Security", - "Command": "Get-MgSecurityLabelCategorySubcategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelCitation", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security", - "Command": "Get-MgSecurityLabelCitation", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelCitation", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/citations", - "Module": "Security", - "Command": "Get-MgSecurityLabelCitation", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelCitationCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/citations/$count", - "Module": "Security", - "Command": "Get-MgSecurityLabelCitationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelDepartment", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security", - "Command": "Get-MgSecurityLabelDepartment", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelDepartment", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/departments", - "Module": "Security", - "Command": "Get-MgSecurityLabelDepartment", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelDepartmentCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/departments/$count", - "Module": "Security", - "Command": "Get-MgSecurityLabelDepartmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelFilePlanReference", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security", - "Command": "Get-MgSecurityLabelFilePlanReference", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelFilePlanReference", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/filePlanReferences", - "Module": "Security", - "Command": "Get-MgSecurityLabelFilePlanReference", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelFilePlanReferenceCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/filePlanReferences/$count", - "Module": "Security", - "Command": "Get-MgSecurityLabelFilePlanReferenceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionEventType", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -305253,20 +307240,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabel", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabel", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -305285,19 +307272,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/labels/retentionLabels", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabel", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelCount", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -305316,153 +307303,153 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/labels/retentionLabels/$count", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", "Permissions": [], + "Method": "GET", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", - "Module": "Security", - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecuritySecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -305481,20 +307468,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Security", - "Command": "Get-MgSecuritySecureScore", "OutputType": "IMicrosoftGraphSecureScore", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecuritySecureScore", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -305513,19 +307500,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScores", - "Module": "Security", - "Command": "Get-MgSecuritySecureScore", "OutputType": "IMicrosoftGraphSecureScore", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecuritySecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -305544,20 +307531,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security", - "Command": "Get-MgSecuritySecureScoreControlProfile", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecuritySecureScoreControlProfile", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -305576,19 +307563,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScoreControlProfiles", - "Module": "Security", - "Command": "Get-MgSecuritySecureScoreControlProfile", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySecureScoreControlProfileCount", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -305607,19 +307594,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScoreControlProfiles/$count", - "Module": "Security", - "Command": "Get-MgSecuritySecureScoreControlProfileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySecureScoreCount", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -305638,19 +307625,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/secureScores/$count", - "Module": "Security", - "Command": "Get-MgSecuritySecureScoreCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -305669,20 +307656,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequest", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -305701,195 +307688,195 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestApprover", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestApprover", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestApprover", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestApprover", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestCount", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -305908,19 +307895,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/$count", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -305939,50 +307926,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestNote", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestNote", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -306001,19 +307988,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -306032,676 +308019,677 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecuritySubjectRightsRequestTeam", "Permissions": [], + "Method": "GET", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", - "Module": "Security", - "Command": "Get-MgSecuritySubjectRightsRequestTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligence", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligence", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articles", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceArticleCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articles/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articleIndicators", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/articleIndicators/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "OutputType": "IMicrosoftGraphSecurityHostComponent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostComponents", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "OutputType": "IMicrosoftGraphSecurityHostComponent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostComponents/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "OutputType": "IMicrosoftGraphSecurityHostCookie", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostCookies", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "OutputType": "IMicrosoftGraphSecurityHostCookie", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostCookies/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPort", "OutputType": "IMicrosoftGraphSecurityHostPort", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPort", "OutputType": "IMicrosoftGraphSecurityHostPort", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostReputation", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostReputation", "OutputType": "IMicrosoftGraphSecurityHostReputation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", @@ -306709,849 +308697,848 @@ "GetViaIdentity", "GetViaIdentity1", "GetViaIdentity2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostSslCertificates", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "OutputType": "IMicrosoftGraphSecurityHostTracker", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostTrackers", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "OutputType": "IMicrosoftGraphSecurityHostTracker", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/subdomains", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/subdomains/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "OutputType": "IMicrosoftGraphSecurityVulnerability", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "OutputType": "IMicrosoftGraphSecurityVulnerability", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/vulnerabilities/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", "Permissions": [], + "Method": "GET", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", - "Module": "Security", - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityTrigger", "Permissions": [], + "Method": "GET", "Uri": "/security/triggers", - "Module": "Security", - "Command": "Get-MgSecurityTrigger", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityTriggerRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307570,20 +309557,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Security", - "Command": "Get-MgSecurityTriggerRetentionEvent", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityTriggerRetentionEvent", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307602,19 +309589,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggers/retentionEvents", - "Module": "Security", - "Command": "Get-MgSecurityTriggerRetentionEvent", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityTriggerRetentionEventCount", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307633,19 +309620,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggers/retentionEvents/$count", - "Module": "Security", - "Command": "Get-MgSecurityTriggerRetentionEventCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityTriggerRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307664,34 +309651,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "Module": "Security", - "Command": "Get-MgSecurityTriggerRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityTriggerType", "Permissions": [], + "Method": "GET", "Uri": "/security/triggerTypes", - "Module": "Security", - "Command": "Get-MgSecurityTriggerType", "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307710,20 +309697,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Security", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307742,19 +309729,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggerTypes/retentionEventTypes", - "Module": "Security", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307773,266 +309760,266 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/triggerTypes/retentionEventTypes/$count", - "Module": "Security", - "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverview", "OutputType": "IMicrosoftGraphServiceHealth", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverview", "OutputType": "IMicrosoftGraphServiceHealth", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementHealthOverviewCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverviewCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementIssue", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/issues", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementIssueCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/issues/$count", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementIssueCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementMessage", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessage", "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementMessage", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessage", "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachment", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachment", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServiceAnnouncementMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/messages/$count", - "Module": "Devices.ServiceAnnouncement", - "Command": "Get-MgServiceAnnouncementMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -308075,20 +310062,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipal", "Permissions": [ { "Name": "Application.Read.All", @@ -308131,78 +310118,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals", - "Module": "Applications", - "Command": "Get-MgServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalAppManagementPolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalAppManagementPolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalAppManagementPolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppManagementPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", "Permissions": [ { "Name": "Application.Read.All", @@ -308245,19 +310232,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", "Permissions": [ { "Name": "Application.Read.All", @@ -308300,35 +310287,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalAppRoleAssignment", "Permissions": [ { "Name": "Application.Read.All", @@ -308371,19 +310358,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", "Permissions": [ { "Name": "Application.Read.All", @@ -308426,20 +310413,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalByAppId", "Permissions": [ { "Name": "Application.Read.All", @@ -308482,35 +310469,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Applications", - "Command": "Get-MgServicePrincipalByAppId", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalById", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/getByIds", - "Module": "Applications", - "Command": "Get-MgServicePrincipalById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -308553,19 +310540,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "Module": "Applications", - "Command": "Get-MgServicePrincipalClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -308608,19 +310595,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Module": "Applications", - "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -308663,20 +310650,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalCount", "Permissions": [ { "Name": "Application.Read.All", @@ -308719,34 +310706,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalCreatedObject", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalCreatedObject", "Permissions": [ { "Name": "Application.Read.All", @@ -308789,48 +310776,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalCreatedObjectCount", "Permissions": [ { "Name": "Application.Read.All", @@ -308873,50 +310860,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObjectCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "Permissions": [ { "Name": "Application.Read.All", @@ -308943,19 +310930,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Module": "Applications", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", "Permissions": [ { "Name": "Application.Read.All", @@ -308982,20 +310969,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalDelta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -309038,63 +311025,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/delta", - "Module": "Applications", - "Command": "Get-MgServicePrincipalDelta", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "Module": "Applications", - "Command": "Get-MgServicePrincipalEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalEndpointCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalEndpointCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -309137,19 +311124,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "Module": "Applications", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -309192,19 +311179,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Module": "Applications", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -309247,20 +311234,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -309343,22 +311330,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -309457,37 +311444,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOf", "Permissions": [ { "Name": "Application.Read.All", @@ -309530,106 +311517,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", - "Variants": [ - "List" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Applications", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfCount", "Permissions": [ { "Name": "Application.Read.All", @@ -309672,80 +311659,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -309772,19 +311759,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -309811,35 +311798,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObject", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObject", "Permissions": [ { "Name": "Application.Read.All", @@ -309882,164 +311869,164 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectCount", "Permissions": [ { "Name": "Application.Read.All", @@ -310082,95 +312069,95 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwner", "Permissions": [ { "Name": "Application.Read.All", @@ -310213,135 +312200,135 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwner", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerAsUser", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerByRef", "Permissions": [ { "Name": "Application.Read.All", @@ -310384,19 +312371,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerCount", "Permissions": [ { "Name": "Application.Read.All", @@ -310439,80 +312426,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalOwnerCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalOwnerCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application.Read.All", @@ -310563,20 +312550,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Applications", - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -310627,107 +312614,107 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "Module": "Applications", - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalRiskDetection", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgServicePrincipalRiskDetection", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalRiskDetection", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Identity.SignIns", - "Command": "Get-MgServicePrincipalRiskDetection", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalRiskDetectionCount", "Permissions": [], + "Method": "GET", "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgServicePrincipalRiskDetectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronization", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronization", "OutputType": "IMicrosoftGraphSynchronization", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationAccessToken", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -310746,22 +312733,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationAccessToken", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -310788,20 +312775,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -310828,49 +312815,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationJobCount", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -310897,20 +312884,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationJobSchema", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -310953,79 +312940,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationSecretCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationSecretCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -311052,20 +313039,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -311092,19 +313079,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -311131,20 +313118,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -311171,123 +313158,123 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -311330,19 +313317,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", "Permissions": [ { "Name": "Policy.Read.All", @@ -311385,35 +313372,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOf", "Permissions": [ { "Name": "Application.Read.All", @@ -311448,106 +313435,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", "Permissions": [ { "Name": "Application.Read.All", @@ -311582,197 +313569,197 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", - "Module": "Applications", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files", - "Command": "Get-MgShareContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files", - "Command": "Get-MgShareContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files", - "Command": "Get-MgShareContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files", - "Command": "Get-MgShareContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/$count", - "Module": "Files", - "Command": "Get-MgShareCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgShareCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgShareCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgShareCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgShareDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -311799,20 +313786,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "Module": "Files", - "Command": "Get-MgShareDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareDriveItemContent", "Permissions": [ { "Name": "Files.Read", @@ -311863,601 +313850,602 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Files", - "Command": "Get-MgShareDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgShareItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/items", - "Module": "Files", - "Command": "Get-MgShareItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareItemContent", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgShareItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareItemCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/items/$count", - "Module": "Files", - "Command": "Get-MgShareItemCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgShareItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgShareLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgShareLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareList", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Files", - "Command": "Get-MgShareList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgShareListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Files", - "Command": "Get-MgShareListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", - "Module": "Files", - "Command": "Get-MgShareListColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files", - "Command": "Get-MgShareListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Get-MgShareListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Files", - "Command": "Get-MgShareListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files", - "Command": "Get-MgShareListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Files", - "Command": "Get-MgShareListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", - "Module": "Files", - "Command": "Get-MgShareListContentTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", - "Module": "Files", - "Command": "Get-MgShareListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgShareListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListDrive", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/drive", - "Module": "Files", - "Command": "Get-MgShareListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Files", - "Command": "Get-MgShareListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Files", - "Command": "Get-MgShareListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", - "Module": "Files", - "Command": "Get-MgShareListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", @@ -312467,429 +314455,428 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", - "Module": "Files", - "Command": "Get-MgShareListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgShareListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgShareListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", - "Module": "Files", - "Command": "Get-MgShareListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgShareListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files", - "Command": "Get-MgShareListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgShareListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgShareListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", - "Module": "Files", - "Command": "Get-MgShareListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Get-MgShareListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemField", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Get-MgShareListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgShareListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Files", - "Command": "Get-MgShareListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files", - "Command": "Get-MgShareListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgShareListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListOperation", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Get-MgShareListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListOperation", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Files", - "Command": "Get-MgShareListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", - "Module": "Files", - "Command": "Get-MgShareListOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgShareListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Files", - "Command": "Get-MgShareListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgShareListSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSharePermission", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Files", - "Command": "Get-MgSharePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareRoot", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/root", - "Module": "Files", - "Command": "Get-MgShareRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareRootContent", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Files", - "Command": "Get-MgShareRootContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -312916,49 +314903,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Files", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "OutputType": "IMicrosoftGraphSharedDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/shares", - "Module": "Files", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "OutputType": "IMicrosoftGraphSharedDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgShareSite", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/site", - "Module": "Files", - "Command": "Get-MgShareSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -312977,20 +314964,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}", - "Module": "Sites", - "Command": "Get-MgSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -313009,36 +314996,36 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites", - "Module": "Sites", - "Command": "Get-MgSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getActivitiesByInterval", - "Module": "Sites", - "Command": "Get-MgSiteActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalytic", "Permissions": [ { "Name": "Files.Read", @@ -313089,138 +315076,138 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/analytics", - "Module": "Sites", - "Command": "Get-MgSiteAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticLastSevenDay", "Permissions": [ { "Name": "Files.Read", @@ -313271,20 +315258,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/lastSevenDays", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteAnalyticTime", "Permissions": [ { "Name": "Files.Read", @@ -313335,20 +315322,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/analytics/allTime", - "Module": "Sites", - "Command": "Get-MgSiteAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteApplicableContentTypeForList", "Permissions": [ { "Name": "Sites.Read.All", @@ -313383,35 +315370,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Sites", - "Command": "Get-MgSiteApplicableContentTypeForList", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteByPath", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "Module": "Sites", - "Command": "Get-MgSiteByPath", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -313446,20 +315433,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -313494,19 +315481,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/columns", - "Module": "Sites", - "Command": "Get-MgSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteColumnCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -313541,35 +315528,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgSiteColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites", - "Command": "Get-MgSiteColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -313604,20 +315591,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Get-MgSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -313652,85 +315639,85 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes", - "Module": "Sites", - "Command": "Get-MgSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -313765,20 +315752,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -313813,19 +315800,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumnCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -313860,123 +315847,123 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeCompatibleHubContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -313995,20 +315982,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteContentTypeCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -314043,20 +316030,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/$count", - "Module": "Sites", - "Command": "Get-MgSiteContentTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -314075,19 +316062,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/$count", - "Module": "Sites", - "Command": "Get-MgSiteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteDefaultDrive", "Permissions": [ { "Name": "Files.Read", @@ -314138,20 +316125,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/drive", - "Module": "Sites", - "Command": "Get-MgSiteDefaultDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteDelta", "Permissions": [ { "Name": "Sites.Read.All", @@ -314170,34 +316157,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/delta", - "Module": "Sites", - "Command": "Get-MgSiteDelta", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteDrive", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/drives/{drive-id}", - "Module": "Sites", - "Command": "Get-MgSiteDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteDrive", "Permissions": [ { "Name": "Files.Read", @@ -314248,19 +316235,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/drives", - "Module": "Sites", - "Command": "Get-MgSiteDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteDriveCount", "Permissions": [ { "Name": "Files.Read", @@ -314311,460 +316298,414 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/drives/$count", - "Module": "Sites", - "Command": "Get-MgSiteDriveCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgSiteExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/externalColumns", - "Module": "Sites", - "Command": "Get-MgSiteExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteExternalColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/externalColumns/$count", - "Module": "Sites", - "Command": "Get-MgSiteExternalColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteGetByPath", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Sites", - "Command": "Get-MgSiteGetByPath", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteGetByPathAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites", - "Command": "Get-MgSiteGetByPathAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", - "Module": "Sites", - "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteGetByPathColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Sites", - "Command": "Get-MgSiteGetByPathColumn", "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteGetByPathContentType", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Sites", - "Command": "Get-MgSiteGetByPathContentType", "OutputType": "IMicrosoftGraphContentType", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteGetByPathDrive", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", - "Module": "Sites", - "Command": "Get-MgSiteGetByPathDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteGetByPathDrive", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", - "Module": "Sites", - "Command": "Get-MgSiteGetByPathDrive", "OutputType": "IMicrosoftGraphDrive", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteGetByPathExternalColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", - "Module": "Sites", - "Command": "Get-MgSiteGetByPathExternalColumn", "OutputType": "IMicrosoftGraphColumnDefinition", - "Variants": [ - "List", - "List1" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", "Module": "Sites", - "Command": "Get-MgSiteGetByPathList", - "OutputType": "IMicrosoftGraphList", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Notes", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgSiteGetByPathOnenote", + "Permissions": [], + "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgSiteGetByPathOperation", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgSiteGetByPathPage", - "OutputType": "IMicrosoftGraphBaseSitePage", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", + "OutputType": "IMicrosoftGraphBaseSitePage", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgSiteGetByPathPermission", - "OutputType": "IMicrosoftGraphPermission", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", + "OutputType": "IMicrosoftGraphPermission", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgSiteGetByPathSite", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", + "OutputType": "IMicrosoftGraphSite", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgSiteGetByPathTermStore", + "Permissions": [], + "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "GetViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Get-MgSiteGetByPathTermStore", - "OutputType": "IMicrosoftGraphTermStore", - "Variants": [ - "List", - "List1" - ], + "Permissions": [], "Method": "GET", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", + "OutputType": "IMicrosoftGraphTermStore", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Sites", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", - "Module": "Sites", - "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", - "Module": "Sites", - "Command": "Get-MgSiteGetGraphBPrePathByPath", - "OutputType": "IMicrosoftGraphSite", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgSiteItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", - "Module": "Sites", - "Command": "Get-MgSiteItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", - "Module": "Sites", - "Command": "Get-MgSiteLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteList", "Permissions": [ { "Name": "Sites.Read.All", @@ -314783,20 +316724,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Sites", - "Command": "Get-MgSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteList", "Permissions": [ { "Name": "Sites.Read.All", @@ -314815,19 +316756,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists", - "Module": "Sites", - "Command": "Get-MgSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -314862,20 +316803,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -314910,19 +316851,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites", - "Command": "Get-MgSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListColumnCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -314957,35 +316898,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgSiteListColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites", - "Command": "Get-MgSiteListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -315020,20 +316961,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Get-MgSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListContentType", "Permissions": [ { "Name": "Sites.Read.All", @@ -315068,20 +317009,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites", - "Command": "Get-MgSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + ] }, { - "Permissions": [ + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumn", + "Permissions": [ { "Name": "Sites.Read.All", "Description": "Read items in all site collections ", @@ -315115,20 +317056,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumn", "Permissions": [ { "Name": "Sites.Read.All", @@ -315163,19 +317104,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumnCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -315210,123 +317151,123 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -315345,20 +317286,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListContentTypeCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -315393,20 +317334,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "Module": "Sites", - "Command": "Get-MgSiteListContentTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -315425,94 +317366,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/$count", - "Module": "Sites", - "Command": "Get-MgSiteListCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", - "Module": "Sites", - "Command": "Get-MgSiteListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgSiteListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListDrive", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/drive", - "Module": "Sites", - "Command": "Get-MgSiteListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -315539,20 +317480,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites", - "Command": "Get-MgSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListItem", "Permissions": [ { "Name": "Sites.Read.All", @@ -315571,36 +317512,36 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites", - "Command": "Get-MgSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "Module": "Sites", - "Command": "Get-MgSiteListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemAnalytic", "Permissions": [ { "Name": "Files.Read", @@ -315651,79 +317592,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Module": "Sites", - "Command": "Get-MgSiteListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", - "Module": "Sites", - "Command": "Get-MgSiteListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListItemDelta", "Permissions": [ { "Name": "Sites.Read.All", @@ -315742,22 +317683,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "Module": "Sites", - "Command": "Get-MgSiteListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -315800,20 +317741,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites", - "Command": "Get-MgSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -315856,19 +317797,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites", - "Command": "Get-MgSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemDocumentSetVersionCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -315911,35 +317852,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", - "Module": "Sites", - "Command": "Get-MgSiteListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites", - "Command": "Get-MgSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -315990,50 +317931,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Module": "Sites", - "Command": "Get-MgSiteListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites", - "Command": "Get-MgSiteListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemField", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites", - "Command": "Get-MgSiteListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -316052,20 +317993,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites", - "Command": "Get-MgSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteListItemVersion", "Permissions": [ { "Name": "Sites.Read.All", @@ -316084,19 +318025,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites", - "Command": "Get-MgSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemVersionCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -316115,35 +318056,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", - "Module": "Sites", - "Command": "Get-MgSiteListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites", - "Command": "Get-MgSiteListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -316178,20 +318119,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Get-MgSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -316226,19 +318167,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites", - "Command": "Get-MgSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListOperationCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -316273,64 +318214,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", - "Module": "Sites", - "Command": "Get-MgSiteListOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites", - "Command": "Get-MgSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites", - "Command": "Get-MgSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", - "Module": "Sites", - "Command": "Get-MgSiteListSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -316373,20 +318314,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -316429,19 +318370,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteNotebookCount", "Permissions": [ { "Name": "Notes.Create", @@ -316484,20 +318425,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebookCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", "Permissions": [ { "Name": "Notes.Create", @@ -316540,22 +318481,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Sites", - "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", "OutputType": "IMicrosoftGraphCopyNotebookModel", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -316598,19 +318539,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -316653,19 +318594,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -316708,35 +318649,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/operations/$count", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -316771,20 +318712,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes", - "Command": "Get-MgSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -316819,34 +318760,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages", - "Module": "Notes", - "Command": "Get-MgSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenotePageContent", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Get-MgSiteOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenotePageCount", "Permissions": [ { "Name": "Notes.Read", @@ -316881,35 +318822,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages/$count", - "Module": "Notes", - "Command": "Get-MgSiteOnenotePageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteResourceContent", "Permissions": [ { "Name": "Notes.Read", @@ -316944,35 +318885,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteResourceContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/resources/$count", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -317015,20 +318956,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -317071,19 +319012,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteSectionCount", "Permissions": [ { "Name": "Notes.Create", @@ -317126,20 +319067,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections/$count", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -317182,20 +319123,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -317238,20 +319179,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteSectionGroupCount", "Permissions": [ { "Name": "Notes.Create", @@ -317294,22 +319235,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -317352,19 +319293,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Read", @@ -317399,19 +319340,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes", - "Command": "Get-MgSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -317446,20 +319387,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Get-MgSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteOperation", "Permissions": [ { "Name": "Sites.Read.All", @@ -317494,19 +319435,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/operations", - "Module": "Sites", - "Command": "Get-MgSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteOperationCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -317541,20 +319482,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/operations/$count", - "Module": "Sites", - "Command": "Get-MgSiteOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -317573,20 +319514,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites", - "Command": "Get-MgSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -317605,34 +319546,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages", - "Module": "Sites", - "Command": "Get-MgSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePage", "OutputType": "IMicrosoftGraphSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -317651,387 +319592,387 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages/sitePage", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePage", "OutputType": "IMicrosoftGraphSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayout", "OutputType": "IMicrosoftGraphCanvasLayout", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": "IMicrosoftGraphVerticalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageWebPart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageWebPart", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageWebPart", "OutputType": "IMicrosoftGraphWebPart", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageAsSitePageWebPartCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", - "Module": "Sites", - "Command": "Get-MgSitePageAsSitePageWebPartCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -318050,20 +319991,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages/$count", - "Module": "Sites", - "Command": "Get-MgSitePageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageCountAsSitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -318082,227 +320023,227 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/pages/sitePage/$count", - "Module": "Sites", - "Command": "Get-MgSitePageCountAsSitePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", - "Module": "Sites", - "Command": "Get-MgSitePageCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", - "Module": "Sites", - "Command": "Get-MgSitePageLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Sites", - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Sites", - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Sites", - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", - "Module": "Sites", - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", - "Module": "Sites", - "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "OutputType": "IMicrosoftGraphWebPartPosition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSitePermission", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites", - "Command": "Get-MgSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSitePermission", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/permissions", - "Module": "Sites", - "Command": "Get-MgSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSitePermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/permissions/$count", - "Module": "Sites", - "Command": "Get-MgSitePermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -318345,20 +320286,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Sites", - "Command": "Get-MgSiteRecentNotebook", "OutputType": "IMicrosoftGraphRecentNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteTermStore", "Permissions": [ { "Name": "TermStore.Read.All", @@ -318377,51 +320318,51 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore", - "Module": "Sites", - "Command": "Get-MgSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStore", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStores", - "Module": "Sites", - "Command": "Get-MgSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStores/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -318440,22 +320381,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroup", "Permissions": [ { "Name": "TermStore.Read.All", @@ -318474,20 +320415,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -318506,39 +320447,39 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -318557,25 +320498,26 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -318585,35 +320527,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -318623,18 +320565,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -318644,35 +320586,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -318682,18 +320624,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -318703,18 +320645,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -318724,18 +320666,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -318745,18 +320687,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -318766,13 +320708,12 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -318791,139 +320732,139 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -318942,337 +320883,337 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreGroupSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreGroupSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSet", "Permissions": [ { "Name": "TermStore.Read.All", @@ -319291,42 +321232,43 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319336,13 +321278,12 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChild", "Permissions": [ { "Name": "TermStore.Read.All", @@ -319361,27 +321302,28 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319391,18 +321333,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319412,35 +321354,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319450,18 +321392,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319471,18 +321413,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319492,18 +321434,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319513,18 +321455,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319534,84 +321476,84 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319621,35 +321563,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319659,18 +321601,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319680,35 +321622,35 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1", "List2", "List3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319718,18 +321660,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319739,18 +321681,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319760,18 +321702,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319781,18 +321723,18 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", @@ -319802,479 +321744,478 @@ "GetViaIdentity1", "GetViaIdentity2", "GetViaIdentity3" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320293,20 +322234,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetRelationCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320325,73 +322266,73 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTerm", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320410,54 +322351,54 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChild", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChild", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320476,20 +322417,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChildCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320508,173 +322449,173 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermChildSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermChildSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermCount", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermRelation", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320693,20 +322634,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermRelationCount", "Permissions": [ { "Name": "TermStore.Read.All", @@ -320725,90 +322666,90 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermRelationSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelationSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSiteTermStoreSetTermSet", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", - "Module": "Sites", - "Command": "Get-MgSiteTermStoreSetTermSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -320843,20 +322784,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgSubscribedSku", "OutputType": "IMicrosoftGraphSubscribedSku", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSubscribedSku", "Permissions": [ { "Name": "Organization.Read.All", @@ -320891,63 +322832,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/subscribedSkus", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgSubscribedSku", "OutputType": "IMicrosoftGraphSubscribedSku", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSubscription", "Permissions": [], + "Method": "GET", "Uri": "/subscriptions/{subscription-id}", - "Module": "ChangeNotifications", - "Command": "Get-MgSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSubscription", "Permissions": [], + "Method": "GET", "Uri": "/subscriptions", - "Module": "ChangeNotifications", - "Command": "Get-MgSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSubSite", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/sites/{site-id1}", - "Module": "Sites", - "Command": "Get-MgSubSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgSubSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -320966,19 +322907,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/sites", - "Module": "Sites", - "Command": "Get-MgSubSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List2" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgSubSiteCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -320997,20 +322938,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/sites/{site-id}/sites/$count", - "Module": "Sites", - "Command": "Get-MgSubSiteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeam", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -321085,20 +323026,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}", - "Module": "Teams", - "Command": "Get-MgTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -321125,19 +323066,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams", - "Module": "Teams", - "Command": "Get-MgTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -321212,20 +323153,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams", - "Command": "Get-MgTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -321300,19 +323241,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels", - "Module": "Teams", - "Command": "Get-MgTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelCount", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -321387,20 +323328,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/$count", - "Module": "Teams", - "Command": "Get-MgTeamChannelCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelFileFolder", "Permissions": [ { "Name": "Files.Read.All", @@ -321475,35 +323416,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "Module": "Teams", - "Command": "Get-MgTeamChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams", - "Command": "Get-MgTeamChannelFileFolderContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -321538,20 +323479,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMember", "Permissions": [ { "Name": "Group.Read.All", @@ -321578,19 +323519,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Teams", - "Command": "Get-MgTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelMemberCount", "Permissions": [ { "Name": "Group.Read.All", @@ -321617,20 +323558,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", - "Module": "Teams", - "Command": "Get-MgTeamChannelMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -321665,22 +323606,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessage", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -321715,19 +323656,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageCount", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -321762,20 +323703,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageDelta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -321810,20 +323751,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -321858,22 +323799,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -321908,19 +323849,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageHostedContentCount", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -321955,20 +323896,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageReply", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -322003,20 +323944,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageReply", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -322051,19 +323992,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageReplyCount", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -322098,20 +324039,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageReplyDelta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -322146,20 +324087,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageReplyHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -322194,22 +324135,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageReplyHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -322244,19 +324185,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -322291,20 +324232,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelRetainedMessage", + "Permissions": [], "Method": "GET", + "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", + "OutputType": "IMicrosoftGraphChatMessage", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelSharedWithTeam", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -322323,22 +324279,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelSharedWithTeam", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -322357,34 +324313,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -322403,19 +324359,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -322434,20 +324390,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelSharedWithTeamCount", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -322466,20 +324422,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams", - "Command": "Get-MgTeamChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -322578,20 +324534,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Get-MgTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -322690,19 +324646,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Teams", - "Command": "Get-MgTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelTabCount", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -322801,35 +324757,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", - "Module": "Teams", - "Command": "Get-MgTeamChannelTabCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgTeamChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamCount", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -322856,63 +324812,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/$count", - "Module": "Teams", - "Command": "Get-MgTeamCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamGroupServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", - "Module": "Teams", - "Command": "Get-MgTeamGroupServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", - "Module": "Teams", - "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamIncomingChannel", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", - "Module": "Teams", - "Command": "Get-MgTeamIncomingChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamIncomingChannel", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -322939,19 +324895,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/incomingChannels", - "Module": "Teams", - "Command": "Get-MgTeamIncomingChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamIncomingChannelCount", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -322978,20 +324934,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/incomingChannels/$count", - "Module": "Teams", - "Command": "Get-MgTeamIncomingChannelCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.Read.Group", @@ -323146,20 +325102,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams", - "Command": "Get-MgTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -323306,19 +325262,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps", - "Module": "Teams", - "Command": "Get-MgTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamInstalledAppCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -323465,50 +325421,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps/$count", - "Module": "Teams", - "Command": "Get-MgTeamInstalledAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgTeamInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams", - "Command": "Get-MgTeamInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -323535,20 +325491,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamMember", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -323575,19 +325531,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/members", - "Module": "Teams", - "Command": "Get-MgTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamMemberCount", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -323614,79 +325570,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/members/$count", - "Module": "Teams", - "Command": "Get-MgTeamMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamOperation", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams", - "Command": "Get-MgTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamOperation", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/operations", - "Module": "Teams", - "Command": "Get-MgTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/operations/$count", - "Module": "Teams", - "Command": "Get-MgTeamOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamPermissionGrant", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -323777,19 +325733,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/permissionGrants", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPermissionGrantCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -323880,50 +325836,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/permissionGrants/$count", - "Module": "Teams", - "Command": "Get-MgTeamPermissionGrantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamPhoto", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/photo", - "Module": "Teams", - "Command": "Get-MgTeamPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/photo/$value", - "Module": "Teams", - "Command": "Get-MgTeamPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -323966,453 +325922,453 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelFileFolder", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/filesFolder", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelFileFolderContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/members", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/members/$count", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/$count", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageDelta", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/delta", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelTabCount", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelTabCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamPrimaryChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgTeamPrimaryChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamSchedule", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324447,20 +326403,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule", - "Module": "Teams", - "Command": "Get-MgTeamSchedule", "OutputType": "IMicrosoftGraphSchedule", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleOfferShiftRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324495,20 +326451,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -324527,19 +326483,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamScheduleOfferShiftRequestCount", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -324558,20 +326514,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOfferShiftRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324606,20 +326562,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleOpenShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324654,19 +326610,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShifts", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324701,20 +326657,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324749,19 +326705,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324796,20 +326752,68 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", - "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamScheduleOpenShiftCount", + "Permissions": [ + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/teams/{team-id}/schedule/openShifts/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleSchedulingGroup", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324844,20 +326848,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/schedule/openShifts/$count", + "Method": "GET", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleOpenShiftCount", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleSchedulingGroup", + "Permissions": [ + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "OutputType": "IMicrosoftGraphSchedulingGroup", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamScheduleSchedulingGroupCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324892,20 +326943,68 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Method": "GET", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleShift", + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "OutputType": "IMicrosoftGraphShift", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleShift", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324940,19 +327039,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "Method": "GET", + "Uri": "/teams/{team-id}/schedule/shifts", + "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Get-MgTeamScheduleSchedulingGroup", - "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamScheduleShiftCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -324987,178 +327086,35 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "Module": "Teams", - "Command": "Get-MgTeamScheduleSchedulingGroupCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", + "Uri": "/teams/{team-id}/schedule/shifts/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Module": "Teams", - "Command": "Get-MgTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [ - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/teams/{team-id}/schedule/shifts", - "Module": "Teams", - "Command": "Get-MgTeamScheduleShift", - "OutputType": "IMicrosoftGraphShift", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0", "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "Module": "Teams", - "Command": "Get-MgTeamScheduleShiftCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325193,19 +327149,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Teams", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325240,20 +327196,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", - "Module": "Teams", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325288,20 +327244,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleTimeOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325336,19 +327292,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timesOff", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamScheduleTimeOffCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325383,20 +327339,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timesOff/$count", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325431,20 +327387,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleTimeOffReason", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325479,19 +327435,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamScheduleTimeOffReasonCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325526,20 +327482,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffReasonCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325574,20 +327530,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamScheduleTimeOffRequest", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325622,19 +327578,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamScheduleTimeOffRequestCount", "Permissions": [ { "Name": "Schedule.Read.All", @@ -325669,20 +327625,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", - "Module": "Teams", - "Command": "Get-MgTeamScheduleTimeOffRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -325717,20 +327673,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Teams", - "Command": "Get-MgTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamTag", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -325765,19 +327721,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags", - "Module": "Teams", - "Command": "Get-MgTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamTagCount", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -325812,20 +327768,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/$count", - "Module": "Teams", - "Command": "Get-MgTeamTagCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -325860,20 +327816,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams", - "Command": "Get-MgTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamTagMember", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -325908,19 +327864,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Teams", - "Command": "Get-MgTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamTagMemberCount", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -325955,614 +327911,629 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", - "Module": "Teams", - "Command": "Get-MgTeamTagMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamTemplate", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/template", - "Module": "Teams", - "Command": "Get-MgTeamTemplate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamwork", "Permissions": [], + "Method": "GET", "Uri": "/teamwork", - "Module": "Teams", - "Command": "Get-MgTeamwork", "OutputType": "IMicrosoftGraphTeamwork", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedChat", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedChat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedChat", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedChats", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedChat", "OutputType": "IMicrosoftGraphDeletedChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedChatCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedChats/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedChatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeam", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeam", "OutputType": "IMicrosoftGraphDeletedTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeam", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeam", "OutputType": "IMicrosoftGraphDeletedTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelRetainedMessage", + "Permissions": [], "Method": "GET", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", + "OutputType": "IMicrosoftGraphChatMessage", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkDeletedTeamCount", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkDeletedTeamCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamworkTeamAppSetting", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -326581,19 +328552,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/teamsAppSettings", - "Module": "Teams", - "Command": "Get-MgTeamworkTeamAppSetting", "OutputType": "IMicrosoftGraphTeamsAppSettings", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamworkWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -326612,20 +328583,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Teams", - "Command": "Get-MgTeamworkWorkforceIntegration", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTeamworkWorkforceIntegration", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -326644,19 +328615,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/workforceIntegrations", - "Module": "Teams", - "Command": "Get-MgTeamworkWorkforceIntegration", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTeamworkWorkforceIntegrationCount", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -326675,19 +328646,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teamwork/workforceIntegrations/$count", - "Module": "Teams", - "Command": "Get-MgTeamworkWorkforceIntegrationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -326706,20 +328677,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -326738,19 +328709,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -326769,34 +328740,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -326815,19 +328786,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -326846,20 +328817,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -326878,20 +328849,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -326910,19 +328881,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -326941,20 +328912,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -326973,19 +328944,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -327004,20 +328975,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -327036,19 +329007,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -327067,20 +329038,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -327099,19 +329070,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -327130,20 +329101,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -327162,20 +329133,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -327194,19 +329165,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -327225,20 +329196,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", - "Module": "Identity.Partner", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipMultiTenantOrganization", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -327265,19 +329236,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization", - "Module": "Identity.SignIns", - "Command": "Get-MgTenantRelationshipMultiTenantOrganization", "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -327296,34 +329267,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Identity.SignIns", - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -327350,19 +329321,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Identity.SignIns", - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -327389,19 +329360,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -327524,20 +329495,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}", - "Module": "Users", - "Command": "Get-MgUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUser", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -327644,137 +329615,137 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users", - "Module": "Users", - "Command": "Get-MgUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserActivityCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/$count", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserActivityHistoryItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityHistoryItem", "OutputType": "IMicrosoftGraphActivityHistoryItem", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserActivityHistoryItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityHistoryItem", "OutputType": "IMicrosoftGraphActivityHistoryItem", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserActivityHistoryItemActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityHistoryItemActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserActivityHistoryItemCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", - "Module": "CrossDeviceExperiences", - "Command": "Get-MgUserActivityHistoryItemCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAgreementAcceptance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance", - "Command": "Get-MgUserAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAgreementAcceptance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -327793,19 +329764,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/agreementAcceptances", - "Module": "Identity.Governance", - "Command": "Get-MgUserAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAgreementAcceptanceCount", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -327824,35 +329795,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/agreementAcceptances/$count", - "Module": "Identity.Governance", - "Command": "Get-MgUserAgreementAcceptanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Get-MgUserAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserAppRoleAssignment", "Permissions": [ { "Name": "Directory.Read.All", @@ -327871,19 +329842,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignments", - "Module": "Applications", - "Command": "Get-MgUserAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAppRoleAssignmentCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -327902,20 +329873,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/appRoleAssignments/$count", - "Module": "Applications", - "Command": "Get-MgUserAppRoleAssignmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -327950,20 +329921,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationEmailMethod", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -327998,19 +329969,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/emailMethods", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationEmailMethod", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationEmailMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328045,20 +330016,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationEmailMethodCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationFido2Method", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328093,20 +330064,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationFido2Method", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationFido2Method", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328141,19 +330112,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/fido2Methods", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationFido2Method", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationFido2MethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328188,20 +330159,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/fido2Methods/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationFido2MethodCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328236,20 +330207,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328284,19 +330255,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/methods", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMethod", "OutputType": "IMicrosoftGraphAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328331,20 +330302,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/methods/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMethodCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328379,20 +330350,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328427,19 +330398,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328474,35 +330445,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationOperation", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328537,49 +330508,49 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationOperation", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/operations", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/operations/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationPasswordMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328614,20 +330585,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPasswordMethod", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationPasswordMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328662,19 +330633,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/passwordMethods", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPasswordMethod", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationPasswordMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328709,20 +330680,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/passwordMethods/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPasswordMethodCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328757,20 +330728,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPhoneMethod", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328805,19 +330776,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/phoneMethods", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPhoneMethod", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationPhoneMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -328852,20 +330823,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/phoneMethods/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationPhoneMethodCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328900,20 +330871,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328948,19 +330919,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -328995,20 +331014,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "Method": "GET", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "List" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -329043,115 +331109,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "Variants": [ - "List" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -329186,20 +331157,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -329234,19 +331205,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -329281,65 +331252,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", - "Module": "Identity.SignIns", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserById", "Permissions": [], + "Method": "POST", "Uri": "/users/getByIds", - "Module": "Users.Actions", - "Command": "Get-MgUserById", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Get", "GetExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendars/{calendar-id}", - "Module": "Calendar", - "Command": "Get-MgUserCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -329374,19 +331345,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendars", - "Module": "Calendar", - "Command": "Get-MgUserCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendarCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -329421,20 +331392,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendars/$count", - "Module": "Calendar", - "Command": "Get-MgUserCalendarCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -329461,19 +331432,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Module": "Calendar", - "Command": "Get-MgUserCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserCalendarEventDelta", "Permissions": [ { "Name": "Calendars.Read", @@ -329500,22 +331471,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendar/events/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserCalendarEventDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -329534,20 +331505,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Calendar", - "Command": "Get-MgUserCalendarGroup", "OutputType": "IMicrosoftGraphCalendarGroup", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -329574,19 +331545,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendarGroups", - "Module": "Calendar", - "Command": "Get-MgUserCalendarGroup", "OutputType": "IMicrosoftGraphCalendarGroup", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendarGroupCalendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -329621,19 +331592,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Module": "Calendar", - "Command": "Get-MgUserCalendarGroupCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendarGroupCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -329660,86 +331631,86 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendarGroups/$count", - "Module": "Calendar", - "Command": "Get-MgUserCalendarGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserCalendarPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar", - "Command": "Get-MgUserCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserCalendarPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar/calendarPermissions", - "Module": "Calendar", - "Command": "Get-MgUserCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendarPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", - "Module": "Calendar", - "Command": "Get-MgUserCalendarPermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserCalendarSchedule", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", - "Module": "Users.Actions", - "Command": "Get-MgUserCalendarSchedule", "OutputType": "IMicrosoftGraphScheduleInformation", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCalendarView", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -329766,20 +331737,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendar/calendarView", - "Module": "Calendar", - "Command": "Get-MgUserCalendarView", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -329862,20 +331833,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Teams", - "Command": "Get-MgUserChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -329918,19 +331889,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats", - "Module": "Teams", - "Command": "Get-MgUserChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatCount", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -329973,109 +331944,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/$count", - "Module": "Teams", - "Command": "Get-MgUserChatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatInstalledApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams", - "Command": "Get-MgUserChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatInstalledApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "Module": "Teams", - "Command": "Get-MgUserChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatInstalledAppCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", - "Module": "Teams", - "Command": "Get-MgUserChatInstalledAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgUserChatInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams", - "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatLastMessagePreview", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Teams", - "Command": "Get-MgUserChatLastMessagePreview", "OutputType": "IMicrosoftGraphChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -330174,20 +332145,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Get-MgUserChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMember", "Permissions": [ { "Name": "ChatMember.Read", @@ -330286,19 +332257,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Module": "Teams", - "Command": "Get-MgUserChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMemberCount", "Permissions": [ { "Name": "ChatMember.Read", @@ -330397,20 +332368,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", - "Module": "Teams", - "Command": "Get-MgUserChatMemberCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessage", "Permissions": [ { "Name": "Chat.Read", @@ -330469,20 +332440,131 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Get-MgUserChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessage", + "Permissions": [ + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ChatMessage.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite.All", + "Description": "Read and write all chat messages", + "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "OutputType": "IMicrosoftGraphChatMessage", "ApiVersion": "v1.0", + "Module": "Teams", + "Variants": [ + "List" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Get-MgUserChatMessageCount", + "Permissions": [ + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ChatMessage.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite.All", + "Description": "Read and write all chat messages", + "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Method": "GET", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserChatMessageDelta", "Permissions": [ { "Name": "Chat.Read", @@ -330500,6 +332582,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Chat.ReadWrite", "Description": "Read and write your chat messages", @@ -330525,147 +332623,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Module": "Teams", - "Command": "Get-MgUserChatMessage", - "OutputType": "IMicrosoftGraphChatMessage", - "Variants": [ - "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "ChatMessage.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Chat.ReadWrite", - "Description": "Read and write your chat messages", - "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite.All", - "Description": "Read and write all chat messages", - "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read.All", - "Description": "Read all chat messages", - "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", - "Module": "Teams", - "Command": "Get-MgUserChatMessageCount", - "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "ChatMessage.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite", - "Description": "Read and write your chat messages", - "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite.All", - "Description": "Read and write all chat messages", - "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read.All", - "Description": "Read all chat messages", - "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserChatMessageDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -330724,22 +332695,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgUserChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessageHostedContent", "Permissions": [ { "Name": "Chat.Read", @@ -330798,19 +332769,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "Get-MgUserChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessageHostedContentCount", "Permissions": [ { "Name": "Chat.Read", @@ -330869,215 +332840,215 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgUserChatMessageHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessageReply", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessageReplyCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReplyCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserChatMessageReplyDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserChatMessageReplyDelta", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatMessageReplyHostedContentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", - "Module": "Teams", - "Command": "Get-MgUserChatMessageReplyHostedContentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Get-MgUserChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatPermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Module": "Teams", - "Command": "Get-MgUserChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatPermissionGrantCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", - "Module": "Teams", - "Command": "Get-MgUserChatPermissionGrantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatPinnedMessage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams", - "Command": "Get-MgUserChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatPinnedMessage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "Module": "Teams", - "Command": "Get-MgUserChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatPinnedMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", - "Module": "Teams", - "Command": "Get-MgUserChatPinnedMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatRetainedMessage", "Permissions": [ { "Name": "Chat.Read.All", @@ -331096,79 +333067,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/getAllRetainedMessages", - "Module": "Users.Functions", - "Command": "Get-MgUserChatRetainedMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatTab", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Get-MgUserChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatTab", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "Module": "Teams", - "Command": "Get-MgUserChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatTabCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", - "Module": "Teams", - "Command": "Get-MgUserChatTabCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserChatTabTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgUserChatTabTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContact", "Permissions": [ { "Name": "Contacts.Read", @@ -331187,20 +333158,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts", - "Command": "Get-MgUserContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContact", "Permissions": [ { "Name": "Contacts.Read", @@ -331219,19 +333190,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contacts", - "Module": "PersonalContacts", - "Command": "Get-MgUserContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactCount", "Permissions": [ { "Name": "Contacts.Read", @@ -331250,20 +333221,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contacts/$count", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserContactDelta", "Permissions": [ { "Name": "Contacts.Read", @@ -331282,64 +333253,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contacts/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserContactDelta", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -331358,20 +333329,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -331390,34 +333361,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolder", "Permissions": [ { "Name": "Contacts.Read", @@ -331436,19 +333407,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderContact", "Permissions": [ { "Name": "Contacts.Read", @@ -331467,20 +333438,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderContact", "Permissions": [ { "Name": "Contacts.Read", @@ -331499,19 +333470,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderContactCount", "Permissions": [ { "Name": "Contacts.Read", @@ -331530,20 +333501,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderContactDelta", "Permissions": [ { "Name": "Contacts.Read", @@ -331562,94 +333533,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserContactFolderChildFolderContactDelta", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderContactPhoto", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderCount", "Permissions": [ { "Name": "Contacts.Read", @@ -331668,35 +333639,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderChildFolderCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserContactFolderChildFolderDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserContactFolderChildFolderDelta", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderContact", "Permissions": [ { "Name": "Contacts.Read", @@ -331715,20 +333686,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderContact", "Permissions": [ { "Name": "Contacts.Read", @@ -331747,19 +333718,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderContactCount", "Permissions": [ { "Name": "Contacts.Read", @@ -331778,20 +333749,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserContactFolderContactDelta", "Permissions": [ { "Name": "Contacts.Read", @@ -331810,94 +333781,94 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserContactFolderContactDelta", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderContactExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderContactExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderContactPhoto", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderContactPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactFolderCount", "Permissions": [ { "Name": "Contacts.Read", @@ -331916,20 +333887,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/$count", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactFolderCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserContactFolderDelta", "Permissions": [ { "Name": "Contacts.Read", @@ -331948,50 +333919,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/contactFolders/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserContactFolderDelta", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactPhoto", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserContactPhotoContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts", - "Command": "Get-MgUserContactPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCount", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -332098,34 +334069,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/$count", - "Module": "Users", - "Command": "Get-MgUserCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCreatedObject", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", - "Module": "Users", - "Command": "Get-MgUserCreatedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCreatedObject", "Permissions": [ { "Name": "User.Read", @@ -332176,48 +334147,48 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects", - "Module": "Users", - "Command": "Get-MgUserCreatedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", - "Module": "Users", - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/servicePrincipal", - "Module": "Users", - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCreatedObjectCount", "Permissions": [ { "Name": "User.Read", @@ -332268,50 +334239,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/$count", - "Module": "Users", - "Command": "Get-MgUserCreatedObjectCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", - "Module": "Users", - "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDefaultCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar", - "Module": "Calendar", - "Command": "Get-MgUserDefaultCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDefaultCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332338,19 +334309,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/calendar/events", - "Module": "Calendar", - "Command": "Get-MgUserDefaultCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserDefaultCalendarSchedule", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332377,22 +334348,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/calendar/getSchedule", - "Module": "Users.Actions", - "Command": "Get-MgUserDefaultCalendarSchedule", "OutputType": "IMicrosoftGraphScheduleInformation", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDefaultDrive", "Permissions": [ { "Name": "Files.Read", @@ -332443,20 +334414,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/drive", - "Module": "Files", - "Command": "Get-MgUserDefaultDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserDelta", "Permissions": [ { "Name": "User.Read.All", @@ -332491,78 +334462,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserDelta", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDirectReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/{directoryObject-id}", - "Module": "Users", - "Command": "Get-MgUserDirectReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDirectReport", "Permissions": [ { "Name": "User.Read", @@ -332605,77 +334576,77 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/directReports", - "Module": "Users", - "Command": "Get-MgUserDirectReport", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDirectReportAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", - "Module": "Users", - "Command": "Get-MgUserDirectReportAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDirectReportAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/orgContact", - "Module": "Users", - "Command": "Get-MgUserDirectReportAsOrgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDirectReportAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", - "Module": "Users", - "Command": "Get-MgUserDirectReportAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDirectReportAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/user", - "Module": "Users", - "Command": "Get-MgUserDirectReportAsUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDirectReportCount", "Permissions": [ { "Name": "User.Read", @@ -332718,65 +334689,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/directReports/$count", - "Module": "Users", - "Command": "Get-MgUserDirectReportCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDirectReportCountAsOrgContact", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/orgContact/$count", - "Module": "Users", - "Command": "Get-MgUserDirectReportCountAsOrgContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDirectReportCountAsUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/directReports/user/$count", - "Module": "Users", - "Command": "Get-MgUserDirectReportCountAsUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Files", - "Command": "Get-MgUserDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get1", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDrive", "Permissions": [ { "Name": "Files.Read", @@ -332827,137 +334798,137 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/drives", - "Module": "Files", - "Command": "Get-MgUserDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgUserDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveBundle", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Files", - "Command": "Get-MgUserDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveBundleContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgUserDriveBundleContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveBundleCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", - "Module": "Files", - "Command": "Get-MgUserDriveBundleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveContentTypeBase", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", - "Module": "Files", - "Command": "Get-MgUserDriveContentTypeBase", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", - "Module": "Files", - "Command": "Get-MgUserDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveContentTypeBaseType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", - "Module": "Files", - "Command": "Get-MgUserDriveContentTypeBaseType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveContentTypeBaseTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", - "Module": "Files", - "Command": "Get-MgUserDriveContentTypeBaseTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveCount", "Permissions": [ { "Name": "Files.Read", @@ -333008,2797 +334979,2797 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/drives/$count", - "Module": "Files", - "Command": "Get-MgUserDriveCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgUserDriveCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgUserDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveFollowing", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/following", - "Module": "Files", - "Command": "Get-MgUserDriveFollowing", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveFollowingContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgUserDriveFollowingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveFollowingCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", - "Module": "Files", - "Command": "Get-MgUserDriveFollowingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Files", - "Command": "Get-MgUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserDriveItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files", - "Command": "Get-MgUserDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Module": "Files", - "Command": "Get-MgUserDriveItemAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", - "Module": "Files", - "Command": "Get-MgUserDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemChild", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files", - "Command": "Get-MgUserDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemChildContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files", - "Command": "Get-MgUserDriveItemChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemChildCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgUserDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgUserDriveItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserDriveItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveItemDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgUserDriveItemItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgUserDriveItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveItemListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgUserDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files", - "Command": "Get-MgUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files", - "Command": "Get-MgUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemPermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files", - "Command": "Get-MgUserDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgUserDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files", - "Command": "Get-MgUserDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Get-MgUserDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files", - "Command": "Get-MgUserDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemThumbnailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Get-MgUserDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files", - "Command": "Get-MgUserDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Get-MgUserDriveItemVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgUserDriveLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveList", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Files", - "Command": "Get-MgUserDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Files", - "Command": "Get-MgUserDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files", - "Command": "Get-MgUserDriveListColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files", - "Command": "Get-MgUserDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumnCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumnPosition", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnPosition", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListContentTypeCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListContentTypeCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", - "Module": "Files", - "Command": "Get-MgUserDriveListCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", - "Module": "Files", - "Command": "Get-MgUserDriveListDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "Module": "Files", - "Command": "Get-MgUserDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", - "Module": "Files", - "Command": "Get-MgUserDriveListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", - "Module": "Files", - "Command": "Get-MgUserDriveListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveListItemDelta", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files", - "Command": "Get-MgUserDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgUserDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", - "Module": "Files", - "Command": "Get-MgUserDriveListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Get-MgUserDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Get-MgUserDriveListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files", - "Command": "Get-MgUserDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgUserDriveListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListOperation", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "Module": "Files", - "Command": "Get-MgUserDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgUserDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files", - "Command": "Get-MgUserDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveListSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveListSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Files", - "Command": "Get-MgUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserDriveRootActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveRootActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Files", - "Command": "Get-MgUserDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", - "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootAnalyticTime", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", - "Module": "Files", - "Command": "Get-MgUserDriveRootAnalyticTime", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgUserDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootChild", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "Module": "Files", - "Command": "Get-MgUserDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootChildContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgUserDriveRootChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootChildCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootChildCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Files", - "Command": "Get-MgUserDriveRootContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", - "Module": "Files", - "Command": "Get-MgUserDriveRootCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserDriveRootDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveRootDelta", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootItemLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgUserDriveRootItemLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootLastModifiedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", - "Module": "Files", - "Command": "Get-MgUserDriveRootLastModifiedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemActivityByInterval", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", - "Module": "Users.Functions", - "Command": "Get-MgUserDriveRootListItemActivityByInterval", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemAnalytic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemCreatedByUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemCreatedByUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", "OutputType": "IMicrosoftGraphServiceProvisioningError", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootListItemVersionField", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Get-MgUserDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files", - "Command": "Get-MgUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootPermission", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "Module": "Files", - "Command": "Get-MgUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootPermissionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootPermissionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootRetentionLabel", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files", - "Command": "Get-MgUserDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Get-MgUserDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootSubscription", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files", - "Command": "Get-MgUserDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootSubscriptionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootSubscriptionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Get-MgUserDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootThumbnail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files", - "Command": "Get-MgUserDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootThumbnailCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootThumbnailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Get-MgUserDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootVersion", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "Module": "Files", - "Command": "Get-MgUserDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootVersionContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Get-MgUserDriveRootVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveRootVersionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", - "Module": "Files", - "Command": "Get-MgUserDriveRootVersionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", - "Module": "Files", - "Command": "Get-MgUserDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveSpecial", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/special", - "Module": "Files", - "Command": "Get-MgUserDriveSpecial", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveSpecialContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files", - "Command": "Get-MgUserDriveSpecialContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserDriveSpecialCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", - "Module": "Files", - "Command": "Get-MgUserDriveSpecialCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -335817,20 +337788,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Calendar", - "Command": "Get-MgUserEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEvent", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -335857,78 +337828,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events", - "Module": "Calendar", - "Command": "Get-MgUserEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Calendar", - "Command": "Get-MgUserEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Module": "Calendar", - "Command": "Get-MgUserEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", - "Module": "Calendar", - "Command": "Get-MgUserEventAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/calendar", - "Module": "Calendar", - "Command": "Get-MgUserEventCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -335955,20 +337926,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/$count", - "Module": "Calendar", - "Command": "Get-MgUserEventCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserEventDelta", "Permissions": [ { "Name": "Calendars.Read", @@ -335995,79 +337966,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserEventDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Get-MgUserEventExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Module": "Calendar", - "Command": "Get-MgUserEventExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", - "Module": "Calendar", - "Command": "Get-MgUserEventExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", - "Module": "Calendar", - "Command": "Get-MgUserEventInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstance", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -336086,78 +338057,78 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances", - "Module": "Calendar", - "Command": "Get-MgUserEventInstance", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstanceAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstanceAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstanceCalendar", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstanceCount", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -336176,138 +338147,138 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/$count", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserEventInstanceDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserEventInstanceDelta", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstanceExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserEventInstanceExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", - "Module": "Calendar", - "Command": "Get-MgUserEventInstanceExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Users", - "Command": "Get-MgUserExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/extensions", - "Module": "Users", - "Command": "Get-MgUserExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/extensions/$count", - "Module": "Users", - "Command": "Get-MgUserExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserFollowedSite", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/followedSites/{site-id}", - "Module": "Sites", - "Command": "Get-MgUserFollowedSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserFollowedSite", "Permissions": [ { "Name": "Sites.Read.All", @@ -336326,19 +338297,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/followedSites", - "Module": "Sites", - "Command": "Get-MgUserFollowedSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserFollowedSiteCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -336357,109 +338328,109 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/followedSites/$count", - "Module": "Sites", - "Command": "Get-MgUserFollowedSiteCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInferenceClassification", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/inferenceClassification", - "Module": "Mail", - "Command": "Get-MgUserInferenceClassification", "OutputType": "IMicrosoftGraphInferenceClassification", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInferenceClassificationOverride", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail", - "Command": "Get-MgUserInferenceClassificationOverride", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInferenceClassificationOverride", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Mail", - "Command": "Get-MgUserInferenceClassificationOverride", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInferenceClassificationOverrideCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", - "Module": "Mail", - "Command": "Get-MgUserInferenceClassificationOverrideCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsight", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights", - "Module": "Users", - "Command": "Get-MgUserInsight", "OutputType": "IMicrosoftGraphItemInsights", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightShared", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Users", - "Command": "Get-MgUserInsightShared", "OutputType": "IMicrosoftGraphSharedInsight", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightShared", "Permissions": [ { "Name": "Sites.Read.All", @@ -336478,19 +338449,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared", - "Module": "Users", - "Command": "Get-MgUserInsightShared", "OutputType": "IMicrosoftGraphSharedInsight", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightSharedCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -336509,65 +338480,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared/$count", - "Module": "Users", - "Command": "Get-MgUserInsightSharedCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightSharedLastSharedMethod", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", - "Module": "Users", - "Command": "Get-MgUserInsightSharedLastSharedMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightSharedResource", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", - "Module": "Users", - "Command": "Get-MgUserInsightSharedResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightTrending", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Users", - "Command": "Get-MgUserInsightTrending", "OutputType": "IMicrosoftGraphTrending", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightTrending", "Permissions": [ { "Name": "Sites.Read.All", @@ -336586,19 +338557,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/trending", - "Module": "Users", - "Command": "Get-MgUserInsightTrending", "OutputType": "IMicrosoftGraphTrending", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightTrendingCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -336617,20 +338588,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/trending/$count", - "Module": "Users", - "Command": "Get-MgUserInsightTrendingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightTrendingResource", "Permissions": [ { "Name": "Sites.Read.All", @@ -336649,35 +338620,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "Module": "Users", - "Command": "Get-MgUserInsightTrendingResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightUsed", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Users", - "Command": "Get-MgUserInsightUsed", "OutputType": "IMicrosoftGraphUsedInsight", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightUsed", "Permissions": [ { "Name": "Sites.Read.All", @@ -336696,19 +338667,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/used", - "Module": "Users", - "Command": "Get-MgUserInsightUsed", "OutputType": "IMicrosoftGraphUsedInsight", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightUsedCount", "Permissions": [ { "Name": "Sites.Read.All", @@ -336727,20 +338698,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/used/$count", - "Module": "Users", - "Command": "Get-MgUserInsightUsedCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserInsightUsedResource", "Permissions": [ { "Name": "Sites.Read.All", @@ -336759,20 +338730,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "Module": "Users", - "Command": "Get-MgUserInsightUsedResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserJoinedTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -336831,34 +338802,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/joinedTeams", - "Module": "Teams", - "Command": "Get-MgUserJoinedTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserLicenseDetail", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Users", - "Command": "Get-MgUserLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserLicenseDetail", "Permissions": [ { "Name": "User.Read", @@ -336901,19 +338872,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/licenseDetails", - "Module": "Users", - "Command": "Get-MgUserLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserLicenseDetailCount", "Permissions": [ { "Name": "User.Read", @@ -336956,20 +338927,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/licenseDetails/$count", - "Module": "Users", - "Command": "Get-MgUserLicenseDetailCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", "Permissions": [ { "Name": "User.Read", @@ -337004,20 +338975,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", - "Module": "Users.Functions", - "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailboxSetting", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -337036,20 +339007,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailboxSettings", - "Module": "Users", - "Command": "Get-MgUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -337084,20 +339055,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail", - "Command": "Get-MgUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -337132,34 +339103,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders", - "Module": "Mail", - "Command": "Get-MgUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolder", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -337194,19 +339165,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderCount", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -337241,241 +339212,241 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserMailFolderChildFolderDelta", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageDelta", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserMailFolderChildFolderMessageDelta", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderCount", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -337510,20 +339481,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMailFolderDelta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -337558,20 +339529,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserMailFolderDelta", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessage", "Permissions": [ { "Name": "Mail.Read", @@ -337598,20 +339569,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -337646,103 +339617,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageAttachmentCount", "OutputType": null, - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Mail.Read", - "Description": "Read mail in all mailboxes", - "FullDescription": "Allows the app to read mail in all mailboxes without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Mail.ReadBasic", - "Description": "Read user basic mail", - "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Mail.ReadBasic.All", - "Description": "Read basic mail in all mailboxes", - "FullDescription": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageContent", - "OutputType": null, "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageCount", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -337777,20 +339708,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageDelta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -337825,108 +339756,108 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserMailFolderMessageDelta", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageRule", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageRule", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMailFolderMessageRuleCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", - "Module": "Mail", - "Command": "Get-MgUserMailFolderMessageRuleCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMailTip", "Permissions": [ { "Name": "Mail.Read", @@ -337945,22 +339876,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/getMailTips", - "Module": "Users.Actions", - "Command": "Get-MgUserMailTip", "OutputType": "IMicrosoftGraphMailTips", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedAppDiagnosticStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -337979,20 +339910,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "Module": "Users.Functions", - "Command": "Get-MgUserManagedAppDiagnosticStatus", "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedappdiagnosticstatuses?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -338011,328 +339942,328 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/getManagedAppPolicies", - "Module": "Users.Functions", - "Command": "Get-MgUserManagedAppPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedapppolicies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedAppRegistration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedAppRegistration", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedAppRegistrations", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedAppRegistrationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedAppRegistrations/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedAppRegistrationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceCategory", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceConfigurationStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceConfigurationStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceWindowsProtectionState", "OutputType": "IMicrosoftGraphWindowsProtectionState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", - "Module": "Devices.CorporateManagement", - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserManagedDeviceWithAppFailure", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -338351,20 +340282,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "Module": "Users.Functions", - "Command": "Get-MgUserManagedDeviceWithAppFailure", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserManager", "Permissions": [ { "Name": "User.Read.All", @@ -338399,20 +340330,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/manager", - "Module": "Users", - "Command": "Get-MgUserManager", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserManagerByRef", "Permissions": [ { "Name": "User.Read.All", @@ -338447,20 +340378,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/manager/$ref", - "Module": "Users", - "Command": "Get-MgUserManagerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMemberGroup", "Permissions": [ { "Name": "Application.Read.All", @@ -338543,22 +340474,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/getMemberGroups", - "Module": "Users.Actions", - "Command": "Get-MgUserMemberGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMemberObject", "Permissions": [ { "Name": "Application.Read.All", @@ -338657,22 +340588,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/getMemberObjects", - "Module": "Users.Actions", - "Command": "Get-MgUserMemberObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMemberOf", "Permissions": [ { "Name": "User.Read", @@ -338691,20 +340622,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "Module": "Users", - "Command": "Get-MgUserMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMemberOf", "Permissions": [ { "Name": "User.Read", @@ -338739,34 +340670,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf", - "Module": "Users", - "Command": "Get-MgUserMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -338785,34 +340716,34 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMemberOfAsDirectoryRole", "Permissions": [ { "Name": "User.Read", @@ -338831,34 +340762,34 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/directoryRole", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMemberOfAsGroup", "Permissions": [ { "Name": "User.Read", @@ -338877,19 +340808,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/group", - "Module": "Users", - "Command": "Get-MgUserMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMemberOfCount", "Permissions": [ { "Name": "User.Read", @@ -338924,20 +340855,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/$count", - "Module": "Users", - "Command": "Get-MgUserMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -338956,20 +340887,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "Module": "Users", - "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMemberOfCountAsDirectoryRole", "Permissions": [ { "Name": "User.Read", @@ -338988,20 +340919,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "Module": "Users", - "Command": "Get-MgUserMemberOfCountAsDirectoryRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMemberOfCountAsGroup", "Permissions": [ { "Name": "User.Read", @@ -339020,20 +340951,20 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/memberOf/group/$count", - "Module": "Users", - "Command": "Get-MgUserMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessage", "Permissions": [ { "Name": "Mail.Read", @@ -339060,20 +340991,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Mail", - "Command": "Get-MgUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessage", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339108,63 +341039,63 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages", - "Module": "Mail", - "Command": "Get-MgUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail", - "Command": "Get-MgUserMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessageAttachment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Mail", - "Command": "Get-MgUserMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessageAttachmentCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "Module": "Mail", - "Command": "Get-MgUserMessageAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessageContent", "Permissions": [ { "Name": "Mail.Read", @@ -339191,20 +341122,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Mail", - "Command": "Get-MgUserMessageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessageCount", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -339239,20 +341170,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages/$count", - "Module": "Mail", - "Command": "Get-MgUserMessageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserMessageDelta", "Permissions": [ { "Name": "Mail.Read", @@ -339279,79 +341210,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/messages/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserMessageDelta", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail", - "Command": "Get-MgUserMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessageExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Mail", - "Command": "Get-MgUserMessageExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserMessageExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", - "Module": "Mail", - "Command": "Get-MgUserMessageExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOauth2PermissionGrant", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Users", - "Command": "Get-MgUserOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserOauth2PermissionGrant", "Permissions": [ { "Name": "Directory.Read.All", @@ -339370,19 +341301,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/oauth2PermissionGrants", - "Module": "Users", - "Command": "Get-MgUserOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOauth2PermissionGrantCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -339401,20 +341332,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", - "Module": "Users", - "Command": "Get-MgUserOauth2PermissionGrantCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -339457,20 +341388,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -339513,19 +341444,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteNotebookCount", "Permissions": [ { "Name": "Notes.Create", @@ -339568,20 +341499,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/$count", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebookCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserOnenoteNotebookFromWebUrl", "Permissions": [ { "Name": "Notes.Create", @@ -339624,22 +341555,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "Module": "Users.Actions", - "Command": "Get-MgUserOnenoteNotebookFromWebUrl", "OutputType": "IMicrosoftGraphCopyNotebookModel", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -339682,19 +341613,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -339737,19 +341668,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes", - "Command": "Get-MgUserOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteOperation", "Permissions": [ { "Name": "Notes.Create", @@ -339792,35 +341723,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Notes", - "Command": "Get-MgUserOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteOperationCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onenote/operations/$count", - "Module": "Notes", - "Command": "Get-MgUserOnenoteOperationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -339855,20 +341786,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes", - "Command": "Get-MgUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenotePage", "Permissions": [ { "Name": "Notes.Read", @@ -339903,19 +341834,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/pages", - "Module": "Notes", - "Command": "Get-MgUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenotePageContent", "Permissions": [ { "Name": "Notes.Read", @@ -339950,20 +341881,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Get-MgUserOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenotePageCount", "Permissions": [ { "Name": "Notes.Read", @@ -339998,20 +341929,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/pages/$count", - "Module": "Notes", - "Command": "Get-MgUserOnenotePageCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserOnenoteRecentNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -340054,35 +341985,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Module": "Users.Functions", - "Command": "Get-MgUserOnenoteRecentNotebook", "OutputType": "IMicrosoftGraphRecentNotebook", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteResource", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", - "Module": "Notes", - "Command": "Get-MgUserOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteResourceContent", "Permissions": [ { "Name": "Notes.Read", @@ -340117,35 +342048,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes", - "Command": "Get-MgUserOnenoteResourceContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteResourceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onenote/resources/$count", - "Module": "Notes", - "Command": "Get-MgUserOnenoteResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -340188,20 +342119,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -340244,19 +342175,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sections", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteSectionCount", "Permissions": [ { "Name": "Notes.Create", @@ -340299,20 +342230,76 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sections/$count", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "GetViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteSectionGroup", + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } ], "Method": "GET", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "OutputType": "IMicrosoftGraphSectionGroup", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Notes", + "Variants": [ + "Get", + "GetViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -340355,76 +342342,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionGroup", - "OutputType": "IMicrosoftGraphSectionGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/onenote/sectionGroups", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List", "List1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteSectionGroupCount", "Permissions": [ { "Name": "Notes.Create", @@ -340467,22 +342398,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionGroupCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -340525,19 +342456,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Read", @@ -340572,19 +342503,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes", - "Command": "Get-MgUserOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -340619,20 +342550,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -340667,122 +342598,122 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingCount", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -340817,153 +342748,153 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/$count", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingRecording", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingRecording", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingRecordingContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingRecordingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingRecordingCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingRecordingCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingTranscript", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingTranscript", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingTranscriptContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingTranscriptCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingTranscriptCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications", - "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -341014,79 +342945,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", - "Module": "Users.Functions", - "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOutlookMasterCategory", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Users", - "Command": "Get-MgUserOutlookMasterCategory", "OutputType": "IMicrosoftGraphOutlookCategory", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOutlookMasterCategory", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/masterCategories", - "Module": "Users", - "Command": "Get-MgUserOutlookMasterCategory", "OutputType": "IMicrosoftGraphOutlookCategory", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOutlookMasterCategoryCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/outlook/masterCategories/$count", - "Module": "Users", - "Command": "Get-MgUserOutlookMasterCategoryCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", - "Module": "Users", - "Command": "Get-MgUserOwnedDevice", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDevice", "Permissions": [ { "Name": "User.Read", @@ -341129,106 +343060,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices", - "Module": "Users", - "Command": "Get-MgUserOwnedDevice", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/device", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/endpoint", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceCount", "Permissions": [ { "Name": "User.Read", @@ -341271,80 +343202,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/$count", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/device/$count", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceCountAsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", - "Module": "Users", - "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObject", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", - "Module": "Users", - "Command": "Get-MgUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObject", "Permissions": [ { "Name": "User.Read", @@ -341387,106 +343318,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects", - "Module": "Users", - "Command": "Get-MgUserOwnedObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/application", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/group", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectCount", "Permissions": [ { "Name": "User.Read", @@ -341529,80 +343460,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/$count", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectCountAsApplication", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/application/$count", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectCountAsApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/group/$count", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", - "Module": "Users", - "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserPerson", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/people/{person-id}", - "Module": "People", - "Command": "Get-MgUserPerson", "OutputType": "IMicrosoftGraphPerson", + "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserPerson", "Permissions": [ { "Name": "People.Read", @@ -341621,19 +343552,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/people", - "Module": "People", - "Command": "Get-MgUserPerson", "OutputType": "IMicrosoftGraphPerson", + "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserPersonCount", "Permissions": [ { "Name": "People.Read", @@ -341652,20 +343583,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/people/$count", - "Module": "People", - "Command": "Get-MgUserPersonCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "People", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserPhoto", "Permissions": [ { "Name": "User.Read", @@ -341708,22 +343639,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/photo", - "Module": "Users", - "Command": "Get-MgUserPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserPhoto", "Permissions": [ { "Name": "User.Read", @@ -341766,19 +343697,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/photos", - "Module": "Users", - "Command": "Get-MgUserPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserPhotoContent", "Permissions": [ { "Name": "User.Read", @@ -341821,22 +343752,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/photo/$value", - "Module": "Users", - "Command": "Get-MgUserPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserPlanner", "Permissions": [ { "Name": "Tasks.Read", @@ -341879,20 +343810,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner", - "Module": "Planner", - "Command": "Get-MgUserPlanner", "OutputType": "IMicrosoftGraphPlannerUser", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserPlannerPlan", "Permissions": [ { "Name": "Tasks.Read", @@ -341927,19 +343858,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/plans", - "Module": "Planner", - "Command": "Get-MgUserPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserPlannerTask", "Permissions": [ { "Name": "Tasks.Read", @@ -341990,19 +343921,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/planner/tasks", - "Module": "Planner", - "Command": "Get-MgUserPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserPresence", "Permissions": [ { "Name": "Presence.Read", @@ -342029,35 +343960,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/presence", - "Module": "CloudCommunications", - "Command": "Get-MgUserPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", - "Module": "Users", - "Command": "Get-MgUserRegisteredDevice", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDevice", "Permissions": [ { "Name": "User.Read", @@ -342100,106 +344031,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices", - "Module": "Users", - "Command": "Get-MgUserRegisteredDevice", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/device", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/endpoint", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceCount", "Permissions": [ { "Name": "User.Read", @@ -342242,80 +344173,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/$count", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceCountAsDevice", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/device/$count", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceCountAsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", - "Module": "Users", - "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserScopedRoleMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgUserScopedRoleMemberOf", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserScopedRoleMemberOf", "Permissions": [ { "Name": "Directory.Read.All", @@ -342334,19 +344265,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgUserScopedRoleMemberOf", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserScopedRoleMemberOfCount", "Permissions": [ { "Name": "Directory.Read.All", @@ -342365,20 +344296,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", - "Module": "Identity.DirectoryManagement", - "Command": "Get-MgUserScopedRoleMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSetting", "Permissions": [ { "Name": "User.Read.All", @@ -342397,20 +344328,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings", - "Module": "Users", - "Command": "Get-MgUserSetting", "OutputType": "IMicrosoftGraphUserSettings", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingItemInsight", "Permissions": [ { "Name": "User.Read", @@ -342429,20 +344360,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Users", - "Command": "Get-MgUserSettingItemInsight", "OutputType": "IMicrosoftGraphUserInsightsSettings", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserSettingShiftPreference", "Permissions": [ { "Name": "User.Read.All", @@ -342477,35 +344408,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Users", - "Command": "Get-MgUserSettingShiftPreference", "OutputType": "IMicrosoftGraphShiftPreferences", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingStorage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage", - "Module": "Users", - "Command": "Get-MgUserSettingStorage", "OutputType": "IMicrosoftGraphUserStorage", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingStorageQuota", "Permissions": [ { "Name": "Files.Read", @@ -342540,20 +344471,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Users", - "Command": "Get-MgUserSettingStorageQuota", "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingStorageQuotaService", "Permissions": [ { "Name": "Files.Read", @@ -342588,20 +344519,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Users", - "Command": "Get-MgUserSettingStorageQuotaService", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingStorageQuotaService", "Permissions": [ { "Name": "Files.Read", @@ -342636,19 +344567,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage/quota/services", - "Module": "Users", - "Command": "Get-MgUserSettingStorageQuotaService", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingStorageQuotaServiceCount", "Permissions": [ { "Name": "Files.Read", @@ -342683,123 +344614,123 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/settings/storage/quota/services/$count", - "Module": "Users", - "Command": "Get-MgUserSettingStorageQuotaServiceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingWindows", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Users", - "Command": "Get-MgUserSettingWindows", "OutputType": "IMicrosoftGraphWindowsSetting", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingWindows", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows", - "Module": "Users", - "Command": "Get-MgUserSettingWindows", "OutputType": "IMicrosoftGraphWindowsSetting", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingWindowsCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/$count", - "Module": "Users", - "Command": "Get-MgUserSettingWindowsCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingWindowsInstance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Users", - "Command": "Get-MgUserSettingWindowsInstance", "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingWindowsInstance", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "Module": "Users", - "Command": "Get-MgUserSettingWindowsInstance", "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSettingWindowsInstanceCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", - "Module": "Users", - "Command": "Get-MgUserSettingWindowsInstanceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSponsor", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", - "Module": "Users", - "Command": "Get-MgUserSponsor", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserSponsor", "Permissions": [ { "Name": "User.Read", @@ -342826,19 +344757,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/sponsors", - "Module": "Users", - "Command": "Get-MgUserSponsor", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserSponsorCount", "Permissions": [ { "Name": "User.Read", @@ -342865,20 +344796,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/sponsors/$count", - "Module": "Users", - "Command": "Get-MgUserSponsorCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserTeamwork", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -342897,37 +344828,37 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork", - "Module": "Teams", - "Command": "Get-MgUserTeamwork", "OutputType": "IMicrosoftGraphUserTeamwork", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTeamworkAssociatedTeam", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Teams", - "Command": "Get-MgUserTeamworkAssociatedTeam", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTeamworkAssociatedTeam", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -342954,19 +344885,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Module": "Teams", - "Command": "Get-MgUserTeamworkAssociatedTeam", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTeamworkAssociatedTeamCount", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -342993,20 +344924,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", - "Module": "Teams", - "Command": "Get-MgUserTeamworkAssociatedTeamCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserTeamworkInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -343129,20 +345060,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledApp", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserTeamworkInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -343265,19 +345196,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledApp", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserTeamworkInstalledAppChat", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -343352,20 +345283,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledAppChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTeamworkInstalledAppCount", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -343488,50 +345419,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledAppCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTeamworkInstalledAppTeamApp", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledAppTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", - "Module": "Teams", - "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoList", "Permissions": [ { "Name": "Tasks.Read", @@ -343566,20 +345497,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Users", - "Command": "Get-MgUserTodoList", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoList", "Permissions": [ { "Name": "Tasks.Read", @@ -343614,19 +345545,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists", - "Module": "Users", - "Command": "Get-MgUserTodoList", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoListCount", "Permissions": [ { "Name": "Tasks.Read", @@ -343661,20 +345592,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/$count", - "Module": "Users", - "Command": "Get-MgUserTodoListCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserTodoListDelta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -343701,64 +345632,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserTodoListDelta", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoListExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Users", - "Command": "Get-MgUserTodoListExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoListExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "Module": "Users", - "Command": "Get-MgUserTodoListExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoListExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", - "Module": "Users", - "Command": "Get-MgUserTodoListExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -343793,20 +345724,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Users", - "Command": "Get-MgUserTodoTask", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTask", "Permissions": [ { "Name": "Tasks.Read", @@ -343841,19 +345772,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Module": "Users", - "Command": "Get-MgUserTodoTask", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskAttachment", "Permissions": [ { "Name": "Tasks.Read", @@ -343888,20 +345819,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachment", "OutputType": "IMicrosoftGraphAttachmentBase", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskAttachment", "Permissions": [ { "Name": "Tasks.Read", @@ -343936,19 +345867,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachment", "OutputType": "IMicrosoftGraphAttachmentBase", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskAttachmentContent", "Permissions": [ { "Name": "Tasks.Read", @@ -343983,20 +345914,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskAttachmentCount", "Permissions": [ { "Name": "Tasks.Read", @@ -344031,79 +345962,79 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskAttachmentSession", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentSession", "OutputType": "IMicrosoftGraphAttachmentSession", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskAttachmentSession", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentSession", "OutputType": "IMicrosoftGraphAttachmentSession", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskAttachmentSessionContent", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentSessionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskAttachmentSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", - "Module": "Users", - "Command": "Get-MgUserTodoTaskAttachmentSessionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -344138,20 +346069,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Users", - "Command": "Get-MgUserTodoTaskChecklistItem", "OutputType": "IMicrosoftGraphChecklistItem", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskChecklistItem", "Permissions": [ { "Name": "Tasks.Read", @@ -344186,19 +346117,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Module": "Users", - "Command": "Get-MgUserTodoTaskChecklistItem", "OutputType": "IMicrosoftGraphChecklistItem", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskChecklistItemCount", "Permissions": [ { "Name": "Tasks.Read", @@ -344233,20 +346164,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", - "Module": "Users", - "Command": "Get-MgUserTodoTaskChecklistItemCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskCount", "Permissions": [ { "Name": "Tasks.Read", @@ -344281,20 +346212,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "Module": "Users", - "Command": "Get-MgUserTodoTaskCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskDelta", "Permissions": [ { "Name": "Tasks.Read", @@ -344329,64 +346260,64 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "Module": "Users.Functions", - "Command": "Get-MgUserTodoTaskDelta", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Delta", "DeltaViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Users", - "Command": "Get-MgUserTodoTaskExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskExtension", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "Module": "Users", - "Command": "Get-MgUserTodoTaskExtension", "OutputType": "IMicrosoftGraphExtension", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskExtensionCount", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", - "Module": "Users", - "Command": "Get-MgUserTodoTaskExtensionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -344421,20 +346352,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Users", - "Command": "Get-MgUserTodoTaskLinkedResource", "OutputType": "IMicrosoftGraphLinkedResource", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskLinkedResource", "Permissions": [ { "Name": "Tasks.Read", @@ -344469,19 +346400,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "Module": "Users", - "Command": "Get-MgUserTodoTaskLinkedResource", "OutputType": "IMicrosoftGraphLinkedResource", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTodoTaskLinkedResourceCount", "Permissions": [ { "Name": "Tasks.Read", @@ -344516,35 +346447,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", - "Module": "Users", - "Command": "Get-MgUserTodoTaskLinkedResourceCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOf", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOf", "Permissions": [ { "Name": "User.Read", @@ -344595,106 +346526,106 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOf", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/group", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfAsGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfCount", "Permissions": [ { "Name": "User.Read", @@ -344745,1201 +346676,1201 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/$count", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", - "Module": "Users", - "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEvent", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEvent", "OutputType": "IMicrosoftGraphVirtualEvent", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get1", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEvent", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events", - "Module": "Bookings", - "Command": "Get-MgVirtualEvent", "OutputType": "IMicrosoftGraphVirtualEvent", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "Module": "Bookings", - "Command": "Get-MgVirtualEventPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventPresenterCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventPresenterCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "Module": "Bookings", - "Command": "Get-MgVirtualEventSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings", - "Command": "Get-MgVirtualEventSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings", - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventSessionAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventSessionAttendanceReportCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventSessionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhall", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhall", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhall", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhall", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallPresenterCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallPresenterCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventTownhallSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventTownhallSessionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinar", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinar", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinar", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinar", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarByUserRole", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarByUserRole", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarPresenter", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarPresenterCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarPresenterCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-list-registrations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationByEmail", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationByEmail", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationByUserId", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationByUserId", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationConfiguration", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationConfiguration", "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarRegistrationSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarRegistrationSessionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarSession", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "List" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Get-MgVirtualEventWebinarSessionCount", "Permissions": [], + "Method": "GET", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", - "Module": "Bookings", - "Command": "Get-MgVirtualEventWebinarSessionCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Get", "GetViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaDriveItemListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Files", - "Command": "Grant-MgBetaDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Files", - "Command": "Grant-MgBetaDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaDriveListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Files", - "Command": "Grant-MgBetaDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaDriveListPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/grant", - "Module": "Beta.Files", - "Command": "Grant-MgBetaDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaDriveRootListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Files", - "Command": "Grant-MgBetaDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Beta.Files", - "Command": "Grant-MgBetaDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaGroupDriveItemListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaGroupDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaGroupDriveListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaGroupDriveListPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", - "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaGroupDriveRootListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaGroupDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaGroupSiteListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaGroupSiteListPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupSiteListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaGroupSitePermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", - "Module": "Beta.Groups", - "Command": "Grant-MgBetaGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaShareListPermission", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/grant", - "Module": "Beta.Files", - "Command": "Grant-MgBetaShareListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaSharePermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -345966,260 +347897,260 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "Module": "Beta.Files", - "Command": "Grant-MgBetaSharePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaSiteListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Sites", - "Command": "Grant-MgBetaSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaSiteListPermission", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", - "Module": "Beta.Sites", - "Command": "Grant-MgBetaSiteListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaSitePermission", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "Module": "Beta.Sites", - "Command": "Grant-MgBetaSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaUserDriveItemListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions", - "Command": "Grant-MgBetaUserDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaUserDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions", - "Command": "Grant-MgBetaUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaUserDriveListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions", - "Command": "Grant-MgBetaUserDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaUserDriveListPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions", - "Command": "Grant-MgBetaUserDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaUserDriveRootListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions", - "Command": "Grant-MgBetaUserDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Grant-MgBetaUserDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Beta.Users.Actions", - "Command": "Grant-MgBetaUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Grant-MgDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Files", - "Command": "Grant-MgDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Grant-MgDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Files", - "Command": "Grant-MgDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Grant-MgGroupDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Groups", - "Command": "Grant-MgGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Grant-MgGroupDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Groups", - "Command": "Grant-MgGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Grant-MgGroupSitePermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", - "Module": "Groups", - "Command": "Grant-MgGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Grant-MgSharePermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -346246,381 +348177,381 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "Module": "Files", - "Command": "Grant-MgSharePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Grant-MgSitePermission", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", - "Module": "Sites", - "Command": "Grant-MgSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Grant-MgUserDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", - "Module": "Users.Actions", - "Command": "Grant-MgUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Grant-MgUserDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", - "Module": "Users.Actions", - "Command": "Grant-MgUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Hide-MgBetaChatForUser", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/hideForUser", - "Module": "Beta.Teams", - "Command": "Hide-MgBetaChatForUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Hide-MgBetaUserChatForUser", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "Module": "Beta.Users.Actions", - "Command": "Hide-MgBetaUserChatForUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Hide-MgChatForUser", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/hideForUser", - "Module": "Teams", - "Command": "Hide-MgChatForUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Hide-MgUserChatForUser", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", - "Module": "Users.Actions", - "Command": "Hide-MgUserChatForUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import", "ImportExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import", "ImportExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import", "ImportViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Import" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", - "Module": "Beta.Identity.Governance", - "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", - "Module": "DeviceManagement.Actions", - "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Import", "ImportExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaBackupRestoreProtectionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate", - "Module": "Beta.Bookings", - "Command": "Initialize-MgBetaBackupRestoreProtectionPolicy", "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaBackupRestoreServiceApp", "Permissions": [], + "Method": "POST", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/activate", - "Module": "Beta.Bookings", - "Command": "Initialize-MgBetaBackupRestoreServiceApp", "OutputType": "IMicrosoftGraphServiceApp", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaBackupRestoreSession", "Permissions": [], + "Method": "POST", "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate", - "Module": "Beta.Bookings", - "Command": "Initialize-MgBetaBackupRestoreSession", "OutputType": "IMicrosoftGraphRestoreSessionBase", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346639,20 +348570,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", - "Module": "Beta.Compliance", - "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -346671,22 +348602,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -346705,22 +348636,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -346739,84 +348670,84 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", - "Module": "Beta.Education", - "Command": "Initialize-MgBetaEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaEducationMeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/activate", - "Module": "Beta.Education", - "Command": "Initialize-MgBetaEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaEducationUserAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", - "Module": "Beta.Education", - "Command": "Initialize-MgBetaEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "Module": "Beta.Identity.Governance", - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "Module": "Beta.Identity.Governance", - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346835,37 +348766,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "Module": "Beta.Security", - "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Initialize-MgBetaUserManagedDeviceEsim", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", - "Module": "Beta.Users.Actions", - "Command": "Initialize-MgBetaUserManagedDeviceEsim", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Initialize-MgEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -346884,84 +348815,84 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", - "Module": "Education", - "Command": "Initialize-MgEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Initialize-MgEducationMeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/activate", - "Module": "Education", - "Command": "Initialize-MgEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Initialize-MgEducationUserAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", - "Module": "Education", - "Command": "Initialize-MgEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "Module": "Identity.Governance", - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", - "Module": "Identity.Governance", - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346980,20 +348911,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "Module": "Security", - "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Activate", "ActivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAbortPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -347020,190 +348951,190 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "Module": "Devices.CloudPrint", - "Command": "Invoke-MgAbortPrintPrinterJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAbortPrintShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "Module": "Devices.CloudPrint", - "Command": "Invoke-MgAbortPrintShareJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAcceptGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "Module": "Groups", - "Command": "Invoke-MgAcceptGroupCalendarEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "Module": "Groups", - "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAcceptGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/accept", - "Module": "Groups", - "Command": "Invoke-MgAcceptGroupEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAcceptGroupEventTentatively", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "Module": "Groups", - "Command": "Invoke-MgAcceptGroupEventTentatively", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "Module": "Identity.Governance", - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Accept", "AcceptViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAcceptUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/accept", - "Module": "Users.Actions", - "Command": "Invoke-MgAcceptUserEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAcceptUserEventInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "Module": "Users.Actions", - "Command": "Invoke-MgAcceptUserEventInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAcceptUserEventInstanceTentatively", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "Module": "Users.Actions", - "Command": "Invoke-MgAcceptUserEventInstanceTentatively", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAcceptUserEventTentatively", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "Module": "Users.Actions", - "Command": "Invoke-MgAcceptUserEventTentatively", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAnswerCommunicationCall", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -347222,37 +349153,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/answer", - "Module": "CloudCommunications", - "Command": "Invoke-MgAnswerCommunicationCall", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgArchiveServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/archive", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgArchiveServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Archive", "ArchiveExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgArchiveTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -347287,22 +349218,73 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/archive", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Invoke-MgArchiveTeam", + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgArchiveTeamChannel", + "Permissions": [], + "Method": "POST", + "Uri": "/teams/{team-id}/channels/{channel-id}/archive", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgArchiveTeamPrimaryChannel", + "Permissions": [], "Method": "POST", + "Uri": "/teams/{team-id}/primaryChannel/archive", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Teams", + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + "Command": "Invoke-MgArchiveTeamworkDeletedTeamChannel", + "Permissions": [], + "Method": "POST", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -347321,20 +349303,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "Module": "Security", - "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "As", "AsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -347353,19 +349335,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/federationConfigurations/availableProviderTypes", - "Module": "Identity.DirectoryManagement", - "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Available" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgAvailableIdentityProviderType", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -347384,36 +349366,36 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/identityProviders/availableProviderTypes", - "Module": "Identity.SignIns", - "Command": "Invoke-MgAvailableIdentityProviderType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Available" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "Module": "Identity.Governance", - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -347432,20 +349414,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Begin", "BeginViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAbortPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -347472,282 +349454,282 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaAbortPrintPrinterJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAbortPrintShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaAbortPrintShareJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/accept", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaAcceptGroupEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptGroupEventTentatively", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaAcceptGroupEventTentatively", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Accept", "AcceptViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Accept", "AcceptViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/accept", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptUserEventInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserEventInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptUserEventTentatively", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserEventTentatively", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Accept", "AcceptViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Account", "AccountViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Allow", "AllowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Allow", "AllowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAnswerCommunicationCall", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -347766,22 +349748,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/answer", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaAnswerCommunicationCall", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -347800,20 +349782,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "App", "AppViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -347832,52 +349814,52 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "App", "AppViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "App", "AppViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaArchivePlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -347896,37 +349878,37 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/planner/plans/{plannerPlan-id}/archive", - "Module": "Beta.Planner", - "Command": "Invoke-MgBetaArchivePlannerPlan", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/archive", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Archive", "ArchiveExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaArchiveTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -347961,90 +349943,90 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/archive", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaArchiveTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaArchiveTeamChannel", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/archive", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaArchiveTeamChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/archive", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaArchiveUserPlannerPlan", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaArchiveUserPlannerPlan", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -348063,20 +350045,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", - "Module": "Beta.Compliance", - "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "As", "AsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -348095,95 +350077,95 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "As", "AsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -348210,110 +350192,110 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Assigned", "AssignedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -348332,19 +350314,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/directory/federationConfigurations/availableProviderTypes", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Available" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaAvailableIdentityProviderType", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -348363,70 +350345,70 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identity/identityProviders/availableProviderTypes", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaAvailableIdentityProviderType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Available" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -348445,357 +350427,357 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Begin", "BeginViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/decryptBuffer", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Buffer", "BufferExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/encryptBuffer", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Buffer", "BufferExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/decryptBuffer", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/encryptBuffer", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bulk", "BulkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkUserCloudPcResize", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/bulkResize", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBulkUserCloudPcResize", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCalendarGroupCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCalendarGroupCalendar", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Calendar", "CalendarViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckinDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -348822,107 +350804,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaCheckinDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckinDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/checkin", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaCheckinDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckinGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCheckinGroupDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckinGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCheckinGroupDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckinUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCheckinUserDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckinUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCheckinUserDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckoutDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -348949,429 +350931,429 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaCheckoutDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckoutDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/checkout", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaCheckoutDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckoutGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCheckoutGroupDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckoutUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCheckoutUserDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCheckoutUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCheckoutUserDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommentSecurityAlert", "Permissions": [], + "Method": "GET", "Uri": "/security/alerts_v2/{alert-id}/comments/$count", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaCommentSecurityAlert", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Comment", "CommentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", "OutputType": "IMicrosoftGraphDataSharingConsent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Consent", "ConsentViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/createOrGet", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create1", "CreateExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -349390,22 +351372,85 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-creationoptions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaCreationUserAuthenticationFido2MethodOption", + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], - "Method": "POST", + "Method": "GET", + "Uri": "/users/{user-id}/authentication/fido2Methods/creationOptions(challengeTimeoutInMinutes=@challengeTimeoutInMinutes)", + "OutputType": "IMicrosoftGraphWebauthnCredentialCreationOptions", "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Variants": [ + "Creation", + "CreationViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta" + "Command": "Invoke-MgBetaCrossNetworkAccessReportTenantAccessReport", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/reports/crossTenantAccessReport(startDateTime={startDateTime},endDateTime={endDateTime})", + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccess", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Cross", + "CrossViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349440,19 +351485,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Custom" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -349471,148 +351516,148 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate", - "Module": "Beta.Bookings", - "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy", "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Deactivate", "DeactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp", "Permissions": [], + "Method": "POST", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate", - "Module": "Beta.Bookings", - "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp", "OutputType": "IMicrosoftGraphServiceApp", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Deactivate", "DeactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDeclineGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/decline", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaDeclineGroupEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDeclineUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/decline", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDeclineUserEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDeclineUserEventInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDeclineUserEventInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349631,22 +351676,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349665,244 +351710,244 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDismissDirectoryRecommendation", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations/{recommendation-id}/dismiss", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaDismissDirectoryRecommendation", "OutputType": "IMicrosoftGraphRecommendation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Dismiss", "DismissViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDismissGroupEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaDismissGroupEventReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Dismiss", "DismissViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Dismiss", "DismissExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDismissRiskyUser", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyUsers/dismiss", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaDismissRiskyUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Dismiss", "DismissExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Dismiss", "DismissViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaDismissUserEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDismissUserEventReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Dismiss", "DismissViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Down", "DownViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Down", "DownViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -349921,19 +351966,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Download" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349952,20 +351997,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Download", "DownloadExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349984,52 +352029,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Download", "DownloadExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaDownUserManagedDeviceShut", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaDownUserManagedDeviceShut", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Down", "DownViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350048,20 +352093,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enroll", "EnrollViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350080,167 +352125,182 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Enroll", "EnrollViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Enroll", "EnrollViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Enroll", "EnrollExpanded" - ], - "Method": "POST", + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-entitiessummaries?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaEntityNetworkAccessReportSummary", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/reports/entitiesSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", + "OutputType": "IMicrosoftGraphNetworkaccessEntitiesSummary", "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", - "ApiReferenceLink": null + "Module": "Beta.NetworkAccess", + "Variants": [ + "Entities", + "EntitiesViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350259,20 +352319,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", - "Module": "Beta.Compliance", - "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Estimate", "EstimateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350291,20 +352351,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Estimate", "EstimateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -350323,50 +352383,50 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Excuse", "ExcuseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Excuse", "ExcuseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Excuse", "ExcuseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350393,20 +352453,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/executeAction", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Execute", "ExecuteExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350433,54 +352493,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/executeAction", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Execute", "ExecuteExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", "OutputType": "IMicrosoftGraphBulkDriverActionResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/executeAction", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExperienceDeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350499,20 +352559,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaExperienceDeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Experience", "Experience1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", "Permissions": [ { "Name": "Files.Read.All", @@ -350547,82 +352607,82 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -350641,99 +352701,99 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/informationProtection/policy/labels/extractLabel", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Extract", "ExtractExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", "Permissions": [], + "Method": "POST", "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", "OutputType": "IMicrosoftGraphSecurityContentLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Extract", "ExtractExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -350752,52 +352812,52 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", "OutputType": "IMicrosoftGraphSecurityContentLabel", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/favorite", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Favorite", "FavoriteExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -350816,20 +352876,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -350848,35 +352908,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -350895,20 +352955,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -350927,20 +352987,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -350959,80 +353019,80 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -351051,20 +353111,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -351083,20 +353143,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -351115,20 +353175,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -351147,20 +353207,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -351179,20 +353239,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -351211,20 +353271,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -351243,65 +353303,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -351320,20 +353380,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -351352,20 +353412,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -351384,20 +353444,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -351416,20 +353476,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -351448,20 +353508,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -351480,44 +353540,36 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -351549,31 +353601,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -351605,22 +353657,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -351655,29 +353715,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -351709,31 +353761,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -351765,22 +353817,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -351823,230 +353883,230 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -352065,20 +354125,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -352097,170 +354157,170 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaFinancialCompanyJournal", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", - "Module": "Beta.Financials", - "Command": "Invoke-MgBetaFinancialCompanyJournal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Post", "PostViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", - "Module": "Beta.Financials", - "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Post", "PostViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", - "Module": "Beta.Financials", - "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Post", "PostViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", - "Module": "Beta.Financials", - "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Post", "PostViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFollowDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -352311,129 +354371,129 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaFollowDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFollowDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/follow", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaFollowDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFollowGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaFollowGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFollowGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaFollowGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFollowUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaFollowUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFollowUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaFollowUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForceDomainDelete", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/forceDelete", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaForceDomainDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupCalendarEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -352452,56 +354512,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/forward", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardGroupThreadPost", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -352520,139 +354580,139 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupThreadPost", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/forward", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardUserEventInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserEventInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserMailFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaForwardUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/forward", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaForwardUserMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Function", "FunctionViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -352671,20 +354731,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Function", "FunctionViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -352703,20 +354763,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Function", "FunctionViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -352735,37 +354795,37 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Function", "FunctionViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphChat", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/unhideForUser", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaGraphChat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphDeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352800,100 +354860,101 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaGraphDeviceManagement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/sharedWithMe", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaGraphDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/unsubscribeByMail", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaGraphGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphGroupDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaGraphGroupDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", "Permissions": [], + "Method": "GET", "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "Module": "Beta.Reports", - "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Graph", "Graph1", @@ -352901,324 +354962,323 @@ "Graph3", "GraphViaIdentity", "GraphViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphUserChat", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaGraphUserChat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaGraphUserDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaGraphUserDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", + "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Graph", "GraphExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Link", "LinkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Has" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Link", "LinkExpanded", "LinkViaIdentity", "LinkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaHaveTeamChannel", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -353237,65 +355297,65 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaHaveTeamChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Have", "HaveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Have", "HaveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Have", "HaveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353314,20 +355374,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353346,37 +355406,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353395,20 +355455,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353427,69 +355487,69 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Initiate", "InitiateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaInstantiateApplicationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -353516,22 +355576,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaInstantiateApplicationTemplate", "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Instantiate", "InstantiateExpanded", "InstantiateViaIdentity", "InstantiateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", + "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", + "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -353558,37 +355618,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/invalidateAllRefreshTokens", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Invalidate", "InvalidateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants/invite", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaInviteDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -353615,107 +355675,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaInviteDriveItem", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaInviteDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/invite", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaInviteDriveRoot", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaInviteGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaInviteGroupDriveItem", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaInviteGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaInviteGroupDriveRoot", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaInviteUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInviteUserDriveItem", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaInviteUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaInviteUserDriveRoot", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353750,19 +355810,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Are" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaKeepCommunicationCallAlive", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -353781,20 +355841,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/keepAlive", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaKeepCommunicationCallAlive", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Keep", "KeepViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaLicenseUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -353813,280 +355873,280 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaLicenseUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "License", "LicenseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Log", "LogExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Logout", "LogoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Logout", "LogoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Logout", "LogoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkChatReadForUser", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/markChatReadForUser", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMarkChatReadForUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkChatUnreadForUser", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMarkChatUnreadForUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/markRead", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Mark", "MarkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Mark", "MarkExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkUserChatReadForUser", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserChatReadForUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkUserMessageAsJunk", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMessageAsJunk", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaMessageChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -354153,19 +356213,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/chats/allMessages", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMessageChat", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Message" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaMessageTeam", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -354240,19 +356300,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/allMessages", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMessageTeam", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Message" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaMessageTeamChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -354327,35 +356387,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/allMessages", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMessageTeamChannel", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Message", "MessageViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Message", "MessageViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaMessageUserChat", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -354438,20 +356498,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/chats/allMessages", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaMessageUserChat", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Message", "MessageViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -354470,22 +356530,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants/muteAll", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", "OutputType": "IMicrosoftGraphMuteParticipantsOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMuteCommunicationCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -354504,22 +356564,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/mute", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaMuteCommunicationCall", "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -354538,135 +356598,149 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignments/my", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "My" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", "Permissions": [], + "Method": "GET", "Uri": "/privilegedRoleAssignmentRequests/my", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "My" - ], - "Method": "GET", - "ApiVersion": "beta", + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Invoke-MgBetaOnboardNetworkAccess", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/onboard", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Onboard" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354685,22 +356759,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354719,22 +356793,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Module": "Beta.Applications", - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPendingUserApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -354753,20 +356827,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaPendingUserApp", "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Pending", "PendingViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaPinEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -354785,20 +356859,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaPinEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Pin", "PinViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -354817,124 +356891,124 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/playPrompt", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", "OutputType": "IMicrosoftGraphPlayPromptOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations/{recommendation-id}/postpone", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", "OutputType": "IMicrosoftGraphRecommendation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -354985,257 +357059,257 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaPreviewDriveItem", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/preview", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaPreviewDriveRoot", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaPreviewGroupDriveItem", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaPreviewGroupDriveRoot", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewGroupOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaPreviewGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewSiteOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaPreviewUserDriveItem", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaPreviewUserDriveRoot", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPreviewUserOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaPreviewUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaPromoteDomain", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/promote", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPromoteDomain", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Promote", "PromoteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaPromoteDomainToInitial", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/promoteToInitial", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaPromoteDomainToInitial", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Promote", "PromoteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Query", "QueryExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaQuerySearch", "Permissions": [ { "Name": "Mail.Read", @@ -355310,65 +357384,65 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/search/query", - "Module": "Beta.Search", - "Command": "Invoke-MgBetaQuerySearch", "OutputType": "IMicrosoftGraphSearchResponse", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Query", "QueryExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Reactivate", "ReactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations/{recommendation-id}/reactivate", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", "OutputType": "IMicrosoftGraphRecommendation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Reactivate", "ReactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Reactivate", "ReactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -355395,507 +357469,507 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Reassign", "ReassignViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Reassign", "ReassignViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Reassign", "ReassignViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeShareListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaReauthorizeShareListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeSubscription", "Permissions": [], + "Method": "POST", "Uri": "/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.ChangeNotifications", - "Command": "Invoke-MgBetaReauthorizeSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecentDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/recent", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaRecentDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Recent", "RecentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecentGroupDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/recent", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaRecentGroupDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Recent", "RecentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRecentUserActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/recent", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaRecentUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Recent", "RecentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecentUserDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaRecentUserDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Recent", "RecentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRecordCommunicationCall", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/record", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaRecordCommunicationCall", "OutputType": "IMicrosoftGraphRecordOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecordCommunicationCallResponse", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/recordResponse", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaRecordCommunicationCallResponse", "OutputType": "IMicrosoftGraphRecordOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRedirectCommunicationCall", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/redirect", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaRedirectCommunicationCall", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRedirectPrintPrinterJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaRedirectPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRedirectPrintShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "Module": "Beta.Devices.CloudPrint", - "Command": "Invoke-MgBetaRedirectPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355914,20 +357988,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reenable", "ReenableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -355946,52 +358020,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reenable", "ReenableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReenableUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReenableUserManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reenable", "ReenableViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRejectCommunicationCall", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/reject", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaRejectCommunicationCall", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -356010,232 +358084,232 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Remediate", "RemediateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", "Permissions": [], + "Method": "POST", "Uri": "/security/collaboration/analyzedEmails/remediate", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Remediate", "RemediateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -356254,20 +358328,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/renew", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaRenewGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -356286,20 +358360,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groupLifecyclePolicies/renewGroup", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Renew", "RenewExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -356318,20 +358392,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", - "Module": "Beta.Compliance", - "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Reopen", "ReopenViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -356350,105 +358424,105 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "Module": "Beta.Security", - "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Reopen", "ReopenViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyAllUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyAllUserMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -356467,22 +358541,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupConversationThread", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -356501,39 +358575,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyGroupThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -356552,22 +358626,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupThread", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyGroupThreadPost", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -356586,319 +358660,364 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupThreadPost", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyUserMailFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReplyUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/reply", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReplyUserMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReportNetworkAccessReportDestination", "Permissions": [], - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", - "OutputType": null, + "Method": "GET", + "Uri": "/networkAccess/reports/destinationReport(startDateTime={startDateTime},endDateTime={endDateTime})", + "OutputType": "IMicrosoftGraphNetworkaccessDestination", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Report", "ReportViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReportNetworkAccessReportDevice", + "Permissions": [], "Method": "GET", + "Uri": "/networkAccess/reports/deviceReport(startDateTime={startDateTime},endDateTime={endDateTime})", + "OutputType": "IMicrosoftGraphNetworkaccessDevice", "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Report", + "ReportViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Invoke-MgBetaReportNetworkAccessReportUser", + "Permissions": [], + "Method": "GET", + "Uri": "/networkAccess/reports/userReport(startDateTime={startDateTime},endDateTime={endDateTime},discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", + "OutputType": "IMicrosoftGraphNetworkaccessUser", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Report", + "ReportViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", "Permissions": [], - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", + "Method": "GET", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Report", "ReportViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", + "Permissions": [], "Method": "GET", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta" + "Module": "Beta.Devices.ServiceAnnouncement", + "Variants": [ + "Report", + "ReportViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cloud", "CloudViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cloud", "CloudViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReprovisionUserCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReprovisionUserCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Cloud", "CloudViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retire", "RetireViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retire", "RetireViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRetireUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRetireUserManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Retire", "RetireViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRetryContactServiceProvisioning", "Permissions": [], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaRetryContactServiceProvisioning", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Retry", "RetryViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Retry", "RetryViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/retryServiceProvisioning", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Retry", "RetryViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Retry", "RetryViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaRetryUserServiceProvisioning", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/retryServiceProvisioning", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRetryUserServiceProvisioning", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Retry", "RetryViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -356917,65 +359036,65 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Return", "ReturnViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Return", "ReturnViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Return", "ReturnViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reupload", "ReuploadViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -356994,35 +359113,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -357041,20 +359160,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -357073,35 +359192,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -357120,133 +359239,133 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rotate", "RotateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Rotate", "RotateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Rotate", "RotateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Rotate", "RotateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -357265,19 +359384,19 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -357296,220 +359415,220 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule", "ScheduleViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule", "ScheduleViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Schedule" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", "Permissions": [], + "Method": "POST", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", "Permissions": [], + "Method": "POST", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Self", "SelfViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Share", "ShareViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaShareTeamSchedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -357528,338 +359647,338 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/share", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaShareTeamSchedule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Share", "ShareExpanded", "ShareViaIdentity", "ShareViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", "OutputType": "IMicrosoftGraphSigningResult", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSignInformationProtectionDigest", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/signDigest", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaSignInformationProtectionDigest", "OutputType": "IMicrosoftGraphSigningResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Sign", "SignExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/signDigest", - "Module": "Beta.Sites", - "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", "OutputType": "IMicrosoftGraphSigningResult", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/signDigest", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", "OutputType": "IMicrosoftGraphSigningResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSnoozeGroupEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaSnoozeGroupEventReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSnoozeUserEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSnoozeUserEventReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftChatMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftChatMessageDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftUserChatMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSoftUserChatMessageDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/subscribeToTone", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSubscribeGroupByMail", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/subscribeByMail", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaSubscribeGroupByMail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Subscribe", "SubscribeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -357894,20 +360013,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Summarize", "SummarizeViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -357926,20 +360045,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Summarize", "SummarizeViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -357958,20 +360077,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", - "Module": "Beta.DeviceManagement.Functions", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Variants": [ "Summarize", "SummarizeViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -357990,20 +360109,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -358022,50 +360141,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", "Permissions": [ { "Name": "User.Read.All", @@ -358092,37 +360211,37 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/outlook/supportedLanguages", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", "OutputType": "IMicrosoftGraphLocaleInfo", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Supported", "SupportedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Tag", "TagExpanded", "TagViaIdentity", "TagViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -358141,22 +360260,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -358175,22 +360294,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -358209,39 +360328,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -358260,22 +360379,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -358294,35 +360413,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Tenant", "TenantExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Tenant", "TenantViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -358341,20 +360460,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Terminate", "TerminateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaTimeUserOutlook", "Permissions": [ { "Name": "User.Read.All", @@ -358381,52 +360500,67 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaTimeUserOutlook", "OutputType": "IMicrosoftGraphTimeZoneInformation", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Time", "Time1", "TimeViaIdentity", "TimeViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Top", "TopViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance", - "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Top", "TopViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-transactionsummaries?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaTransactionNetworkAccessReportSummary", + "Permissions": [], "Method": "GET", + "Uri": "/networkAccess/reports/transactionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", + "OutputType": "IMicrosoftGraphNetworkaccessTransactionSummary", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta" + "Module": "Beta.NetworkAccess", + "Variants": [ + "Transaction", + "TransactionViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaTranslateUserExchangeId", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -358469,69 +360603,69 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/translateExchangeIds", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaTranslateUserExchangeId", "OutputType": "IMicrosoftGraphConvertIdResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Translate", "TranslateExpanded", "TranslateViaIdentity", "TranslateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaTroubleshootUserCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaTroubleshootUserCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnarchivePlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -358550,37 +360684,37 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/planner/plans/{plannerPlan-id}/unarchive", - "Module": "Beta.Planner", - "Command": "Invoke-MgBetaUnarchivePlannerPlan", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Unarchive", "UnarchiveExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnarchiveTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -358615,97 +360749,97 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/unarchive", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaUnarchiveTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnarchiveTeamChannel", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaUnarchiveTeamChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/unarchive", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", - "Module": "Beta.Teams", - "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Unassign", "UnassignViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -358724,202 +360858,202 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Unassign", "UnassignViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidForWorkSettings/unbind", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Unbind" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Unbind" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", - "Module": "Beta.WindowsUpdates", - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Unenroll", "UnenrollExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Unfavorite", "UnfavoriteExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnfollowDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaUnfollowDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnfollowDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/unfollow", - "Module": "Beta.Files", - "Command": "Invoke-MgBetaUnfollowDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnfollowGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaUnfollowGroupDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", - "Module": "Beta.Groups", - "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnfollowUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnfollowUserDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnfollowUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnfollowUserDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnmuteCommunicationCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -358938,22 +361072,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/unmute", - "Module": "Beta.CloudCommunications", - "Command": "Invoke-MgBetaUnmuteCommunicationCall", "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnpinEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -358972,20 +361106,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUnpinEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Unpin", "UnpinViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -359012,129 +361146,129 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUnsubscribeUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", - "Module": "Beta.Users.Actions", - "Command": "Invoke-MgBetaUnsubscribeUserMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -359153,156 +361287,171 @@ "IsLeastPrivilege": true } ], + "Method": "GET", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", - "Module": "Beta.Education", - "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Upload", "UploadViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", "Permissions": [], + "Method": "POST", "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", "Permissions": [], + "Method": "POST", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", "Permissions": [], + "Method": "POST", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", "Permissions": [], + "Method": "POST", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Usage", "Usage1", "UsageViaIdentity", "UsageViaIdentity1" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaUsageNetworkAccessReportProfiling", + "Permissions": [], "Method": "GET", + "Uri": "/networkAccess/reports/usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}',discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", + "OutputType": "IMicrosoftGraphNetworkaccessUsageProfilingPoint", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta" + "Module": "Beta.NetworkAccess", + "Variants": [ + "Usage", + "UsageViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -359329,82 +361478,97 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "Module": "Beta.Identity.SignIns", - "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Usage", "UsageViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Invoke-MgBetaViewUserReminder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "Module": "Beta.Users.Functions", - "Command": "Invoke-MgBetaViewUserReminder", "OutputType": "IMicrosoftGraphReminder", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "View", "ViewViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgBetaWebNetworkAccessReportCategoryReport", + "Permissions": [], "Method": "GET", + "Uri": "/networkAccess/reports/webCategoryReport(startDateTime={startDateTime},endDateTime={endDateTime})", + "OutputType": "IMicrosoftGraphNetworkaccessWebCategoriesSummary", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta" + "Module": "Beta.NetworkAccess", + "Variants": [ + "Web", + "WebViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Beta.Identity.Governance", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta", + "CommandAlias": null, "Command": "Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", + "Permissions": [], + "Method": "GET", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Workflows", "WorkflowsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCalendarGroupCalendar", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Module": "Groups", - "Command": "Invoke-MgCalendarGroupCalendar", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Calendar", "CalendarViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", - "Module": "Users.Functions", - "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckinDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -359431,107 +361595,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Files", - "Command": "Invoke-MgCheckinDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckinDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/checkin", - "Module": "Files", - "Command": "Invoke-MgCheckinDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckinGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Groups", - "Command": "Invoke-MgCheckinGroupDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckinGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", - "Module": "Groups", - "Command": "Invoke-MgCheckinGroupDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckinUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", - "Module": "Users.Actions", - "Command": "Invoke-MgCheckinUserDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckinUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", - "Module": "Users.Actions", - "Command": "Invoke-MgCheckinUserDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckoutDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -359558,346 +361722,346 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Files", - "Command": "Invoke-MgCheckoutDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckoutDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/checkout", - "Module": "Files", - "Command": "Invoke-MgCheckoutDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckoutGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Groups", - "Command": "Invoke-MgCheckoutGroupDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckoutGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", - "Module": "Groups", - "Command": "Invoke-MgCheckoutGroupDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckoutUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", - "Module": "Users.Actions", - "Command": "Invoke-MgCheckoutUserDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCheckoutUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", - "Module": "Users.Actions", - "Command": "Invoke-MgCheckoutUserDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Checkout", "CheckoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", - "Module": "Users.Actions", - "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommentSecurityAlert", "Permissions": [], + "Method": "GET", "Uri": "/security/alerts_v2/{alert-id}/comments/$count", - "Module": "Security", - "Command": "Invoke-MgCommentSecurityAlert", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Comment", "CommentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/createOrGet", - "Module": "CloudCommunications", - "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create1", "CreateExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -359916,22 +362080,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/createOrGet", - "Module": "Users.Actions", - "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDeactivateEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -359950,223 +362114,223 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", - "Module": "Education", - "Command": "Invoke-MgDeactivateEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDeactivateEducationMeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", - "Module": "Education", - "Command": "Invoke-MgDeactivateEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDeactivateEducationUserAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", - "Module": "Education", - "Command": "Invoke-MgDeactivateEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Deactivate", "DeactivateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDeclineGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", - "Module": "Groups", - "Command": "Invoke-MgDeclineGroupCalendarEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDeclineGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/decline", - "Module": "Groups", - "Command": "Invoke-MgDeclineGroupEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDeclineUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/decline", - "Module": "Users.Actions", - "Command": "Invoke-MgDeclineUserEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDeclineUserEventInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", - "Module": "Users.Actions", - "Command": "Invoke-MgDeclineUserEventInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDismissGroupCalendarEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", - "Module": "Groups", - "Command": "Invoke-MgDismissGroupCalendarEventReminder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Dismiss", "DismissViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDismissGroupEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", - "Module": "Groups", - "Command": "Invoke-MgDismissGroupEventReminder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Dismiss", "DismissViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDismissRiskyServicePrincipal", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyServicePrincipals/dismiss", - "Module": "Identity.SignIns", - "Command": "Invoke-MgDismissRiskyServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Dismiss", "DismissExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDismissRiskyUser", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyUsers/dismiss", - "Module": "Identity.SignIns", - "Command": "Invoke-MgDismissRiskyUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Dismiss", "DismissExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDismissUserEventInstanceReminder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", - "Module": "Users.Actions", - "Command": "Invoke-MgDismissUserEventInstanceReminder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Dismiss", "DismissViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDismissUserEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", - "Module": "Users.Actions", - "Command": "Invoke-MgDismissUserEventReminder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Dismiss", "DismissViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Down", "DownViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -360185,34 +362349,34 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "Module": "DeviceManagement.Functions", - "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Download" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgDownUserManagedDeviceShut", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", - "Module": "Users.Actions", - "Command": "Invoke-MgDownUserManagedDeviceShut", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Down", "DownViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -360231,20 +362395,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "Module": "Security", - "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Estimate", "EstimateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgExcuseEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -360263,50 +362427,50 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Education", - "Command": "Invoke-MgExcuseEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Excuse", "ExcuseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgExcuseEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Education", - "Command": "Invoke-MgExcuseEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Excuse", "ExcuseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgExcuseEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", - "Module": "Education", - "Command": "Invoke-MgExcuseEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Excuse", "ExcuseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgExperienceDeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -360325,19 +362489,19 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", - "Module": "DeviceManagement.Functions", - "Command": "Invoke-MgExperienceDeviceManagement", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Experience" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgExtractDriveItemSensitivityLabel", "Permissions": [ { "Name": "Files.Read.All", @@ -360372,125 +362536,125 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Files", - "Command": "Invoke-MgExtractDriveItemSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgExtractDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Files", - "Command": "Invoke-MgExtractDriveRootSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Groups", - "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Groups", - "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Module": "Users.Actions", - "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", - "Module": "Users.Actions", - "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Extract", "ExtractViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/favorite", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Favorite", "FavoriteExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Module": "Applications", - "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -360509,20 +362673,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Module": "Applications", - "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -360541,20 +362705,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -360573,20 +362737,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -360605,20 +362769,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -360637,20 +362801,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -360669,20 +362833,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -360701,20 +362865,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -360733,20 +362897,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -360765,20 +362929,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -360797,20 +362961,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -360829,20 +362993,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -360861,35 +363025,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -360908,20 +363072,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -360940,20 +363104,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -360972,20 +363136,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -361004,20 +363168,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -361036,20 +363200,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -361068,29 +363232,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -361122,31 +363278,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Permissions": [ - { - "Name": "RoleAssignmentSchedule.Read.Directory", - "Description": "Read all active role assignments for your company's directory", - "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -361178,22 +363334,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Read.Directory", + "Description": "Read all active role assignments for your company's directory", + "FullDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -361228,29 +363392,21 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -361282,31 +363438,31 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, { "Name": "RoleManagement.ReadWrite.Directory", "Description": "Read and write directory RBAC settings", @@ -361338,22 +363494,30 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -361396,110 +363560,110 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "Permissions": [], + "Method": "GET", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Module": "Identity.Governance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361518,20 +363682,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", - "Module": "Applications", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361550,20 +363714,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Module": "Applications", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Filter", "FilterViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFollowDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -361614,129 +363778,129 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Files", - "Command": "Invoke-MgFollowDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFollowDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/follow", - "Module": "Files", - "Command": "Invoke-MgFollowDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFollowGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Groups", - "Command": "Invoke-MgFollowGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFollowGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", - "Module": "Groups", - "Command": "Invoke-MgFollowGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFollowUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", - "Module": "Users.Actions", - "Command": "Invoke-MgFollowUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFollowUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", - "Module": "Users.Actions", - "Command": "Invoke-MgFollowUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Follow", "FollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForceDomainDelete", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/forceDelete", - "Module": "Identity.DirectoryManagement", - "Command": "Invoke-MgForceDomainDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupCalendarEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardGroupConversationThreadPost", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -361755,56 +363919,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupConversationThreadPost", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/forward", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardGroupThreadPost", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -361823,139 +363987,139 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupThreadPost", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", - "Module": "Groups", - "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/forward", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardUserEventInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserEventInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserMailFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgForwardUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/forward", - "Module": "Users.Actions", - "Command": "Invoke-MgForwardUserMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Module": "Applications", - "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Function", "FunctionViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361974,20 +364138,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Module": "Applications", - "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Function", "FunctionViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362006,20 +364170,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "Module": "Applications", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Function", "FunctionViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362038,87 +364202,88 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Module": "Applications", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Function", "FunctionViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgGraphChat", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/unhideForUser", - "Module": "Teams", - "Command": "Invoke-MgGraphChat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgGraphDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/sharedWithMe", - "Module": "Files", - "Command": "Invoke-MgGraphDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgGraphGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/unsubscribeByMail", - "Module": "Groups", - "Command": "Invoke-MgGraphGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgGraphGroupDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", - "Module": "Groups", - "Command": "Invoke-MgGraphGroupDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgGraphReportAuthenticationMethod", "Permissions": [], + "Method": "GET", "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", - "Module": "Reports", - "Command": "Invoke-MgGraphReportAuthenticationMethod", "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Graph", "Graph1", @@ -362126,45 +364291,44 @@ "Graph3", "GraphViaIdentity", "GraphViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgGraphUserChat", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", - "Module": "Users.Actions", - "Command": "Invoke-MgGraphUserChat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgGraphUserDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", - "Module": "Users.Functions", - "Command": "Invoke-MgGraphUserDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Graph", "GraphViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgHaveTeamChannel", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -362183,50 +364347,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Teams", - "Command": "Invoke-MgHaveTeamChannel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Have", "HaveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgHaveTeamPrimaryChannel", "Permissions": [], + "Method": "GET", "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Teams", - "Command": "Invoke-MgHaveTeamPrimaryChannel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Have", "HaveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "GET", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Module": "Teams", - "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Have", "HaveViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgInstantiateApplicationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362253,39 +364417,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "Module": "Applications", - "Command": "Invoke-MgInstantiateApplicationTemplate", "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Instantiate", "InstantiateExpanded", "InstantiateViaIdentity", "InstantiateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgInviteCommunicationCallParticipant", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants/invite", - "Module": "CloudCommunications", - "Command": "Invoke-MgInviteCommunicationCallParticipant", "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgInviteDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -362312,107 +364476,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Files", - "Command": "Invoke-MgInviteDriveItem", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgInviteDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/invite", - "Module": "Files", - "Command": "Invoke-MgInviteDriveRoot", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgInviteGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Groups", - "Command": "Invoke-MgInviteGroupDriveItem", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgInviteGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", - "Module": "Groups", - "Command": "Invoke-MgInviteGroupDriveRoot", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgInviteUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", - "Module": "Users.Actions", - "Command": "Invoke-MgInviteUserDriveItem", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgInviteUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", - "Module": "Users.Actions", - "Command": "Invoke-MgInviteUserDriveRoot", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgKeepCommunicationCallAlive", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -362431,20 +364595,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/keepAlive", - "Module": "CloudCommunications", - "Command": "Invoke-MgKeepCommunicationCallAlive", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Keep", "KeepViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgLicenseUser", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -362463,163 +364627,163 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "Module": "Users.Actions", - "Command": "Invoke-MgLicenseUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "License", "LicenseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/logTeleconferenceDeviceQuality", - "Module": "CloudCommunications", - "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Log", "LogExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Logout", "LogoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", - "Module": "Users.Actions", - "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Logout", "LogoutViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgMarkChatReadForUser", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/markChatReadForUser", - "Module": "Teams", - "Command": "Invoke-MgMarkChatReadForUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgMarkChatUnreadForUser", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/markChatUnreadForUser", - "Module": "Teams", - "Command": "Invoke-MgMarkChatUnreadForUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/markRead", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Mark", "MarkExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/markUnread", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Mark", "MarkExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgMarkUserChatReadForUser", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", - "Module": "Users.Actions", - "Command": "Invoke-MgMarkUserChatReadForUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgMarkUserChatUnreadForUser", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", - "Module": "Users.Actions", - "Command": "Invoke-MgMarkUserChatUnreadForUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgMuteCommunicationCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -362638,22 +364802,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/mute", - "Module": "CloudCommunications", - "Command": "Invoke-MgMuteCommunicationCall", "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgMuteCommunicationCallParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -362672,56 +364836,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "Module": "CloudCommunications", - "Command": "Invoke-MgMuteCommunicationCallParticipant", "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Module": "Applications", - "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Module": "Applications", - "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362740,22 +364904,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", - "Module": "Applications", - "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362774,22 +364938,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "Module": "Applications", - "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgPinEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -362808,20 +364972,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", - "Module": "Education", - "Command": "Invoke-MgPinEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Pin", "PinViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgPlayCommunicationCallPrompt", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -362840,22 +365004,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/playPrompt", - "Module": "CloudCommunications", - "Command": "Invoke-MgPlayCommunicationCallPrompt", "OutputType": "IMicrosoftGraphPlayPromptOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewDriveItem", "Permissions": [ { "Name": "Files.Read", @@ -362906,227 +365070,227 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Files", - "Command": "Invoke-MgPreviewDriveItem", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/preview", - "Module": "Files", - "Command": "Invoke-MgPreviewDriveRoot", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Groups", - "Command": "Invoke-MgPreviewGroupDriveItem", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", - "Module": "Groups", - "Command": "Invoke-MgPreviewGroupDriveRoot", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewGroupOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Groups", - "Command": "Invoke-MgPreviewGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewSiteOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", - "Module": "Sites", - "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", - "Module": "Users.Actions", - "Command": "Invoke-MgPreviewUserDriveItem", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", - "Module": "Users.Actions", - "Command": "Invoke-MgPreviewUserDriveRoot", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgPreviewUserOnenotePage", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", - "Module": "Users.Functions", - "Command": "Invoke-MgPreviewUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePagePreview", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Preview", "PreviewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgPromoteDomain", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/promote", - "Module": "Identity.DirectoryManagement", - "Command": "Invoke-MgPromoteDomain", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Promote", "PromoteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgQuerySearch", "Permissions": [ { "Name": "Mail.Read", @@ -363201,20 +365365,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/search/query", - "Module": "Search", - "Command": "Invoke-MgQuerySearch", "OutputType": "IMicrosoftGraphSearchResponse", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Query", "QueryExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -363241,555 +365405,555 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Education", - "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Reassign", "ReassignViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Education", - "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Reassign", "ReassignViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Module": "Education", - "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Reassign", "ReassignViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Files", - "Command": "Invoke-MgReauthorizeDriveItemSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Files", - "Command": "Invoke-MgReauthorizeDriveListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Files", - "Command": "Invoke-MgReauthorizeDriveRootSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Groups", - "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Groups", - "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Groups", - "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Groups", - "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeShareListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Files", - "Command": "Invoke-MgReauthorizeShareListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeSiteListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Sites", - "Command": "Invoke-MgReauthorizeSiteListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeSubscription", "Permissions": [], + "Method": "POST", "Uri": "/subscriptions/{subscription-id}/reauthorize", - "Module": "ChangeNotifications", - "Command": "Invoke-MgReauthorizeSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", - "Module": "Users.Actions", - "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeUserDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", - "Module": "Users.Actions", - "Command": "Invoke-MgReauthorizeUserDriveListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", - "Module": "Users.Actions", - "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRecentDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/recent", - "Module": "Files", - "Command": "Invoke-MgRecentDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Recent", "RecentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRecentGroupDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/recent", - "Module": "Groups", - "Command": "Invoke-MgRecentGroupDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Recent", "RecentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRecentUserActivity", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/activities/recent", - "Module": "Users.Functions", - "Command": "Invoke-MgRecentUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Recent", "RecentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRecentUserDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/recent", - "Module": "Users.Functions", - "Command": "Invoke-MgRecentUserDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Recent", "RecentViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRecordCommunicationCallResponse", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/recordResponse", - "Module": "CloudCommunications", - "Command": "Invoke-MgRecordCommunicationCallResponse", "OutputType": "IMicrosoftGraphRecordOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRedirectCommunicationCall", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/redirect", - "Module": "CloudCommunications", - "Command": "Invoke-MgRedirectCommunicationCall", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRedirectPrintPrinterJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", - "Module": "Devices.CloudPrint", - "Command": "Invoke-MgRedirectPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRedirectPrintShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", - "Module": "Devices.CloudPrint", - "Command": "Invoke-MgRedirectPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRejectCommunicationCall", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/reject", - "Module": "CloudCommunications", - "Command": "Invoke-MgRejectCommunicationCall", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRenewGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -363808,20 +365972,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/renew", - "Module": "Groups", - "Command": "Invoke-MgRenewGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Renew", "RenewViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -363840,71 +366004,71 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "Module": "Security", - "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Reopen", "ReopenViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReplyAllUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyAllUserMailFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReplyAllUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/replyAll", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyAllUserMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReplyGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -363923,22 +366087,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupConversationThread", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgReplyGroupConversationThreadPost", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -363957,39 +366121,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupConversationThreadPost", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReplyGroupThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -364008,22 +366172,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupThread", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgReplyGroupThreadPost", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -364042,195 +366206,195 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupThreadPost", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", - "Module": "Groups", - "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReplyUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyUserMailFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReplyUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/reply", - "Module": "Users.Actions", - "Command": "Invoke-MgReplyUserMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Report", "ReportViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", "Permissions": [], + "Method": "GET", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Report", "ReportViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRetireDeviceManagementManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgRetireDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Retire", "RetireViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRetireUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", - "Module": "Users.Actions", - "Command": "Invoke-MgRetireUserManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Retire", "RetireViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgRetryContactServiceProvisioning", "Permissions": [], + "Method": "POST", "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", - "Module": "Identity.DirectoryManagement", - "Command": "Invoke-MgRetryContactServiceProvisioning", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Retry", "RetryViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRetryGroupServiceProvisioning", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/retryServiceProvisioning", - "Module": "Groups", - "Command": "Invoke-MgRetryGroupServiceProvisioning", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Retry", "RetryViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgRetryUserServiceProvisioning", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/retryServiceProvisioning", - "Module": "Users.Actions", - "Command": "Invoke-MgRetryUserServiceProvisioning", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Retry", "RetryViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -364249,101 +366413,101 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Education", - "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Return", "ReturnViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Education", - "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Return", "ReturnViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Module": "Education", - "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Return", "ReturnViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", - "Module": "Users.Actions", - "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgShareTeamSchedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -364362,272 +366526,272 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/share", - "Module": "Teams", - "Command": "Invoke-MgShareTeamSchedule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Share", "ShareExpanded", "ShareViaIdentity", "ShareViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", - "Module": "Groups", - "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSnoozeGroupEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", - "Module": "Groups", - "Command": "Invoke-MgSnoozeGroupEventReminder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSnoozeUserEventInstanceReminder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", - "Module": "Users.Actions", - "Command": "Invoke-MgSnoozeUserEventInstanceReminder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSnoozeUserEventReminder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", - "Module": "Users.Actions", - "Command": "Invoke-MgSnoozeUserEventReminder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftChatMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Module": "Teams", - "Command": "Invoke-MgSoftChatMessageDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftChatMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Teams", - "Command": "Invoke-MgSoftChatMessageReplyDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftTeamChannelMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Module": "Teams", - "Command": "Invoke-MgSoftTeamChannelMessageDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Teams", - "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", - "Module": "Teams", - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Teams", - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Module": "Teams", - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Teams", - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftUserChatMessageDelete", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Module": "Users.Actions", - "Command": "Invoke-MgSoftUserChatMessageDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSoftUserChatMessageReplyDelete", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Module": "Users.Actions", - "Command": "Invoke-MgSoftUserChatMessageReplyDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Soft", "SoftViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSubscribeCommunicationCallToTone", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/subscribeToTone", - "Module": "CloudCommunications", - "Command": "Invoke-MgSubscribeCommunicationCallToTone", "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSubscribeGroupByMail", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/subscribeByMail", - "Module": "Groups", - "Command": "Invoke-MgSubscribeGroupByMail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Subscribe", "SubscribeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -364662,20 +366826,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", - "Module": "DeviceManagement.Functions", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", "Variants": [ "Summarize", "SummarizeViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -364694,20 +366858,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -364726,50 +366890,50 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Permissions": [], + "Method": "GET", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Module": "Identity.Governance", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Summary", "SummaryViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgSupportedUserOutlookLanguage", "Permissions": [ { "Name": "User.Read.All", @@ -364796,20 +366960,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/outlook/supportedLanguages", - "Module": "Users.Functions", - "Command": "Invoke-MgSupportedUserOutlookLanguage", "OutputType": "IMicrosoftGraphLocaleInfo", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Supported", "SupportedViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -364828,22 +366992,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -364862,22 +367026,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -364896,39 +367060,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", - "Module": "Devices.CorporateManagement", - "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-targetapps?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgTerminateDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -364947,20 +367111,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgTerminateDeviceManagementPartner", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Terminate", "TerminateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-terminate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Invoke-MgTimeUserOutlook", "Permissions": [ { "Name": "User.Read.All", @@ -364987,22 +367151,22 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "Module": "Users.Functions", - "Command": "Invoke-MgTimeUserOutlook", "OutputType": "IMicrosoftGraphTimeZoneInformation", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Time", "Time1", "TimeViaIdentity", "TimeViaIdentity1" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgTranslateUserExchangeId", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -365045,52 +367209,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/translateExchangeIds", - "Module": "Users.Actions", - "Command": "Invoke-MgTranslateUserExchangeId", "OutputType": "IMicrosoftGraphConvertIdResult", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Translate", "TranslateExpanded", "TranslateViaIdentity", "TranslateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Unarchive", "UnarchiveExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnarchiveTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -365125,20 +367289,65 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/unarchive", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Teams", - "Command": "Invoke-MgUnarchiveTeam", + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnarchiveTeamChannel", + "Permissions": [], + "Method": "POST", + "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Unarchive", "UnarchiveViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnarchiveTeamPrimaryChannel", + "Permissions": [], "Method": "POST", + "Uri": "/teams/{team-id}/primaryChannel/unarchive", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Teams", + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + "Command": "Invoke-MgUnarchiveTeamworkDeletedTeamChannel", + "Permissions": [], + "Method": "POST", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -365157,125 +367366,125 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Module": "DeviceManagement.Actions", - "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Unassign", "UnassignViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "Module": "Devices.ServiceAnnouncement", - "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Unfavorite", "UnfavoriteExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnfollowDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Files", - "Command": "Invoke-MgUnfollowDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnfollowDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/unfollow", - "Module": "Files", - "Command": "Invoke-MgUnfollowDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnfollowGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Groups", - "Command": "Invoke-MgUnfollowGroupDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnfollowGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", - "Module": "Groups", - "Command": "Invoke-MgUnfollowGroupDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnfollowUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", - "Module": "Users.Actions", - "Command": "Invoke-MgUnfollowUserDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnfollowUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", - "Module": "Users.Actions", - "Command": "Invoke-MgUnfollowUserDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Unfollow", "UnfollowViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnmuteCommunicationCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -365294,22 +367503,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/unmute", - "Module": "CloudCommunications", - "Command": "Invoke-MgUnmuteCommunicationCall", "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnpinEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -365328,20 +367537,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", - "Module": "Education", - "Command": "Invoke-MgUnpinEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Unpin", "UnpinViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -365368,116 +367577,116 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Education", - "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Education", - "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Module": "Education", - "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", "Permissions": [], + "Method": "POST", "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], + "Method": "GET", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Usage", "UsageViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -365504,120 +367713,120 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "Module": "Identity.SignIns", - "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Usage", "UsageViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Invoke-MgViewUserReminder", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "Module": "Users.Functions", - "Command": "Invoke-MgViewUserReminder", "OutputType": "IMicrosoftGraphReminder", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "View", "ViewViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Join-MgBetaDriveListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Files", - "Command": "Join-MgBetaDriveListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Groups", - "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Groups", - "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Groups", - "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Join-MgBetaShareListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Files", - "Command": "Join-MgBetaShareListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Join-MgBetaSiteContentTypeWithHubSite", "Permissions": [ { "Name": "Sites.Manage.All", @@ -365636,141 +367845,141 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Sites", - "Command": "Join-MgBetaSiteContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Join-MgBetaSiteListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Sites", - "Command": "Join-MgBetaSiteListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Beta.Users.Actions", - "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Join-MgDriveListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Files", - "Command": "Join-MgDriveListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Join-MgGroupDriveListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Groups", - "Command": "Join-MgGroupDriveListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Join-MgGroupSiteContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Groups", - "Command": "Join-MgGroupSiteContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Join-MgGroupSiteListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Groups", - "Command": "Join-MgGroupSiteListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Join-MgShareListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Files", - "Command": "Join-MgShareListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Join-MgSiteContentTypeWithHubSite", "Permissions": [ { "Name": "Sites.Manage.All", @@ -365789,148 +367998,148 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Sites", - "Command": "Join-MgSiteContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Join-MgSiteListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Sites", - "Command": "Join-MgSiteListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Join-MgUserDriveListContentTypeWithHubSite", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", - "Module": "Users.Actions", - "Command": "Join-MgUserDriveListContentTypeWithHubSite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Lock", "LockViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Lock", "LockViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Lock-MgBetaUserManagedDeviceRemote", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "Module": "Beta.Users.Actions", - "Command": "Lock-MgBetaUserManagedDeviceRemote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Lock", "LockViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Lock-MgDeviceManagementManagedDeviceRemote", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", - "Module": "DeviceManagement.Actions", - "Command": "Lock-MgDeviceManagementManagedDeviceRemote", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Lock", "LockViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Lock-MgUserManagedDeviceRemote", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", - "Module": "Users.Actions", - "Command": "Lock-MgUserManagedDeviceRemote", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Lock", "LockViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaCommunicationCall", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/transfer", - "Module": "Beta.CloudCommunications", - "Command": "Move-MgBetaCommunicationCall", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -365949,37 +368158,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Move", "MoveExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Move-MgBetaDeviceManagementIntentToTemplate", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Move-MgBetaDeviceManagementIntentToTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Migrate", "MigrateExpanded", "MigrateViaIdentity", "MigrateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -365998,456 +368207,456 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Move", "MoveExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", - "Module": "Beta.Identity.Governance", - "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaGroupPlannerPlanToContainer", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer", - "Module": "Beta.Groups", - "Command": "Move-MgBetaGroupPlannerPlanToContainer", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaPlannerPlanToContainer", "Permissions": [], + "Method": "POST", "Uri": "/planner/plans/{plannerPlan-id}/moveToContainer", - "Module": "Beta.Planner", - "Command": "Move-MgBetaPlannerPlanToContainer", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaUserMailFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaUserMailFolderChildFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Move-MgBetaUserManagedDeviceToOu", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserManagedDeviceToOu", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/move", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Move-MgBetaUserPlannerPlanToContainer", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/moveToContainer", - "Module": "Beta.Users.Actions", - "Command": "Move-MgBetaUserPlannerPlanToContainer", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Move-MgCommunicationCall", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/transfer", - "Module": "CloudCommunications", - "Command": "Move-MgCommunicationCall", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Move-MgUserMailFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", - "Module": "Users.Actions", - "Command": "Move-MgUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Move-MgUserMailFolderChildFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", - "Module": "Users.Actions", - "Command": "Move-MgUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Move-MgUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", - "Module": "Users.Actions", - "Command": "Move-MgUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Move-MgUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", - "Module": "Users.Actions", - "Command": "Move-MgUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Move-MgUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/move", - "Module": "Users.Actions", - "Command": "Move-MgUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", "Permissions": [], + "Method": "POST", "Uri": "/admin/edge/internetExplorerMode/siteLists", - "Module": "DeviceManagement", - "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", "OutputType": "IMicrosoftGraphBrowserSiteList", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [], + "Method": "POST", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "DeviceManagement", - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [], + "Method": "POST", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "DeviceManagement", - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", "OutputType": "IMicrosoftGraphBrowserSite", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgAdminPeopleProfileCardProperty", "Permissions": [], + "Method": "POST", "Uri": "/admin/people/profileCardProperties", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgAdminPeopleProfileCardProperty", "OutputType": "IMicrosoftGraphProfileCardProperty", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgAgreement", "Permissions": [], + "Method": "POST", "Uri": "/agreements", - "Module": "Identity.Governance", - "Command": "New-MgAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgAgreementAcceptance", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/acceptances", - "Module": "Identity.Governance", - "Command": "New-MgAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgAgreementFile", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/files", - "Module": "Identity.Governance", - "Command": "New-MgAgreementFile", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgAgreementFileLocalization", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance", - "Command": "New-MgAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgAgreementFileLocalizationVersion", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance", - "Command": "New-MgAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgAgreementFileVersion", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance", - "Command": "New-MgAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgAppCatalogTeamApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -366474,20 +368683,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/appCatalogs/teamsApps", - "Module": "Teams", - "Command": "New-MgAppCatalogTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgAppCatalogTeamAppDefinition", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -366514,22 +368723,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Teams", - "Command": "New-MgAppCatalogTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -366548,20 +368757,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications", - "Module": "Applications", - "Command": "New-MgApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgApplicationAppManagementPolicyByRef", "Permissions": [ { "Name": "Application.Read.All", @@ -366588,22 +368797,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Module": "Applications", - "Command": "New-MgApplicationAppManagementPolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgApplicationExtensionProperty", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -366630,22 +368839,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/extensionProperties", - "Module": "Applications", - "Command": "New-MgApplicationExtensionProperty", "OutputType": "IMicrosoftGraphExtensionProperty", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -366664,22 +368873,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Module": "Applications", - "Command": "New-MgApplicationFederatedIdentityCredential", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgApplicationOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -366714,107 +368923,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/owners/$ref", - "Module": "Applications", - "Command": "New-MgApplicationOwnerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgApplicationSynchronizationJob", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgApplicationSynchronizationJobOnDemand", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationJobOnDemand", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgApplicationSynchronizationTemplate", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/templates", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Applications", - "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgApplicationTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -366857,22 +369066,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Module": "Applications", - "Command": "New-MgApplicationTokenIssuancePolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgApplicationTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -366915,22 +369124,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Module": "Applications", - "Command": "New-MgApplicationTokenLifetimePolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAccessReview", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -366949,122 +369158,122 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/accessReviews", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReview", "OutputType": "IMicrosoftGraphAccessReview", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAccessReviewDecision", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAccessReviewInstance", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/instances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewInstance", "OutputType": "IMicrosoftGraphAccessReview", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAccessReviewInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAccessReviewInstanceMyDecision", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewInstanceMyDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAccessReviewInstanceReviewer", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewInstanceReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAccessReviewMyDecision", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewMyDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -367083,103 +369292,103 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/reviewers", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAccessReviewReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", "Permissions": [], + "Method": "POST", "Uri": "/admin/edge/internetExplorerMode/siteLists", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", "OutputType": "IMicrosoftGraphBrowserSiteList", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [], + "Method": "POST", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [], + "Method": "POST", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "OutputType": "IMicrosoftGraphBrowserSite", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAdministrativeUnit", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAdministrativeUnitExtension", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAdministrativeUnitMember", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -367198,22 +369407,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnitMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAdministrativeUnitMemberByRef", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -367232,154 +369441,154 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnitMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAdminPeopleProfileCardProperty", "Permissions": [], + "Method": "POST", "Uri": "/admin/people/profileCardProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaAdminPeopleProfileCardProperty", "OutputType": "IMicrosoftGraphProfileCardProperty", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAgreement", "Permissions": [], + "Method": "POST", "Uri": "/agreements", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAgreementAcceptance", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/acceptances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAgreementFile", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/files", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementFile", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAgreementFileLocalization", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/file/localizations", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAgreementFileLocalizationVersion", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAgreementFileVersion", "Permissions": [], + "Method": "POST", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAppCatalogTeamApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -367406,20 +369615,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/appCatalogs/teamsApps", - "Module": "Beta.Teams", - "Command": "New-MgBetaAppCatalogTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaAppCatalogTeamAppDefinition", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -367446,39 +369655,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Module": "Beta.Teams", - "Command": "New-MgBetaAppCatalogTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Permissions": [], + "Method": "POST", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", - "Module": "Beta.Teams", - "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -367497,20 +369706,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaApplicationAppManagementPolicyByRef", "Permissions": [ { "Name": "Application.Read.All", @@ -367537,22 +369746,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationAppManagementPolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaApplicationExtensionProperty", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -367579,22 +369788,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/extensionProperties", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationExtensionProperty", "OutputType": "IMicrosoftGraphExtensionProperty", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -367613,22 +369822,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationFederatedIdentityCredential", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaApplicationOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -367663,107 +369872,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/owners/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationOwnerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaApplicationSynchronizationJob", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaApplicationSynchronizationTemplate", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/templates", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -367806,22 +370015,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -367864,330 +370073,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", "OutputType": null, - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveInclusionRules", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreDriveInclusionRule", - "OutputType": "IMicrosoftGraphDriveProtectionRule", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveProtectionUnits", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreDriveProtectionUnit", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreExchangeProtectionPolicy", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreExchangeRestoreSession", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxInclusionRules", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreMailboxInclusionRule", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxProtectionUnits", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreMailboxProtectionUnit", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreOneDriveForBusinessRestoreSession", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restorePoints", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/protectionPolicies", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreProtectionPolicy", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/serviceApps", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreServiceApp", - "OutputType": "IMicrosoftGraphServiceApp", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restoreSessions", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreSession", - "OutputType": "IMicrosoftGraphRestoreSessionBase", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreSharePointProtectionPolicy", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreSharePointRestoreSession", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteInclusionRules", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreSiteInclusionRule", - "OutputType": "IMicrosoftGraphSiteProtectionRule", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "New-MgBetaBookingBusiness", "Permissions": [], - "Uri": "/solutions/backupRestore/siteProtectionUnits", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBackupRestoreSiteProtectionUnit", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", - "Variants": [ - "Create", - "CreateExpanded" - ], "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], "Uri": "/bookingBusinesses", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusiness", "OutputType": "IMicrosoftGraphBookingBusiness", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -368222,10 +370140,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessAppointment", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -368235,18 +370154,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaBookingBusinessCalendarView", "Permissions": [], + "Method": "POST", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessCalendarView", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -368256,13 +370175,12 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaBookingBusinessCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -368289,10 +370207,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessCustomer", "OutputType": "IMicrosoftGraphBookingCustomer", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -368302,13 +370221,12 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaBookingBusinessCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -368335,10 +370253,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessCustomQuestion", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -368348,13 +370267,12 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaBookingBusinessService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -368373,10 +370291,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessService", "OutputType": "IMicrosoftGraphBookingService", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -368386,13 +370305,12 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaBookingBusinessStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -368411,10 +370329,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingBusinessStaffMember", "OutputType": "IMicrosoftGraphBookingStaffMember", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", @@ -368424,128 +370343,44 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaBookingCurrency", "Permissions": [], + "Method": "POST", "Uri": "/bookingCurrencies", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBookingCurrency", "OutputType": "IMicrosoftGraphBookingCurrency", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaBusinessFlowTemplate", "Permissions": [], + "Method": "POST", "Uri": "/businessFlowTemplates", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaBusinessFlowTemplate", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBusinessScenario", - "OutputType": "IMicrosoftGraphBusinessScenario", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta" - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-post-localizations?view=graph-rest-beta" + ] }, { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "Module": "Beta.Bookings", - "Command": "New-MgBetaBusinessScenarioPlannerTask", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-beta" - }, - { + "Command": "New-MgBetaChat", "Permissions": [ { "Name": "Chat.Create", @@ -368564,20 +370399,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats", - "Module": "Beta.Teams", - "Command": "New-MgBetaChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaChatInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -368668,22 +370503,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/installedApps", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaChatMember", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -368726,22 +370561,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaChatMessage", "Permissions": [ { "Name": "ChatMessage.Send", @@ -368776,107 +370611,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/messages", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaChatMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaChatMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaChatMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaChatOperation", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/operations", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaChatPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/permissionGrants", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaChatPinnedMessage", "Permissions": [ { "Name": "ChatMessage.Send", @@ -368903,22 +370738,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/pinnedMessages", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaChatTab", "Permissions": [ { "Name": "TeamsTab.Create", @@ -368985,22 +370820,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/tabs", - "Module": "Beta.Teams", - "Command": "New-MgBetaChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaCommunicationCall", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -369043,20 +370878,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCall", "OutputType": "IMicrosoftGraphCall", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -369075,144 +370910,145 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationCallContentSharingSession", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallContentSharingSession", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationCallOperation", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/operations", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallOperation", "OutputType": "IMicrosoftGraphCommsOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationCallParticipant", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallParticipant", "OutputType": "IMicrosoftGraphParticipant", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "POST", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallRecordParticipantV2", "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationCallRecordSession", "Permissions": [], + "Method": "POST", "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationCallRecordSession", "OutputType": "IMicrosoftGraphCallRecordsSession", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationOnlineMeeting", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "Create1", @@ -369222,96 +371058,95 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaCommunicationPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaCommunicationPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369330,20 +371165,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCase", "OutputType": "IMicrosoftGraphEdiscoveryCase", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369362,22 +371197,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369396,39 +371231,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369447,22 +371282,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369481,22 +371316,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369515,39 +371350,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369566,22 +371401,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369600,39 +371435,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369651,22 +371486,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369685,22 +371520,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369719,22 +371554,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369753,22 +371588,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaComplianceEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -369787,97 +371622,97 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "Module": "Beta.Compliance", - "Command": "New-MgBetaComplianceEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaContact", "Permissions": [], + "Method": "POST", "Uri": "/contacts", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaContract", "Permissions": [], + "Method": "POST", "Uri": "/contracts", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaContract", "OutputType": "IMicrosoftGraphContract", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDataPolicyOperation", "Permissions": [], + "Method": "POST", "Uri": "/dataPolicyOperations", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaDataPolicyOperation", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDevice", "Permissions": [], + "Method": "POST", "Uri": "/devices", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -369896,39 +371731,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -369947,20 +371782,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -369979,135 +371814,135 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -370126,54 +371961,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", + "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -370192,71 +372027,71 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -370275,167 +372110,167 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "OutputType": "IMicrosoftGraphManagedAppOperation", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", + "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", "OutputType": "IMicrosoftGraphManagedAppStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", + "Command": "New-MgBetaDeviceAppManagementManagedEBook", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBook", "OutputType": "IMicrosoftGraphManagedEBook", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", + "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", + "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBookCategories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", "OutputType": "IMicrosoftGraphManagedEBookCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -370454,22 +372289,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -370488,1608 +372323,1608 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", + "Command": "New-MgBetaDeviceAppManagementMobileApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileApp", "OutputType": "IMicrosoftGraphMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppCatalogPackages", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", + "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppCategories", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", + "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", + "Command": "New-MgBetaDeviceAppManagementPolicySet", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/policySets", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementPolicySet", "OutputType": "IMicrosoftGraphPolicySet", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", + "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", "OutputType": "IMicrosoftGraphPolicySetAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", + "Command": "New-MgBetaDeviceAppManagementPolicySetItem", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementPolicySetItem", "OutputType": "IMicrosoftGraphPolicySetItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372108,39 +373943,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372159,22 +373994,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtTask", + "Command": "New-MgBetaDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372193,20 +374028,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementTask", "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtTask", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", + "Command": "New-MgBetaDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -372225,69 +374060,69 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/vppTokens", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementVppToken", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372306,20 +374141,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372338,37 +374173,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372387,22 +374222,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -372421,22 +374256,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372455,20 +374290,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372487,20 +374322,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372519,197 +374354,197 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceCommand", "Permissions": [], + "Method": "POST", "Uri": "/devices/{device-id}/commands", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceCommand", "OutputType": "IMicrosoftGraphCommand", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceExtension", "Permissions": [], + "Method": "POST", "Uri": "/devices/{device-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -372728,160 +374563,160 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Generate" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAssignmentFilter", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/assignmentFilters", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementAssignmentFilter", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAuditEvent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/auditEvents", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementAuditEvent", "OutputType": "IMicrosoftGraphAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAutopilotEvent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/autopilotEvents", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAutopilotEvent", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementCartToClassAssociation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/cartToClassAssociations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementCartToClassAssociation", "OutputType": "IMicrosoftGraphCartToClassAssociation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/categories", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCategory", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372900,171 +374735,171 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -373083,20 +374918,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagementEligibleDevices", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -373115,248 +374950,248 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/complianceManagementPartners", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementCompliancePolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/compliancePolicies", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementComplianceSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/complianceSettings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementComplianceSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementConfigurationPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicies", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicy", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicyTemplates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementConfigurationSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationSettings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementConfigurationSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -373375,35 +375210,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/dataSharingConsents", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDataSharingConsent", "OutputType": "IMicrosoftGraphDataSharingConsent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -373422,69 +375257,69 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Generate", "GenerateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "OutputType": "IMicrosoftGraphEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDerivedCredential", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/derivedCredentials", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDerivedCredential", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -373503,20 +375338,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/detectedApps", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -373535,329 +375370,329 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceCategories", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurationConflictSummary", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurationProfiles", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -373876,20 +375711,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -373908,22 +375743,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -373942,20 +375777,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -373982,20 +375817,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceHealthScripts", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceHealthScript", "OutputType": "IMicrosoftGraphDeviceHealthScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -374014,22 +375849,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -374048,22 +375883,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374082,20 +375917,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceShellScripts", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScript", "OutputType": "IMicrosoftGraphDeviceShellScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374114,22 +375949,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374148,22 +375983,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374182,22 +376017,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -374216,103 +376051,103 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementDomainJoinConnector", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/domainJoinConnectors", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementDomainJoinConnector", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/embeddedSIMActivationCodePools", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -374331,621 +376166,621 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/exchangeConnectors", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementExchangeConnector", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/exchangeOnPremisesPolicies", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyCategories", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyDefinitions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyDefinitionFiles", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyObjectFiles", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/importedDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntent", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntentAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentAssignment", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntentCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentCategory", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntentCategorySetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentCategorySetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntentCopy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementIntentCopy", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntentDeviceState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentDeviceState", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntentSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntentUserState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementIntentUserState", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intuneBrandingProfiles", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementIoUpdateStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/iosUpdateStatuses", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementIoUpdateStatus", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -374964,118 +376799,118 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDeviceCleanupRules", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -375094,165 +376929,180 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsOSImage", + "Permissions": [], "Method": "POST", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages", + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Create", + "CreateExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelConfigurations", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -375271,86 +377121,86 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity", "Generate", "GenerateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelSites", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -375369,22 +377219,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -375419,20 +377269,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375451,97 +377301,97 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/monitoring/alertRecords", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/monitoring/alertRules", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementNdeConnector", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/ndesConnectors", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementNdeConnector", "OutputType": "IMicrosoftGraphNdesConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/notificationMessageTemplates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375560,20 +377410,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementPartners", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementPartner", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375592,20 +377442,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/remoteActionAudits", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementRemoteActionAudit", "OutputType": "IMicrosoftGraphRemoteActionAudit", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375624,52 +377474,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/remoteAssistancePartners", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementResourceAccessProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/resourceAccessProfiles", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementResourceAccessProfile", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -375688,35 +377538,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/resourceOperations", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementResourceOperation", "OutputType": "IMicrosoftGraphResourceOperation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementReusableSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/reusableSettings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementReusableSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -375735,20 +377585,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/roleAssignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -375767,20 +377617,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/roleDefinitions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -375799,22 +377649,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "OutputType": "IMicrosoftGraphRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375833,52 +377683,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/roleScopeTags", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleScopeTag", "OutputType": "IMicrosoftGraphRoleScopeTag", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementScript", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementScripts", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScript", "OutputType": "IMicrosoftGraphDeviceManagementScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375897,22 +377747,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375931,22 +377781,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375965,22 +377815,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375999,22 +377849,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptUserRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376033,335 +377883,335 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementSettingDefinition", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementSettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplate", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplate", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateCategory", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateInstance", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementTemplateInstance", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTemplateSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTemplateSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTermAndCondition", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/termsAndConditions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/troubleshootingEvents", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376380,35 +378230,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376427,20 +378277,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376459,20 +378309,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376491,20 +378341,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376523,20 +378373,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376555,20 +378405,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376587,20 +378437,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376619,20 +378469,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376651,20 +378501,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376683,20 +378533,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376715,35 +378565,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376762,20 +378612,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376794,20 +378644,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376826,20 +378676,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376858,20 +378708,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376890,20 +378740,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376922,20 +378772,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376954,52 +378804,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377018,20 +378868,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377050,20 +378900,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377082,20 +378932,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377114,20 +378964,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377146,20 +378996,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377178,20 +379028,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377210,35 +379060,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377257,20 +379107,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377289,20 +379139,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377321,20 +379171,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377353,20 +379203,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377385,20 +379235,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377417,20 +379267,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377449,20 +379299,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377481,20 +379331,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377513,20 +379363,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377545,22 +379395,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377579,405 +379429,390 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementUserPfxCertificate", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/userPfxCertificates", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementUserPfxCertificate", "OutputType": "IMicrosoftGraphUserPfxCertificate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/bulkActions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/createSnapshot", - "Module": "Beta.DeviceManagement.Actions", - "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", "OutputType": "IMicrosoftGraphCloudPcExportJob", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "Beta.DeviceManagement.Administration", - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -377996,20 +379831,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/windowsMalwareInformation", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -378028,137 +379863,137 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsQualityUpdateProfiles", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", - "Module": "Beta.DeviceManagement", - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceRegisteredOwnerByRef", "Permissions": [], + "Method": "POST", "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceRegisteredOwnerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDeviceRegisteredUserByRef", "Permissions": [], + "Method": "POST", "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceRegisteredUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDeviceUsageRights", "Permissions": [], + "Method": "POST", "Uri": "/devices/{device-id}/usageRights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDeviceUsageRights", "OutputType": "IMicrosoftGraphUsageRight", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryAdministrativeUnit", "Permissions": [], + "Method": "POST", "Uri": "/directory/administrativeUnits", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "POST", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryAdministrativeUnitMember", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -378201,22 +380036,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnitMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -378259,54 +380094,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [], + "Method": "POST", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDirectoryAttributeSet", "Permissions": [], + "Method": "POST", "Uri": "/directory/attributeSets", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryAttributeSet", "OutputType": "IMicrosoftGraphAttributeSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -378325,20 +380160,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -378357,560 +380192,560 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", "Permissions": [], + "Method": "POST", "Uri": "/directory/customSecurityAttributeDefinitions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [], + "Method": "POST", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": "IMicrosoftGraphAllowedValue", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "POST", "Uri": "/directory/deviceLocalCredentials", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryDeviceLocalCredential", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryExternalUserProfile", "Permissions": [], + "Method": "POST", "Uri": "/directory/externalUserProfiles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryExternalUserProfile", "OutputType": "IMicrosoftGraphExternalUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", "Permissions": [], + "Method": "POST", "Uri": "/directory/featureRolloutPolicies", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "Permissions": [], + "Method": "POST", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "Permissions": [], + "Method": "POST", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryFederationConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/directory/federationConfigurations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryFederationConfiguration", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/impactedResources", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryInboundSharedUserProfile", "Permissions": [], + "Method": "POST", "Uri": "/directory/inboundSharedUserProfiles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryInboundSharedUserProfile", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryObjects", - "Module": "Beta.DirectoryObjects", - "Command": "New-MgBetaDirectoryObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryOnPremiseSynchronization", "Permissions": [], + "Method": "POST", "Uri": "/directory/onPremisesSynchronization", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryOnPremiseSynchronization", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", "Permissions": [], + "Method": "POST", "Uri": "/directory/outboundSharedUserProfiles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", "Permissions": [], + "Method": "POST", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDirectoryPendingExternalUserProfile", "Permissions": [], + "Method": "POST", "Uri": "/directory/pendingExternalUserProfiles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryPendingExternalUserProfile", "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryRecommendation", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRecommendation", "OutputType": "IMicrosoftGraphRecommendation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryRecommendationImpactedResource", "Permissions": [], + "Method": "POST", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRecommendationImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDirectoryRole", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDirectoryRoleMemberByRef", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRoleMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryRoleScopedMember", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRoleScopedMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectoryRoleTemplate", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectoryRoleTemplate", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDirectorySetting", "Permissions": [], + "Method": "POST", "Uri": "/settings", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectorySetting", "OutputType": "IMicrosoftGraphDirectorySetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectorySettingTemplate", "Permissions": [], + "Method": "POST", "Uri": "/directorySettingTemplates", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectorySettingTemplate", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectorySharedEmailDomain", "Permissions": [], + "Method": "POST", "Uri": "/directory/sharedEmailDomains", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectorySharedEmailDomain", "OutputType": "IMicrosoftGraphSharedEmailDomain", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDirectorySubscription", "Permissions": [], + "Method": "POST", "Uri": "/directory/subscriptions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDirectorySubscription", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDomain", "Permissions": [], + "Method": "POST", "Uri": "/domains", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDomainFederationConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/federationConfiguration", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomainFederationConfiguration", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDomainServiceConfigurationRecord", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomainServiceConfigurationRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDomainSharedEmailDomainInvitation", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomainSharedEmailDomainInvitation", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDomainVerificationDnsRecord", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaDomainVerificationDnsRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDrive", "Permissions": [], + "Method": "POST", "Uri": "/drives", - "Module": "Beta.Files", - "Command": "New-MgBetaDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveBundle", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/bundles", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemChild", "Permissions": [ { "Name": "Files.ReadWrite", @@ -378937,22 +380772,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDriveItemLink", "Permissions": [ { "Name": "Files.ReadWrite", @@ -378979,141 +380814,141 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDriveItemListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemUploadSession", "Permissions": [ { "Name": "Files.ReadWrite", @@ -379140,462 +380975,462 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListColumn", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/columns", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListItem", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDriveListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListOperation", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/operations", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootChild", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/children", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDriveRootLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/createLink", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaDriveRootListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/createLink", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/createUploadSession", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClass", "Permissions": [], + "Method": "POST", "Uri": "/education/classes", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -379614,22 +381449,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentCategory", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -379648,10 +381483,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "Create1", @@ -379661,13 +381497,12 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -379686,22 +381521,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -379720,56 +381555,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -379788,39 +381623,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", "OutputType": "IMicrosoftGraphEducationGradingScheme", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -379839,22 +381674,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -379873,73 +381708,73 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassMemberByRef", "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -379958,22 +381793,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -379992,22 +381827,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -380026,224 +381861,224 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassModuleResource", "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationClassTeacherByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationClassTeacherByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentCategory", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -380262,414 +382097,414 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/me/rubrics", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationMeRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationSchool", "Permissions": [], + "Method": "POST", "Uri": "/education/schools", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationSchoolClassByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSchoolClassByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationSchoolUserByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSchoolUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationSynchronizationProfile", "Permissions": [], + "Method": "POST", "Uri": "/education/synchronizationProfiles", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSynchronizationProfile", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationSynchronizationProfileError", "Permissions": [], + "Method": "POST", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationSynchronizationProfileError", "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEducationUser", "Permissions": [], + "Method": "POST", "Uri": "/education/users", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentCategory", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEducationUserRubric", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/rubrics", - "Module": "Beta.Education", - "Command": "New-MgBetaEducationUserRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -380688,199 +382523,199 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementAssignmentRequest", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementConnectedOrganization", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaEntitlementManagementSubject", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/subjects", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaEntitlementManagementSubject", "OutputType": "IMicrosoftGraphAccessPackageSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaExternalAuthorizationSystem", "Permissions": [], + "Method": "POST", "Uri": "/external/authorizationSystems", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalAuthorizationSystem", "OutputType": "IMicrosoftGraphAuthorizationSystem", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -380899,20 +382734,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/external/connections", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnection", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaExternalConnectionGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -380931,22 +382766,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/groups", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionGroup", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaExternalConnectionGroupMember", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -380965,470 +382800,471 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionGroupMember", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaExternalConnectionItem", "Permissions": [], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/items", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionItem", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaExternalConnectionItemActivity", "Permissions": [], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaExternalConnectionOperation", "Permissions": [], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/operations", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalConnectionOperation", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaExternalIndustryDataConnector", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/dataConnectors", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataConnector", "OutputType": "IMicrosoftGraphIndustryDataConnector", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaExternalIndustryDataInboundFlow", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/inboundFlows", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataInboundFlow", "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaExternalIndustryDataOperation", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/operations", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/outboundProvisioningFlowSets", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/referenceDefinitions", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaExternalIndustryDataRoleGroup", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/roleGroups", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataRoleGroup", "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaExternalIndustryDataSourceSystem", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/sourceSystems", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataSourceSystem", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaExternalIndustryDataYear", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/years", - "Module": "Beta.Search", - "Command": "New-MgBetaExternalIndustryDataYear", "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyCountryRegion", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/countriesRegions", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCountryRegion", "OutputType": "IMicrosoftGraphCountryRegion", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyCurrency", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/currencies", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyCustomer", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/customers", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyCustomerPayment", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/customerPayments", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPayment", "OutputType": "IMicrosoftGraphCustomerPayment", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/customerPaymentJournals", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "OutputType": "IMicrosoftGraphCustomerPayment", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyCustomerPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyEmployee", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/employees", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyEmployee", "OutputType": "IMicrosoftGraphEmployee", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyEmployeePicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyEmployeePicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyItem", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/items", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyItemCategory", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/itemCategories", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyItemPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyJournal", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/journals", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyJournal", "OutputType": "IMicrosoftGraphJournal", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyJournalLine", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/journalLines", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyJournalLine", "OutputType": "IMicrosoftGraphJournalLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -381438,69 +383274,69 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyPaymentMethod", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/paymentMethods", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyPaymentTerm", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/paymentTerms", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -381510,103 +383346,103 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -381616,35 +383452,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -381654,50 +383490,50 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Make", "MakeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "Create1", @@ -381707,115 +383543,114 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyShipmentMethod", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/shipmentMethods", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyTaxArea", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/taxAreas", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyTaxArea", "OutputType": "IMicrosoftGraphTaxArea", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyTaxGroup", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/taxGroups", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyTaxGroup", "OutputType": "IMicrosoftGraphTaxGroup", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/unitsOfMeasure", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", "OutputType": "IMicrosoftGraphUnitOfMeasure", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyVendor", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/vendors", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyVendor", "OutputType": "IMicrosoftGraphVendor", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaFinancialCompanyVendorPicture", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", - "Module": "Beta.Financials", - "Command": "New-MgBetaFinancialCompanyVendorPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroup", "Permissions": [ { "Name": "Group.Create", @@ -381842,88 +383677,88 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupAcceptedSenderByRef", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupAcceptedSenderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupAppRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/appRoleAssignments", - "Module": "Beta.Applications", - "Command": "New-MgBetaGroupAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupCalendarPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupConversation", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -381942,22 +383777,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversation", "OutputType": "IMicrosoftGraphConversation", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -381976,1047 +383811,1048 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupConversationThreadPostAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupConversationThreadPostExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupConversationThreadPostMention", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupConversationThreadPostMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDrive", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveBundle", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveItemListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveItemUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveRootLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveRootListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupDriveRootUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaGroupDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEndpoint", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/endpoints", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEventAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupEventExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEventInstanceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupEventInstanceExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaGroupEventInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/extensions", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupLifecyclePolicy", "Permissions": [], + "Method": "POST", "Uri": "/groupLifecyclePolicies", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupLifecyclePolicy", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "Create1", @@ -383024,30 +384860,29 @@ "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupMemberByRef", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/members/$ref", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -383074,22 +384909,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -383116,22 +384951,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -383158,22 +384993,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -383200,56 +385035,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/pages", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupOnenoteSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sections", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupOnenoteSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -383276,22 +385111,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Create", @@ -383318,22 +385153,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes", - "Command": "New-MgBetaGroupOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupOwnerByRef", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -383352,1088 +385187,1133 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/owners/$ref", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupOwnerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/permissionGrants", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupRejectedSenderByRef", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupRejectedSenderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupSetting", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/settings", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupSetting", "OutputType": "IMicrosoftGraphDirectorySetting", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteContentModel", + "Permissions": [], "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", + "OutputType": "IMicrosoftGraphContentModel", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteDocumentProcessingJob", + "Permissions": [], "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteGetByPathColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteGetByPathColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteGetByPathContentModel", + "Permissions": [], "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", + "OutputType": "IMicrosoftGraphContentModel", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteGetByPathContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteGetByPathContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteGetByPathDocumentProcessingJob", + "Permissions": [], "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteGetByPathList", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteGetByPathList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgBetaGroupSiteGetByPathOperation", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgBetaGroupSiteGetByPathPage", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgBetaGroupSiteGetByPathPermission", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteList", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListActivity", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListItemActivity", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupSiteListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenotePage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteResource", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSitePage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSitePermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteRecycleBinItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteRecycleBinItem", "OutputType": "IMicrosoftGraphRecycleBinItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -384443,18 +386323,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -384464,120 +386344,120 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSet", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -384587,18 +386467,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -384608,35 +386488,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -384646,18 +386526,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -384667,744 +386547,743 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamChannel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamChannelMessage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamChannelMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamChannelTab", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamInstalledApp", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/installedApps", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamMember", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/operations", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/permissionGrants", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleDayNote", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/dayNotes", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleDayNote", "OutputType": "IMicrosoftGraphDayNote", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleShift", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/shifts", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleTimeCard", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/timeCards", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleTimeCard", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamTag", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/tags", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupTeamTagMember", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaGroupTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -385423,521 +387302,522 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/threads", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupThreadPostAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupThreadPostExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupThreadPostInReplyToMention", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostInReplyToMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaGroupThreadPostMention", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", - "Module": "Beta.Groups", - "Command": "New-MgBetaGroupThreadPostMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityApiConnector", "Permissions": [], + "Method": "POST", "Uri": "/identity/apiConnectors", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityApiConnector", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlow", "Permissions": [], + "Method": "POST", "Uri": "/identity/authenticationEventsFlows", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityAuthenticationEventFlow", "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Permissions": [], + "Method": "POST", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Permissions": [], + "Method": "POST", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Permissions": [], + "Method": "POST", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Permissions": [], + "Method": "POST", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityAuthenticationEventListener", "Permissions": [], + "Method": "POST", "Uri": "/identity/authenticationEventListeners", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityAuthenticationEventListener", "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2CUserFlow", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2cUserFlows", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlow", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2CUserFlowLanguage", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2XUserFlow", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlow", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2XUserFlowLanguage", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [], + "Method": "POST", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Permissions": [], + "Method": "POST", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create1", "CreateExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], + "Method": "POST", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create1", "CreateExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create1", "CreateExpanded1", @@ -385945,13 +387825,12 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -385970,20 +387849,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identity/conditionalAccess/namedLocations", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", "OutputType": "IMicrosoftGraphNamedLocation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -386010,728 +387889,728 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identity/conditionalAccess/policies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityConditionalAccessPolicy", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityCustomAuthenticationExtension", "Permissions": [], + "Method": "POST", "Uri": "/identity/customAuthenticationExtensions", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityCustomAuthenticationExtension", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Generate", "GenerateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -386750,50 +388629,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -386812,117 +388691,118 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/roleManagementAlerts/alerts", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/roleManagementAlerts/operations", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "Create1", @@ -386930,188 +388810,187 @@ "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityProvider", "Permissions": [], + "Method": "POST", "Uri": "/identity/identityProviders", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityUserFlow", "Permissions": [], + "Method": "POST", "Uri": "/identity/userFlows", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityUserFlow", "OutputType": "IMicrosoftGraphIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaIdentityUserFlowAttribute", "Permissions": [], + "Method": "POST", "Uri": "/identity/userFlowAttributes", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaIdentityUserFlowAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaInformationProtectionPolicyLabel", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/policy/labels", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/threatAssessmentRequests", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaInvitation", "Permissions": [ { "Name": "User.Invite.All", @@ -387138,20 +389017,359 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/invitations", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaInvitation", "OutputType": "IMicrosoftGraphInvitation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessAlert", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/alerts", + "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-branches?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityBranch", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/branches", + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-post-devicelinks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityBranchDeviceLink", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfile", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-remotenetworks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetwork", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/remoteNetworks", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessFilteringPolicy", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/filteringPolicies", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessFilteringPolicyRule", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessFilteringProfile", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/filteringProfiles", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessFilteringProfilePolicy", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessForwardingPolicy", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/forwardingPolicies", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessForwardingPolicyRule", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessForwardingProfile", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/forwardingProfiles", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessForwardingProfilePolicy", + "Permissions": [], "Method": "POST", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaNetworkAccessLogRemoteNetwork", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/logs/remoteNetworks", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta" + "Command": "New-MgBetaNetworkAccessLogTraffic", + "Permissions": [], + "Method": "POST", + "Uri": "/networkAccess/logs/traffic", + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Create", + "CreateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaOauth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -387170,91 +389388,92 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/oauth2PermissionGrants", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfile", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfile", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileAgent", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgent", "OutputType": "IMicrosoftGraphOnPremisesAgent", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", "OutputType": "IMicrosoftGraphOnPremisesAgent", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "Create1", @@ -387264,198 +389483,197 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "OutputType": "IMicrosoftGraphPublishedResource", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileConnector", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileConnector", "OutputType": "IMicrosoftGraphConnector", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", "OutputType": "IMicrosoftGraphConnectorGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", "OutputType": "IMicrosoftGraphPublishedResource", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOrganization", "Permissions": [], + "Method": "POST", "Uri": "/organization", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaOrganization", "OutputType": "IMicrosoftGraphOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaOrganizationBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -387474,90 +389692,90 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/organization/{organization-id}/branding/localizations", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaOrganizationBrandingLocalization", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaOrganizationExtension", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/extensions", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaOrganizationExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPlaceAsRoomListRoom", "Permissions": [], + "Method": "POST", "Uri": "/places/{place-id}/roomList/rooms", - "Module": "Beta.Calendar", - "Command": "New-MgBetaPlaceAsRoomListRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPlaceAsRoomListWorkspace", "Permissions": [], + "Method": "POST", "Uri": "/places/{place-id}/roomList/workspaces", - "Module": "Beta.Calendar", - "Command": "New-MgBetaPlaceAsRoomListWorkspace", "OutputType": "IMicrosoftGraphWorkspace", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -387584,20 +389802,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/planner/buckets", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -387624,20 +389842,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/planner/plans", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPlannerRoster", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -387656,20 +389874,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/planner/rosters", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerRoster", "OutputType": "IMicrosoftGraphPlannerRoster", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPlannerRosterMember", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -387688,22 +389906,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/planner/rosters/{plannerRoster-id}/members", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerRosterMember", "OutputType": "IMicrosoftGraphPlannerRosterMember", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -387730,20 +389948,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/planner/tasks", - "Module": "Beta.Planner", - "Command": "New-MgBetaPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -387762,20 +389980,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/activityBasedTimeoutPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -387794,35 +390012,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/appManagementPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -387841,69 +390059,69 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/authenticationStrengthPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyAuthorizationPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/authorizationPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthorizationPolicy", "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Permissions": [], + "Method": "POST", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -387922,84 +390140,84 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/claimsMappingPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", "Permissions": [], + "Method": "POST", "Uri": "/policies/crossTenantAccessPolicy/partners", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/featureRolloutPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", "Permissions": [], + "Method": "POST", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Permissions": [], + "Method": "POST", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -388018,261 +390236,261 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/homeRealmDiscoveryPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyMobileAppManagementPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/mobileAppManagementPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyMobileAppManagementPolicy", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/mobileDeviceManagementPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyPermissionGrantPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/permissionGrantPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyPermissionGrantPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", "Permissions": [], + "Method": "POST", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", "Permissions": [], + "Method": "POST", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-post-permissiongrantpreapprovalpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/permissionGrantPreApprovalPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyPermissionGrantPreApprovalPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-post-permissiongrantpreapprovalpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyRoleManagementPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/roleManagementPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyRoleManagementPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/policies/roleManagementPolicyAssignments", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Permissions": [], + "Method": "POST", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyRoleManagementPolicyRule", "Permissions": [], + "Method": "POST", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyRoleManagementPolicyRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/servicePrincipalCreationPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Permissions": [], + "Method": "POST", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Permissions": [], + "Method": "POST", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -388291,20 +390509,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/tokenIssuancePolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPolicyTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -388323,50 +390541,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/tokenLifetimePolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaPolicyTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintConnector", "Permissions": [], + "Method": "POST", "Uri": "/print/connectors", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintOperation", "Permissions": [], + "Method": "POST", "Uri": "/print/operations", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintOperation", "OutputType": "IMicrosoftGraphPrintOperation", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinter", "Permissions": [ { "Name": "Printer.Create", @@ -388393,20 +390611,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/create", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinter", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create1", "CreateExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.Create", @@ -388449,39 +390667,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterJobDocument", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -388508,156 +390726,156 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterJobTask", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterShare", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterShareJobDocument", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterShareJobTask", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintPrinterTaskTrigger", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -388676,103 +390894,103 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/taskTriggers", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintPrinterTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintService", "Permissions": [], + "Method": "POST", "Uri": "/print/services", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintService", "OutputType": "IMicrosoftGraphPrintService", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintServiceEndpoint", "Permissions": [], + "Method": "POST", "Uri": "/print/services/{printService-id}/endpoints", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintServiceEndpoint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintShare", "Permissions": [], + "Method": "POST", "Uri": "/print/shares", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintShareAllowedGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareAllowedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintShareAllowedUserByRef", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareAllowedUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintShareJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -388807,39 +391025,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintShareJobDocument", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintShareJobDocumentUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -388866,398 +391084,399 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareJobDocumentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintShareJobTask", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrintTaskDefinition", "Permissions": [], + "Method": "POST", "Uri": "/print/taskDefinitions", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrintTaskDefinitionTask", "Permissions": [], + "Method": "POST", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Beta.Devices.CloudPrint", - "Command": "New-MgBetaPrintTaskDefinitionTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrivacySubjectRightsRequest", "Permissions": [], + "Method": "POST", "Uri": "/privacy/subjectRightsRequests", - "Module": "Beta.Compliance", - "Command": "New-MgBetaPrivacySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaPrivacySubjectRightsRequestNote", "Permissions": [], + "Method": "POST", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Beta.Compliance", - "Command": "New-MgBetaPrivacySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccess", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccess", "OutputType": "IMicrosoftGraphPrivilegedAccess", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccessResource", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccessRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccessRoleDefinition", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedAccessRoleSetting", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedAccessRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedApproval", "Permissions": [], + "Method": "POST", "Uri": "/privilegedApproval", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedApproval", "OutputType": "IMicrosoftGraphPrivilegedApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedOperationEvent", "Permissions": [], + "Method": "POST", "Uri": "/privilegedOperationEvents", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedOperationEvent", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedRole", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoles", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRole", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRoleAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Make", "MakeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Make", "MakeExpanded", "MakeViaIdentity", "MakeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoleAssignmentRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaProgram", "Permissions": [], + "Method": "POST", "Uri": "/programs", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaProgram", "OutputType": "IMicrosoftGraphProgram", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaProgramControl", "Permissions": [], + "Method": "POST", "Uri": "/programControls", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaProgramControl", "OutputType": "IMicrosoftGraphProgramControl", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "Create1", @@ -389269,184 +391488,183 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaProgramControlType", "Permissions": [], + "Method": "POST", "Uri": "/programControlTypes", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaProgramControlType", "OutputType": "IMicrosoftGraphProgramControlType", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Permissions": [], + "Method": "POST", "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Beta.Reports", - "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaReportPartnerBillingManifest", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/manifests", - "Module": "Beta.Reports", - "Command": "New-MgBetaReportPartnerBillingManifest", "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaReportPartnerBillingOperation", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/operations", - "Module": "Beta.Reports", - "Command": "New-MgBetaReportPartnerBillingOperation", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRiskDetection", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskDetections", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskDetection", "OutputType": "IMicrosoftGraphRiskDetection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRiskyServicePrincipal", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyServicePrincipals", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskyServicePrincipal", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRiskyServicePrincipalHistory", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskyServicePrincipalHistory", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRiskyUser", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyUsers", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskyUser", "OutputType": "IMicrosoftGraphRiskyUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRiskyUserHistory", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaRiskyUserHistory", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/cloudPC/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -389465,37 +391683,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/cloudPC/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -389538,69 +391756,69 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/cloudPC/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/deviceManagement/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -389619,37 +391837,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/deviceManagement/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -389692,146 +391910,146 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/resourceNamespaces", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -389866,20 +392084,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -389898,67 +392116,67 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -389977,320 +392195,320 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseApp", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseApp", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -390309,298 +392527,298 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", - "Module": "Beta.Identity.Governance", - "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/exchange/customAppScopes", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", "OutputType": "IMicrosoftGraphCustomAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/exchange/resourceNamespaces", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/exchange/roleAssignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/exchange/roleDefinitions", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/exchange/transitiveRoleAssignments", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -390619,20 +392837,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/schemaExtensions", - "Module": "Beta.SchemaExtensions", - "Command": "New-MgBetaSchemaExtension", "OutputType": "IMicrosoftGraphSchemaExtension", + "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -390651,20 +392869,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/search/acronyms", - "Module": "Beta.Search", - "Command": "New-MgBetaSearchAcronym", "OutputType": "IMicrosoftGraphSearchAcronym", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -390683,20 +392901,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/search/bookmarks", - "Module": "Beta.Search", - "Command": "New-MgBetaSearchBookmark", "OutputType": "IMicrosoftGraphSearchBookmark", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -390715,268 +392933,268 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/search/qnas", - "Module": "Beta.Search", - "Command": "New-MgBetaSearchQna", "OutputType": "IMicrosoftGraphSearchQna", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityAction", "Permissions": [], + "Method": "POST", "Uri": "/security/securityActions", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAction", "OutputType": "IMicrosoftGraphSecurityAction", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAlert", "Permissions": [], + "Method": "POST", "Uri": "/security/alerts", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAlert", "OutputType": "IMicrosoftGraphAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAlertV2", "Permissions": [], + "Method": "POST", "Uri": "/security/alerts_v2", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAlertV2", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulation", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/simulations", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulation", "OutputType": "IMicrosoftGraphSimulation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/simulationAutomations", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationAutomation", "OutputType": "IMicrosoftGraphSimulationAutomation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/endUserNotifications", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", "OutputType": "IMicrosoftGraphEndUserNotification", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/landingPages", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationLandingPage", "OutputType": "IMicrosoftGraphLandingPage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", "OutputType": "IMicrosoftGraphLandingPageDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/loginPages", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationLoginPage", "OutputType": "IMicrosoftGraphLoginPage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationOperation", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/operations", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationOperation", "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationPayload", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/payloads", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationPayload", "OutputType": "IMicrosoftGraphPayload", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationTraining", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/trainings", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationTraining", "OutputType": "IMicrosoftGraphTraining", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/trainingCampaigns", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", "OutputType": "IMicrosoftGraphTrainingCampaign", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityAuditLogQuery", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -391035,37 +393253,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/auditLog/queries", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAuditLogQuery", "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityAuditLogQueryRecord", "Permissions": [], + "Method": "POST", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityAuditLogQueryRecord", "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391084,20 +393302,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCase", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391116,22 +393334,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391150,22 +393368,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391184,22 +393402,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391218,22 +393436,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391252,22 +393470,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391286,22 +393504,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391320,22 +393538,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391354,39 +393572,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", "Permissions": [], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391405,39 +393623,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Permissions": [], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391456,22 +393674,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391490,39 +393708,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -391541,689 +393759,689 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityCloudAppSecurityProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/cloudAppSecurityProfiles", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCloudAppSecurityProfile", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", "Permissions": [], + "Method": "POST", "Uri": "/security/collaboration/analyzedEmails", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityDomainSecurityProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/domainSecurityProfiles", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityDomainSecurityProfile", "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityFileSecurityProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/fileSecurityProfiles", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityFileSecurityProfile", "OutputType": "IMicrosoftGraphFileSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityHostSecurityProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/hostSecurityProfiles", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityHostSecurityProfile", "OutputType": "IMicrosoftGraphHostSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityIdentityHealthIssue", "Permissions": [], + "Method": "POST", "Uri": "/security/identities/healthIssues", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityIdentityHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityIdentitySensor", "Permissions": [], + "Method": "POST", "Uri": "/security/identities/sensors", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityIdentitySensor", "OutputType": "IMicrosoftGraphSecuritySensor", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityIdentitySensorDeploymentAccessKey", "Permissions": [], + "Method": "POST", "Uri": "/security/identities/sensors/regenerateDeploymentAccessKey", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityIdentitySensorDeploymentAccessKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Regenerate" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityIncident", "Permissions": [], + "Method": "POST", "Uri": "/security/incidents", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityIncident", "OutputType": "IMicrosoftGraphSecurityIncident", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/security/informationProtection/sensitivityLabels", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityIPSecurityProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/ipSecurityProfiles", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityIPSecurityProfile", "OutputType": "IMicrosoftGraphIPSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityLabelAuthority", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/authorities", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelAuthority", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityLabelCategory", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/categories", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelCategory", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelCategorySubcategory", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityLabelCitation", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/citations", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelCitation", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityLabelDepartment", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/departments", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelDepartment", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityLabelFilePlanReference", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/filePlanReferences", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelFilePlanReference", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityLabelRetentionLabel", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/retentionLabels", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelRetentionLabel", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityPartnerSecurityAlert", "Permissions": [], + "Method": "POST", "Uri": "/security/partner/securityAlerts", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityPartnerSecurityAlert", "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityProviderTenantSetting", "Permissions": [], + "Method": "POST", "Uri": "/security/providerTenantSettings", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityProviderTenantSetting", "OutputType": "IMicrosoftGraphProviderTenantSetting", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityRuleDetectionRule", "Permissions": [], + "Method": "POST", "Uri": "/security/rules/detectionRules", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityRuleDetectionRule", "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecuritySecureScore", "Permissions": [], + "Method": "POST", "Uri": "/security/secureScores", - "Module": "Beta.Security", - "Command": "New-MgBetaSecuritySecureScore", "OutputType": "IMicrosoftGraphSecureScore", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecuritySecureScoreControlProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/secureScoreControlProfiles", - "Module": "Beta.Security", - "Command": "New-MgBetaSecuritySecureScoreControlProfile", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecuritySubjectRightsRequest", "Permissions": [], + "Method": "POST", "Uri": "/security/subjectRightsRequests", - "Module": "Beta.Security", - "Command": "New-MgBetaSecuritySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecuritySubjectRightsRequestNote", "Permissions": [], + "Method": "POST", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Beta.Security", - "Command": "New-MgBetaSecuritySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/articles", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/articleIndicators", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hosts", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostComponents", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", "OutputType": "IMicrosoftGraphSecurityHostComponent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostCookies", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", "OutputType": "IMicrosoftGraphSecurityHostCookie", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostPairs", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostPorts", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", "OutputType": "IMicrosoftGraphSecurityHostPort", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostSslCertificates", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostTrackers", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", "OutputType": "IMicrosoftGraphSecurityHostTracker", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/intelProfiles", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/sslCertificates", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/subdomains", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/vulnerabilities", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", "OutputType": "IMicrosoftGraphSecurityVulnerability", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/whoisRecords", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -392242,35 +394460,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/threatSubmission/emailThreats", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -392289,20 +394507,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/threatSubmission/fileThreats", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -392321,159 +394539,159 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/threatSubmission/urlThreats", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityTiIndicator", "Permissions": [], + "Method": "POST", "Uri": "/security/tiIndicators", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityTiIndicator", "OutputType": "IMicrosoftGraphTiIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityTriggerRetentionEvent", "Permissions": [], + "Method": "POST", "Uri": "/security/triggers/retentionEvents", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityTriggerRetentionEvent", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", "Permissions": [], + "Method": "POST", "Uri": "/security/triggerTypes/retentionEventTypes", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSecurityUserSecurityProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/userSecurityProfiles", - "Module": "Beta.Security", - "Command": "New-MgBetaSecurityUserSecurityProfile", "OutputType": "IMicrosoftGraphUserSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementHealthOverview", "OutputType": "IMicrosoftGraphServiceHealth", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServiceAnnouncementIssue", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/issues", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementMessage", "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "New-MgBetaServiceAnnouncementMessageAttachment", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -392500,20 +394718,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -392540,22 +394758,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -392582,22 +394800,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -392640,56 +394858,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalEndpoint", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -392732,39 +394950,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalLicenseDetail", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -392799,22 +395017,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalOwnerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -392841,22 +395059,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -392891,37 +395109,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalRiskDetection", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaServicePrincipalRiskDetection", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -392940,22 +395158,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -392974,163 +395192,164 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Beta.Applications", - "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListColumn", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListContentType", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListItem", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "Create1", @@ -393140,18 +395359,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "Create1", @@ -393161,18 +395380,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "Create1", @@ -393182,113 +395401,112 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListOperation", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListPermission", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaShareListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/shares", - "Module": "Beta.Files", - "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", "OutputType": "IMicrosoftGraphSharedDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSiteColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -393307,22 +395525,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSiteContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -393341,22 +395559,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -393375,165 +395593,141 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteGetByPathColumn", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteGetByPathColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteGetByPathContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteGetByPathContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteGetByPathList", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteGetByPathList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgBetaSiteGetByPathOperation", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgBetaSiteGetByPathPage", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgBetaSiteGetByPathPermission", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSiteList", "Permissions": [ { "Name": "Sites.Manage.All", @@ -393552,39 +395746,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListActivity", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSiteListColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -393603,39 +395797,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -393654,73 +395848,73 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSiteListItem", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListItemActivity", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -393755,22 +395949,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSiteListItemLink", "Permissions": [ { "Name": "Files.ReadWrite", @@ -393797,22 +395991,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListItemPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -393839,56 +396033,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListOperation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -393915,39 +396109,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/permissions", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -393974,22 +396168,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -394016,22 +396210,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -394058,22 +396252,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -394100,56 +396294,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/pages", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteOnenoteSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteOnenoteSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -394176,22 +396370,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Create", @@ -394218,197 +396412,198 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes", - "Command": "New-MgBetaSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteOperation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/operations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSitePage", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages", - "Module": "Beta.Sites", - "Command": "New-MgBetaSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Beta.Sites", - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Beta.Sites", - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Beta.Sites", - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Beta.Sites", - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSitePageAsSitePageWebPart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Beta.Sites", - "Command": "New-MgBetaSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSitePermission", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/permissions", - "Module": "Beta.Sites", - "Command": "New-MgBetaSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreGroupSet", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -394418,18 +396613,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -394439,120 +396634,120 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSet", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -394562,18 +396757,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -394583,35 +396778,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -394621,18 +396816,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "Create1", @@ -394642,213 +396837,586 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetTermChild", + "Permissions": [], "Method": "POST", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "OutputType": "IMicrosoftGraphTermStoreTerm", "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSiteTermStoreSetTermRelation", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Method": "POST", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreDriveInclusionRule", + "Permissions": [], "Method": "POST", + "Uri": "/solutions/backupRestore/driveInclusionRules", + "OutputType": "IMicrosoftGraphDriveProtectionRule", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "New-MgBetaSolutionBackupRestoreDriveProtectionUnit", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/driveProtectionUnits", + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSession", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions", + "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/mailboxInclusionRules", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreMailboxProtectionUnit", + "Permissions": [], "Method": "POST", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits", + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Beta.Sites", - "Command": "New-MgBetaSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestorePoint", + "Permissions": [], "Method": "POST", + "Uri": "/solutions/backupRestore/restorePoints", + "OutputType": "IMicrosoftGraphRestorePoint", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "New-MgBetaSolutionBackupRestoreProtectionPolicy", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/protectionPolicies", + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreServiceApp", "Permissions": [], - "Uri": "/subscribedSkus", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaSubscribedSku", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "POST", + "Uri": "/solutions/backupRestore/serviceApps", + "OutputType": "IMicrosoftGraphServiceApp", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Create", "CreateExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreSession", + "Permissions": [], "Method": "POST", + "Uri": "/solutions/backupRestore/restoreSessions", + "OutputType": "IMicrosoftGraphRestoreSessionBase", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Permissions": [], - "Uri": "/subscriptions", - "Module": "Beta.ChangeNotifications", - "Command": "New-MgBetaSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions", + "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreSiteInclusionRule", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/siteInclusionRules", + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/backupRestore/siteProtectionUnits", + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSolutionBusinessScenario", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "POST", + "Uri": "/solutions/businessScenarios", + "OutputType": "IMicrosoftGraphBusinessScenario", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Create", "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "POST", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaSolutionBusinessScenarioPlannerTask", + "Permissions": [], + "Method": "POST", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaSubscribedSku", + "Permissions": [], + "Method": "POST", + "Uri": "/subscribedSkus", + "OutputType": "IMicrosoftGraphSubscribedSku", "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta" + "Command": "New-MgBetaSubscription", + "Permissions": [], + "Method": "POST", + "Uri": "/subscriptions", + "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", + "Variants": [ + "Create", + "CreateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeam", "Permissions": [ { "Name": "Team.Create", @@ -394883,20 +397451,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamChannel", "Permissions": [ { "Name": "Channel.Create.Group", @@ -394939,54 +397507,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/channels", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Provision", "ProvisionViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamChannelMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -395013,39 +397581,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamChannelMessageReply", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -395072,56 +397640,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -395196,22 +397764,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -395302,224 +397870,224 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/installedApps", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamOperation", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/operations", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/permissionGrants", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamPrimaryChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Provision", "ProvisionViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamPrimaryChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamPrimaryChannelMessage", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamPrimaryChannelTab", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleDayNote", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/dayNotes", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleDayNote", "OutputType": "IMicrosoftGraphDayNote", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -395538,22 +398106,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleOpenShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -395580,22 +398148,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/openShifts", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -395614,22 +398182,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleSchedulingGroup", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -395648,22 +398216,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -395682,39 +398250,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/shifts", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -395733,39 +398301,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleTimeCard", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeCards", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleTimeCard", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleTimeOff", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -395784,22 +398352,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timesOff", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleTimeOffReason", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -395818,39 +398386,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -395869,1031 +398437,1031 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/teams/{team-id}/tags", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamTagMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedChat", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedChats", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedChat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeam", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeam", "OutputType": "IMicrosoftGraphDeletedTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Provision", "ProvisionViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDevice", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/devices", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDevice", "OutputType": "IMicrosoftGraphTeamworkDevice", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkDeviceOperation", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkDeviceOperation", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkTeamTemplate", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/teamTemplates", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkTeamTemplate", "OutputType": "IMicrosoftGraphTeamTemplate", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTeamworkTeamTemplateDefinition", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkTeamTemplateDefinition", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTeamworkWorkforceIntegration", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/workforceIntegrations", - "Module": "Beta.Teams", - "Command": "New-MgBetaTeamworkWorkforceIntegration", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Beta.Identity.Partner", - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenant", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenants", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenant", "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/appPerformances", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/auditEvents", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementActions", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementIntents", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/myRoles", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantTag", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenantTags", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantTag", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "Module": "Beta.ManagedTenants", - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTrustFrameworkKeySet", "Permissions": [], + "Method": "POST", "Uri": "/trustFramework/keySets", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaTrustFrameworkKeySet", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaTrustFrameworkKeySetKey", "Permissions": [], + "Method": "POST", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaTrustFrameworkKeySetKey", "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Generate", "GenerateExpanded", "GenerateViaIdentity", "GenerateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaTrustFrameworkPolicy", "Permissions": [], + "Method": "POST", "Uri": "/trustFramework/policies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaTrustFrameworkPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -396944,88 +399512,88 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users", - "Module": "Beta.Users", - "Command": "New-MgBetaUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserActivity", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/activities", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserActivityHistoryItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserActivityHistoryItem", "OutputType": "IMicrosoftGraphActivityHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserActivityStatistics", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/analytics/activityStatistics", - "Module": "Beta.People", - "Command": "New-MgBetaUserActivityStatistics", "OutputType": "IMicrosoftGraphActivityStatistics", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserAppRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/appRoleAssignments", - "Module": "Beta.Applications", - "Command": "New-MgBetaUserAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -397044,56 +399612,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/authentication/emailMethods", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationEmailMethod", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserAuthenticationMethod", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/methods", + "OutputType": "IMicrosoftGraphAuthenticationMethod", + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationMethod", - "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserAuthenticationOperation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/operations", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -397112,112 +399680,113 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/authentication/phoneMethods", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationPhoneMethod", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserCalendar", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendars", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserCalendarGroup", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendarGroups", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendarGroup", "OutputType": "IMicrosoftGraphCalendarGroup", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserCalendarGroupCalendar", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendarGroupCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserCalendarPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendar/calendarPermissions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "Create1", @@ -397227,1235 +399796,1234 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChat", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatInstalledApp", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatMember", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatOperation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/operations", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatPinnedMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserChatTab", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserCloudPcSnapshot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/createSnapshot", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserCloudPcSnapshot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserContact", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contacts", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserContactExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserContactFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserContactFolderChildFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderChildFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserContactFolderChildFolderContact", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderChildFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserContactFolderContact", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserContactFolderContactExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "Beta.PersonalContacts", - "Command": "New-MgBetaUserContactFolderContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDefaultCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendar/events", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserDefaultCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/devices", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDeviceCommand", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/devices/{device-id}/commands", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceCommand", "OutputType": "IMicrosoftGraphCommand", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDeviceExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/devices/{device-id}/extensions", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDeviceRegisteredUserByRef", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceRegisteredUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDeviceUsageRights", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/devices/{device-id}/usageRights", - "Module": "Beta.CrossDeviceExperiences", - "Command": "New-MgBetaUserDeviceUsageRights", "OutputType": "IMicrosoftGraphUsageRight", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDrive", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveBundle", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemChild", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveItemListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveItemUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListColumn", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListOperation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootChild", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveRootLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveRootListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootListItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserDriveRootUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "Module": "Beta.Files", - "Command": "New-MgBetaUserDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserEventAttachmentUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -398474,970 +401042,970 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserEventAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventInstanceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserEventInstanceExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Beta.Calendar", - "Command": "New-MgBetaUserEventInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/extensions", - "Module": "Beta.Users", - "Command": "New-MgBetaUserExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInferenceClassificationOverride", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserInferenceClassificationOverride", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInformationProtectionPolicyLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/policy/labels", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Beta.Identity.SignIns", - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInsightShared", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/insights/shared", - "Module": "Beta.Users", - "Command": "New-MgBetaUserInsightShared", "OutputType": "IMicrosoftGraphSharedInsight", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInsightTrending", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/insights/trending", - "Module": "Beta.Users", - "Command": "New-MgBetaUserInsightTrending", "OutputType": "IMicrosoftGraphTrending", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserInsightUsed", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/insights/used", - "Module": "Beta.Users", - "Command": "New-MgBetaUserInsightUsed", "OutputType": "IMicrosoftGraphUsedInsight", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderMessageAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderMessageExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderMessageForward", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderMessageForward", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderMessageMention", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessageMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderMessageReply", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderMessageReplyAll", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMailFolderMessageReplyAll", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMailFolderMessageRule", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMailFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceHealthScriptState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Update", "UpdateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMessageAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMessageAttachmentUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -399456,190 +402024,190 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMessageAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMessageExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMessageForward", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMessageForward", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMessageMention", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/mentions", - "Module": "Beta.Mail", - "Command": "New-MgBetaUserMessageMention", "OutputType": "IMicrosoftGraphMention", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMessageReply", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserMessageReplyAll", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMessageReplyAll", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMobileAppIntentAndState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserMobileAppIntentAndState", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "Beta.Devices.CorporateManagement", - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserNotification", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/notifications", - "Module": "Beta.Users", - "Command": "New-MgBetaUserNotification", "OutputType": "IMicrosoftGraphNotification", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -399666,22 +402234,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -399708,22 +402276,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -399750,22 +402318,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -399792,56 +402360,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/pages", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnenoteSection", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sections", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnenoteSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sectionGroups", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -399868,22 +402436,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Create", @@ -399910,22 +402478,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Beta.Notes", - "Command": "New-MgBetaUserOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -399944,44 +402512,45 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "Create1", @@ -399991,47 +402560,46 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnlineMeetingRecording", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-post-registrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -400058,260 +402626,260 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-post-registrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOnlineMeetingTranscript", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "Beta.CloudCommunications", - "Command": "New-MgBetaUserOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookMasterCategory", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/masterCategories", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookMasterCategory", "OutputType": "IMicrosoftGraphOutlookCategory", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTask", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/tasks", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskFolders", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskFolder", "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskFolderTask", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskGroup", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskGroups", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskGroup", "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", - "Module": "Beta.Users", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -400330,22 +402898,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/account", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileAccount", "OutputType": "IMicrosoftGraphUserAccountInformation", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileAddress", "Permissions": [ { "Name": "User.ReadWrite", @@ -400364,22 +402932,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/addresses", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileAddress", "OutputType": "IMicrosoftGraphItemAddress", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileAnniversary", "Permissions": [ { "Name": "User.ReadWrite", @@ -400398,22 +402966,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/anniversaries", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileAnniversary", "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileAward", "Permissions": [ { "Name": "User.ReadWrite", @@ -400432,22 +403000,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/awards", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileAward", "OutputType": "IMicrosoftGraphPersonAward", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileCertification", "Permissions": [ { "Name": "User.ReadWrite", @@ -400466,22 +403034,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/certifications", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileCertification", "OutputType": "IMicrosoftGraphPersonCertification", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileEducationalActivity", "Permissions": [ { "Name": "User.ReadWrite", @@ -400500,22 +403068,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/educationalActivities", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileEducationalActivity", "OutputType": "IMicrosoftGraphEducationalActivity", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileEmail", "Permissions": [ { "Name": "User.ReadWrite", @@ -400534,22 +403102,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/emails", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileEmail", "OutputType": "IMicrosoftGraphItemEmail", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileInterest", "Permissions": [ { "Name": "User.ReadWrite", @@ -400568,22 +403136,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/interests", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileInterest", "OutputType": "IMicrosoftGraphPersonInterest", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileLanguage", "Permissions": [ { "Name": "User.ReadWrite", @@ -400602,22 +403170,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/languages", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileLanguage", "OutputType": "IMicrosoftGraphLanguageProficiency", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileName", "Permissions": [ { "Name": "User.Read", @@ -400660,22 +403228,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/names", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileName", "OutputType": "IMicrosoftGraphPersonName", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileNote", "Permissions": [ { "Name": "User.ReadWrite", @@ -400694,22 +403262,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/notes", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileNote", "OutputType": "IMicrosoftGraphPersonAnnotation", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfilePatent", "Permissions": [ { "Name": "User.ReadWrite", @@ -400728,22 +403296,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/patents", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfilePatent", "OutputType": "IMicrosoftGraphItemPatent", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfilePhone", "Permissions": [ { "Name": "User.ReadWrite", @@ -400762,22 +403330,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/phones", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfilePhone", "OutputType": "IMicrosoftGraphItemPhone", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfilePosition", "Permissions": [ { "Name": "User.ReadWrite", @@ -400796,22 +403364,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/positions", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfilePosition", "OutputType": "IMicrosoftGraphWorkPosition", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileProject", "Permissions": [ { "Name": "User.ReadWrite", @@ -400830,22 +403398,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/projects", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileProject", "OutputType": "IMicrosoftGraphProjectParticipation", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfilePublication", "Permissions": [ { "Name": "User.ReadWrite", @@ -400864,22 +403432,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/publications", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfilePublication", "OutputType": "IMicrosoftGraphItemPublication", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileSkill", "Permissions": [ { "Name": "User.ReadWrite", @@ -400898,22 +403466,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/skills", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileSkill", "OutputType": "IMicrosoftGraphSkillProficiency", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileWebAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -400932,22 +403500,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/webAccounts", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileWebAccount", "OutputType": "IMicrosoftGraphWebAccount", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserProfileWebsite", "Permissions": [ { "Name": "User.ReadWrite", @@ -400966,124 +403534,124 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/profile/websites", - "Module": "Beta.People", - "Command": "New-MgBetaUserProfileWebsite", "OutputType": "IMicrosoftGraphPersonWebsite", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserScopedRoleMemberOf", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "New-MgBetaUserScopedRoleMemberOf", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", - "Module": "Beta.Security", - "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserSettingStorageQuotaService", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/settings/storage/quota/services", - "Module": "Beta.Users", - "Command": "New-MgBetaUserSettingStorageQuotaService", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserSettingWindows", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/settings/windows", - "Module": "Beta.Users", - "Command": "New-MgBetaUserSettingWindows", "OutputType": "IMicrosoftGraphWindowsSetting", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserSettingWindowsInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "Module": "Beta.Users", - "Command": "New-MgBetaUserSettingWindowsInstance", "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserTeamworkAssociatedTeam", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserTeamworkAssociatedTeam", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserTeamworkInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -401182,22 +403750,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/teamwork/installedApps", - "Module": "Beta.Teams", - "Command": "New-MgBetaUserTeamworkInstalledApp", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserTodoList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -401216,39 +403784,39 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoList", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserTodoListExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserTodoListTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -401267,22 +403835,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListTask", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserTodoListTaskAttachment", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -401301,22 +403869,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListTaskAttachment", "OutputType": "IMicrosoftGraphAttachmentBase", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -401335,22 +403903,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "Module": "Beta.Users.Actions", - "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserTodoListTaskChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -401369,565 +403937,582 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListTaskChecklistItem", "OutputType": "IMicrosoftGraphChecklistItem", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaUserTodoListTaskExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "Module": "Beta.Users", - "Command": "New-MgBetaUserTodoListTaskExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEvent", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEvent", "OutputType": "IMicrosoftGraphVirtualEvent", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventPresenter", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventSession", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventTownhall", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventTownhall", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventTownhallPresenter", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventTownhallPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventTownhallSession", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventTownhallSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventWebinar", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinar", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventWebinarPresenter", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventWebinarRegistration", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", + "Permissions": [], "Method": "POST", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta" + "Module": "Beta.Bookings", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventWebinarSession", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Beta.Bookings", - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta", + "CommandAlias": "New-MgBetaWuDeployment", + "Command": "New-MgBetaWindowsUpdatesDeployment", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesDeployment", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta", + "CommandAlias": "New-MgBetaWuPolicy", + "Command": "New-MgBetaWindowsUpdatesPolicy", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicy", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuPolicyAudienceMember", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuPolicyAudienceMember", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta", + "CommandAlias": "New-MgBetaWuPolicyComplianceChange", + "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuProduct", + "Command": "New-MgBetaWindowsUpdatesProduct", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/products", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesProduct", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuProduct", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuProductEdition", + "Command": "New-MgBetaWindowsUpdatesProductEdition", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/products/{product-id}/editions", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesProductEdition", "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuProductEdition", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuProductKnownIssue", + "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuProductKnownIssue", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgBetaWuProductRevision", + "Command": "New-MgBetaWindowsUpdatesProductRevision", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/products/{product-id}/revisions", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesProductRevision", "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuProductRevision", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta", + "CommandAlias": "New-MgBetaWuResourceConnection", + "Command": "New-MgBetaWindowsUpdatesResourceConnection", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/resourceConnections", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesResourceConnection", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuResourceConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta", + "CommandAlias": "New-MgBetaWuUpdatableAsset", + "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatableAssets", - "Module": "Beta.WindowsUpdates", - "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "New-MgBetaWuUpdatableAsset", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgBookingBusiness", "Permissions": [], + "Method": "POST", "Uri": "/solutions/bookingBusinesses", - "Module": "Bookings", - "Command": "New-MgBookingBusiness", "OutputType": "IMicrosoftGraphBookingBusiness", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -401962,39 +404547,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "Module": "Bookings", - "Command": "New-MgBookingBusinessAppointment", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBookingBusinessCalendarView", "Permissions": [], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Module": "Bookings", - "Command": "New-MgBookingBusinessCalendarView", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgBookingBusinessCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -402021,22 +404606,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "Module": "Bookings", - "Command": "New-MgBookingBusinessCustomer", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgBookingBusinessCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -402063,22 +404648,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Module": "Bookings", - "Command": "New-MgBookingBusinessCustomQuestion", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgBookingBusinessService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -402097,22 +404682,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "Module": "Bookings", - "Command": "New-MgBookingBusinessService", "OutputType": "IMicrosoftGraphBookingService", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgBookingBusinessStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -402131,37 +404716,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Module": "Bookings", - "Command": "New-MgBookingBusinessStaffMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgBookingCurrency", "Permissions": [], + "Method": "POST", "Uri": "/solutions/bookingCurrencies", - "Module": "Bookings", - "Command": "New-MgBookingCurrency", "OutputType": "IMicrosoftGraphBookingCurrency", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgChat", "Permissions": [ { "Name": "Chat.Create", @@ -402180,20 +404765,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats", - "Module": "Teams", - "Command": "New-MgChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgChatInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -402284,22 +404869,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/installedApps", - "Module": "Teams", - "Command": "New-MgChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgChatMember", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -402342,22 +404927,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/members", - "Module": "Teams", - "Command": "New-MgChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgChatMessage", "Permissions": [ { "Name": "ChatMessage.Send", @@ -402392,90 +404977,90 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/messages", - "Module": "Teams", - "Command": "New-MgChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgChatMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "New-MgChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgChatMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "New-MgChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgChatMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "New-MgChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgChatPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/permissionGrants", - "Module": "Teams", - "Command": "New-MgChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgChatPinnedMessage", "Permissions": [ { "Name": "ChatMessage.Send", @@ -402502,22 +405087,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/pinnedMessages", - "Module": "Teams", - "Command": "New-MgChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgChatTab", "Permissions": [ { "Name": "TeamsTab.Create", @@ -402584,22 +405169,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/tabs", - "Module": "Teams", - "Command": "New-MgChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgCommunicationCall", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -402642,20 +405227,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationCall", "OutputType": "IMicrosoftGraphCall", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -402674,280 +405259,280 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallAudioRoutingGroup", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationCallContentSharingSession", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallContentSharingSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationCallOperation", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/operations", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallOperation", "OutputType": "IMicrosoftGraphCommsOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationCallParticipant", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallParticipant", "OutputType": "IMicrosoftGraphParticipant", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "POST", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallRecordParticipantV2", "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationCallRecordSession", "Permissions": [], + "Method": "POST", "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationCallRecordSession", "OutputType": "IMicrosoftGraphCallRecordsSession", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationOnlineMeeting", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgCommunicationPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences", - "Module": "CloudCommunications", - "Command": "New-MgCommunicationPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgContact", "Permissions": [], + "Method": "POST", "Uri": "/contacts", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgContract", "Permissions": [], + "Method": "POST", "Uri": "/contracts", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgContract", "OutputType": "IMicrosoftGraphContract", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDataPolicyOperation", "Permissions": [], + "Method": "POST", "Uri": "/dataPolicyOperations", - "Module": "Identity.SignIns", - "Command": "New-MgDataPolicyOperation", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDevice", "Permissions": [], + "Method": "POST", "Uri": "/devices", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/androidManagedAppProtections", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -402966,39 +405551,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -403017,20 +405602,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -403049,37 +405634,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosManagedAppProtections", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -403098,54 +405683,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", + "Command": "New-MgDeviceAppManagementManagedAppPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppPolicies", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", + "Command": "New-MgDeviceAppManagementManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -403164,54 +405749,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -403230,152 +405815,152 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", "OutputType": "IMicrosoftGraphManagedAppOperation", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", + "Command": "New-MgDeviceAppManagementManagedAppStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedAppStatuses", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedAppStatus", "OutputType": "IMicrosoftGraphManagedAppStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBook", + "Command": "New-MgDeviceAppManagementManagedEBook", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBook", "OutputType": "IMicrosoftGraphManagedEBook", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", + "Command": "New-MgDeviceAppManagementManagedEBookAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBookAssignment", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", + "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -403394,22 +405979,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -403428,1000 +406013,1000 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileApp", + "Command": "New-MgDeviceAppManagementMobileApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileApp", "OutputType": "IMicrosoftGraphMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", + "Command": "New-MgDeviceAppManagementMobileAppCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppCategories", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", + "Command": "New-MgDeviceAppManagementMobileAppConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppConfiguration", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -404440,39 +407025,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtVppToken", + "Command": "New-MgDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -404491,20 +407076,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/vppTokens", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementVppToken", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -404523,37 +407108,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -404572,22 +407157,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -404606,54 +407191,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "Module": "Devices.CorporateManagement", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceExtension", "Permissions": [], + "Method": "POST", "Uri": "/devices/{device-id}/extensions", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDeviceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementAuditEvent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/auditEvents", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementAuditEvent", "OutputType": "IMicrosoftGraphAuditEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -404672,20 +407257,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/complianceManagementPartners", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementComplianceManagementPartner", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -404704,20 +407289,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/detectedApps", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -404736,252 +407321,252 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceCategories", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCompliancePolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -405000,20 +407585,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Module": "DeviceManagement.Enrollment", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -405032,22 +407617,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Module": "DeviceManagement.Enrollment", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -405066,50 +407651,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/exchangeConnectors", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementExchangeConnector", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment", - "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementIoUpdateStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/iosUpdateStatuses", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementIoUpdateStatus", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -405128,116 +407713,116 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "DeviceManagement.Actions", - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Module": "DeviceManagement.Actions", - "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Update", "UpdateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -405256,22 +407841,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -405306,20 +407891,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "Module": "DeviceManagement.Actions", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -405338,52 +407923,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementNotificationMessageTemplate", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/notificationMessageTemplates", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementNotificationMessageTemplate", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -405402,20 +407987,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementPartners", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementPartner", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -405434,20 +408019,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/remoteAssistancePartners", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementRemoteAssistancePartner", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -405466,20 +408051,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/resourceOperations", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementResourceOperation", "OutputType": "IMicrosoftGraphResourceOperation", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -405498,20 +408083,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/roleAssignments", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -405530,20 +408115,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/roleDefinitions", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -405562,101 +408147,101 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", "OutputType": "IMicrosoftGraphRoleAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/telecomExpenseManagementPartners", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementTermAndCondition", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/termsAndConditions", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementTermAndConditionAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementTermAndConditionAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/troubleshootingEvents", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -405675,20 +408260,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -405707,20 +408292,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -405739,20 +408324,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -405771,20 +408356,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -405803,20 +408388,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -405835,20 +408420,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -405867,20 +408452,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -405899,35 +408484,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -405946,52 +408531,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406010,20 +408595,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406042,20 +408627,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406074,20 +408659,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406106,20 +408691,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406138,20 +408723,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406170,20 +408755,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406202,20 +408787,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406234,20 +408819,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406266,20 +408851,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406298,22 +408883,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406332,174 +408917,174 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/deviceImages", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/galleryImages", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", - "Module": "DeviceManagement.Administration", - "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", - "Module": "DeviceManagement.Enrollment", - "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -406518,20 +409103,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/windowsMalwareInformation", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementWindowsMalwareInformation", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -406550,88 +409135,88 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "Module": "DeviceManagement", - "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceRegisteredOwnerByRef", "Permissions": [], + "Method": "POST", "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDeviceRegisteredOwnerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDeviceRegisteredUserByRef", "Permissions": [], + "Method": "POST", "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDeviceRegisteredUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDirectoryAdministrativeUnit", "Permissions": [], + "Method": "POST", "Uri": "/directory/administrativeUnits", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "POST", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDirectoryAdministrativeUnitMember", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -406674,22 +409259,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnitMember", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -406732,357 +409317,357 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [], + "Method": "POST", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDirectoryAttributeSet", "Permissions": [], + "Method": "POST", "Uri": "/directory/attributeSets", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryAttributeSet", "OutputType": "IMicrosoftGraphAttributeSet", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", "Permissions": [], + "Method": "POST", "Uri": "/directory/customSecurityAttributeDefinitions", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [], + "Method": "POST", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": "IMicrosoftGraphAllowedValue", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "POST", "Uri": "/directory/deviceLocalCredentials", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryDeviceLocalCredential", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDirectoryFederationConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/directory/federationConfigurations", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryFederationConfiguration", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDirectoryObject", "Permissions": [], + "Method": "POST", "Uri": "/directoryObjects", - "Module": "DirectoryObjects", - "Command": "New-MgDirectoryObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDirectoryOnPremiseSynchronization", "Permissions": [], + "Method": "POST", "Uri": "/directory/onPremisesSynchronization", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryOnPremiseSynchronization", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDirectoryRole", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDirectoryRoleMemberByRef", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryRoleMemberByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDirectoryRoleScopedMember", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryRoleScopedMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDirectoryRoleTemplate", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectoryRoleTemplate", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDirectorySubscription", "Permissions": [], + "Method": "POST", "Uri": "/directory/subscriptions", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDirectorySubscription", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDomain", "Permissions": [], + "Method": "POST", "Uri": "/domains", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDomainFederationConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/federationConfiguration", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDomainFederationConfiguration", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDomainServiceConfigurationRecord", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDomainServiceConfigurationRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDomainVerificationDnsRecord", "Permissions": [], + "Method": "POST", "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgDomainVerificationDnsRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDrive", "Permissions": [], + "Method": "POST", "Uri": "/drives", - "Module": "Files", - "Command": "New-MgDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveBundle", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/bundles", - "Module": "Files", - "Command": "New-MgDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items", - "Module": "Files", - "Command": "New-MgDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files", - "Command": "New-MgDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemChild", "Permissions": [ { "Name": "Files.ReadWrite", @@ -407109,22 +409694,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files", - "Command": "New-MgDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDriveItemLink", "Permissions": [ { "Name": "Files.ReadWrite", @@ -407151,124 +409736,124 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Files", - "Command": "New-MgDriveItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files", - "Command": "New-MgDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Files", - "Command": "New-MgDriveItemListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files", - "Command": "New-MgDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files", - "Command": "New-MgDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files", - "Command": "New-MgDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files", - "Command": "New-MgDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemUploadSession", "Permissions": [ { "Name": "Files.ReadWrite", @@ -407295,411 +409880,411 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Files", - "Command": "New-MgDriveItemUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files", - "Command": "New-MgDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListColumn", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/columns", - "Module": "Files", - "Command": "New-MgDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes", - "Module": "Files", - "Command": "New-MgDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files", - "Command": "New-MgDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files", - "Command": "New-MgDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListItem", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items", - "Module": "Files", - "Command": "New-MgDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files", - "Command": "New-MgDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Files", - "Command": "New-MgDriveListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files", - "Command": "New-MgDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListOperation", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/operations", - "Module": "Files", - "Command": "New-MgDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/subscriptions", - "Module": "Files", - "Command": "New-MgDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files", - "Command": "New-MgDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootChild", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/children", - "Module": "Files", - "Command": "New-MgDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgDriveRootLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/createLink", - "Module": "Files", - "Command": "New-MgDriveRootLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files", - "Command": "New-MgDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/createLink", - "Module": "Files", - "Command": "New-MgDriveRootListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/versions", - "Module": "Files", - "Command": "New-MgDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/permissions", - "Module": "Files", - "Command": "New-MgDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/subscriptions", - "Module": "Files", - "Command": "New-MgDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/thumbnails", - "Module": "Files", - "Command": "New-MgDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/createUploadSession", - "Module": "Files", - "Command": "New-MgDriveRootUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/versions", - "Module": "Files", - "Command": "New-MgDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClass", "Permissions": [], + "Method": "POST", "Uri": "/education/classes", - "Module": "Education", - "Command": "New-MgEducationClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -407718,22 +410303,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments", - "Module": "Education", - "Command": "New-MgEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassAssignmentCategory", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -407752,10 +410337,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "Create1", @@ -407765,13 +410351,12 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassAssignmentCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -407790,22 +410375,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -407824,56 +410409,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentSettingGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationClassAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassAssignmentSubmissionOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -407892,22 +410477,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassAssignmentSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -407926,39 +410511,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education", - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassMemberByRef", "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -407977,22 +410562,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Module": "Education", - "Command": "New-MgEducationClassMemberByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -408011,22 +410596,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules", - "Module": "Education", - "Command": "New-MgEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -408045,173 +410630,173 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", - "Module": "Education", - "Command": "New-MgEducationClassModuleResource", "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationClassTeacherByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "Module": "Education", - "Command": "New-MgEducationClassTeacherByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationMeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments", - "Module": "Education", - "Command": "New-MgEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationMeAssignmentCategory", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/categories", - "Module": "Education", - "Command": "New-MgEducationMeAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationMeAssignmentCategoryByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education", - "Command": "New-MgEducationMeAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationMeAssignmentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/resources", - "Module": "Education", - "Command": "New-MgEducationMeAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", - "Module": "Education", - "Command": "New-MgEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education", - "Command": "New-MgEducationMeAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education", - "Command": "New-MgEducationMeAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education", - "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -408230,468 +410815,469 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/me/rubrics", - "Module": "Education", - "Command": "New-MgEducationMeRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationSchool", "Permissions": [], + "Method": "POST", "Uri": "/education/schools", - "Module": "Education", - "Command": "New-MgEducationSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationSchoolClassByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "Module": "Education", - "Command": "New-MgEducationSchoolClassByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationSchoolUserByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "Module": "Education", - "Command": "New-MgEducationSchoolUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEducationUser", "Permissions": [], + "Method": "POST", "Uri": "/education/users", - "Module": "Education", - "Command": "New-MgEducationUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationUserAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments", - "Module": "Education", - "Command": "New-MgEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationUserAssignmentCategory", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", - "Module": "Education", - "Command": "New-MgEducationUserAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationUserAssignmentCategoryByRef", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "Module": "Education", - "Command": "New-MgEducationUserAssignmentCategoryByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationUserAssignmentResource", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", - "Module": "Education", - "Command": "New-MgEducationUserAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", - "Module": "Education", - "Command": "New-MgEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Module": "Education", - "Command": "New-MgEducationUserAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "Module": "Education", - "Command": "New-MgEducationUserAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Module": "Education", - "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEducationUserRubric", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/rubrics", - "Module": "Education", - "Command": "New-MgEducationUserRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAccessPackage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAssignment", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignments", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignment", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAssignmentPolicy", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementAssignmentRequest", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementCatalog", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/catalogs", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementCatalogResource", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementCatalogResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -408705,18 +411291,18 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -408726,35 +411312,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementCatalogResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -408768,18 +411354,18 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -408789,248 +411375,248 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementConnectedOrganization", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResource", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resources", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceEnvironment", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceEnvironmentResource", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequest", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -409044,18 +411630,18 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -409065,35 +411651,35 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -409107,18 +411693,18 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -409128,283 +411714,282 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRoleResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRoleScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScope", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceScope", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgEntitlementManagementResourceScopeResourceRole", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", - "Module": "Identity.Governance", - "Command": "New-MgEntitlementManagementResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -409423,20 +412008,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/external/connections", - "Module": "Search", - "Command": "New-MgExternalConnection", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgExternalConnectionGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -409455,22 +412040,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/groups", - "Module": "Search", - "Command": "New-MgExternalConnectionGroup", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgExternalConnectionGroupMember", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -409489,73 +412074,73 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "Module": "Search", - "Command": "New-MgExternalConnectionGroupMember", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgExternalConnectionItem", "Permissions": [], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/items", - "Module": "Search", - "Command": "New-MgExternalConnectionItem", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgExternalConnectionItemActivity", "Permissions": [], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", - "Module": "Search", - "Command": "New-MgExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgExternalConnectionOperation", "Permissions": [], + "Method": "POST", "Uri": "/external/connections/{externalConnection-id}/operations", - "Module": "Search", - "Command": "New-MgExternalConnectionOperation", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroup", "Permissions": [ { "Name": "Group.Create", @@ -409582,88 +412167,88 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups", - "Module": "Groups", - "Command": "New-MgGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupAcceptedSenderByRef", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Module": "Groups", - "Command": "New-MgGroupAcceptedSenderByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupAppRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/appRoleAssignments", - "Module": "Applications", - "Command": "New-MgGroupAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events", - "Module": "Calendar", - "Command": "New-MgGroupCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupCalendarPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/calendarPermissions", - "Module": "Calendar", - "Command": "New-MgGroupCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupConversation", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -409682,22 +412267,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations", - "Module": "Groups", - "Command": "New-MgGroupConversation", "OutputType": "IMicrosoftGraphConversation", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -409716,826 +412301,827 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "Module": "Groups", - "Command": "New-MgGroupConversationThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupConversationThreadPostAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupConversationThreadPostExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups", - "Command": "New-MgGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDrive", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives", - "Module": "Files", - "Command": "New-MgGroupDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveBundle", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", - "Module": "Files", - "Command": "New-MgGroupDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items", - "Module": "Files", - "Command": "New-MgGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files", - "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files", - "Command": "New-MgGroupDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupDriveItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Groups", - "Command": "New-MgGroupDriveItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files", - "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Groups", - "Command": "New-MgGroupDriveItemListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files", - "Command": "New-MgGroupDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files", - "Command": "New-MgGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", - "Variants": [ + "ApiVersion": "v1.0", + "Module": "Files", + "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files", - "Command": "New-MgGroupDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files", - "Command": "New-MgGroupDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Groups", - "Command": "New-MgGroupDriveItemUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files", - "Command": "New-MgGroupDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", - "Module": "Files", - "Command": "New-MgGroupDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files", - "Command": "New-MgGroupDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files", - "Command": "New-MgGroupDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files", - "Command": "New-MgGroupDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", - "Module": "Files", - "Command": "New-MgGroupDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files", - "Command": "New-MgGroupDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Groups", - "Command": "New-MgGroupDriveListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files", - "Command": "New-MgGroupDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", - "Module": "Files", - "Command": "New-MgGroupDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files", - "Command": "New-MgGroupDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files", - "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", - "Module": "Files", - "Command": "New-MgGroupDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupDriveRootLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", - "Module": "Groups", - "Command": "New-MgGroupDriveRootLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files", - "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", - "Module": "Groups", - "Command": "New-MgGroupDriveRootListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files", - "Command": "New-MgGroupDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", - "Module": "Files", - "Command": "New-MgGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files", - "Command": "New-MgGroupDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files", - "Command": "New-MgGroupDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", - "Module": "Groups", - "Command": "New-MgGroupDriveRootUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", - "Module": "Files", - "Command": "New-MgGroupDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events", - "Module": "Calendar", - "Command": "New-MgGroupEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupEventAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Module": "Calendar", - "Command": "New-MgGroupEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupEventExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/extensions", - "Module": "Calendar", - "Command": "New-MgGroupEventExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupEventInstanceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Calendar", - "Command": "New-MgGroupEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupEventInstanceExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Calendar", - "Command": "New-MgGroupEventInstanceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/extensions", - "Module": "Groups", - "Command": "New-MgGroupExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupLifecyclePolicy", "Permissions": [], + "Method": "POST", "Uri": "/groupLifecyclePolicies", - "Module": "Groups", - "Command": "New-MgGroupLifecyclePolicy", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "Create1", @@ -410543,30 +413129,29 @@ "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupMemberByRef", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/members/$ref", - "Module": "Groups", - "Command": "New-MgGroupMemberByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -410593,22 +413178,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks", - "Module": "Notes", - "Command": "New-MgGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -410635,22 +413220,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes", - "Command": "New-MgGroupOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -410677,22 +413262,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes", - "Command": "New-MgGroupOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -410719,56 +413304,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/pages", - "Module": "Notes", - "Command": "New-MgGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupOnenoteSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sections", - "Module": "Notes", - "Command": "New-MgGroupOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupOnenoteSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Module": "Notes", - "Command": "New-MgGroupOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -410795,22 +413380,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes", - "Command": "New-MgGroupOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Create", @@ -410837,22 +413422,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes", - "Command": "New-MgGroupOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupOwnerByRef", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -410871,61 +413456,62 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/owners/$ref", - "Module": "Groups", - "Command": "New-MgGroupOwnerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/permissionGrants", - "Module": "Groups", - "Command": "New-MgGroupPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupRejectedSenderByRef", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Module": "Groups", - "Command": "New-MgGroupRejectedSenderByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupSetting", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/settings", - "Module": "Groups", - "Command": "New-MgGroupSetting", "OutputType": "IMicrosoftGraphGroupSetting", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "Create1", @@ -410933,860 +413519,832 @@ "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", "Permissions": [], + "Method": "POST", "Uri": "/groupSettingTemplates", - "Module": "Groups", - "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites", - "Command": "New-MgGroupSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites", - "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/columns", - "Module": "Sites", - "Command": "New-MgGroupSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", - "Module": "Sites", - "Command": "New-MgGroupSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites", - "Command": "New-MgGroupSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites", - "Command": "New-MgGroupSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteGetByPathColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Sites", - "Command": "New-MgGroupSiteGetByPathColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteGetByPathContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Sites", - "Command": "New-MgGroupSiteGetByPathContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteGetByPathList", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Sites", - "Command": "New-MgGroupSiteGetByPathList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgGroupSiteGetByPathOperation", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgGroupSiteGetByPathPage", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgGroupSiteGetByPathPermission", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgGroupSiteGetByPathTermStore", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteList", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists", - "Module": "Sites", - "Command": "New-MgGroupSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites", - "Command": "New-MgGroupSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites", - "Command": "New-MgGroupSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites", - "Command": "New-MgGroupSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites", - "Command": "New-MgGroupSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites", - "Command": "New-MgGroupSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites", - "Command": "New-MgGroupSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Module": "Groups", - "Command": "New-MgGroupSiteListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites", - "Command": "New-MgGroupSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites", - "Command": "New-MgGroupSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites", - "Command": "New-MgGroupSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenotePage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteResource", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Sites", - "Command": "New-MgGroupSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/operations", - "Module": "Sites", - "Command": "New-MgGroupSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSitePage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages", - "Module": "Sites", - "Command": "New-MgGroupSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Sites", - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites", - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites", - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites", - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Sites", - "Command": "New-MgGroupSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSitePermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/permissions", - "Module": "Sites", - "Command": "New-MgGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStore", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStores", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -411796,18 +414354,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -411817,18 +414375,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -411846,18 +414404,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -411875,18 +414433,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -411896,18 +414454,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -411917,18 +414475,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -411938,18 +414496,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -411959,18 +414517,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -411980,18 +414538,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSet", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412001,18 +414559,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412030,18 +414588,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412059,18 +414617,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412080,18 +414638,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412109,18 +414667,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412138,18 +414696,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412159,18 +414717,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412180,18 +414738,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412201,18 +414759,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412222,18 +414780,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412243,18 +414801,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412264,18 +414822,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412285,18 +414843,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412306,18 +414864,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412327,18 +414885,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "New-MgGroupSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -412348,523 +414906,522 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamChannel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels", - "Module": "Teams", - "Command": "New-MgGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", - "Module": "Teams", - "Command": "New-MgGroupTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamChannelMessage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", - "Module": "Teams", - "Command": "New-MgGroupTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "New-MgGroupTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamChannelMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "New-MgGroupTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", - "Module": "Teams", - "Command": "New-MgGroupTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamChannelTab", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", - "Module": "Teams", - "Command": "New-MgGroupTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamInstalledApp", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/installedApps", - "Module": "Teams", - "Command": "New-MgGroupTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamMember", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/members", - "Module": "Teams", - "Command": "New-MgGroupTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamOperation", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/operations", - "Module": "Teams", - "Command": "New-MgGroupTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/permissionGrants", - "Module": "Teams", - "Command": "New-MgGroupTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/members", - "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/messages", - "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", - "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/primaryChannel/tabs", - "Module": "Teams", - "Command": "New-MgGroupTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", - "Module": "Teams", - "Command": "New-MgGroupTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/openShifts", - "Module": "Teams", - "Command": "New-MgGroupTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", - "Module": "Teams", - "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", - "Module": "Teams", - "Command": "New-MgGroupTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamScheduleShift", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/shifts", - "Module": "Teams", - "Command": "New-MgGroupTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", - "Module": "Teams", - "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/timesOff", - "Module": "Teams", - "Command": "New-MgGroupTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", - "Module": "Teams", - "Command": "New-MgGroupTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", - "Module": "Teams", - "Command": "New-MgGroupTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamTag", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/tags", - "Module": "Teams", - "Command": "New-MgGroupTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupTeamTagMember", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", - "Module": "Teams", - "Command": "New-MgGroupTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -412883,269 +415440,352 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/threads", - "Module": "Groups", - "Command": "New-MgGroupThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupThreadPostAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Module": "Groups", - "Command": "New-MgGroupThreadPostAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupThreadPostAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", - "Module": "Groups", - "Command": "New-MgGroupThreadPostAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupThreadPostExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", - "Module": "Groups", - "Command": "New-MgGroupThreadPostExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupThreadPostInReplyToAttachment", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", - "Module": "Groups", - "Command": "New-MgGroupThreadPostInReplyToAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", - "Module": "Groups", - "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Module": "Groups", - "Command": "New-MgGroupThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityApiConnector", "Permissions": [], + "Method": "POST", "Uri": "/identity/apiConnectors", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityApiConnector", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityAuthenticationEventFlow", + "Permissions": [], "Method": "POST", + "Uri": "/identity/authenticationEventsFlows", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "New-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "Permissions": [], + "Method": "POST", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Permissions": [], - "Uri": "/identity/authenticationEventListeners", + "Method": "POST", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "New-MgIdentityAuthenticationEventListener", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Variants": [ "Create", - "CreateExpanded" - ], + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "Permissions": [], "Method": "POST", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "New-MgIdentityAuthenticationEventFlowIncludeApplication", + "Permissions": [], + "Method": "POST", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityAuthenticationEventListener", "Permissions": [], - "Uri": "/identity/b2xUserFlows", + "Method": "POST", + "Uri": "/identity/authenticationEventListeners", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlow", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Variants": [ "Create", "CreateExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityB2XUserFlow", + "Permissions": [], "Method": "POST", + "Uri": "/identity/b2xUserFlows", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Create", + "CreateExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityB2XUserFlowLanguage", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [], + "Method": "POST", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -413164,20 +415804,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityConditionalAccessNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -413196,20 +415836,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identity/conditionalAccess/namedLocations", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityConditionalAccessNamedLocation", "OutputType": "IMicrosoftGraphNamedLocation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -413236,442 +415876,442 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identity/conditionalAccess/policies", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityConditionalAccessPolicy", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityCustomAuthenticationExtension", "Permissions": [], + "Method": "POST", "Uri": "/identity/customAuthenticationExtensions", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityCustomAuthenticationExtension", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewDefinition", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Generate", "GenerateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAppConsentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAppConsentRequest", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -413690,50 +416330,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -413752,40 +416392,41 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "Create1", @@ -413793,143 +416434,142 @@ "CreateExpanded1", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", - "Module": "Identity.Governance", - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityProvider", "Permissions": [], + "Method": "POST", "Uri": "/identity/identityProviders", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgIdentityUserFlowAttribute", "Permissions": [], + "Method": "POST", "Uri": "/identity/userFlowAttributes", - "Module": "Identity.SignIns", - "Command": "New-MgIdentityUserFlowAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/threatAssessmentRequests", - "Module": "Identity.SignIns", - "Command": "New-MgInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", - "Module": "Identity.SignIns", - "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgInvitation", "Permissions": [ { "Name": "User.Invite.All", @@ -413956,20 +416596,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/invitations", - "Module": "Identity.SignIns", - "Command": "New-MgInvitation", "OutputType": "IMicrosoftGraphInvitation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgOauth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -413988,35 +416628,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/oauth2PermissionGrants", - "Module": "Identity.SignIns", - "Command": "New-MgOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgOrganization", "Permissions": [], + "Method": "POST", "Uri": "/organization", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgOrganization", "OutputType": "IMicrosoftGraphOrganization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgOrganizationBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -414035,73 +416675,73 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/organization/{organization-id}/branding/localizations", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgOrganizationBrandingLocalization", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Module": "Identity.SignIns", - "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgOrganizationExtension", "Permissions": [], + "Method": "POST", "Uri": "/organization/{organization-id}/extensions", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgOrganizationExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPlaceAsRoomListRoom", "Permissions": [], + "Method": "POST", "Uri": "/places/{place-id}/roomList/rooms", - "Module": "Calendar", - "Command": "New-MgPlaceAsRoomListRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -414128,20 +416768,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/planner/buckets", - "Module": "Planner", - "Command": "New-MgPlannerBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -414168,20 +416808,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/planner/plans", - "Module": "Planner", - "Command": "New-MgPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -414208,20 +416848,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/planner/tasks", - "Module": "Planner", - "Command": "New-MgPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -414240,20 +416880,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/activityBasedTimeoutPolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyActivityBasedTimeoutPolicy", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -414272,35 +416912,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/appManagementPolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -414319,37 +416959,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/authenticationStrengthPolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -414368,84 +417008,84 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/claimsMappingPolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", "Permissions": [], + "Method": "POST", "Uri": "/policies/crossTenantAccessPolicy/partners", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/featureRolloutPolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", "Permissions": [], + "Method": "POST", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", "Permissions": [], + "Method": "POST", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -414464,133 +417104,133 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/homeRealmDiscoveryPolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyPermissionGrantPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/permissionGrantPolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyPermissionGrantPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyPermissionGrantPolicyExclude", "Permissions": [], + "Method": "POST", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyPermissionGrantPolicyExclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyPermissionGrantPolicyInclude", "Permissions": [], + "Method": "POST", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyPermissionGrantPolicyInclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPolicyRoleManagementPolicy", "Permissions": [], + "Method": "POST", "Uri": "/policies/roleManagementPolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyRoleManagementPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPolicyRoleManagementPolicyAssignment", "Permissions": [], + "Method": "POST", "Uri": "/policies/roleManagementPolicyAssignments", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyRoleManagementPolicyAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", "Permissions": [], + "Method": "POST", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPolicyRoleManagementPolicyRule", "Permissions": [], + "Method": "POST", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyRoleManagementPolicyRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -414609,20 +417249,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/tokenIssuancePolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPolicyTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -414641,50 +417281,50 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/tokenLifetimePolicies", - "Module": "Identity.SignIns", - "Command": "New-MgPolicyTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPrintConnector", "Permissions": [], + "Method": "POST", "Uri": "/print/connectors", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPrintOperation", "Permissions": [], + "Method": "POST", "Uri": "/print/operations", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintOperation", "OutputType": "IMicrosoftGraphPrintOperation", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintPrinter", "Permissions": [ { "Name": "Printer.Create", @@ -414711,20 +417351,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/create", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinter", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create1", "CreateExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.Create", @@ -414767,39 +417407,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPrintPrinterJobDocument", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintPrinterJobDocumentUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -414826,39 +417466,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterJobDocumentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPrintPrinterJobTask", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintPrinterTaskTrigger", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -414877,103 +417517,103 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/taskTriggers", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintPrinterTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPrintService", "Permissions": [], + "Method": "POST", "Uri": "/print/services", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintService", "OutputType": "IMicrosoftGraphPrintService", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPrintServiceEndpoint", "Permissions": [], + "Method": "POST", "Uri": "/print/services/{printService-id}/endpoints", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintServiceEndpoint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintShare", "Permissions": [], + "Method": "POST", "Uri": "/print/shares", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintShareAllowedGroupByRef", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareAllowedGroupByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintShareAllowedUserByRef", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareAllowedUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintShareJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -415008,39 +417648,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPrintShareJobDocument", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintShareJobDocumentUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -415067,304 +417707,304 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareJobDocumentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPrintShareJobTask", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrintTaskDefinition", "Permissions": [], + "Method": "POST", "Uri": "/print/taskDefinitions", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgPrintTaskDefinitionTask", "Permissions": [], + "Method": "POST", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", - "Module": "Devices.CloudPrint", - "Command": "New-MgPrintTaskDefinitionTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrivacySubjectRightsRequest", "Permissions": [], + "Method": "POST", "Uri": "/privacy/subjectRightsRequests", - "Module": "Compliance", - "Command": "New-MgPrivacySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgPrivacySubjectRightsRequestNote", "Permissions": [], + "Method": "POST", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Compliance", - "Command": "New-MgPrivacySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", "Permissions": [], + "Method": "POST", "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Module": "Reports", - "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgReportPartnerBillingManifest", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/manifests", - "Module": "Reports", - "Command": "New-MgReportPartnerBillingManifest", "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgReportPartnerBillingOperation", "Permissions": [], + "Method": "POST", "Uri": "/reports/partners/billing/operations", - "Module": "Reports", - "Command": "New-MgReportPartnerBillingOperation", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRiskDetection", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskDetections", - "Module": "Identity.SignIns", - "Command": "New-MgRiskDetection", "OutputType": "IMicrosoftGraphRiskDetection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRiskyServicePrincipal", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyServicePrincipals", - "Module": "Identity.SignIns", - "Command": "New-MgRiskyServicePrincipal", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRiskyServicePrincipalHistory", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Module": "Identity.SignIns", - "Command": "New-MgRiskyServicePrincipalHistory", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRiskyUser", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyUsers", - "Module": "Identity.SignIns", - "Command": "New-MgRiskyUser", "OutputType": "IMicrosoftGraphRiskyUser", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRiskyUserHistory", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Module": "Identity.SignIns", - "Command": "New-MgRiskyUserHistory", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryResourceNamespace", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/resourceNamespaces", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignments", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -415399,20 +418039,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -415431,67 +418071,67 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleDefinitions", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -415510,52 +418150,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -415574,142 +418214,142 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", - "Module": "Identity.Governance", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -415728,20 +418368,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/schemaExtensions", - "Module": "SchemaExtensions", - "Command": "New-MgSchemaExtension", "OutputType": "IMicrosoftGraphSchemaExtension", + "ApiVersion": "v1.0", + "Module": "SchemaExtensions", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -415760,20 +418400,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/search/acronyms", - "Module": "Search", - "Command": "New-MgSearchAcronym", "OutputType": "IMicrosoftGraphSearchAcronym", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -415792,20 +418432,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/search/bookmarks", - "Module": "Search", - "Command": "New-MgSearchBookmark", "OutputType": "IMicrosoftGraphSearchBookmark", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -415824,238 +418464,238 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/search/qnas", - "Module": "Search", - "Command": "New-MgSearchQna", "OutputType": "IMicrosoftGraphSearchQna", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAlert", "Permissions": [], + "Method": "POST", "Uri": "/security/alerts", - "Module": "Security", - "Command": "New-MgSecurityAlert", "OutputType": "IMicrosoftGraphAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAlertV2", "Permissions": [], + "Method": "POST", "Uri": "/security/alerts_v2", - "Module": "Security", - "Command": "New-MgSecurityAlertV2", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulation", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/simulations", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulation", "OutputType": "IMicrosoftGraphSimulation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/simulationAutomations", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationAutomation", "OutputType": "IMicrosoftGraphSimulationAutomation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationAutomationRun", "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/endUserNotifications", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationEndUserNotification", "OutputType": "IMicrosoftGraphEndUserNotification", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/landingPages", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationLandingPage", "OutputType": "IMicrosoftGraphLandingPage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationLandingPageDetail", "OutputType": "IMicrosoftGraphLandingPageDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/loginPages", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationLoginPage", "OutputType": "IMicrosoftGraphLoginPage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationOperation", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/operations", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationOperation", "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationPayload", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/payloads", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationPayload", "OutputType": "IMicrosoftGraphPayload", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationTraining", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/trainings", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationTraining", "OutputType": "IMicrosoftGraphTraining", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "POST", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", - "Module": "Security", - "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416074,20 +418714,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCase", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416106,22 +418746,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416140,22 +418780,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416174,22 +418814,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416208,22 +418848,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416242,39 +418882,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", "Permissions": [], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416293,22 +418933,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416327,22 +418967,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416361,39 +419001,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -416412,619 +419052,619 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Module": "Security", - "Command": "New-MgSecurityCaseEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityIdentityHealthIssue", "Permissions": [], + "Method": "POST", "Uri": "/security/identities/healthIssues", - "Module": "Security", - "Command": "New-MgSecurityIdentityHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityIncident", "Permissions": [], + "Method": "POST", "Uri": "/security/incidents", - "Module": "Security", - "Command": "New-MgSecurityIncident", "OutputType": "IMicrosoftGraphSecurityIncident", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityLabelAuthority", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/authorities", - "Module": "Security", - "Command": "New-MgSecurityLabelAuthority", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityLabelCategory", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/categories", - "Module": "Security", - "Command": "New-MgSecurityLabelCategory", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", - "Module": "Security", - "Command": "New-MgSecurityLabelCategorySubcategory", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityLabelCitation", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/citations", - "Module": "Security", - "Command": "New-MgSecurityLabelCitation", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityLabelDepartment", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/departments", - "Module": "Security", - "Command": "New-MgSecurityLabelDepartment", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityLabelFilePlanReference", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/filePlanReferences", - "Module": "Security", - "Command": "New-MgSecurityLabelFilePlanReference", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityLabelRetentionLabel", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/retentionLabels", - "Module": "Security", - "Command": "New-MgSecurityLabelRetentionLabel", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "POST", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", - "Module": "Security", - "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecuritySecureScore", "Permissions": [], + "Method": "POST", "Uri": "/security/secureScores", - "Module": "Security", - "Command": "New-MgSecuritySecureScore", "OutputType": "IMicrosoftGraphSecureScore", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecuritySecureScoreControlProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/secureScoreControlProfiles", - "Module": "Security", - "Command": "New-MgSecuritySecureScoreControlProfile", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecuritySubjectRightsRequest", "Permissions": [], + "Method": "POST", "Uri": "/security/subjectRightsRequests", - "Module": "Security", - "Command": "New-MgSecuritySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecuritySubjectRightsRequestNote", "Permissions": [], + "Method": "POST", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Module": "Security", - "Command": "New-MgSecuritySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/articles", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/articleIndicators", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hosts", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostComponents", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHostComponent", "OutputType": "IMicrosoftGraphSecurityHostComponent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostCookies", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHostCookie", "OutputType": "IMicrosoftGraphSecurityHostCookie", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostPairs", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostPorts", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHostPort", "OutputType": "IMicrosoftGraphSecurityHostPort", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostSslCertificates", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/hostTrackers", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceHostTracker", "OutputType": "IMicrosoftGraphSecurityHostTracker", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/intelProfiles", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceIntelProfile", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/passiveDnsRecords", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/sslCertificates", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/subdomains", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/vulnerabilities", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceVulnerability", "OutputType": "IMicrosoftGraphSecurityVulnerability", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/whoisHistoryRecords", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "POST", "Uri": "/security/threatIntelligence/whoisRecords", - "Module": "Security", - "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityTriggerRetentionEvent", "Permissions": [], + "Method": "POST", "Uri": "/security/triggers/retentionEvents", - "Module": "Security", - "Command": "New-MgSecurityTriggerRetentionEvent", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSecurityTriggerTypeRetentionEventType", "Permissions": [], + "Method": "POST", "Uri": "/security/triggerTypes/retentionEventTypes", - "Module": "Security", - "Command": "New-MgSecurityTriggerTypeRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/healthOverviews", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementHealthOverview", "OutputType": "IMicrosoftGraphServiceHealth", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementHealthOverviewIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServiceAnnouncementIssue", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/issues", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServiceAnnouncementMessage", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementMessage", "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "POST", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", - "Module": "Devices.ServiceAnnouncement", - "Command": "New-MgServiceAnnouncementMessageAttachment", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -417051,20 +419691,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals", - "Module": "Applications", - "Command": "New-MgServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipalAppRoleAssignedTo", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -417091,22 +419731,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Module": "Applications", - "Command": "New-MgServicePrincipalAppRoleAssignedTo", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipalAppRoleAssignment", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -417133,22 +419773,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Module": "Applications", - "Command": "New-MgServicePrincipalAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -417191,56 +419831,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Module": "Applications", - "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipalDelegatedPermissionClassification", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Module": "Applications", - "Command": "New-MgServicePrincipalDelegatedPermissionClassification", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServicePrincipalEndpoint", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", - "Module": "Applications", - "Command": "New-MgServicePrincipalEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -417283,22 +419923,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Module": "Applications", - "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipalOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -417333,22 +419973,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Module": "Applications", - "Command": "New-MgServicePrincipalOwnerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -417383,37 +420023,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", - "Module": "Applications", - "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServicePrincipalRiskDetection", "Permissions": [], + "Method": "POST", "Uri": "/identityProtection/servicePrincipalRiskDetections", - "Module": "Identity.SignIns", - "Command": "New-MgServicePrincipalRiskDetection", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -417432,22 +420072,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -417466,163 +420106,164 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", - "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", - "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServicePrincipalSynchronizationTemplate", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", - "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", - "Module": "Applications", - "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareListColumn", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/columns", - "Module": "Files", - "Command": "New-MgShareListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareListContentType", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", - "Module": "Files", - "Command": "New-MgShareListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files", - "Command": "New-MgShareListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files", - "Command": "New-MgShareListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareListItem", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items", - "Module": "Files", - "Command": "New-MgShareListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files", - "Command": "New-MgShareListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "Create1", @@ -417632,18 +420273,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", - "Module": "Files", - "Command": "New-MgShareListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "Create1", @@ -417653,96 +420294,95 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareListOperation", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/operations", - "Module": "Files", - "Command": "New-MgShareListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", - "Module": "Files", - "Command": "New-MgShareListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgShareSharedDriveItemSharedDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/shares", - "Module": "Files", - "Command": "New-MgShareSharedDriveItemSharedDriveItem", "OutputType": "IMicrosoftGraphSharedDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/analytics/itemActivityStats", - "Module": "Sites", - "Command": "New-MgSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", - "Module": "Sites", - "Command": "New-MgSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -417761,22 +420401,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/columns", - "Module": "Sites", - "Command": "New-MgSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -417795,22 +420435,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes", - "Module": "Sites", - "Command": "New-MgSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -417829,186 +420469,158 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites", - "Command": "New-MgSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites", - "Command": "New-MgSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteGetByPathColumn", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", - "Module": "Sites", - "Command": "New-MgSiteGetByPathColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteGetByPathContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", - "Module": "Sites", - "Command": "New-MgSiteGetByPathContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteGetByPathList", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", - "Module": "Sites", - "Command": "New-MgSiteGetByPathList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgSiteGetByPathOperation", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgSiteGetByPathPage", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgSiteGetByPathPermission", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "New-MgSiteGetByPathTermStore", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "CreateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteList", "Permissions": [ { "Name": "Sites.Manage.All", @@ -418027,22 +420639,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists", - "Module": "Sites", - "Command": "New-MgSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteListColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -418061,39 +420673,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Module": "Sites", - "Command": "New-MgSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Module": "Sites", - "Command": "New-MgSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteListContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -418112,56 +420724,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Module": "Sites", - "Command": "New-MgSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", - "Module": "Sites", - "Command": "New-MgSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteListItem", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Module": "Sites", - "Command": "New-MgSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -418196,22 +420808,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Module": "Sites", - "Command": "New-MgSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteListItemLink", "Permissions": [ { "Name": "Files.ReadWrite", @@ -418238,73 +420850,73 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Module": "Sites", - "Command": "New-MgSiteListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Module": "Sites", - "Command": "New-MgSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteListOperation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Module": "Sites", - "Command": "New-MgSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", - "Module": "Sites", - "Command": "New-MgSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -418331,22 +420943,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks", - "Module": "Notes", - "Command": "New-MgSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -418373,22 +420985,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes", - "Command": "New-MgSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -418415,22 +421027,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes", - "Command": "New-MgSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -418457,56 +421069,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/pages", - "Module": "Notes", - "Command": "New-MgSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteOnenoteSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections", - "Module": "Notes", - "Command": "New-MgSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteOnenoteSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Module": "Notes", - "Command": "New-MgSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -418533,22 +421145,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes", - "Command": "New-MgSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Create", @@ -418575,180 +421187,181 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes", - "Command": "New-MgSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteOperation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/operations", - "Module": "Sites", - "Command": "New-MgSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSitePage", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages", - "Module": "Sites", - "Command": "New-MgSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", - "Module": "Sites", - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Module": "Sites", - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Module": "Sites", - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", - "Module": "Sites", - "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSitePageAsSitePageWebPart", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", - "Module": "Sites", - "Command": "New-MgSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSitePermission", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/permissions", - "Module": "Sites", - "Command": "New-MgSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStore", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStores", - "Module": "Sites", - "Command": "New-MgSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteTermStoreGroup", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418758,18 +421371,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreGroupSet", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418779,18 +421392,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418808,18 +421421,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418837,18 +421450,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418858,18 +421471,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418879,18 +421492,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418900,18 +421513,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418921,18 +421534,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418942,18 +421555,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSet", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418963,18 +421576,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -418992,18 +421605,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419021,18 +421634,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419042,18 +421655,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419071,18 +421684,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419100,18 +421713,18 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419121,18 +421734,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419142,18 +421755,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419163,18 +421776,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419184,18 +421797,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419205,18 +421818,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419226,18 +421839,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetTerm", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419247,18 +421860,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetTermChild", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419268,18 +421881,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419289,18 +421902,18 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Module": "Sites", - "Command": "New-MgSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Create", "Create1", @@ -419310,43 +421923,42 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgSubscribedSku", "Permissions": [], + "Method": "POST", "Uri": "/subscribedSkus", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgSubscribedSku", "OutputType": "IMicrosoftGraphSubscribedSku", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgSubscription", "Permissions": [], + "Method": "POST", "Uri": "/subscriptions", - "Module": "ChangeNotifications", - "Command": "New-MgSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeam", "Permissions": [ { "Name": "Team.Create", @@ -419381,20 +421993,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams", - "Module": "Teams", - "Command": "New-MgTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamChannel", "Permissions": [ { "Name": "Channel.Create.Group", @@ -419437,54 +422049,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/channels", - "Module": "Teams", - "Command": "New-MgTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", - "Module": "Teams", - "Command": "New-MgTeamChannelEmail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Provision", "ProvisionViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Module": "Teams", - "Command": "New-MgTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamChannelMessage", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -419511,39 +422123,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Module": "Teams", - "Command": "New-MgTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "New-MgTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamChannelMessageReply", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -419570,56 +422182,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "New-MgTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "New-MgTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams", - "Command": "New-MgTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -419694,22 +422306,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Module": "Teams", - "Command": "New-MgTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -419800,207 +422412,207 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/installedApps", - "Module": "Teams", - "Command": "New-MgTeamInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/members", - "Module": "Teams", - "Command": "New-MgTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamOperation", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/operations", - "Module": "Teams", - "Command": "New-MgTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/permissionGrants", - "Module": "Teams", - "Command": "New-MgTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamPrimaryChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", - "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelEmail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Provision", "ProvisionViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamPrimaryChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/members", - "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamPrimaryChannelMessage", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages", - "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", - "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamPrimaryChannelTab", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/tabs", - "Module": "Teams", - "Command": "New-MgTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamScheduleOfferShiftRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -420019,22 +422631,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "Module": "Teams", - "Command": "New-MgTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamScheduleOpenShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -420061,22 +422673,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/openShifts", - "Module": "Teams", - "Command": "New-MgTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamScheduleOpenShiftChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -420095,22 +422707,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "Module": "Teams", - "Command": "New-MgTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamScheduleSchedulingGroup", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -420129,22 +422741,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "Module": "Teams", - "Command": "New-MgTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamScheduleShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -420163,22 +422775,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/shifts", - "Module": "Teams", - "Command": "New-MgTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamScheduleSwapShiftChangeRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -420197,22 +422809,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Module": "Teams", - "Command": "New-MgTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamScheduleTimeOff", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -420231,22 +422843,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timesOff", - "Module": "Teams", - "Command": "New-MgTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamScheduleTimeOffReason", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -420265,39 +422877,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "Module": "Teams", - "Command": "New-MgTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "Module": "Teams", - "Command": "New-MgTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -420316,348 +422928,348 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/teams/{team-id}/tags", - "Module": "Teams", - "Command": "New-MgTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamTagMember", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "Module": "Teams", - "Command": "New-MgTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedChat", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedChats", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedChat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeam", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeam", "OutputType": "IMicrosoftGraphDeletedTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeamChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelEmail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Provision", "ProvisionViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", - "Module": "Teams", - "Command": "New-MgTeamworkDeletedTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTeamworkWorkforceIntegration", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/workforceIntegrations", - "Module": "Teams", - "Command": "New-MgTeamworkWorkforceIntegration", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminCustomers", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminRelationships", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", - "Module": "Identity.Partner", - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/multiTenantOrganization/tenants", - "Module": "Identity.SignIns", - "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -420708,71 +423320,71 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users", - "Module": "Users", - "Command": "New-MgUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserActivity", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/activities", - "Module": "CrossDeviceExperiences", - "Command": "New-MgUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserActivityHistoryItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", - "Module": "CrossDeviceExperiences", - "Command": "New-MgUserActivityHistoryItem", "OutputType": "IMicrosoftGraphActivityHistoryItem", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserAppRoleAssignment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/appRoleAssignments", - "Module": "Applications", - "Command": "New-MgUserAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -420791,56 +423403,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/authentication/emailMethods", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationEmailMethod", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserAuthenticationMethod", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/methods", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserAuthenticationOperation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/operations", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -420859,112 +423471,113 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/authentication/phoneMethods", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationPhoneMethod", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Module": "Identity.SignIns", - "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserCalendar", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendars", - "Module": "Calendar", - "Command": "New-MgUserCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Module": "Calendar", - "Command": "New-MgUserCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserCalendarGroup", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendarGroups", - "Module": "Calendar", - "Command": "New-MgUserCalendarGroup", "OutputType": "IMicrosoftGraphCalendarGroup", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserCalendarGroupCalendar", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Module": "Calendar", - "Command": "New-MgUserCalendarGroupCalendar", "OutputType": "IMicrosoftGraphCalendar", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserCalendarPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendar/calendarPermissions", - "Module": "Calendar", - "Command": "New-MgUserCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "Create1", @@ -420974,982 +423587,981 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChat", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats", - "Module": "Teams", - "Command": "New-MgUserChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChatInstalledApp", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", - "Module": "Teams", - "Command": "New-MgUserChatInstalledApp", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChatMember", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Module": "Teams", - "Command": "New-MgUserChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChatMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Module": "Teams", - "Command": "New-MgUserChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChatMessageHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Module": "Teams", - "Command": "New-MgUserChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChatMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", - "Module": "Teams", - "Command": "New-MgUserChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Module": "Teams", - "Command": "New-MgUserChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChatPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", - "Module": "Teams", - "Command": "New-MgUserChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChatPinnedMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", - "Module": "Teams", - "Command": "New-MgUserChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserChatTab", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/tabs", - "Module": "Teams", - "Command": "New-MgUserChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserContact", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contacts", - "Module": "PersonalContacts", - "Command": "New-MgUserContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserContactExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts", - "Command": "New-MgUserContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserContactFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserContactFolderChildFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderChildFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserContactFolderChildFolderContact", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderChildFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderChildFolderContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserContactFolderContact", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserContactFolderContactExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", - "Module": "PersonalContacts", - "Command": "New-MgUserContactFolderContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDefaultCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/calendar/events", - "Module": "Calendar", - "Command": "New-MgUserDefaultCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", - "Module": "Devices.CorporateManagement", - "Command": "New-MgUserDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDrive", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives", - "Module": "Files", - "Command": "New-MgUserDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveBundle", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/bundles", - "Module": "Files", - "Command": "New-MgUserDriveBundle", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items", - "Module": "Files", - "Command": "New-MgUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", - "Module": "Files", - "Command": "New-MgUserDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemChild", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", - "Module": "Files", - "Command": "New-MgUserDriveItemChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserDriveItemLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", - "Module": "Users.Actions", - "Command": "New-MgUserDriveItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", - "Module": "Files", - "Command": "New-MgUserDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", - "Module": "Users.Actions", - "Command": "New-MgUserDriveItemListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", - "Module": "Files", - "Command": "New-MgUserDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", - "Module": "Files", - "Command": "New-MgUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", - "Module": "Files", - "Command": "New-MgUserDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Module": "Files", - "Command": "New-MgUserDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Module": "Users.Actions", - "Command": "New-MgUserDriveItemUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", - "Module": "Files", - "Command": "New-MgUserDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListColumn", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", - "Module": "Files", - "Command": "New-MgUserDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", - "Module": "Files", - "Command": "New-MgUserDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListContentTypeColumn", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", - "Module": "Files", - "Command": "New-MgUserDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", - "Module": "Files", - "Command": "New-MgUserDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items", - "Module": "Files", - "Command": "New-MgUserDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", - "Module": "Files", - "Command": "New-MgUserDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", - "Module": "Users.Actions", - "Command": "New-MgUserDriveListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", - "Module": "Files", - "Command": "New-MgUserDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListOperation", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", - "Module": "Files", - "Command": "New-MgUserDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveListSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", - "Module": "Files", - "Command": "New-MgUserDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", - "Module": "Files", - "Command": "New-MgUserDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootChild", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/children", - "Module": "Files", - "Command": "New-MgUserDriveRootChild", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserDriveRootLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", - "Module": "Users.Actions", - "Command": "New-MgUserDriveRootLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", - "Module": "Files", - "Command": "New-MgUserDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootListItemLink", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", - "Module": "Users.Actions", - "Command": "New-MgUserDriveRootListItemLink", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", - "Module": "Files", - "Command": "New-MgUserDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", - "Module": "Files", - "Command": "New-MgUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootSubscription", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", - "Module": "Files", - "Command": "New-MgUserDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootThumbnail", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", - "Module": "Files", - "Command": "New-MgUserDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", - "Module": "Users.Actions", - "Command": "New-MgUserDriveRootUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", - "Module": "Files", - "Command": "New-MgUserDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events", - "Module": "Calendar", - "Command": "New-MgUserEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserEventAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Module": "Calendar", - "Command": "New-MgUserEventAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserEventAttachmentUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -421968,630 +424580,630 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "Module": "Users.Actions", - "Command": "New-MgUserEventAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserEventExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Module": "Calendar", - "Command": "New-MgUserEventExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserEventInstanceAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", - "Module": "Calendar", - "Command": "New-MgUserEventInstanceAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserEventInstanceAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", - "Module": "Users.Actions", - "Command": "New-MgUserEventInstanceAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserEventInstanceExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", - "Module": "Calendar", - "Command": "New-MgUserEventInstanceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/extensions", - "Module": "Users", - "Command": "New-MgUserExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserInferenceClassificationOverride", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Module": "Mail", - "Command": "New-MgUserInferenceClassificationOverride", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserInsightShared", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/insights/shared", - "Module": "Users", - "Command": "New-MgUserInsightShared", "OutputType": "IMicrosoftGraphSharedInsight", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserInsightTrending", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/insights/trending", - "Module": "Users", - "Command": "New-MgUserInsightTrending", "OutputType": "IMicrosoftGraphTrending", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserInsightUsed", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/insights/used", - "Module": "Users", - "Command": "New-MgUserInsightUsed", "OutputType": "IMicrosoftGraphUsedInsight", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders", - "Module": "Mail", - "Command": "New-MgUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolderChildFolder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolderChildFolderMessageAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolderMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMailFolderChildFolderMessageForward", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderChildFolderMessageForward", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMailFolderChildFolderMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderChildFolderMessageReply", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Module": "Mail", - "Command": "New-MgUserMailFolderChildFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Module": "Mail", - "Command": "New-MgUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolderMessageAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Module": "Mail", - "Command": "New-MgUserMailFolderMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolderMessageExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", - "Module": "Mail", - "Command": "New-MgUserMailFolderMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMailFolderMessageForward", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderMessageForward", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMailFolderMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderMessageReply", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMailFolderMessageReplyAll", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", - "Module": "Users.Actions", - "Command": "New-MgUserMailFolderMessageReplyAll", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMailFolderMessageRule", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", - "Module": "Mail", - "Command": "New-MgUserMailFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices", - "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", - "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", - "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDeviceLogCollectionResponse", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", - "Module": "Users.Actions", - "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", - "Module": "Users.Actions", - "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Update", "UpdateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", - "Module": "Devices.CorporateManagement", - "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages", - "Module": "Mail", - "Command": "New-MgUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMessageAttachment", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Module": "Mail", - "Command": "New-MgUserMessageAttachment", "OutputType": "IMicrosoftGraphAttachment", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMessageAttachmentUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -422610,90 +425222,90 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "Module": "Users.Actions", - "Command": "New-MgUserMessageAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserMessageExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/extensions", - "Module": "Mail", - "Command": "New-MgUserMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMessageForward", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/createForward", - "Module": "Users.Actions", - "Command": "New-MgUserMessageForward", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMessageReply", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/createReply", - "Module": "Users.Actions", - "Command": "New-MgUserMessageReply", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserMessageReplyAll", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", - "Module": "Users.Actions", - "Command": "New-MgUserMessageReplyAll", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnenoteNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -422720,22 +425332,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks", - "Module": "Notes", - "Command": "New-MgUserOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnenoteNotebookSection", "Permissions": [ { "Name": "Notes.Create", @@ -422762,22 +425374,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "Module": "Notes", - "Command": "New-MgUserOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnenoteNotebookSectionGroup", "Permissions": [ { "Name": "Notes.Create", @@ -422804,22 +425416,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Module": "Notes", - "Command": "New-MgUserOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnenotePage", "Permissions": [ { "Name": "Notes.Create", @@ -422846,56 +425458,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/pages", - "Module": "Notes", - "Command": "New-MgUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnenoteSection", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sections", - "Module": "Notes", - "Command": "New-MgUserOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnenoteSectionGroup", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sectionGroups", - "Module": "Notes", - "Command": "New-MgUserOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnenoteSectionGroupSection", "Permissions": [ { "Name": "Notes.Create", @@ -422922,22 +425534,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Module": "Notes", - "Command": "New-MgUserOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnenoteSectionPage", "Permissions": [ { "Name": "Notes.Create", @@ -422964,22 +425576,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Module": "Notes", - "Command": "New-MgUserOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -422998,192 +425610,192 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings", - "Module": "CloudCommunications", - "Command": "New-MgUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", - "Module": "CloudCommunications", - "Command": "New-MgUserOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "CloudCommunications", - "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnlineMeetingRecording", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", - "Module": "CloudCommunications", - "Command": "New-MgUserOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOnlineMeetingTranscript", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", - "Module": "CloudCommunications", - "Command": "New-MgUserOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserOutlookMasterCategory", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/outlook/masterCategories", - "Module": "Users", - "Command": "New-MgUserOutlookMasterCategory", "OutputType": "IMicrosoftGraphOutlookCategory", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserScopedRoleMemberOf", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Module": "Identity.DirectoryManagement", - "Command": "New-MgUserScopedRoleMemberOf", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserSettingStorageQuotaService", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/settings/storage/quota/services", - "Module": "Users", - "Command": "New-MgUserSettingStorageQuotaService", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserSettingWindows", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/settings/windows", - "Module": "Users", - "Command": "New-MgUserSettingWindows", "OutputType": "IMicrosoftGraphWindowsSetting", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserSettingWindowsInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", - "Module": "Users", - "Command": "New-MgUserSettingWindowsInstance", "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserTeamworkAssociatedTeam", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Module": "Teams", - "Command": "New-MgUserTeamworkAssociatedTeam", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserTeamworkInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -423282,22 +425894,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/teamwork/installedApps", - "Module": "Teams", - "Command": "New-MgUserTeamworkInstalledApp", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserTodoList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -423316,39 +425928,39 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists", - "Module": "Users", - "Command": "New-MgUserTodoList", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserTodoListExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "Module": "Users", - "Command": "New-MgUserTodoListExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserTodoListTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -423367,22 +425979,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Module": "Users", - "Command": "New-MgUserTodoListTask", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserTodoListTaskAttachment", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -423401,22 +426013,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Module": "Users", - "Command": "New-MgUserTodoListTaskAttachment", "OutputType": "IMicrosoftGraphAttachmentBase", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "New-MgUserTodoListTaskAttachmentUploadSession", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -423435,22 +426047,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "Module": "Users.Actions", - "Command": "New-MgUserTodoListTaskAttachmentUploadSession", "OutputType": "IMicrosoftGraphUploadSession", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserTodoListTaskChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -423469,39 +426081,39 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Module": "Users", - "Command": "New-MgUserTodoListTaskChecklistItem", "OutputType": "IMicrosoftGraphChecklistItem", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserTodoListTaskExtension", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "Module": "Users", - "Command": "New-MgUserTodoListTaskExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgUserTodoListTaskLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -423520,352 +426132,352 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "Module": "Users", - "Command": "New-MgUserTodoListTaskLinkedResource", "OutputType": "IMicrosoftGraphLinkedResource", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEvent", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events", - "Module": "Bookings", - "Command": "New-MgVirtualEvent", "OutputType": "IMicrosoftGraphVirtualEvent", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventPresenter", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", - "Module": "Bookings", - "Command": "New-MgVirtualEventPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventSession", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", - "Module": "Bookings", - "Command": "New-MgVirtualEventSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings", - "Command": "New-MgVirtualEventSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings", - "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventTownhall", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls", - "Module": "Bookings", - "Command": "New-MgVirtualEventTownhall", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventTownhallPresenter", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", - "Module": "Bookings", - "Command": "New-MgVirtualEventTownhallPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventTownhallSession", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", - "Module": "Bookings", - "Command": "New-MgVirtualEventTownhallSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings", - "Command": "New-MgVirtualEventTownhallSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings", - "Command": "New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventWebinar", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars", - "Module": "Bookings", - "Command": "New-MgVirtualEventWebinar", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventWebinarPresenter", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", - "Module": "Bookings", - "Command": "New-MgVirtualEventWebinarPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventWebinarRegistration", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", - "Module": "Bookings", - "Command": "New-MgVirtualEventWebinarRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", - "Module": "Bookings", - "Command": "New-MgVirtualEventWebinarRegistrationConfigurationQuestion", "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventWebinarSession", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", - "Module": "Bookings", - "Command": "New-MgVirtualEventWebinarSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", - "Module": "Bookings", - "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Module": "Bookings", - "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Ping-MgBetaApplicationSynchronization", "Permissions": [], + "Method": "GET", "Uri": "/applications/{application-id}/synchronization/Ping", - "Module": "Beta.Applications", - "Command": "Ping-MgBetaApplicationSynchronization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Ping", "PingViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Ping-MgBetaServicePrincipalSynchronization", "Permissions": [], + "Method": "GET", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", - "Module": "Beta.Applications", - "Command": "Ping-MgBetaServicePrincipalSynchronization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Ping", "PingViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaBookingBusiness", "Permissions": [], + "Method": "POST", "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", - "Module": "Beta.Bookings", - "Command": "Publish-MgBetaBookingBusiness", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Publish", "Publish1", "PublishViaIdentity", "PublishViaIdentity1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -423884,20 +426496,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", - "Module": "Beta.Compliance", - "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Release", "ReleaseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -423916,35 +426528,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", - "Module": "Beta.Compliance", - "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Release", "ReleaseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Beta.Files", - "Command": "Publish-MgBetaDriveListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -423963,20 +426575,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "Module": "Beta.Education", - "Command": "Publish-MgBetaEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -423995,95 +426607,95 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", - "Module": "Beta.Education", - "Command": "Publish-MgBetaEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaEducationMeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/publish", - "Module": "Beta.Education", - "Command": "Publish-MgBetaEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaEducationUserAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", - "Module": "Beta.Education", - "Command": "Publish-MgBetaEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaGroupDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Beta.Groups", - "Command": "Publish-MgBetaGroupDriveListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaGroupSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Module": "Beta.Groups", - "Command": "Publish-MgBetaGroupSiteContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaGroupSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Module": "Beta.Groups", - "Command": "Publish-MgBetaGroupSiteListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -424102,20 +426714,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "Module": "Beta.Security", - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Release", "ReleaseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -424134,125 +426746,125 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "Module": "Beta.Security", - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Release", "ReleaseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaShareListContentType", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Beta.Files", - "Command": "Publish-MgBetaShareListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Module": "Beta.Sites", - "Command": "Publish-MgBetaSiteContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Module": "Beta.Sites", - "Command": "Publish-MgBetaSiteListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Publish-MgBetaUserDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Beta.Users.Actions", - "Command": "Publish-MgBetaUserDriveListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Publish-MgBetaVirtualEvent", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", - "Module": "Beta.Bookings", - "Command": "Publish-MgBetaVirtualEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgBookingBusiness", "Permissions": [], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", - "Module": "Bookings", - "Command": "Publish-MgBookingBusiness", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Files", - "Command": "Publish-MgDriveListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -424271,20 +426883,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "Module": "Education", - "Command": "Publish-MgEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -424303,95 +426915,95 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", - "Module": "Education", - "Command": "Publish-MgEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgEducationMeAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/publish", - "Module": "Education", - "Command": "Publish-MgEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgEducationUserAssignment", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", - "Module": "Education", - "Command": "Publish-MgEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgGroupDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Groups", - "Command": "Publish-MgGroupDriveListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgGroupSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Module": "Groups", - "Command": "Publish-MgGroupSiteContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgGroupSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Module": "Groups", - "Command": "Publish-MgGroupSiteListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -424410,20 +427022,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "Module": "Security", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Release", "ReleaseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -424442,347 +427054,347 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "Module": "Security", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Release", "ReleaseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgShareListContentType", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Files", - "Command": "Publish-MgShareListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Module": "Sites", - "Command": "Publish-MgSiteContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", - "Module": "Sites", - "Command": "Publish-MgSiteListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Publish-MgUserDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", - "Module": "Users.Actions", - "Command": "Publish-MgUserDriveListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Publish-MgVirtualEvent", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", - "Module": "Bookings", - "Command": "Publish-MgVirtualEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Publish", "PublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Register-MgBetaPrivilegedAccessResource", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", - "Module": "Beta.Identity.Governance", - "Command": "Register-MgBetaPrivilegedAccessResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAdminEdge", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge", - "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdge", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAdminEdgeInternetExplorerMode", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge/internetExplorerMode", - "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdgeInternetExplorerMode", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAdminPeopleItemInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/people/itemInsights", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgAdminPeopleItemInsight", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgAdminPeopleProfileCardProperty", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgAdminPeopleProfileCardProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAdminSharepoint", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/sharepoint", - "Module": "Sites", - "Command": "Remove-MgAdminSharepoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAdminSharepointSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/sharepoint/settings", - "Module": "Sites", - "Command": "Remove-MgAdminSharepointSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAgreement", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgAgreement", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAgreementAcceptance", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgAgreementAcceptance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAgreementFile", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance", - "Command": "Remove-MgAgreementFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAgreementFileLocalization", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgAgreementFileLocalization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAgreementFileLocalizationVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgAgreementFileLocalizationVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAgreementFileVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgAgreementFileVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", + "CommandAlias": "Remove-MgUserDeviceFromManagement", + "Command": "Remove-MgAllUserDeviceFromManagement", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "Module": "Users.Actions", - "Command": "Remove-MgAllUserDeviceFromManagement", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgUserDeviceFromManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgAppCatalogTeamApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -424809,20 +427421,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams", - "Command": "Remove-MgAppCatalogTeamApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAppCatalogTeamAppDefinition", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -424849,35 +427461,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams", - "Command": "Remove-MgAppCatalogTeamAppDefinition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", "Permissions": [], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams", - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -424896,65 +427508,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}", - "Module": "Applications", - "Command": "Remove-MgApplication", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0", + "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", + "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "Module": "Applications", - "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgApplicationByAppId", "Permissions": [], + "Method": "DELETE", "Uri": "/applications(appId='{appId}')", - "Module": "Applications", - "Command": "Remove-MgApplicationByAppId", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgApplicationByUniqueName", "Permissions": [], + "Method": "DELETE", "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Applications", - "Command": "Remove-MgApplicationByUniqueName", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgApplicationExtensionProperty", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -424981,20 +427593,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Applications", - "Command": "Remove-MgApplicationExtensionProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -425013,35 +427625,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Applications", - "Command": "Remove-MgApplicationFederatedIdentityCredential", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Applications", - "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgApplicationKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -425068,22 +427680,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/removeKey", - "Module": "Applications", - "Command": "Remove-MgApplicationKey", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0" + "Command": "Remove-MgApplicationLogo", + "Permissions": [], + "Method": "DELETE", + "Uri": "/applications/{application-id}/logo", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0", + "CommandAlias": "Remove-MgApplicationOwnerByRef", + "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -425110,20 +427737,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "Module": "Applications", - "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgApplicationOwnerByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgApplicationPassword", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -425150,112 +427777,127 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/removePassword", - "Module": "Applications", - "Command": "Remove-MgApplicationPassword", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgApplicationSynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgApplicationSynchronizationJob", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgApplicationSynchronizationJobBulkUploadContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Applications", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgApplicationSynchronizationJobSchema", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationJobSchema", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgApplicationSynchronizationTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationTemplate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgApplicationSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -425274,35 +427916,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationTemplateSchema", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0", + "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", + "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -425345,20 +427987,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "Module": "Applications", - "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0", + "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", + "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -425401,20 +428043,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "Module": "Applications", - "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaAccessReview", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -425433,110 +428075,110 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/accessReviews/{accessReview-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAccessReviewDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAccessReviewInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAccessReviewInstanceDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAccessReviewInstanceReviewer", "Permissions": [], + "Method": "DELETE", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewInstanceReviewer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAccessReviewMyDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewMyDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaAccessReviewReviewer", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -425555,372 +428197,372 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAccessReviewReviewer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdminEdge", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdge", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge/internetExplorerMode", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaAdministrativeUnit", "Permissions": [], + "Method": "DELETE", "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdministrativeUnitExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", + "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", "Permissions": [], + "Method": "DELETE", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdminPeople", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/people", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdminPeople", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdminPeopleItemInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/people/itemInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdminPeopleItemInsight", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdminPeoplePronoun", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/people/pronouns", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaAdminPeoplePronoun", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdminReportSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/reportSettings", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaAdminReportSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdminSharepoint", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/sharepoint", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaAdminSharepoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAdminSharepointSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/sharepoint/settings", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaAdminSharepointSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAgreement", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAgreementAcceptance", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementAcceptance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAgreementFile", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAgreementFileLocalization", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementFileLocalization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAgreementFileLocalizationVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementFileLocalizationVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAgreementFileVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaAgreementFileVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", + "Command": "Remove-MgBetaAllUserDeviceFromManagement", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/removeAllDevicesFromManagement", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaAllUserDeviceFromManagement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaAppCatalogTeamApp", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -425947,20 +428589,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -425987,114 +428629,114 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", "Permissions": [], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Permissions": [], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Permissions": [], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Permissions": [], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -426113,80 +428755,80 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", + "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationByAppId", "Permissions": [], + "Method": "DELETE", "Uri": "/applications(appId='{appId}')", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationByAppId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationByUniqueName", "Permissions": [], + "Method": "DELETE", "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationByUniqueName", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationConnectorGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/connectorGroup/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationConnectorGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationExtensionProperty", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -426213,20 +428855,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationExtensionProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -426245,35 +428887,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -426300,37 +428942,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/removeKey", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationKey", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationLogo", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/logo", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", + "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -426357,20 +428999,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationPassword", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -426397,127 +429039,127 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/applications/{application-id}/removePassword", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationPassword", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationSynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationSynchronizationJob", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationSynchronizationTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -426536,35 +429178,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", + "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -426607,20 +429249,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", + "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -426663,319 +429305,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestore", - "OutputType": null, - "Variants": [ - "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreDriveInclusionRule", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreDriveProtectionUnit", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreExchangeProtectionPolicy", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreExchangeRestoreSession", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreMailboxInclusionRule", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreMailboxProtectionUnit", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreOneDriveForBusinessRestoreSession", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestorePoint", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreProtectionPolicy", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreServiceApp", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreSession", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreSharePointProtectionPolicy", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreSharePointRestoreSession", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreSiteInclusionRule", - "OutputType": null, + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBackupRestoreSiteProtectionUnit", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Remove-MgBetaBookingBusiness", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -426994,22 +429337,22 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusiness", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -427044,39 +429387,39 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessAppointment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaBookingBusinessCalendarView", "Permissions": [], + "Method": "DELETE", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessCalendarView", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaBookingBusinessCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -427111,22 +429454,22 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessCustomer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaBookingBusinessCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -427153,22 +429496,22 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessCustomQuestion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaBookingBusinessService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -427187,22 +429530,22 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessService", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaBookingBusinessStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -427221,285 +429564,86 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingBusinessStaffMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaBookingCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBookingCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaBusinessFlowTemplate", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenario", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioByUniqueName", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta" + ] }, { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlanner", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Remove-MgBetaBusinessFlowTemplate", "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfiguration", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-delete-localizations?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTask", - "OutputType": null, + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-beta" + ] }, { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Remove-MgBetaChat", "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskConfiguration", + "Uri": "/chats/{chat-id}", "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskDetail", - "OutputType": null, + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Remove-MgBetaChatAccessForUser", "Permissions": [], - "Uri": "/chats/{chat-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChat", + "Method": "POST", + "Uri": "/chats/{chat-id}/removeAllAccessForUser", "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/chats/{chat-id}/removeAllAccessForUser", "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatAccessForUser", - "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaChatInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -427558,35 +429702,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatInstalledApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaChatLastMessagePreview", "Permissions": [], + "Method": "DELETE", "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatLastMessagePreview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaChatMember", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -427613,67 +429757,67 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaChatMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaChatOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaChatPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatPermissionGrant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaChatPinnedMessage", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -427692,20 +429836,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatPinnedMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaChatTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -427756,20 +429900,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaChatTab", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -427788,20 +429932,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCall", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -427820,50 +429964,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationCallContentSharingSession", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallContentSharingSession", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationCallOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationCallParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -427882,325 +430026,325 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallParticipant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationCallRecordSession", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationCallRecordSession", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeeting", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeeting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingAlternativeRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingBroadcastRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecordingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecordingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaCommunicationPresence", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/presences/{presence-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaCommunicationPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscovery", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscovery", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428219,40 +430363,41 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCase", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Remove", "Remove1", @@ -428260,13 +430405,12 @@ "RemoveViaIdentity", "RemoveViaIdentity1", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428285,35 +430429,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428332,20 +430476,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428364,85 +430508,86 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Remove", "Remove1", @@ -428450,43 +430595,42 @@ "RemoveViaIdentity", "RemoveViaIdentity1", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428505,35 +430649,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428552,35 +430696,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Permissions": [], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428599,65 +430743,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaContact", "Permissions": [], + "Method": "DELETE", "Uri": "/contacts/{orgContact-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaContract", "Permissions": [], + "Method": "DELETE", "Uri": "/contracts/{contract-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaContract", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDataPolicyOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaDataPolicyOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDevice", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -428676,35 +430820,35 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/devices/{device-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -428723,20 +430867,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -428755,35 +430899,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -428802,20 +430946,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -428834,140 +430978,140 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -428986,20 +431130,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -429018,110 +431162,110 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -429140,155 +431284,155 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -429307,20 +431451,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -429339,20 +431483,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -429371,1474 +431515,1474 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", + "Command": "Remove-MgBetaDeviceAppManagementPolicySet", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementPolicySet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", + "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", + "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", + "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430857,20 +433001,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -430889,35 +433033,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430936,20 +433080,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", + "Command": "Remove-MgBetaDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430968,20 +433112,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", + "Command": "Remove-MgBetaDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -431000,80 +433144,80 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementVppToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -431092,20 +433236,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431124,20 +433268,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431156,20 +433300,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431188,20 +433332,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -431220,20 +433364,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -431252,20 +433396,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -431284,20 +433428,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -431316,20 +433460,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -431348,346 +433492,346 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceByDeviceId", "Permissions": [], + "Method": "DELETE", "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceByDeviceId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceCommand", "Permissions": [], + "Method": "DELETE", "Uri": "/devices/{device-id}/commands/{command-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceCommand", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/androidForWorkSettings", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAuditEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementAuditEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -431706,80 +433850,80 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -431798,142 +433942,142 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -431952,20 +434096,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -431984,229 +434128,229 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementComplianceSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementComplianceSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -432225,80 +434369,80 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDerivedCredential", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDerivedCredential", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -432317,20 +434461,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDetectedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -432349,407 +434493,407 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -432768,20 +434912,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -432800,20 +434944,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -432840,20 +434984,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -432872,20 +435016,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -432904,35 +435048,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -432951,20 +435095,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -432983,20 +435127,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433015,20 +435159,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433047,20 +435191,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -433079,95 +435223,95 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -433186,684 +435330,684 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementExchangeConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntent", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentUserState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentUserState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -433882,110 +436026,110 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "Permissions": [], + "Method": "DELETE", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -434004,247 +436148,262 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "Method": "DELETE", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "Permissions": [], "Method": "DELETE", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -434263,20 +436422,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434295,109 +436454,109 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMonitoring", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/monitoring", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMonitoring", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementNdeConnector", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementNdeConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434416,20 +436575,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementPartner", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434448,20 +436607,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434480,64 +436639,64 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementReport", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/reports", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaDeviceManagementReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -434556,35 +436715,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementResourceOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementReusableSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementReusableSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -434603,20 +436762,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -434635,20 +436794,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -434667,20 +436826,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434699,50 +436858,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementScript", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434761,20 +436920,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434793,20 +436952,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434825,20 +436984,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434857,20 +437016,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434889,275 +437048,275 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementSettingDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementSettingDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplateCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTemplateSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTemplateSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTermAndCondition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTermAndCondition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435176,35 +437335,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435223,20 +437382,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435255,20 +437414,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435287,20 +437446,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435319,20 +437478,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435351,20 +437510,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435383,20 +437542,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435415,20 +437574,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435447,20 +437606,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435479,20 +437638,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435511,49 +437670,49 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435572,20 +437731,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435604,34 +437763,34 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435650,20 +437809,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435682,20 +437841,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435714,20 +437873,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435746,20 +437905,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435778,64 +437937,64 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435854,20 +438013,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435886,20 +438045,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435918,21 +438077,21 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435951,20 +438110,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435983,20 +438142,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436015,20 +438174,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436047,35 +438206,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436094,20 +438253,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436126,20 +438285,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436158,20 +438317,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436190,20 +438349,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436222,34 +438381,34 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436268,20 +438427,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436300,20 +438459,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436332,34 +438491,34 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436378,20 +438537,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436410,20 +438569,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436442,436 +438601,421 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/reports", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsAutopilotSettings", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -436890,20 +439034,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -436922,184 +439066,184 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", + "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", + "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDeviceUsageRights", "Permissions": [], + "Method": "DELETE", "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDeviceUsageRights", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryAdministrativeUnit", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAdministrativeUnit", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", + "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryAttributeSet", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryAttributeSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryCertificateAuthority", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/certificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCertificateAuthority", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -437118,20 +439262,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -437150,140 +439294,140 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryDeletedItem", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/deletedItems/{directoryObject-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryDeletedItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-externaluserprofiles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryExternalUserProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryExternalUserProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryFederationConfiguration", "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -437302,50 +439446,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryFederationConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryImpactedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryImpactedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -437364,80 +439508,80 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryObject", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "Beta.DirectoryObjects", - "Command": "Remove-MgBetaDirectoryObject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -437456,140 +439600,140 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryRecommendation", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/recommendations/{recommendation-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRecommendation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryRole", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRole", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", + "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryRoleScopedMember", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRoleScopedMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectoryRoleTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectoryRoleTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDirectorySetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -437608,245 +439752,245 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/settings/{directorySetting-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectorySettingTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySettingTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectorySharedEmailDomain", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySharedEmailDomain", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectorySubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", "OutputType": null, - "Variants": [ + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDomain", "Permissions": [], + "Method": "DELETE", "Uri": "/domains/{domain-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomain", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDomainFederationConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomainFederationConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDomainServiceConfigurationRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomainServiceConfigurationRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", "Permissions": [], + "Method": "DELETE", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDomainVerificationDnsRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaDomainVerificationDnsRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDrive", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDrive", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveBundleContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveBundleContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveBundleContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveBundleContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveFollowingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveFollowingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveFollowingContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveFollowingContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -437873,260 +440017,300 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemCheckout", + "Permissions": [ + { + "Name": "Files.ReadWrite", + "Description": "Have full access to your files", + "FullDescription": "Allows the app to read, create, update, and delete your files.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Files.ReadWrite.All", + "Description": "Have full access to all files you have access to", + "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } ], - "Method": "DELETE", + "Method": "POST", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/discardCheckout", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Files", + "Variants": [ + "Discard", + "DiscardViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemChildContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemPermanent", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemPermanent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -438153,740 +440337,755 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemRetentionLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemThumbnail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveItemVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveItemVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveList", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveList", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListContentTypeColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRoot", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootCheckout", "Permissions": [], - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Method": "POST", + "Uri": "/drives/{drive-id}/root/discardCheckout", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Files", + "Variants": [ + "Discard", + "DiscardViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaDriveRootChildContent", + "Permissions": [], + "Method": "DELETE", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootChildContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootPermanent", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/permanentDelete", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootPermanent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootRetentionLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootThumbnail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveRootVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveRootVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveSpecialContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveSpecialContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaDriveSpecialContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaDriveSpecialContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClass", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClass", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -438905,20 +441104,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentCategory", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -438937,20 +441136,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", + "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -438969,35 +441168,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentDefault", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentDefault", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -439016,20 +441215,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -439048,20 +441247,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -439080,20 +441279,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentRubric", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -439112,50 +441311,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -439174,50 +441373,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmission", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -439236,20 +441435,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -439268,65 +441467,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", + "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -439345,20 +441544,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassModule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -439377,229 +441576,229 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassModuleResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", + "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMe", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMe", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", + "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentRubric", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentRubric", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmission", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -439618,665 +441817,665 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationMeRubric", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationSchool", "Permissions": [], + "Method": "DELETE", "Uri": "/education/schools/{educationSchool-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSchool", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", + "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", + "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationSynchronizationProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSynchronizationProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationSynchronizationProfileError", "Permissions": [], + "Method": "DELETE", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSynchronizationProfileError", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUser", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", + "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentRubric", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentRubric", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmission", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEducationUserRubric", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Beta.Education", - "Command": "Remove-MgBetaEducationUserRubric", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackage", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementSubject", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementSubject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalAuthorizationSystem", "Permissions": [], + "Method": "DELETE", "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalAuthorizationSystem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", "Permissions": [], + "Method": "DELETE", "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -440295,20 +442494,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaExternalConnectionGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -440327,20 +442526,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaExternalConnectionGroupMember", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -440359,20 +442558,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionGroupMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaExternalConnectionItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -440391,2055 +442590,2055 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalConnectionItemActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionItemActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalConnectionOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalConnectionQuota", "Permissions": [], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/quota", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalConnectionQuota", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaExternalIndustryDataConnector", "Permissions": [], + "Method": "DELETE", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", "Permissions": [], + "Method": "DELETE", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalIndustryDataOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Permissions": [], + "Method": "DELETE", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Permissions": [], + "Method": "DELETE", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", "Permissions": [], + "Method": "DELETE", "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaExternalIndustryDataYear", "Permissions": [], + "Method": "DELETE", "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaExternalIndustryDataYear", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCountryRegion", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCountryRegion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomer", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyEmployee", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyEmployee", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyEmployeePictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyEmployeePictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyInformationPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyInformationPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyItem", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyItemCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyItemCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyItemPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyItemPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyItemPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyJournal", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyJournal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyJournalLine", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyJournalLine", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyTaxArea", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyTaxArea", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyTaxGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyTaxGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyVendor", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendor", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyVendorPicture", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendorPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaFinancialCompanyVendorPictureContent", "Permissions": [], + "Method": "DELETE", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Remove-MgBetaFinancialCompanyVendorPictureContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", + "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupAppRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaGroupAppRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupByUniqueName", "Permissions": [], + "Method": "DELETE", "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupByUniqueName", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -442458,35 +444657,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupCalendarEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupCalendarPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupCalendarPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupConversation", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -442505,20 +444704,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -442537,1175 +444736,1205 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThread", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupConversationThreadPostExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupConversationThreadPostMention", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupConversationThreadPostMention", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDrive", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDrive", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveBundleContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveBundleContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveBundleContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveBundleContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveFollowingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveFollowingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveFollowingContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveFollowingContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaGroupDriveItemCheckout", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", + "Variants": [ + "Discard", + "DiscardViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemChildContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemPermanent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupDriveItemPermanent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemThumbnail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveItemVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveItemVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveList", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveList", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRoot", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaGroupDriveRootCheckout", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/discardCheckout", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", + "Variants": [ + "Discard", + "DiscardViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootChildContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootPermanent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupDriveRootPermanent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootThumbnail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaGroupDriveRootVersion", + "Permissions": [], + "Method": "DELETE", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveRootVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveRootVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveSpecialContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveSpecialContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupDriveSpecialContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaGroupDriveSpecialContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEndpoint", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -443724,234 +445953,234 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventInstanceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventInstanceAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupEventInstanceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaGroupEventInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupFavorite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/removeFavorite", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupFavorite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupFromLifecyclePolicy", "Permissions": [], + "Method": "POST", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupFromLifecyclePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupLifecyclePolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupLifecyclePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaGroupMemberByRef", + "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -443978,35 +446207,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaGroupMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupOnenoteNotebook", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaGroupOnenoteNotebook", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupOnenotePage", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -444025,65 +446254,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaGroupOnenotePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupOnenotePageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaGroupOnenotePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupOnenoteSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaGroupOnenoteSection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupOnenoteSectionGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaGroupOnenoteSectionGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaGroupOwnerByRef", + "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -444102,20 +446331,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaGroupOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -444142,37 +446371,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/deletePasswordSingleSignOnCredentials", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-deletepasswordsinglesignoncredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupPermissionGrant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupPhoto", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -444191,20 +446420,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/photo", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupPhoto", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupPhotoContent", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -444223,52 +446452,52 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/photo/$value", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupPlannerPlanDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaGroupPlannerPlanDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", + "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -444287,2242 +446516,2296 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/remove", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteContentModel", + "Permissions": [], "Method": "DELETE", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaGroupSiteContentModelFromDrive", + "Permissions": [], + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteContentModelGetByNameFromDrive", "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", + "Method": "POST", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaGroupSiteContentType", + "Permissions": [], + "Method": "DELETE", + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteContentTypeColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteDocumentProcessingJob", + "Permissions": [], "Method": "DELETE", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", + "Permissions": [], + "Method": "DELETE", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", + "Permissions": [], + "Method": "DELETE", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", + "Permissions": [], + "Method": "DELETE", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteInformationProtection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteList", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteList", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenote", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenotePage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenotePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenotePageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenotePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteResource", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteResourceContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteResourceContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSitePage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSitePermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSitePermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteRecycleBin", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteRecycleBin", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteRecycleBinItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteRecycleBinItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStore", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStore", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSet", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannelMember", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannelMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannelMessageReply", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMessageReply", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamChannelTab", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamChannelTab", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamInstalledApp", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamInstalledApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamMember", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPermissionGrant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPhotoContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamSchedule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleDayNote", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleDayNote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleShift", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleShift", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamTag", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupTeamTagMember", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaGroupTeamTagMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaGroupThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -446541,636 +448824,636 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThread", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupThreadPostAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupThreadPostExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaGroupThreadPostMention", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", - "Module": "Beta.Groups", - "Command": "Remove-MgBetaGroupThreadPostMention", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityApiConnector", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityApiConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityAuthenticationEventListener", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityAuthenticationEventListener", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2CUserFlow", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlow", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", + "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/authenticationStrengths", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete1", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete1", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete1", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -447189,20 +449472,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -447221,1209 +449504,1680 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/continuousAccessEvaluationPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Method": "DELETE", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Method": "DELETE", + "Uri": "/identityGovernance/accessReviews/policy", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Variants": [ + "Delete" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Method": "DELETE", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Method": "DELETE", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "Variants": [ + "Delete" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "Permissions": [], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Method": "DELETE", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", + "Variants": [ + "Delete" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics/aws", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "Variants": [ + "Delete" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics/azure", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Permissions": [], - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Permissions": [], - "Uri": "/identityGovernance/accessReviews/policy", + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsManagement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess/group", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "Permissions": [], "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", + "Method": "DELETE", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Method": "DELETE", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "OutputType": null, - "Variants": [ - "Delete" - ], "Method": "DELETE", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "Method": "DELETE", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/insights", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight", - "OutputType": null, - "Variants": [ - "Delete" - ], "Method": "DELETE", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Permissions": [], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "Method": "DELETE", + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", - "OutputType": null, - "Variants": [ - "Delete" - ], "Method": "DELETE", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/aws", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", - "OutputType": null, - "Variants": [ - "Delete" - ], "Method": "DELETE", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "Method": "DELETE", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "Method": "DELETE", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/azure", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", - "OutputType": null, - "Variants": [ - "Delete" - ], "Method": "DELETE", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.Governance", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "Method": "DELETE", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityProvider", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "Method": "DELETE", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityUserFlow", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", - "OutputType": null, - "Variants": [ - "Delete" - ], "Method": "DELETE", + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaIdentityUserFlowAttribute", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "Method": "DELETE", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "Method": "DELETE", + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaInformationProtectionPolicy", "Permissions": [], - "Uri": "/identityGovernance/permissionsManagement", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", + "Method": "DELETE", + "Uri": "/informationProtection/policy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaInformationProtectionPolicyLabel", "Permissions": [], - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "Method": "DELETE", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", + "Permissions": [], "Method": "DELETE", + "Uri": "/informationProtection/sensitivityPolicySettings", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Delete" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", "Permissions": [], - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "Method": "DELETE", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", "Permissions": [], - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "Method": "DELETE", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessAlert", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", - "OutputType": null, - "Variants": [ - "Delete" - ], "Method": "DELETE", + "Uri": "/networkAccess/alerts/{alert-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.NetworkAccess", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivity", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranch", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete-devicelinks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetwork", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "Method": "DELETE", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessFilteringPolicy", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "Method": "DELETE", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessFilteringPolicyRule", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", + "Method": "DELETE", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessFilteringProfile", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "Method": "DELETE", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessFilteringProfilePolicy", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "Method": "DELETE", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessForwardingPolicy", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "Method": "DELETE", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessForwardingPolicyRule", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "Method": "DELETE", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessForwardingProfile", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "Method": "DELETE", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessForwardingProfilePolicy", "Permissions": [], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityProvider", + "Method": "DELETE", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessLog", "Permissions": [], - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityUserFlow", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Method": "DELETE", + "Uri": "/networkAccess/logs", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta" + "Module": "Beta.NetworkAccess", + "Variants": [ + "Delete" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessLogRemoteNetwork", "Permissions": [], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaIdentityUserFlowAttribute", + "Method": "DELETE", + "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessLogTraffic", "Permissions": [], - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", + "Method": "DELETE", + "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessReport", "Permissions": [], - "Uri": "/informationProtection/policy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionPolicy", + "Method": "DELETE", + "Uri": "/networkAccess/reports", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessSetting", "Permissions": [], - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionPolicyLabel", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Method": "DELETE", + "Uri": "/networkAccess/settings", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.NetworkAccess", + "Variants": [ + "Delete" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessSettingConditionalAccess", "Permissions": [], - "Uri": "/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", + "Method": "DELETE", + "Uri": "/networkAccess/settings/conditionalAccess", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessSettingCrossTenantAccess", "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", + "Method": "DELETE", + "Uri": "/networkAccess/settings/crossTenantAccess", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ - "Delete", - "DeleteViaIdentity" - ], + "Delete" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessSettingEnrichedAuditLog", + "Permissions": [], "Method": "DELETE", + "Uri": "/networkAccess/settings/enrichedAuditLogs", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.NetworkAccess", + "Variants": [ + "Delete" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessSettingForwardingOption", "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", + "Method": "DELETE", + "Uri": "/networkAccess/settings/forwardingOptions", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ - "Delete", - "DeleteViaIdentity" - ], + "Delete" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaNetworkAccessTenantStatus", + "Permissions": [], "Method": "DELETE", + "Uri": "/networkAccess/tenantStatus", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.NetworkAccess", + "Variants": [ + "Delete" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaOauth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -448442,277 +451196,277 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaOauth2PermissionGrant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganization", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBranding", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -448731,20 +451485,95 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationBranding", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingBackgroundImage", + "Permissions": [], + "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/backgroundImage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingBannerLogo", + "Permissions": [], + "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingCustomCss", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/customCSS", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingFavicon", + "Permissions": [], + "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/favicon", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaOrganizationBrandingHeaderLogo", + "Permissions": [], + "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/headerLogo", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -448763,200 +451592,335 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationBrandingLocalization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBannerLogo", "Permissions": [], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationCustomCss", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta" + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationFavicon", "Permissions": [], - "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationExtension", + "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogo", "Permissions": [], - "Uri": "/organization/{organization-id}/partnerInformation", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationPartnerInformation", + "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingSquareLogo", "Permissions": [], - "Uri": "/organization/{organization-id}/settings", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSetting", + "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/squareLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationBrandingSquareLogoDark", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", "Permissions": [], - "Uri": "/organization/{organization-id}/settings/contactInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingContactInsight", + "Method": "DELETE", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationExtension", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationPartnerInformation", "Permissions": [], - "Uri": "/organization/{organization-id}/settings/itemInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingItemInsight", + "Method": "DELETE", + "Uri": "/organization/{organization-id}/partnerInformation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationSetting", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/settings", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationSettingContactInsight", "Permissions": [], - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "Method": "DELETE", + "Uri": "/organization/{organization-id}/settings/contactInsights", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationSettingItemInsight", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/settings/itemInsights", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Permissions": [], - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaOrganizationSettingPersonInsight", + "Method": "DELETE", + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaOrganizationSettingPersonInsight", + "Permissions": [], "Method": "DELETE", + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPlace", "Permissions": [], + "Method": "DELETE", "Uri": "/places/{place-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaPlace", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPlaceAsRoomListRoom", "Permissions": [], + "Method": "DELETE", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaPlaceAsRoomListRoom", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", "Permissions": [], + "Method": "DELETE", "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPlaceByPlaceId", "Permissions": [], + "Method": "DELETE", "Uri": "/places(placeId='{placeId}')", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaPlaceByPlaceId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -448983,20 +451947,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerBucket", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -449023,20 +451987,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerPlan", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPlannerRoster", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -449055,20 +452019,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/planner/rosters/{plannerRoster-id}", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerRoster", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPlannerRosterMember", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -449087,20 +452051,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerRosterMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -449127,79 +452091,79 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Permissions": [], + "Method": "DELETE", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", "Permissions": [], + "Method": "DELETE", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", "Permissions": [], + "Method": "DELETE", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Beta.Planner", - "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAccessReviewPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/accessReviewPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAccessReviewPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -449218,34 +452182,34 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -449264,63 +452228,63 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAppManagementPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -449339,79 +452303,79 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAuthorizationPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthorizationPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -449430,206 +452394,206 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyClaimMappingPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/directoryRoleAccessReviewPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/externalIdentitiesPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/federatedTokenValidationPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -449648,263 +452612,263 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyRoleManagementPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyRoleManagementPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -449923,20 +452887,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -449955,234 +452919,234 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPrintConnector", "Permissions": [], + "Method": "DELETE", "Uri": "/print/connectors/{printConnector-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/print/operations/{printOperation-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinter", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinter", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterJob", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterJobDocument", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterJobDocument", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterJobDocumentContent", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterJobDocumentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterJobTask", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterJobTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterShare", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printerShares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShare", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterShareJob", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterShareJobDocument", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareJobDocument", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterShareJobDocumentContent", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareJobDocumentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterShareJobTask", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterShareJobTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPrintPrinterTaskTrigger", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -450201,779 +453165,780 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintPrinterTaskTrigger", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintService", "Permissions": [], + "Method": "DELETE", "Uri": "/print/services/{printService-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintService", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintServiceEndpoint", "Permissions": [], + "Method": "DELETE", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintServiceEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPrintShare", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShare", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintShareAllowedUserByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareAllowedUserByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintShareJob", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintShareJobDocument", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareJobDocument", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintShareJobDocumentContent", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareJobDocumentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintShareJobTask", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintShareJobTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaPrintTaskDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintTaskDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrintTaskDefinitionTask", "Permissions": [], + "Method": "DELETE", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Remove-MgBetaPrintTaskDefinitionTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivacySubjectRightsRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaPrivacySubjectRightsRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", "Permissions": [], + "Method": "DELETE", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Compliance", - "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccess", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccess", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "Module": "Beta.Identity.Governance", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaPrivilegedAccessResource", + "Permissions": [], + "Method": "DELETE", + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedApproval", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedApproval/{privilegedApproval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedApproval", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedOperationEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedOperationEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRole", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoles/{privilegedRole-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRole", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaPrivilegedRoleSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaPrivilegedRoleSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaProgram", "Permissions": [], + "Method": "DELETE", "Uri": "/programs/{program-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaProgram", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaProgramControl", "Permissions": [], + "Method": "DELETE", "Uri": "/programControls/{programControl-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaProgramControl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -450981,350 +453946,349 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaProgramControlProgram", "Permissions": [], + "Method": "DELETE", "Uri": "/programControls/{programControl-id}/program", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaProgramControlProgram", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaProgramControlType", "Permissions": [], + "Method": "DELETE", "Uri": "/programControlTypes/{programControlType-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaProgramControlType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportPartnerBilling", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportPartnerBilling", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportPartnerBillingManifest", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportPartnerBillingManifest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportPartnerBillingOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportPartnerBillingOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportPartnerBillingReconciliation", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/reconciliation", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportPartnerBillingReconciliation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportPartnerBillingUsage", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/usage", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportPartnerBillingUsage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/usage/billed", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/sla/azureADAuthentication", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportUserInsightDaily", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/userInsights/daily", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportUserInsightDaily", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaReportUserInsightMonthly", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/userInsights/monthly", - "Module": "Beta.Reports", - "Command": "Remove-MgBetaReportUserInsightMonthly", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRiskDetection", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskDetection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRiskyServicePrincipal", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskyServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRiskyServicePrincipalHistory", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskyServicePrincipalHistory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRiskyUser", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskyUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRiskyUserHistory", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaRiskyUserHistory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementCloudPc", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/cloudPC", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -451343,35 +454307,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -451414,94 +454378,94 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagement", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/deviceManagement", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -451520,35 +454484,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -451591,199 +454555,199 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -451802,439 +454766,439 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseApp", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagement", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -452253,379 +455217,379 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchange", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchange", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -452644,20 +455608,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "Beta.SchemaExtensions", - "Command": "Remove-MgBetaSchemaExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -452676,20 +455640,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/search/acronyms/{acronym-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaSearchAcronym", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -452708,20 +455672,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaSearchBookmark", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -452740,304 +455704,304 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/search/qnas/{qna-id}", - "Module": "Beta.Search", - "Command": "Remove-MgBetaSearchQna", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAction", "Permissions": [], + "Method": "DELETE", "Uri": "/security/securityActions/{securityAction-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAlertV2", "Permissions": [], + "Method": "DELETE", "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAlertV2", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationPayload", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationPayload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationTraining", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationTraining", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAuditLog", "Permissions": [], + "Method": "DELETE", "Uri": "/security/auditLog", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAuditLog", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAuditLogQuery", "Permissions": [], + "Method": "DELETE", "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAuditLogQuery", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCase", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCase", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -453056,35 +456020,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -453103,10 +456067,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Remove", "Remove1", @@ -453114,58 +456079,57 @@ "RemoveViaIdentity", "RemoveViaIdentity1", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -453184,65 +456148,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -453261,10 +456225,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Remove", "Remove1", @@ -453272,103 +456237,102 @@ "RemoveViaIdentity", "RemoveViaIdentity1", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -453387,50 +456351,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -453449,1119 +456413,1119 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCollaboration", "Permissions": [], + "Method": "DELETE", "Uri": "/security/collaboration", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCollaboration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", "Permissions": [], + "Method": "DELETE", "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityDomainSecurityProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityDomainSecurityProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityFileSecurityProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityFileSecurityProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Module": "Beta.Security", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaSecurityHostSecurityProfile", + "Permissions": [], + "Method": "DELETE", + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityIdentity", "Permissions": [], + "Method": "DELETE", "Uri": "/security/identities", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityIdentity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityIdentityHealthIssue", "Permissions": [], + "Method": "DELETE", "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityIdentityHealthIssue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityIdentitySensor", "Permissions": [], + "Method": "DELETE", "Uri": "/security/identities/sensors/{sensor-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityIdentitySensor", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityIncident", "Permissions": [], + "Method": "DELETE", "Uri": "/security/incidents/{incident-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityIncident", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityInformationProtection", "Permissions": [], + "Method": "DELETE", "Uri": "/security/informationProtection", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityInformationProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", "Permissions": [], + "Method": "DELETE", "Uri": "/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Permissions": [], + "Method": "DELETE", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityIPSecurityProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityIPSecurityProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabelAuthority", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelAuthority", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabelCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabelCitation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelCitation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabelDepartment", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelDepartment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabelFilePlanReference", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelFilePlanReference", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabelRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelRetentionLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityPartner", "Permissions": [], + "Method": "DELETE", "Uri": "/security/partner", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityPartner", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityPartnerSecurityAlert", "Permissions": [], + "Method": "DELETE", "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityPartnerSecurityAlert", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityProviderTenantSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityProviderTenantSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityRule", "Permissions": [], + "Method": "DELETE", "Uri": "/security/rules", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityRuleDetectionRule", "Permissions": [], + "Method": "DELETE", "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityRuleDetectionRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecuritySecureScore", "Permissions": [], + "Method": "DELETE", "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecuritySecureScore", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecuritySubjectRightsRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecuritySubjectRightsRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", "Permissions": [], + "Method": "DELETE", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligence", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatSubmission", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatSubmission", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityTiIndicator", "Permissions": [], + "Method": "DELETE", "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTiIndicator", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", "Permissions": [], + "Method": "POST", "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", "OutputType": "IMicrosoftGraphResultInfo", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", "Permissions": [], + "Method": "POST", "Uri": "/security/tiIndicators/deleteTiIndicators", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", "OutputType": "IMicrosoftGraphResultInfo", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete1", "DeleteExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityTrigger", "Permissions": [], + "Method": "DELETE", "Uri": "/security/triggers", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTrigger", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityTriggerType", "Permissions": [], + "Method": "DELETE", "Uri": "/security/triggerTypes", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTriggerType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", "Permissions": [], + "Method": "DELETE", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSecurityUserSecurityProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaSecurityUserSecurityProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServiceAnnouncementIssue", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementIssue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServiceAnnouncementMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentArchive", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentArchive", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentContent", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -454588,65 +457552,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalByAppId", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalByAppId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", + "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -454689,65 +457653,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalClaimPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalClaimPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalEndpoint", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -454790,35 +457754,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalLicenseDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalLicenseDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", + "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -454845,20 +457809,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -454885,22 +457849,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -454927,20 +457891,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -454975,50 +457939,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalRiskDetection", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaServicePrincipalRiskDetection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalSynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -455037,50 +458001,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -455107,518 +458071,518 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareList", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareList", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListContentTypeColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSharePermission", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Beta.Files", - "Command": "Remove-MgBetaSharePermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareRootContent", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareRootContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareRootContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/analytics", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -455637,20 +458601,54 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSiteContentModelFromDrive", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaSiteContentModelGetByNameFromDrive", + "Permissions": [], + "Method": "POST", + "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSiteContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -455669,20 +458667,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -455701,101 +458699,95 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteContentTypeColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteContentTypeColumnLink", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteGetByPathAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteGetByPathAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Beta.Notes", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaSiteGetByPathOnenote", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgBetaSiteGetByPathTermStore", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteList", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteList", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -455814,20 +458806,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -455846,20 +458838,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -455878,65 +458870,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListContentTypeColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListItemActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -455971,50 +458963,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListItemPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -456041,65 +459033,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -456126,50 +459118,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteOnenoteNotebook", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaSiteOnenoteNotebook", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteOnenotePage", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -456188,677 +459180,1175 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Notes", - "Command": "Remove-MgBetaSiteOnenotePage", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteOnenoteSection", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteOnenoteSectionGroup", + "Permissions": [], "Method": "DELETE", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Notes", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaSiteOperation", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSitePage", "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaSiteOnenoteSection", + "Method": "DELETE", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", + "Permissions": [], "Method": "DELETE", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaSiteOnenoteSectionGroup", + "Method": "DELETE", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Permissions": [], "Method": "DELETE", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Method": "DELETE", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteOperation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSitePageAsSitePageWebPart", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSitePermission", + "Permissions": [], "Method": "DELETE", + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaSiteTermStore", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreGroup", "Permissions": [], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePage", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSet", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", + "Permissions": [], "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", "Permissions": [], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSet", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetChild", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetRelation", "Permissions": [], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetTerm", "Permissions": [], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetTermChild", "Permissions": [], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", "Permissions": [], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", "Permissions": [], - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePageAsSitePageWebPart", + "Method": "DELETE", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestore", "Permissions": [], - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSitePermission", - "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], "Method": "DELETE", + "Uri": "/solutions/backupRestore", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.BackupRestore", + "Variants": [ + "Delete" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreDriveInclusionRule", "Permissions": [], - "Uri": "/sites/{site-id}/termStore", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStore", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroup", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSet", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestorePoint", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreProtectionPolicy", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSet", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreServiceApp", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetChild", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSession", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSiteInclusionRule", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", + "Method": "DELETE", + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Delete", "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenario", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.BusinessScenario", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioByUniqueName", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", + "Method": "DELETE", + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlanner", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.BusinessScenario", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTask", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetRelation", + "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetTerm", + "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetTermChild", + "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", + "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", + "Method": "DELETE", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaSubscribedSku", "Permissions": [], + "Method": "DELETE", "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaSubscribedSku", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/subscriptions/{subscription-id}", - "Module": "Beta.ChangeNotifications", - "Command": "Remove-MgBetaSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamChannel", "Permissions": [ { "Name": "Channel.Delete.Group", @@ -456893,112 +460383,112 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamChannelFileFolderContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamChannelFileFolderContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamChannelMember", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -457073,20 +460563,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamChannelTab", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -457153,247 +460643,247 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamInstalledApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamMember", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPermissionGrant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPhotoContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/photo/$value", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPrimaryChannel", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPrimaryChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/removeEmail", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPrimaryChannelMember", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamPrimaryChannelTab", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamPrimaryChannelTab", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamSchedule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleDayNote", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleDayNote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleOpenShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -457412,35 +460902,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleOpenShift", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -457459,20 +460949,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -457499,65 +460989,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleShift", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleTimeCard", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleTimeCard", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleTimeOff", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -457576,20 +461066,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleTimeOff", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleTimeOffReason", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -457608,20 +461098,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleTimeOffReason", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -457640,20 +461130,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -457672,20 +461162,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamTagMember", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -457704,1073 +461194,1073 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamTagMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedChat", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedChat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDevice", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/devices/{teamworkDevice-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeviceActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeviceActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeviceConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeviceConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeviceHealth", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeviceHealth", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkDeviceOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkDeviceOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkTeamAppSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/teamsAppSettings", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkTeamAppSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkTeamTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkTeamTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTeamworkWorkforceIntegration", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaTeamworkWorkforceIntegration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Beta.Identity.Partner", - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenant", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Module": "Beta.ManagedTenants", - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTrustFrameworkKeySet", "Permissions": [], + "Method": "DELETE", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaTrustFrameworkKeySet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTrustFrameworkPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaTrustFrameworkPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaTrustFrameworkPolicyContent", "Permissions": [], + "Method": "DELETE", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaTrustFrameworkPolicyContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -458813,80 +462303,80 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserActivityHistoryItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserActivityHistoryItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserActivityStatistics", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserActivityStatistics", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserAppRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Remove-MgBetaUserAppRoleAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -458905,20 +462395,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationEmailMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationFido2Method", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -458937,20 +462427,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationFido2Method", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -458969,35 +462459,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -459016,20 +462506,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -459048,35 +462538,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -459095,20 +462585,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -459127,20 +462617,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -459159,2462 +462649,2492 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserCalendarGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserCalendarGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserCalendarPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserCalendarPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChat", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatAccessForUser", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/removeAllAccessForUser", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserChatAccessForUser", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatInstalledApp", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatInstalledApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatLastMessagePreview", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatLastMessagePreview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatMember", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatMessageHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatMessageReply", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMessageReply", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatPermissionGrant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatPinnedMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatPinnedMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserChatTab", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserChatTab", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContact", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactFolderChildFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderChildFolder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactFolderChildFolderContact", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderChildFolderContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactFolderChildFolderContactPhotoContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderChildFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactFolderContact", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderContact", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactFolderContactExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactFolderContactPhotoContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserContactPhotoContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts", - "Command": "Remove-MgBetaUserContactPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDevice", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/devices/{device-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDeviceByDeviceId", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceByDeviceId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDeviceCommand", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceCommand", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDeviceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", + "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", + "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDeviceUsageRights", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Remove-MgBetaUserDeviceUsageRights", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDrive", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDrive", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveBundleContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveBundleContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveBundleContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveBundleContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveFollowingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveFollowingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveFollowingContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveFollowingContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaUserDriveItemCheckout", + "Permissions": [], + "Method": "POST", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Discard", + "DiscardViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemChildContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemPermanent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserDriveItemPermanent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemRetentionLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemThumbnail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveItemVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveItemVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveList", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveList", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListContentTypeColumn", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListOperation", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveListSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRoot", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRoot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootAnalytic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgBetaUserDriveRootCheckout", + "Permissions": [], + "Method": "POST", + "Uri": "/users/{user-id}/drives/{drive-id}/root/discardCheckout", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Variants": [ + "Discard", + "DiscardViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootChildContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootChildContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootListItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootPermanent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserDriveRootPermanent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootRetentionLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootSubscription", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootThumbnail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveRootVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveRootVersionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveSpecialContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveSpecialContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserDriveSpecialContentStream", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Remove-MgBetaUserDriveSpecialContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventInstanceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventInstanceAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserEventInstanceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Remove-MgBetaUserEventInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserFollowedSite", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/followedSites/remove", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserFollowedSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInferenceClassificationOverride", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserInferenceClassificationOverride", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInformationProtection", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/informationProtection", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInformationProtectionPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/informationProtection/policy", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/insights", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserInsight", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInsightShared", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserInsightShared", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInsightTrending", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserInsightTrending", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserInsightUsed", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserInsightUsed", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserLicenseDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserLicenseDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderChildFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderMessageAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessageAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderMessageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderMessageExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderMessageMention", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessageMention", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMailFolderMessageRule", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMailFolderMessageRule", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDevice", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserManagerByRef", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -461633,170 +465153,170 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/manager/$ref", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserManagerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMessageAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMessageAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMessageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMessageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMessageExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMessageMention", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "Module": "Beta.Mail", - "Command": "Remove-MgBetaUserMessageMention", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMobileAppIntentAndState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserMobileAppIntentAndState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserNotification", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/notifications/{notification-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserNotification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnenoteNotebook", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaUserOnenoteNotebook", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnenotePage", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -461815,65 +465335,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaUserOnenotePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnenotePageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaUserOnenotePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnenoteSection", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaUserOnenoteSection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnenoteSectionGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes", - "Command": "Remove-MgBetaUserOnenoteSectionGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -461892,146 +465412,146 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeeting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingAlternativeRecording", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingAlternativeRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingBroadcastRecording", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingBroadcastRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingRecording", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingRecordingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingRecordingContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingRegistration", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -462050,35 +465570,35 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingRegistration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrant-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -462105,215 +465625,215 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrant-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingTranscript", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingTranscript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingTranscriptContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookMasterCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookMasterCategory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookTask", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookTaskAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookTaskFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskFolder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookTaskFolderTask", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskFolderTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookTaskGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskGroup", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -462340,22 +465860,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", - "Module": "Beta.Users.Actions", - "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserPhoto", "Permissions": [ { "Name": "User.ReadWrite", @@ -462382,20 +465902,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/photo", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserPhoto", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserPhotoContent", "Permissions": [ { "Name": "User.ReadWrite", @@ -462422,37 +465942,37 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/photo/$value", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserPresence", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/presence", - "Module": "Beta.CloudCommunications", - "Command": "Remove-MgBetaUserPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfile", "Permissions": [ { "Name": "User.ReadWrite", @@ -462471,20 +465991,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -462503,20 +466023,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileAccount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileAddress", "Permissions": [ { "Name": "User.ReadWrite", @@ -462535,20 +466055,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileAddress", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileAnniversary", "Permissions": [ { "Name": "User.ReadWrite", @@ -462567,20 +466087,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileAnniversary", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileAward", "Permissions": [ { "Name": "User.ReadWrite", @@ -462599,20 +466119,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileAward", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileCertification", "Permissions": [ { "Name": "User.ReadWrite", @@ -462631,20 +466151,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileCertification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileEducationalActivity", "Permissions": [ { "Name": "User.ReadWrite", @@ -462663,20 +466183,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileEducationalActivity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileEmail", "Permissions": [ { "Name": "User.ReadWrite", @@ -462695,20 +466215,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileInterest", "Permissions": [ { "Name": "User.ReadWrite", @@ -462727,20 +466247,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileInterest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileLanguage", "Permissions": [ { "Name": "User.ReadWrite", @@ -462759,20 +466279,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileLanguage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileName", "Permissions": [ { "Name": "User.ReadWrite", @@ -462791,20 +466311,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/names/{personName-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileName", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileNote", "Permissions": [ { "Name": "User.Read", @@ -462847,20 +466367,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileNote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfilePatent", "Permissions": [ { "Name": "User.ReadWrite", @@ -462879,20 +466399,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfilePatent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfilePhone", "Permissions": [ { "Name": "User.ReadWrite", @@ -462911,20 +466431,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfilePhone", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfilePosition", "Permissions": [ { "Name": "User.ReadWrite", @@ -462943,20 +466463,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfilePosition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileProject", "Permissions": [ { "Name": "User.ReadWrite", @@ -462975,20 +466495,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileProject", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfilePublication", "Permissions": [ { "Name": "User.ReadWrite", @@ -463007,20 +466527,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfilePublication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileSkill", "Permissions": [ { "Name": "User.ReadWrite", @@ -463039,20 +466559,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileSkill", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileWebAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -463071,20 +466591,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileWebAccount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserProfileWebsite", "Permissions": [ { "Name": "User.ReadWrite", @@ -463103,290 +466623,290 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Module": "Beta.People", - "Command": "Remove-MgBetaUserProfileWebsite", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserScopedRoleMemberOf", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Remove-MgBetaUserScopedRoleMemberOf", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSecurity", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/security", - "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurity", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSecurityInformationProtection", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/security/informationProtection", - "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurityInformationProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security", - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSetting", "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Users", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSettingItemInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingItemInsight", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSettingShiftPreference", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingShiftPreference", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSettingStorage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/storage", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingStorage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSettingStorageQuota", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingStorageQuota", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSettingStorageQuotaService", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingStorageQuotaService", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSettingWindows", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingWindows", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserSettingWindowsInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserSettingWindowsInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTeamwork", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/teamwork", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserTeamwork", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaUserTeamworkInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -463485,20 +467005,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Module": "Beta.Teams", - "Command": "Remove-MgBetaUserTeamworkInstalledApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoList", "Permissions": [ { "Name": "Tasks.Read", @@ -463525,35 +467045,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoList", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoListExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoListTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -463572,20 +467092,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTask", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoListTaskAttachment", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -463604,20 +467124,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskAttachment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoListTaskAttachmentContent", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -463636,50 +467156,50 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskAttachmentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSessionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSessionContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -463698,35 +467218,35 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoListTaskExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -463745,528 +467265,559 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Beta.Users", - "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete1", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventPresenter", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventPresenter", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventSession", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSession", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventTownhall", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventTownhall", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventTownhallPresenter", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventTownhallPresenter", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventTownhallSession", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventTownhallSession", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinar", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinar", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarPresenter", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarPresenter", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistration", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarRegistration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfiguration", + "Permissions": [], "Method": "DELETE", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Bookings", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Permissions": [], - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSession", + "Method": "DELETE", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarSession", + "Permissions": [], "Method": "DELETE", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Bookings", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuDeployment", + "Command": "Remove-MgBetaWindowsUpdatesDeployment", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesDeployment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuPolicy", + "Command": "Remove-MgBetaWindowsUpdatesPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuPolicyAudience", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudience", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity", @@ -464274,244 +467825,243 @@ "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", + "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuProduct", + "Command": "Remove-MgBetaWindowsUpdatesProduct", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/products/{product-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesProduct", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuProduct", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuProductEdition", + "Command": "Remove-MgBetaWindowsUpdatesProductEdition", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesProductEdition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuProductEdition", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuProductKnownIssue", + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuProductKnownIssue", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuProductRevision", + "Command": "Remove-MgBetaWindowsUpdatesProductRevision", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesProductRevision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuProductRevision", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuResourceConnection", + "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuResourceConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuUpdatableAsset", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuUpdatableAsset", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", - "Module": "Beta.WindowsUpdates", - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgBookingBusiness", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "Module": "Bookings", - "Command": "Remove-MgBookingBusiness", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -464546,35 +468096,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessAppointment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBookingBusinessCalendarView", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessCalendarView", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgBookingBusinessCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -464609,20 +468159,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessCustomer", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgBookingBusinessCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -464649,20 +468199,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessCustomQuestion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgBookingBusinessService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -464681,20 +468231,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessService", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgBookingBusinessStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -464713,50 +468263,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "Module": "Bookings", - "Command": "Remove-MgBookingBusinessStaffMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgBookingCurrency", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "Module": "Bookings", - "Command": "Remove-MgBookingCurrency", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgChat", "Permissions": [], + "Method": "DELETE", "Uri": "/chats/{chat-id}", - "Module": "Teams", - "Command": "Remove-MgChat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgChatInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -464815,35 +468365,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams", - "Command": "Remove-MgChatInstalledApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgChatLastMessagePreview", "Permissions": [], + "Method": "DELETE", "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams", - "Command": "Remove-MgChatLastMessagePreview", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgChatMember", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -464870,50 +468420,52 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Remove-MgChatMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgChatMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgChatMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgChatPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Remove-MgChatPermissionGrant", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgChatPinnedMessage", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -464932,20 +468484,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams", - "Command": "Remove-MgChatPinnedMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgChatTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -464996,20 +468548,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Remove-MgChatTab", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgCommunicationCall", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -465028,20 +468580,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCall", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -465060,50 +468612,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallAudioRoutingGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationCallContentSharingSession", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallContentSharingSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationCallOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgCommunicationCallParticipant", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -465122,260 +468674,260 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallParticipant", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationCallRecordOrganizerV2", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallRecordOrganizerV2", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallRecordParticipantV2", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationCallRecordSession", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationCallRecordSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationOnlineMeeting", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeeting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingRecording", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationOnlineMeetingRecordingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingRecordingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingTranscript", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingTranscriptContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgCommunicationPresence", "Permissions": [], + "Method": "DELETE", "Uri": "/communications/presences/{presence-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgCommunicationPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgContact", "Permissions": [], + "Method": "DELETE", "Uri": "/contacts/{orgContact-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgContract", "Permissions": [], + "Method": "DELETE", "Uri": "/contracts/{contract-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgContract", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDataPolicyOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgDataPolicyOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDevice", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -465394,35 +468946,35 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/devices/{device-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465441,20 +468993,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465473,35 +469025,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465520,20 +469072,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465552,50 +469104,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465614,20 +469166,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465646,95 +469198,95 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", + "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465753,140 +469305,140 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", + "Command": "Remove-MgDeviceAppManagementManagedAppStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedAppStatus", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", + "Command": "Remove-MgDeviceAppManagementManagedEBook", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBook", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", + "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", + "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", + "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465905,20 +469457,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465937,20 +469489,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -465969,920 +469521,920 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", + "Command": "Remove-MgDeviceAppManagementMobileApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", + "Command": "Remove-MgDeviceAppManagementMobileAppCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", + "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -466901,20 +470453,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -466933,35 +470485,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtVppToken", + "Command": "Remove-MgDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -466980,20 +470532,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementVppToken", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -467012,20 +470564,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -467044,20 +470596,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -467076,20 +470628,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -467108,79 +470660,79 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceByDeviceId", "Permissions": [], + "Method": "DELETE", "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDeviceByDeviceId", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDeviceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementAuditEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementAuditEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -467199,34 +470751,34 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementComplianceManagementPartner", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementConditionalAccessSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementConditionalAccessSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -467245,20 +470797,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDetectedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -467277,318 +470829,318 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -467607,20 +471159,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -467639,20 +471191,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -467671,50 +471223,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementExchangeConnector", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementIoUpdateStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementIoUpdateStatus", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -467733,142 +471285,142 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementManagedDeviceCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "DeviceManagement.Actions", - "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -467887,20 +471439,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -467919,50 +471471,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -467981,20 +471533,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementPartner", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -468013,34 +471565,34 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementReport", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/reports", - "Module": "Reports", - "Command": "Remove-MgDeviceManagementReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -468059,20 +471611,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementResourceOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -468091,20 +471643,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -468123,20 +471675,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementRoleDefinition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -468155,95 +471707,95 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementTermAndCondition", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementTermAndCondition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementTroubleshootingEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468262,20 +471814,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468294,20 +471846,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468326,20 +471878,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468358,20 +471910,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468390,20 +471942,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468422,20 +471974,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468454,20 +472006,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468486,49 +472038,49 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468547,50 +472099,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468609,20 +472161,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468641,20 +472193,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468673,20 +472225,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468705,20 +472257,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468737,20 +472289,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468769,20 +472321,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468801,34 +472353,34 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468847,34 +472399,34 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468893,20 +472445,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468925,20 +472477,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468957,170 +472509,170 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [], + "Method": "DELETE", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -469139,20 +472691,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -469171,185 +472723,185 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "DeviceManagement", - "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", + "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", + "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDirectoryAdministrativeUnit", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAdministrativeUnit", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", + "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryAttributeSet", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryAttributeSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDirectoryDeletedItem", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/deletedItems/{directoryObject-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryDeletedItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryDeviceLocalCredential", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDirectoryFederationConfiguration", "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -469368,260 +472920,260 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryFederationConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDirectoryObject", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "DirectoryObjects", - "Command": "Remove-MgDirectoryObject", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryOnPremiseSynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryOnPremiseSynchronization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryRole", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryRoleByRoleTemplateId", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRoleByRoleTemplateId", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0", + "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", + "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryRoleScopedMember", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRoleScopedMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectoryRoleTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectoryRoleTemplate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectorySubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectorySubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", "Permissions": [], + "Method": "DELETE", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDomain", "Permissions": [], + "Method": "DELETE", "Uri": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDomain", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDomainFederationConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDomainFederationConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDomainServiceConfigurationRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDomainServiceConfigurationRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDomainVerificationDnsRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgDomainVerificationDnsRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDrive", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}", - "Module": "Files", - "Command": "Remove-MgDrive", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveBundleContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgDriveBundleContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveFollowingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgDriveFollowingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -469648,200 +473200,200 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Remove-MgDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files", - "Command": "Remove-MgDriveItemAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Remove-MgDriveItemAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files", - "Command": "Remove-MgDriveItemChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files", - "Command": "Remove-MgDriveItemListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files", - "Command": "Remove-MgDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files", - "Command": "Remove-MgDriveItemListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemPermanent", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Files", - "Command": "Remove-MgDriveItemPermanent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -469868,620 +473420,620 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files", - "Command": "Remove-MgDriveItemPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgDriveItemRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files", - "Command": "Remove-MgDriveItemRetentionLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgDriveItemSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Remove-MgDriveItemThumbnail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgDriveItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveItemVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Remove-MgDriveItemVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveList", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list", - "Module": "Files", - "Command": "Remove-MgDriveList", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Remove-MgDriveListColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Remove-MgDriveListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Remove-MgDriveListContentTypeColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Remove-MgDriveListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files", - "Command": "Remove-MgDriveListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Remove-MgDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Remove-MgDriveListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgDriveListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgDriveListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Remove-MgDriveListOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgDriveListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRoot", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root", - "Module": "Files", - "Command": "Remove-MgDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Files", - "Command": "Remove-MgDriveRootAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Remove-MgDriveRootAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgDriveRootChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/content", - "Module": "Files", - "Command": "Remove-MgDriveRootContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Files", - "Command": "Remove-MgDriveRootListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files", - "Command": "Remove-MgDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Files", - "Command": "Remove-MgDriveRootListItemField", "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Files", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootPermanent", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/permanentDelete", - "Module": "Files", - "Command": "Remove-MgDriveRootPermanent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files", - "Command": "Remove-MgDriveRootPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Files", - "Command": "Remove-MgDriveRootRetentionLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgDriveRootSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Remove-MgDriveRootThumbnail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgDriveRootVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveRootVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Remove-MgDriveRootVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgDriveSpecialContent", "Permissions": [], + "Method": "DELETE", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgDriveSpecialContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClass", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}", - "Module": "Education", - "Command": "Remove-MgEducationClass", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -470500,20 +474052,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentCategory", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -470532,20 +474084,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0", + "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", + "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -470564,35 +474116,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentDefault", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentDefault", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -470611,20 +474163,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -470643,20 +474195,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentRubric", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentRubricByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -470675,80 +474227,80 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentSubmission", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSubmission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentSubmissionResource", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -470767,50 +474319,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSubmissionResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0", + "CommandAlias": "Remove-MgEducationClassMemberByRef", + "Command": "Remove-MgEducationClassMemberEducationUserByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", - "Module": "Education", - "Command": "Remove-MgEducationClassMemberEducationUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgEducationClassMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -470829,20 +474381,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassModule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -470861,184 +474413,184 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationClassModuleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0", + "CommandAlias": "Remove-MgEducationClassTeacherByRef", + "Command": "Remove-MgEducationClassTeacherEducationUserByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", - "Module": "Education", - "Command": "Remove-MgEducationClassTeacherEducationUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgEducationClassTeacherByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationMe", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me", - "Module": "Education", - "Command": "Remove-MgEducationMe", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationMeAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Education", - "Command": "Remove-MgEducationMeAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", + "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationMeAssignmentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationMeAssignmentRubric", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentRubric", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationMeAssignmentRubricByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationMeAssignmentSubmission", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentSubmission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentSubmissionResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -471057,460 +474609,461 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Education", - "Command": "Remove-MgEducationMeRubric", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationSchool", "Permissions": [], + "Method": "DELETE", "Uri": "/education/schools/{educationSchool-id}", - "Module": "Education", - "Command": "Remove-MgEducationSchool", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0", + "CommandAlias": "Remove-MgEducationSchoolClassByRef", + "Command": "Remove-MgEducationSchoolClassEducationClassByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", - "Module": "Education", - "Command": "Remove-MgEducationSchoolClassEducationClassByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgEducationSchoolClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0", + "CommandAlias": "Remove-MgEducationSchoolUserByRef", + "Command": "Remove-MgEducationSchoolUserEducationUserByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", - "Module": "Education", - "Command": "Remove-MgEducationSchoolUserEducationUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgEducationSchoolUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEducationUser", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}", - "Module": "Education", - "Command": "Remove-MgEducationUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationUserAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Education", - "Command": "Remove-MgEducationUserAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", + "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationUserAssignmentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationUserAssignmentRubric", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentRubric", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationUserAssignmentRubricByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationUserAssignmentSubmission", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentSubmission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentSubmissionResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEducationUserRubric", "Permissions": [], + "Method": "DELETE", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Education", - "Command": "Remove-MgEducationUserRubric", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAccessPackage", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAssignmentPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignmentPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementAssignmentRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalog", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalog", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -471518,84 +475071,84 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -471603,354 +475156,354 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementConnectedOrganization", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementConnectedOrganization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0", + "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0", + "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironment", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -471958,84 +475511,84 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", @@ -472043,514 +475596,513 @@ "DeleteViaIdentity", "DeleteViaIdentity1", "DeleteViaIdentity2" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceScope", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceScopeResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceScopeResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -472569,20 +476121,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}", - "Module": "Search", - "Command": "Remove-MgExternalConnection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgExternalConnectionGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -472601,20 +476153,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search", - "Command": "Remove-MgExternalConnectionGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgExternalConnectionGroupMember", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -472633,20 +476185,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search", - "Command": "Remove-MgExternalConnectionGroupMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgExternalConnectionItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -472665,110 +476217,110 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search", - "Command": "Remove-MgExternalConnectionItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgExternalConnectionItemActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search", - "Command": "Remove-MgExternalConnectionItemActivity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgExternalConnectionOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search", - "Command": "Remove-MgExternalConnectionOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}", - "Module": "Groups", - "Command": "Remove-MgGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0", + "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", + "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", - "Module": "Groups", - "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroupAppRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Remove-MgGroupAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroupByUniqueName", "Permissions": [], + "Method": "DELETE", "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Groups", - "Command": "Remove-MgGroupByUniqueName", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -472787,35 +476339,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Calendar", - "Command": "Remove-MgGroupCalendarEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupCalendarPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar", - "Command": "Remove-MgGroupCalendarPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroupConversation", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -472834,20 +476386,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "Module": "Groups", - "Command": "Remove-MgGroupConversation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -472866,920 +476418,920 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Groups", - "Command": "Remove-MgGroupConversationThread", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupConversationThreadPostAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups", - "Command": "Remove-MgGroupConversationThreadPostAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupConversationThreadPostExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups", - "Command": "Remove-MgGroupConversationThreadPostExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups", - "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups", - "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDrive", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Files", - "Command": "Remove-MgGroupDrive", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveBundleContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveBundleContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveFollowingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveFollowingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemPermanent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Groups", - "Command": "Remove-MgGroupDriveItemPermanent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemRetentionLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemThumbnail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveItemVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveItemVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveList", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Files", - "Command": "Remove-MgGroupDriveList", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveListColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveListContentTypeColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Remove-MgGroupDriveListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgGroupDriveListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveListOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRoot", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Files", - "Command": "Remove-MgGroupDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootPermanent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", - "Module": "Groups", - "Command": "Remove-MgGroupDriveRootPermanent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootRetentionLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootThumbnail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveRootVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveRootVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupDriveSpecialContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgGroupDriveSpecialContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroupEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -473798,144 +477350,144 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Calendar", - "Command": "Remove-MgGroupEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupEventAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Calendar", - "Command": "Remove-MgGroupEventAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupEventExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Remove-MgGroupEventExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupEventInstanceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Calendar", - "Command": "Remove-MgGroupEventInstanceAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupEventInstanceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Remove-MgGroupEventInstanceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Groups", - "Command": "Remove-MgGroupExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroupFavorite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/removeFavorite", - "Module": "Groups", - "Command": "Remove-MgGroupFavorite", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroupFromLifecyclePolicy", "Permissions": [], + "Method": "POST", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", - "Module": "Groups", - "Command": "Remove-MgGroupFromLifecyclePolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroupLifecyclePolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups", - "Command": "Remove-MgGroupLifecyclePolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0", + "CommandAlias": "Remove-MgGroupMemberByRef", + "Command": "Remove-MgGroupMemberDirectoryObjectByRef", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -473962,35 +477514,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "Module": "Groups", - "Command": "Remove-MgGroupMemberDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgGroupMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupOnenoteNotebook", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes", - "Command": "Remove-MgGroupOnenoteNotebook", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupOnenotePage", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -474009,65 +477561,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes", - "Command": "Remove-MgGroupOnenotePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupOnenotePageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Remove-MgGroupOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupOnenoteSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes", - "Command": "Remove-MgGroupOnenoteSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupOnenoteSectionGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes", - "Command": "Remove-MgGroupOnenoteSectionGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0", + "CommandAlias": "Remove-MgGroupOwnerByRef", + "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -474086,35 +477638,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "Module": "Groups", - "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgGroupOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups", - "Command": "Remove-MgGroupPermissionGrant", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupPhoto", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -474133,20 +477685,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/photo", - "Module": "Groups", - "Command": "Remove-MgGroupPhoto", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupPhotoContent", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -474165,52 +477717,52 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/photo/$value", - "Module": "Groups", - "Command": "Remove-MgGroupPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupPlannerPlanDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner", - "Command": "Remove-MgGroupPlannerPlanDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0", + "CommandAlias": "Remove-MgGroupRejectedSenderByRef", + "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", - "Module": "Groups", - "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgGroupRejectedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -474229,956 +477781,951 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "Module": "Groups", - "Command": "Remove-MgGroupSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "Module": "Groups", - "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroupSite", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/remove", - "Module": "Groups", - "Command": "Remove-MgGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites", - "Command": "Remove-MgGroupSiteAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites", - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteContentTypeColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteContentTypeColumnLink", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteGetByPathAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites", - "Command": "Remove-MgGroupSiteGetByPathAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgGroupSiteGetByPathOnenote", + "Permissions": [], + "Method": "DELETE", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgGroupSiteGetByPathTermStore", + "Permissions": [], + "Method": "DELETE", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteList", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteList", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListContentTypeColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenote", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenote", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebook", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenotePage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenotePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenotePageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteResource", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteResourceContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteResourceContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOnenoteSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSitePage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSitePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSitePermission", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSitePermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStore", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStore", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -475188,18 +478735,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -475209,137 +478756,137 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSet", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -475349,18 +478896,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -475370,52 +478917,52 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -475425,18 +478972,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -475446,678 +478993,730 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetTerm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetTermChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team", - "Module": "Teams", - "Command": "Remove-MgGroupTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamChannel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamChannel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamChannelFileFolderContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamChannelMember", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamChannelMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamChannelMessageReply", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMessageReply", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamChannelTab", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamChannelTab", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamInstalledApp", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamInstalledApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamMember", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamPermissionGrant", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPhotoContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/groups/{group-id}/team/photo/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPrimaryChannel", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPrimaryChannelFileFolderContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamPrimaryChannelTab", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule", - "Module": "Teams", - "Command": "Remove-MgGroupTeamSchedule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleOpenShift", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamScheduleShift", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleShift", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleTimeOff", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleTimeOffReason", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamTag", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamTag", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupTeamTagMember", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams", - "Command": "Remove-MgGroupTeamTagMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgGroupThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -476136,275 +479735,410 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups", - "Command": "Remove-MgGroupThread", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupThreadPostAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", - "Module": "Groups", - "Command": "Remove-MgGroupThreadPostAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupThreadPostExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups", - "Command": "Remove-MgGroupThreadPostExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupThreadPostInReplyToAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", - "Module": "Groups", - "Command": "Remove-MgGroupThreadPostInReplyToAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups", - "Command": "Remove-MgGroupThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityApiConnector", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityApiConnector", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityAuthenticationEventFlow", + "Permissions": [], "Method": "DELETE", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Permissions": [], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityAuthenticationEventListener", + "Method": "DELETE", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", + "Permissions": [], "Method": "DELETE", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlow", + "Method": "DELETE", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "Permissions": [], "Method": "DELETE", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", + "Method": "DELETE", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityAuthenticationEventFlowIncludeApplication", + "Permissions": [], "Method": "DELETE", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityAuthenticationEventListener", "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Method": "DELETE", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlow", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", + "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", + "Permissions": [], "Method": "DELETE", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "OutputType": null, "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Permissions": [], + "Method": "DELETE", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityConditionalAccessNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -476423,20 +480157,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityConditionalAccessNamedLocation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -476455,664 +480189,649 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityConditionalAccessPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityCustomAuthenticationExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityCustomAuthenticationExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAppConsentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAppConsentRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccess", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccess", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityProvider", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityProvider", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgIdentityUserFlowAttribute", "Permissions": [], + "Method": "DELETE", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgIdentityUserFlowAttribute", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "DELETE", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/invitations/{invitation-id}", "Module": "Identity.SignIns", - "Command": "Remove-MgInvitation", - "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgOauth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -477131,35 +480850,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgOauth2PermissionGrant", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganization", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgOrganizationBranding", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -477178,95 +480897,95 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBranding", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingBackgroundImage", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingBackgroundImage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingBannerLogo", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingBannerLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingCustomCss", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingCustomCss", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingFavicon", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingFavicon", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingHeaderLogo", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingHeaderLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -477285,215 +481004,215 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingLocalization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingLocalizationBackgroundImage", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingLocalizationBackgroundImage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingLocalizationBannerLogo", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingLocalizationBannerLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingLocalizationCustomCss", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingLocalizationCustomCss", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingLocalizationFavicon", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingLocalizationFavicon", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingLocalizationHeaderLogo", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingLocalizationHeaderLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogo", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogoDark", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogoDark", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingSquareLogo", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingSquareLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationBrandingSquareLogoDark", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationBrandingSquareLogoDark", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgOrganizationExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgOrganizationExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPlace", "Permissions": [], + "Method": "DELETE", "Uri": "/places/{place-id}", - "Module": "Calendar", - "Command": "Remove-MgPlace", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPlaceAsRoomListRoom", "Permissions": [], + "Method": "DELETE", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Calendar", - "Command": "Remove-MgPlaceAsRoomListRoom", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -477520,20 +481239,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner", - "Command": "Remove-MgPlannerBucket", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -477560,20 +481279,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Planner", - "Command": "Remove-MgPlannerPlan", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -477600,65 +481319,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Planner", - "Command": "Remove-MgPlannerTask", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", "Permissions": [], + "Method": "DELETE", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner", - "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", "Permissions": [], + "Method": "DELETE", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner", - "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", "Permissions": [], + "Method": "DELETE", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner", - "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -477677,34 +481396,34 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyAdminConsentRequestPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAdminConsentRequestPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -477723,63 +481442,63 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAppManagementPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyAuthenticationFlowPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationFlowPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyAuthenticationMethodPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationMethodPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -477798,49 +481517,49 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyAuthorizationPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/authorizationPolicy", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyAuthorizationPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -477859,164 +481578,164 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyClaimMappingPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyDefaultAppManagementPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyDefaultAppManagementPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyFeatureRolloutPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0", + "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -478035,139 +481754,139 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyPermissionGrantPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyPermissionGrantPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyRoleManagementPolicy", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyRoleManagementPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPolicyRoleManagementPolicyRule", "Permissions": [], + "Method": "DELETE", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyRoleManagementPolicyRule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -478186,20 +481905,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyTokenIssuancePolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPolicyTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -478218,125 +481937,125 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgPolicyTokenLifetimePolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPrintConnector", "Permissions": [], + "Method": "DELETE", "Uri": "/print/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintConnector", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/print/operations/{printOperation-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPrintPrinter", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinter", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintPrinterJob", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinterJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintPrinterJobDocument", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinterJobDocument", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintPrinterJobDocumentContent", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinterJobDocumentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintPrinterJobTask", "Permissions": [], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinterJobTask", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPrintPrinterTaskTrigger", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -478355,542 +482074,542 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintPrinterTaskTrigger", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintService", "Permissions": [], + "Method": "DELETE", "Uri": "/print/services/{printService-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintService", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintServiceEndpoint", "Permissions": [], + "Method": "DELETE", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintServiceEndpoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPrintShare", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShare", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPrintShareAllowedGroupByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareAllowedGroupByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPrintShareAllowedUserByRef", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareAllowedUserByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintShareJob", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintShareJobDocument", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareJobDocument", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintShareJobDocumentContent", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareJobDocumentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintShareJobTask", "Permissions": [], + "Method": "DELETE", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintShareJobTask", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgPrintTaskDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintTaskDefinition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrintTaskDefinitionTask", "Permissions": [], + "Method": "DELETE", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint", - "Command": "Remove-MgPrintTaskDefinitionTask", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrivacySubjectRightsRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Compliance", - "Command": "Remove-MgPrivacySubjectRightsRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgPrivacySubjectRightsRequestNote", "Permissions": [], + "Method": "DELETE", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Compliance", - "Command": "Remove-MgPrivacySubjectRightsRequestNote", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports", - "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgReportPartnerBilling", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing", - "Module": "Reports", - "Command": "Remove-MgReportPartnerBilling", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgReportPartnerBillingManifest", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports", - "Command": "Remove-MgReportPartnerBillingManifest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgReportPartnerBillingOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports", - "Command": "Remove-MgReportPartnerBillingOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgReportPartnerBillingReconciliation", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/reconciliation", - "Module": "Reports", - "Command": "Remove-MgReportPartnerBillingReconciliation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgReportPartnerBillingReconciliationBilled", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports", - "Command": "Remove-MgReportPartnerBillingReconciliationBilled", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgReportPartnerBillingUsage", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/usage", - "Module": "Reports", - "Command": "Remove-MgReportPartnerBillingUsage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgReportPartnerBillingUsageBilled", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/usage/billed", - "Module": "Reports", - "Command": "Remove-MgReportPartnerBillingUsageBilled", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgReportPartnerBillingUsageUnbilled", "Permissions": [], + "Method": "DELETE", "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Reports", - "Command": "Remove-MgReportPartnerBillingUsageUnbilled", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRiskDetection", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgRiskDetection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRiskyServicePrincipal", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgRiskyServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRiskyServicePrincipalHistory", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgRiskyServicePrincipalHistory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRiskyUser", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgRiskyUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRiskyUserHistory", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgRiskyUserHistory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -478909,124 +482628,124 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagement", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagement", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -479045,155 +482764,155 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -479212,20 +482931,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions", - "Command": "Remove-MgSchemaExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "SchemaExtensions", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -479244,20 +482963,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/search/acronyms/{acronym-id}", - "Module": "Search", - "Command": "Remove-MgSearchAcronym", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -479276,20 +482995,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Search", - "Command": "Remove-MgSearchBookmark", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSearchQna", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -479308,230 +483027,230 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/search/qnas/{qna-id}", - "Module": "Search", - "Command": "Remove-MgSearchQna", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAlertV2", "Permissions": [], + "Method": "DELETE", "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAlertV2", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationAutomation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationAutomationRun", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationLandingPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationLoginPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationPayload", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationPayload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationTraining", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationTraining", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security", - "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCase", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases", - "Module": "Security", - "Command": "Remove-MgSecurityCase", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -479550,35 +483269,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCase", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -479597,10 +483316,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Remove", "Remove1", @@ -479608,73 +483328,72 @@ "RemoveViaIdentity", "RemoveViaIdentity1", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -479693,10 +483412,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Remove", "Remove1", @@ -479704,58 +483424,57 @@ "RemoveViaIdentity", "RemoveViaIdentity1", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -479774,50 +483493,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -479836,735 +483555,735 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityIdentity", "Permissions": [], + "Method": "DELETE", "Uri": "/security/identities", - "Module": "Security", - "Command": "Remove-MgSecurityIdentity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityIdentityHealthIssue", "Permissions": [], + "Method": "DELETE", "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Security", - "Command": "Remove-MgSecurityIdentityHealthIssue", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityIncident", "Permissions": [], + "Method": "DELETE", "Uri": "/security/incidents/{incident-id}", - "Module": "Security", - "Command": "Remove-MgSecurityIncident", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels", - "Module": "Security", - "Command": "Remove-MgSecurityLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityLabelAuthority", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security", - "Command": "Remove-MgSecurityLabelAuthority", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityLabelCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security", - "Command": "Remove-MgSecurityLabelCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security", - "Command": "Remove-MgSecurityLabelCategorySubcategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityLabelCitation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security", - "Command": "Remove-MgSecurityLabelCitation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityLabelDepartment", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security", - "Command": "Remove-MgSecurityLabelDepartment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityLabelFilePlanReference", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security", - "Command": "Remove-MgSecurityLabelFilePlanReference", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityLabelRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security", - "Command": "Remove-MgSecurityLabelRetentionLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security", - "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "DELETE", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security", - "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecuritySecureScore", "Permissions": [], + "Method": "DELETE", "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Security", - "Command": "Remove-MgSecuritySecureScore", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecuritySecureScoreControlProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security", - "Command": "Remove-MgSecuritySecureScoreControlProfile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecuritySubjectRightsRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security", - "Command": "Remove-MgSecuritySubjectRightsRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecuritySubjectRightsRequestNote", "Permissions": [], + "Method": "DELETE", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security", - "Command": "Remove-MgSecuritySubjectRightsRequestNote", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligence", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceArticle", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHost", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostPair", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostPort", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Security", - "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityTrigger", "Permissions": [], + "Method": "DELETE", "Uri": "/security/triggers", - "Module": "Security", - "Command": "Remove-MgSecurityTrigger", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityTriggerRetentionEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Security", - "Command": "Remove-MgSecurityTriggerRetentionEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSecurityTriggerType", "Permissions": [], + "Method": "DELETE", "Uri": "/security/triggerTypes", - "Module": "Security", - "Command": "Remove-MgSecurityTriggerType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", "Permissions": [], + "Method": "DELETE", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Security", - "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementHealthOverview", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServiceAnnouncementIssue", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementIssue", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServiceAnnouncementMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementMessageAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServiceAnnouncementMessageAttachmentArchive", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementMessageAttachmentArchive", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServiceAnnouncementMessageAttachmentContent", "Permissions": [], + "Method": "DELETE", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Devices.ServiceAnnouncement", - "Command": "Remove-MgServiceAnnouncementMessageAttachmentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -480591,65 +484310,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipal", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalAppRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalByAppId", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalByAppId", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0", + "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", + "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -480692,50 +484411,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalEndpoint", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalEndpoint", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0", + "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -480778,20 +484497,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -480818,22 +484537,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalKey", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0", + "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", + "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -480860,20 +484579,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalPassword", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -480900,22 +484619,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalPassword", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -480942,20 +484661,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -480990,50 +484709,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalRiskDetection", "Permissions": [], + "Method": "DELETE", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgServicePrincipalRiskDetection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalSynchronization", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronization", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -481052,35 +484771,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUploadContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Applications", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -481107,424 +484841,424 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalSynchronizationTemplate", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationTemplate", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "DELETE", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Files", - "Command": "Remove-MgShareDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgShareItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareList", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Files", - "Command": "Remove-MgShareList", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Remove-MgShareListColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Remove-MgShareListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Remove-MgShareListContentTypeColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Remove-MgShareListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Files", - "Command": "Remove-MgShareListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgShareListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgShareListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Remove-MgShareListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Remove-MgShareListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgShareListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgShareListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Remove-MgShareListOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgShareListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSharePermission", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Files", - "Command": "Remove-MgSharePermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareRootContent", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Files", - "Command": "Remove-MgShareRootContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", "Permissions": [], + "Method": "DELETE", "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Files", - "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/analytics", - "Module": "Sites", - "Command": "Remove-MgSiteAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites", - "Command": "Remove-MgSiteAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites", - "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -481543,20 +485277,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Remove-MgSiteColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSiteContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -481575,20 +485309,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Remove-MgSiteContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -481607,101 +485341,95 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Remove-MgSiteContentTypeColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Remove-MgSiteContentTypeColumnLink", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteGetByPathAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites", - "Command": "Remove-MgSiteGetByPathAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Notes", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgSiteGetByPathOnenote", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Remove-MgSiteGetByPathTermStore", + "Permissions": [], + "Method": "DELETE", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteList", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Sites", - "Command": "Remove-MgSiteList", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -481720,20 +485448,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Remove-MgSiteListColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -481752,20 +485480,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Remove-MgSiteListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -481784,50 +485512,50 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Remove-MgSiteListContentTypeColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Remove-MgSiteListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSiteListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites", - "Command": "Remove-MgSiteListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -481862,125 +485590,125 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites", - "Command": "Remove-MgSiteListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites", - "Command": "Remove-MgSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites", - "Command": "Remove-MgSiteListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites", - "Command": "Remove-MgSiteListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites", - "Command": "Remove-MgSiteListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteListOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites", - "Command": "Remove-MgSiteListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteOnenoteNotebook", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes", - "Command": "Remove-MgSiteOnenoteNotebook", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteOnenotePage", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -481999,256 +485727,257 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes", - "Command": "Remove-MgSiteOnenotePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteOnenoteSection", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes", - "Command": "Remove-MgSiteOnenoteSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteOnenoteSectionGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes", - "Command": "Remove-MgSiteOnenoteSectionGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSitePage", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites", - "Command": "Remove-MgSitePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites", - "Command": "Remove-MgSitePageAsSitePageCanvaLayout", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSitePageAsSitePageWebPart", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites", - "Command": "Remove-MgSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSitePermission", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites", - "Command": "Remove-MgSitePermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStore", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore", - "Module": "Sites", - "Command": "Remove-MgSiteTermStore", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroupSet", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -482258,18 +485987,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -482279,137 +486008,137 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetTerm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetTermChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSet", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetChild", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -482419,18 +486148,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -482440,52 +486169,52 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSet", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -482495,18 +486224,18 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", @@ -482516,228 +486245,227 @@ "DeleteViaIdentity1", "DeleteViaIdentity2", "DeleteViaIdentity3" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetTerm", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetTerm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetTermChild", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetTermChild", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetTermChildRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "DELETE", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Remove-MgSiteTermStoreSetTermRelation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgSubscribedSku", "Permissions": [], + "Method": "DELETE", "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgSubscribedSku", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/subscriptions/{subscription-id}", - "Module": "ChangeNotifications", - "Command": "Remove-MgSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}", - "Module": "Teams", - "Command": "Remove-MgTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamChannel", "Permissions": [ { "Name": "Channel.Delete.Group", @@ -482772,80 +486500,97 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams", - "Command": "Remove-MgTeamChannel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "Module": "Teams", - "Command": "Remove-MgTeamChannelEmail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamChannelFileFolderContent", "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Remove-MgTeamChannelMember", + "Method": "DELETE", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamChannelMember", "Permissions": [], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgTeamChannelMessageReplyHostedContent", + "Method": "DELETE", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamChannelMessageReplyHostedContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Remove-MgTeamChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -482920,20 +486665,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Remove-MgTeamChannelTab", "OutputType": null, - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -483000,185 +486745,217 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams", - "Command": "Remove-MgTeamInstalledApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamMember", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Remove-MgTeamMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams", - "Command": "Remove-MgTeamOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Remove-MgTeamPermissionGrant", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamPhotoContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/teams/{team-id}/photo/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamPrimaryChannel", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamPrimaryChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/removeEmail", - "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelEmail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamPrimaryChannelFileFolderContent", "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelMember", + "Method": "DELETE", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamPrimaryChannelMember", "Permissions": [], - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", + "Method": "DELETE", + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamPrimaryChannelTab", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Remove-MgTeamPrimaryChannelTab", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamSchedule", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule", - "Module": "Teams", - "Command": "Remove-MgTeamSchedule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleOfferShiftRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamScheduleOpenShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -483197,35 +486974,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleOpenShift", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamScheduleSchedulingGroup", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -483244,20 +487021,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleSchedulingGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamScheduleShift", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -483284,35 +487061,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleShift", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamScheduleTimeOff", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -483331,20 +487108,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleTimeOff", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamScheduleTimeOffReason", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -483363,20 +487140,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleTimeOffReason", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamScheduleTimeOffRequest", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -483395,20 +487172,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams", - "Command": "Remove-MgTeamScheduleTimeOffRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -483427,20 +487204,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Teams", - "Command": "Remove-MgTeamTag", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamTagMember", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -483459,319 +487236,338 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams", - "Command": "Remove-MgTeamTagMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedChat", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedChat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Remove", "RemoveViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelFileFolderContent", "Permissions": [], - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMember", + "Method": "DELETE", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMember", + "Permissions": [], "Method": "DELETE", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Teams", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkDeletedTeamChannelTab", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTeamworkTeamAppSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/teamsAppSettings", - "Module": "Teams", - "Command": "Remove-MgTeamworkTeamAppSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTeamworkWorkforceIntegration", "Permissions": [], + "Method": "DELETE", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Teams", - "Command": "Remove-MgTeamworkWorkforceIntegration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner", - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [], + "Method": "DELETE", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -483814,65 +487610,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}", - "Module": "Users", - "Command": "Remove-MgUser", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserActivity", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "CrossDeviceExperiences", - "Command": "Remove-MgUserActivity", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserActivityHistoryItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "CrossDeviceExperiences", - "Command": "Remove-MgUserActivityHistoryItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserAppRoleAssignment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Remove-MgUserAppRoleAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -483891,20 +487687,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationEmailMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserAuthenticationFido2Method", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -483923,20 +487719,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationFido2Method", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -483955,35 +487751,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserAuthenticationOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -484002,20 +487798,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationPhoneMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -484034,20 +487830,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -484066,20 +487862,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -484098,1661 +487894,1740 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserCalendarGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Calendar", - "Command": "Remove-MgUserCalendarGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserCalendarPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar", - "Command": "Remove-MgUserCalendarPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChat", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Teams", - "Command": "Remove-MgUserChat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatInstalledApp", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Module": "Teams", - "Command": "Remove-MgUserChatInstalledApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatLastMessagePreview", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Teams", - "Command": "Remove-MgUserChatLastMessagePreview", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatMember", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Remove-MgUserChatMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Remove-MgUserChatMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatMessageHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgUserChatMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatMessageReply", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Remove-MgUserChatMessageReply", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Remove-MgUserChatMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatPermissionGrant", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Remove-MgUserChatPermissionGrant", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatPinnedMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams", - "Command": "Remove-MgUserChatPinnedMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserChatTab", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Remove-MgUserChatTab", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContact", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactFolderChildFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderChildFolder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactFolderChildFolderContact", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderChildFolderContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderChildFolderContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactFolderChildFolderContactPhotoContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "PersonalContacts", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactFolderContact", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderContact", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactFolderContactExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts", - "Command": "Remove-MgUserContactFolderContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactFolderContactPhotoContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "PersonalContacts", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserContactPhotoContent", "Permissions": [], - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "Method": "DELETE", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "Permissions": [], "Method": "DELETE", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Devices.CorporateManagement", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDrive", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Files", - "Command": "Remove-MgUserDrive", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveBundleContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgUserDriveBundleContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveFollowingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgUserDriveFollowingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files", - "Command": "Remove-MgUserDriveItemAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files", - "Command": "Remove-MgUserDriveItemChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgUserDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files", - "Command": "Remove-MgUserDriveItemListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgUserDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemPermanent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", - "Module": "Users.Actions", - "Command": "Remove-MgUserDriveItemPermanent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveItemPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files", - "Command": "Remove-MgUserDriveItemRetentionLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveItemSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveItemThumbnail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveItemVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Remove-MgUserDriveItemVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveList", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Files", - "Command": "Remove-MgUserDriveList", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveListColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListContentType", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListContentTypeColumn", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveListContentTypeColumn", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveListContentTypeColumnLink", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Remove-MgUserDriveListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Remove-MgUserDriveListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgUserDriveListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListOperation", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveListOperation", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveListSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveListSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRoot", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Files", - "Command": "Remove-MgUserDriveRoot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootAnalytic", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Files", - "Command": "Remove-MgUserDriveRootAnalytic", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootChildContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgUserDriveRootChildContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Files", - "Command": "Remove-MgUserDriveRootContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootListItem", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Files", - "Command": "Remove-MgUserDriveRootListItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemDriveItemContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootListItemField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootListItemVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootListItemVersionField", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Remove-MgUserDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootPermanent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", - "Module": "Users.Actions", - "Command": "Remove-MgUserDriveRootPermanent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootPermission", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveRootPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootRetentionLabel", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files", - "Command": "Remove-MgUserDriveRootRetentionLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootSubscription", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveRootSubscription", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootThumbnail", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveRootThumbnail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootVersion", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Remove-MgUserDriveRootVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveRootVersionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Remove-MgUserDriveRootVersionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserDriveSpecialContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files", - "Command": "Remove-MgUserDriveSpecialContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Calendar", - "Command": "Remove-MgUserEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserEventAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", - "Module": "Calendar", - "Command": "Remove-MgUserEventAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserEventExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Remove-MgUserEventExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserEventInstanceAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", - "Module": "Calendar", - "Command": "Remove-MgUserEventInstanceAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserEventInstanceExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Remove-MgUserEventInstanceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Users", - "Command": "Remove-MgUserExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserFollowedSite", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/followedSites/remove", - "Module": "Users.Actions", - "Command": "Remove-MgUserFollowedSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserInferenceClassificationOverride", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail", - "Command": "Remove-MgUserInferenceClassificationOverride", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/insights", - "Module": "Users", - "Command": "Remove-MgUserInsight", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserInsightShared", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Users", - "Command": "Remove-MgUserInsightShared", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserInsightTrending", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Users", - "Command": "Remove-MgUserInsightTrending", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserInsightUsed", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Users", - "Command": "Remove-MgUserInsightUsed", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserLicenseDetail", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Users", - "Command": "Remove-MgUserLicenseDetail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderChildFolder", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderChildFolderMessageContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Mail", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderChildFolderMessageRule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderMessageAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderMessageAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderMessageContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Mail", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderMessageExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMailFolderMessageRule", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail", - "Command": "Remove-MgUserMailFolderMessageRule", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserManagedDevice", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserManagedDeviceCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceConfigurationState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Module": "Users.Actions", - "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserManagerByRef", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -485771,80 +489646,95 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/manager/$ref", - "Module": "Users", - "Command": "Remove-MgUserManagerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMessage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Mail", - "Command": "Remove-MgUserMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMessageAttachment", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "Module": "Mail", - "Command": "Remove-MgUserMessageAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMessageContent", + "Permissions": [], "Method": "DELETE", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Mail", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserMessageExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail", - "Command": "Remove-MgUserMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnenoteNotebook", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes", - "Command": "Remove-MgUserOnenoteNotebook", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnenotePage", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -485863,65 +489753,65 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes", - "Command": "Remove-MgUserOnenotePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnenotePageContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Remove-MgUserOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnenoteSection", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes", - "Command": "Remove-MgUserOnenoteSection", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnenoteSectionGroup", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes", - "Command": "Remove-MgUserOnenoteSectionGroup", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -485940,155 +489830,155 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeeting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingAttendanceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnlineMeetingRecording", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingRecording", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "DeleteViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnlineMeetingRecordingContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingRecordingContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnlineMeetingTranscript", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingTranscript", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingTranscriptContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications", - "Command": "Remove-MgUserOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserOutlookMasterCategory", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Users", - "Command": "Remove-MgUserOutlookMasterCategory", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserPhoto", "Permissions": [ { "Name": "User.ReadWrite", @@ -486115,20 +490005,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/photo", - "Module": "Users", - "Command": "Remove-MgUserPhoto", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserPhotoContent", "Permissions": [ { "Name": "User.ReadWrite", @@ -486155,202 +490045,202 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/photo/$value", - "Module": "Users", - "Command": "Remove-MgUserPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserPresence", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/presence", - "Module": "CloudCommunications", - "Command": "Remove-MgUserPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserScopedRoleMemberOf", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Remove-MgUserScopedRoleMemberOf", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserSetting", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings", - "Module": "Users", - "Command": "Remove-MgUserSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserSettingItemInsight", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Users", - "Command": "Remove-MgUserSettingItemInsight", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserSettingShiftPreference", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Users", - "Command": "Remove-MgUserSettingShiftPreference", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserSettingStorage", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/storage", - "Module": "Users", - "Command": "Remove-MgUserSettingStorage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserSettingStorageQuota", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Users", - "Command": "Remove-MgUserSettingStorageQuota", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserSettingStorageQuotaService", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Users", - "Command": "Remove-MgUserSettingStorageQuotaService", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserSettingWindows", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Users", - "Command": "Remove-MgUserSettingWindows", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserSettingWindowsInstance", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Users", - "Command": "Remove-MgUserSettingWindowsInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTeamwork", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/teamwork", - "Module": "Teams", - "Command": "Remove-MgUserTeamwork", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTeamworkAssociatedTeam", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Teams", - "Command": "Remove-MgUserTeamworkAssociatedTeam", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Remove-MgUserTeamworkInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -486449,20 +490339,20 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Module": "Teams", - "Command": "Remove-MgUserTeamworkInstalledApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoList", "Permissions": [ { "Name": "Tasks.Read", @@ -486489,35 +490379,35 @@ "IsLeastPrivilege": false } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Users", - "Command": "Remove-MgUserTodoList", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoListExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Users", - "Command": "Remove-MgUserTodoListExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoListTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -486536,20 +490426,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Users", - "Command": "Remove-MgUserTodoListTask", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoListTaskAttachment", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -486568,20 +490458,20 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskAttachment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoListTaskAttachmentContent", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -486600,50 +490490,50 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskAttachmentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoListTaskAttachmentSession", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskAttachmentSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoListTaskAttachmentSessionContent", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskAttachmentSessionContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoListTaskChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -486662,35 +490552,35 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskChecklistItem", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoListTaskExtension", "Permissions": [], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgUserTodoListTaskLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -486709,516 +490599,567 @@ "IsLeastPrivilege": true } ], + "Method": "DELETE", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Users", - "Command": "Remove-MgUserTodoListTaskLinkedResource", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEvent", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete1", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventPresenter", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventPresenter", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventSession", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventSessionAttendanceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventTownhall", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventTownhall", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventTownhallPresenter", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventTownhallPresenter", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventTownhallSession", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventTownhallSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinar", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinar", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinarPresenter", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinarPresenter", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinarRegistration", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinarRegistration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinarRegistrationByEmail", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinarRegistrationByEmail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinarRegistrationByUserId", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinarRegistrationByUserId", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinarRegistrationConfiguration", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinarRegistrationConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinarSession", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinarSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "DELETE", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings", - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Delete", "DeleteViaIdentity" - ], - "Method": "DELETE", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "Module": "Beta.CloudCommunications", - "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Rename-MgBetaDeviceManagementComanagedDeviceAssignment", + "Permissions": [], "Method": "POST", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/changeAssignments", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Change", + "ChangeExpanded", + "ChangeViaIdentity", + "ChangeViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Rename-MgBetaDeviceManagementManagedDeviceAssignment", "Permissions": [], - "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", + "Method": "POST", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/changeAssignments", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Change", + "ChangeExpanded", + "ChangeViaIdentity", + "ChangeViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", + "Permissions": [], + "Method": "POST", + "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Change", "ChangeExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Change", "ChangeExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Rename-MgBetaUserCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", - "Module": "Beta.Users.Actions", - "Command": "Rename-MgBetaUserCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Rename-MgBetaUserCloudPcUserAccountType", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", - "Module": "Beta.Users.Actions", - "Command": "Rename-MgBetaUserCloudPcUserAccountType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Rename-MgBetaUserManagedDeviceAssignment", + "Permissions": [], "Method": "POST", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/changeAssignments", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta" + "Module": "Beta.Users.Actions", + "Variants": [ + "Change", + "ChangeExpanded", + "ChangeViaIdentity", + "ChangeViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Rename-MgCommunicationCallScreenSharingRole", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", - "Module": "CloudCommunications", - "Command": "Rename-MgCommunicationCallScreenSharingRole", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", - "Module": "DeviceManagement.Actions", - "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Request", "RequestExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Request", "RequestExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -487237,20 +491178,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Request", "RequestViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -487269,64 +491210,64 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Request", "RequestViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Request", "RequestViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Request-MgBetaPrivilegedApprovalMy", "Permissions": [], + "Method": "GET", "Uri": "/privilegedApproval/myRequests", - "Module": "Beta.Identity.Governance", - "Command": "Request-MgBetaPrivilegedApprovalMy", "OutputType": "IMicrosoftGraphPrivilegedApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Request" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "Beta.Users.Actions", - "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Request", "RequestViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -487345,35 +491286,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "DeviceManagement.Actions", - "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Request", "RequestViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Request-MgUserManagedDeviceRemoteAssistance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "Module": "Users.Actions", - "Command": "Request-MgUserManagedDeviceRemoteAssistance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Request", "RequestViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaAccessReviewDecision", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -487392,80 +491333,80 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/resetDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Reset-MgBetaAccessReviewDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaAccessReviewInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Reset-MgBetaAccessReviewInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", - "Module": "Beta.Compliance", - "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -487484,484 +491425,484 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", - "Module": "Beta.Education", - "Command": "Reset-MgBetaEducationSynchronizationProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Permissions": [], + "Method": "POST", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}/reset", - "Module": "Beta.Search", - "Command": "Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaGroupUnseenCount", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/resetUnseenCount", - "Module": "Beta.Groups", - "Command": "Reset-MgBetaGroupUnseenCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "Permissions": [], + "Method": "POST", "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "Module": "Beta.Identity.SignIns", - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Reset" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", "Permissions": [], + "Method": "POST", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings", - "Module": "Beta.Identity.SignIns", - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Reset" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", "Permissions": [], + "Method": "POST", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings", - "Module": "Beta.Identity.SignIns", - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Reset" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Reset-MgBetaPrintPrinterDefault", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/resetDefaults", - "Module": "Beta.Devices.CloudPrint", - "Command": "Reset-MgBetaPrintPrinterDefault", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", "Permissions": [], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "Module": "Beta.Security", - "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaUserAuthenticationMethodPassword", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "Module": "Beta.Users.Actions", - "Command": "Reset-MgBetaUserAuthenticationMethodPassword", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Reset-MgBetaUserManagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "Module": "Beta.Users.Actions", - "Command": "Reset-MgBetaUserManagedDevicePasscode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", - "Module": "Beta.Users.Actions", - "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Reset-MgDeviceManagementManagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "Module": "DeviceManagement.Actions", - "Command": "Reset-MgDeviceManagementManagedDevicePasscode", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Reset-MgGroupUnseenCount", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/resetUnseenCount", - "Module": "Groups", - "Command": "Reset-MgGroupUnseenCount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "Module": "Identity.Governance", - "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "Permissions": [], + "Method": "POST", "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "Module": "Identity.SignIns", - "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Reset" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", "Permissions": [], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", - "Module": "Security", - "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Reset-MgUserAuthenticationMethodPassword", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", - "Module": "Users.Actions", - "Command": "Reset-MgUserAuthenticationMethodPassword", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Reset-MgUserManagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", - "Module": "Users.Actions", - "Command": "Reset-MgUserManagedDevicePasscode", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reset", "ResetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resize-MgBetaUserCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/resize", - "Module": "Beta.Users.Actions", - "Command": "Resize-MgBetaUserCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resize-MgBetaUserManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", - "Module": "Beta.Users.Actions", - "Command": "Resize-MgBetaUserManagedDeviceCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restart-MgApplicationSynchronizationJob", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Module": "Applications", - "Command": "Restart-MgApplicationSynchronizationJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restart-MgBetaApplicationSynchronizationJob", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Module": "Beta.Applications", - "Command": "Restart-MgBetaApplicationSynchronizationJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -487980,97 +491921,97 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Module": "Beta.Applications", - "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restart-MgBetaTeamworkDevice", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", - "Module": "Beta.Teams", - "Command": "Restart-MgBetaTeamworkDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Restart", "RestartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restart-MgBetaUserCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", - "Module": "Beta.Users.Actions", - "Command": "Restart-MgBetaUserCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reboot", "RebootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restart-MgBetaUserManagedDeviceNow", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "Module": "Beta.Users.Actions", - "Command": "Restart-MgBetaUserManagedDeviceNow", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Reboot", "RebootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restart-MgDeviceManagementManagedDeviceNow", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", - "Module": "DeviceManagement.Actions", - "Command": "Restart-MgDeviceManagementManagedDeviceNow", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", - "Module": "DeviceManagement.Actions", - "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Reboot", "RebootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restart-MgServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -488089,180 +492030,182 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", - "Module": "Applications", - "Command": "Restart-MgServicePrincipalSynchronizationJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restart-MgUserManagedDeviceNow", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", - "Module": "Users.Actions", - "Command": "Restart-MgUserManagedDeviceNow", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Reboot", "RebootViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Recover", "RecoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Recover", "RecoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDirectoryDeletedItem", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Restore-MgBetaDirectoryDeletedItem", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Restore", - "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta" + "RestoreExpanded", + "RestoreViaIdentity", + "RestoreViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDriveItemVersion", "Permissions": [ { "Name": "Files.ReadWrite", @@ -488289,326 +492232,326 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/restore", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Files", - "Command": "Restore-MgBetaDriveRootVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaGroupDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupDriveRootVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaGroupSiteListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Groups", - "Command": "Restore-MgBetaGroupSiteListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", - "Module": "Beta.Identity.Governance", - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "Module": "Beta.Identity.Governance", - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaPrintPrinterFactoryDefault", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -488627,54 +492570,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "Module": "Beta.Devices.CloudPrint", - "Command": "Restore-MgBetaPrintPrinterFactoryDefault", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaShareListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Files", - "Command": "Restore-MgBetaShareListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaShareListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Files", - "Command": "Restore-MgBetaShareListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -488709,20 +492652,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Sites", - "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaSiteListItemVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -488749,317 +492692,317 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Sites", - "Command": "Restore-MgBetaSiteListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaUserCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaUserDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserDriveRootVersion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Restore-MgBetaUserManagedDeviceCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserManagedDeviceCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Restore-MgBetaUserManagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "Module": "Beta.Users.Actions", - "Command": "Restore-MgBetaUserManagedDevicePasscode", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Recover", "RecoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDeviceManagementManagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", - "Module": "DeviceManagement.Actions", - "Command": "Restore-MgDeviceManagementManagedDevicePasscode", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Recover", "RecoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", - "Module": "DeviceManagement.Actions", - "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDirectoryDeletedItem", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "Module": "Identity.DirectoryManagement", - "Command": "Restore-MgDirectoryDeletedItem", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Files", - "Command": "Restore-MgDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Files", - "Command": "Restore-MgDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Files", - "Command": "Restore-MgDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveItemVersion", "Permissions": [ { "Name": "Files.ReadWrite", @@ -489086,341 +493029,341 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Files", - "Command": "Restore-MgDriveItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Files", - "Command": "Restore-MgDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Files", - "Command": "Restore-MgDriveListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/restore", - "Module": "Files", - "Command": "Restore-MgDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Files", - "Command": "Restore-MgDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Files", - "Command": "Restore-MgDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Files", - "Command": "Restore-MgDriveRootVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Groups", - "Command": "Restore-MgGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Groups", - "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Groups", - "Command": "Restore-MgGroupDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Groups", - "Command": "Restore-MgGroupDriveItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Groups", - "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Groups", - "Command": "Restore-MgGroupDriveListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", - "Module": "Groups", - "Command": "Restore-MgGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Groups", - "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Groups", - "Command": "Restore-MgGroupDriveRootListItemVersion", "OutputType": null, - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Method": "POST", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + "Module": "Groups", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Groups", - "Command": "Restore-MgGroupDriveRootVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupSettingTemplate", "Permissions": [], + "Method": "POST", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", - "Module": "Groups", - "Command": "Restore-MgGroupSettingTemplate", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Groups", - "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgGroupSiteListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Groups", - "Command": "Restore-MgGroupSiteListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", - "Module": "Identity.Governance", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "Module": "Identity.Governance", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgPrintPrinterFactoryDefault", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -489439,54 +493382,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "Module": "Devices.CloudPrint", - "Command": "Restore-MgPrintPrinterFactoryDefault", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgShareListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Files", - "Command": "Restore-MgShareListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgShareListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Files", - "Command": "Restore-MgShareListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgSiteListItemDocumentSetVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -489521,20 +493464,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Sites", - "Command": "Restore-MgSiteListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgSiteListItemVersion", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -489561,189 +493504,189 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Sites", - "Command": "Restore-MgSiteListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveItem", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveItemListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveItemListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveRoot", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveRootListItemVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveRootListItemVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserDriveRootVersion", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", - "Module": "Users.Actions", - "Command": "Restore-MgUserDriveRootVersion", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Restore", "RestoreViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Restore-MgUserManagedDevicePasscode", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", - "Module": "Users.Actions", - "Command": "Restore-MgUserManagedDevicePasscode", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Recover", "RecoverViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resume-MgBetaEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -489762,241 +493705,241 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", - "Module": "Beta.Education", - "Command": "Resume-MgBetaEducationSynchronizationProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Resume", "ResumeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Beta.Identity.Governance", - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Resume-MgEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", - "Module": "Identity.Governance", - "Command": "Resume-MgEntitlementManagementAssignmentRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", - "Module": "Identity.Governance", - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", + "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -490015,116 +493958,116 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Revoke-MgBetaDeviceManagementElevationRequest", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/revoke", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Revoke-MgBetaDeviceManagementElevationRequest", "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaDriveItemListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files", - "Command": "Revoke-MgBetaDriveItemListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaDriveItemPermissionGrant", "Permissions": [ { "Name": "Files.ReadWrite", @@ -490151,445 +494094,445 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files", - "Command": "Revoke-MgBetaDriveItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaDriveListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files", - "Command": "Revoke-MgBetaDriveListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaDriveListPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files", - "Command": "Revoke-MgBetaDriveListPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaDriveRootListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files", - "Command": "Revoke-MgBetaDriveRootListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaDriveRootPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files", - "Command": "Revoke-MgBetaDriveRootPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaGroupDriveItemListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupDriveItemListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaGroupDriveListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupDriveListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaGroupDriveListPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupDriveListPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaGroupDriveRootListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupDriveRootListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaGroupSiteListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupSiteListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaGroupSiteListPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupSiteListPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaGroupSitePermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Groups", - "Command": "Revoke-MgBetaGroupSitePermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaShareListPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Files", - "Command": "Revoke-MgBetaShareListPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaSharePermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", - "Module": "Beta.Files", - "Command": "Revoke-MgBetaSharePermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaSiteListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Sites", - "Command": "Revoke-MgBetaSiteListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaSiteListPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Sites", - "Command": "Revoke-MgBetaSiteListPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaSitePermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Sites", - "Command": "Revoke-MgBetaSitePermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaUserDriveItemListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserDriveItemListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaUserDriveListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserDriveListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaUserDriveListPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserDriveListPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaUserDriveRootListItemPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserDriveRootListItemPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", - "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Revoke-MgBetaUserSignInSession", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -490616,20 +494559,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/revokeSignInSessions", - "Module": "Beta.Users.Actions", - "Command": "Revoke-MgBetaUserSignInSession", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Revoke-MgUserSignInSession", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -490656,35 +494599,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/revokeSignInSessions", - "Module": "Users.Actions", - "Command": "Revoke-MgUserSignInSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Revoke", "RevokeViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaBackupRestorePoint", "Permissions": [], + "Method": "POST", "Uri": "/solutions/backupRestore/restorePoints/search", - "Module": "Beta.Bookings", - "Command": "Search-MgBetaBackupRestorePoint", "OutputType": "IMicrosoftGraphRestorePointSearchResponse", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Search", "SearchExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -490703,305 +494646,305 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Search", "SearchExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/search(q='{q}')", - "Module": "Beta.Files", - "Command": "Search-MgBetaDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Beta.Files", - "Command": "Search-MgBetaDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "Module": "Beta.Files", - "Command": "Search-MgBetaDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaGroupDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", - "Module": "Beta.Groups", - "Command": "Search-MgBetaGroupDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaGroupDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Beta.Groups", - "Command": "Search-MgBetaGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaGroupDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", - "Module": "Beta.Groups", - "Command": "Search-MgBetaGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaUserDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", - "Module": "Beta.Users.Functions", - "Command": "Search-MgBetaUserDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaUserDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Beta.Users.Functions", - "Command": "Search-MgBetaUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Search-MgBetaUserDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", - "Module": "Beta.Users.Functions", - "Command": "Search-MgBetaUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Search-MgDrive", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/search(q='{q}')", - "Module": "Files", - "Command": "Search-MgDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Search-MgDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Files", - "Command": "Search-MgDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Search-MgDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "Module": "Files", - "Command": "Search-MgDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Search-MgGroupDrive", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", - "Module": "Groups", - "Command": "Search-MgGroupDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Search-MgGroupDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Groups", - "Command": "Search-MgGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Search-MgGroupDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", - "Module": "Groups", - "Command": "Search-MgGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Search-MgUserDrive", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", - "Module": "Users.Functions", - "Command": "Search-MgUserDrive", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Search-MgUserDriveItem", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", - "Module": "Users.Functions", - "Command": "Search-MgUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Search-MgUserDriveRoot", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", - "Module": "Users.Functions", - "Command": "Search-MgUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Search", "SearchViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaAccessReviewInstanceReminder", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", - "Module": "Beta.Identity.Governance", - "Command": "Send-MgBetaAccessReviewInstanceReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaAccessReviewReminder", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -491020,20 +494963,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/sendReminder", - "Module": "Beta.Identity.Governance", - "Command": "Send-MgBetaAccessReviewReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaChatActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -491052,107 +494995,107 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/sendActivityNotification", - "Module": "Beta.Teams", - "Command": "Send-MgBetaChatActivityNotification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Send-MgBetaCommunicationCallDtmfTone", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/sendDtmfTones", - "Module": "Beta.CloudCommunications", - "Command": "Send-MgBetaCommunicationCallDtmfTone", "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", - "Module": "Beta.CloudCommunications", - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", - "Module": "Beta.CloudCommunications", - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "Module": "Beta.CloudCommunications", - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "Module": "Beta.CloudCommunications", - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -491171,37 +495114,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Send", "SendExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -491220,97 +495163,97 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Send-MgBetaFinancialCompanySalesInvoice", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", - "Module": "Beta.Financials", - "Command": "Send-MgBetaFinancialCompanySalesInvoice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Send-MgBetaFinancialCompanySalesQuote", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", - "Module": "Beta.Financials", - "Command": "Send-MgBetaFinancialCompanySalesQuote", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", - "Module": "Beta.Identity.Governance", - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "Module": "Beta.Identity.Governance", - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaTeamActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -491329,22 +495272,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/sendActivityNotification", - "Module": "Beta.Teams", - "Command": "Send-MgBetaTeamActivityNotification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -491363,150 +495306,150 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teamwork/sendActivityNotificationToRecipients", - "Module": "Beta.Teams", - "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Send", "SendExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserChatActivityNotification", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserChatActivityNotification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserMail", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/sendMail", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserMail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserMailFolderMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/send", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -491533,22 +495476,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -491575,37 +495518,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Send-MgBetaUserTeamworkActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -491624,22 +495567,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "Module": "Beta.Users.Actions", - "Command": "Send-MgBetaUserTeamworkActivityNotification", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgChatActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -491658,103 +495601,103 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/sendActivityNotification", - "Module": "Teams", - "Command": "Send-MgChatActivityNotification", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Send-MgCommunicationCallDtmfTone", "Permissions": [], + "Method": "POST", "Uri": "/communications/calls/{call-id}/sendDtmfTones", - "Module": "CloudCommunications", - "Command": "Send-MgCommunicationCallDtmfTone", "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "Module": "CloudCommunications", - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", "Permissions": [], + "Method": "POST", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "Module": "CloudCommunications", - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "Module": "DeviceManagement.Actions", - "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", - "Module": "Identity.Governance", - "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgTeamActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -491773,22 +495716,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/sendActivityNotification", - "Module": "Teams", - "Command": "Send-MgTeamActivityNotification", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgTeamworkActivityNotificationToRecipient", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -491807,99 +495750,99 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teamwork/sendActivityNotificationToRecipients", - "Module": "Teams", - "Command": "Send-MgTeamworkActivityNotificationToRecipient", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Send", "SendExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgUserChatActivityNotification", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", - "Module": "Users.Actions", - "Command": "Send-MgUserChatActivityNotification", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgUserMail", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/sendMail", - "Module": "Users.Actions", - "Command": "Send-MgUserMail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", - "Module": "Users.Actions", - "Command": "Send-MgUserMailFolderChildFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgUserMailFolderMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", - "Module": "Users.Actions", - "Command": "Send-MgUserMailFolderMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgUserMessage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/messages/{message-id}/send", - "Module": "Users.Actions", - "Command": "Send-MgUserMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -491926,22 +495869,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "Module": "Users.Actions", - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -491968,22 +495911,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "Module": "Users.Actions", - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Send-MgUserTeamworkActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -492002,22 +495945,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "Module": "Users.Actions", - "Command": "Send-MgUserTeamworkActivityNotification", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgApplicationLogo", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -492036,133 +495979,133 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/applications/{application-id}/logo", - "Module": "Applications", - "Command": "Set-MgApplicationLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgApplicationSynchronization", "Permissions": [], + "Method": "PUT", "Uri": "/applications/{application-id}/synchronization", - "Module": "Applications", - "Command": "Set-MgApplicationSynchronization", "OutputType": "IMicrosoftGraphSynchronization", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "PUT", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications", - "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgApplicationSynchronizationSecret", "Permissions": [], + "Method": "PUT", "Uri": "/applications/{application-id}/synchronization/secrets", - "Module": "Applications", - "Command": "Set-MgApplicationSynchronizationSecret", "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgApplicationVerifiedPublisher", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/setVerifiedPublisher", - "Module": "Applications", - "Command": "Set-MgApplicationVerifiedPublisher", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaApplicationConnectorGroupByRef", "Permissions": [], + "Method": "PUT", "Uri": "/applications/{application-id}/connectorGroup/$ref", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationConnectorGroupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaApplicationLogo", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -492181,408 +496124,408 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/applications/{application-id}/logo", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaApplicationSynchronization", "Permissions": [], + "Method": "PUT", "Uri": "/applications/{application-id}/synchronization", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationSynchronization", "OutputType": "IMicrosoftGraphSynchronization", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "PUT", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaApplicationSynchronizationSecret", "Permissions": [], + "Method": "PUT", "Uri": "/applications/{application-id}/synchronization/secrets", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationSynchronizationSecret", "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaApplicationVerifiedPublisher", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/setVerifiedPublisher", - "Module": "Beta.Applications", - "Command": "Set-MgBetaApplicationVerifiedPublisher", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaChatMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaChatMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaChatMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Teams", - "Command": "Set-MgBetaChatMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaChatMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaChatMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaChatMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Teams", - "Command": "Set-MgBetaChatMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/setPresence", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationPresenceStatusMessage", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/setStatusMessage", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationPresenceStatusMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", + "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", + "Command": "Set-MgBetaDeviceAppManagementManagedEBook", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementManagedEBook", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", + "Command": "Set-MgBetaDeviceAppManagementMobileApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementMobileApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", + "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", + "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -492601,186 +496544,203 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementCompliancePolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", + "Permissions": [], "Method": "POST", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/setEnrollmentTimeDeviceMembershipTarget", + "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement.Actions", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -492807,39 +496767,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -492858,22 +496818,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492892,22 +496852,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "AssignViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492926,22 +496886,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -492968,22 +496928,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -493002,173 +496962,173 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementDeviceShellScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementIntent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementIntent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementManagedDeviceName", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementManagedDeviceName", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -493187,316 +497147,316 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementRoleScopeTag", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementScript", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/setReviewStatus", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdatePolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsQualityUpdatePolicies/{windowsQualityUpdatePolicy-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdatePolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveBundleContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveBundleContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveBundleContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveBundleContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveFollowingContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveFollowingContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveFollowingContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveFollowingContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveItemChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveItemChildContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveItemContent", "Permissions": [ { "Name": "Files.ReadWrite", @@ -493523,20 +497483,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveItemContentStream", "Permissions": [ { "Name": "Files.ReadWrite", @@ -493563,50 +497523,50 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveItemSensitivityLabel", "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -493625,219 +497585,219 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveItemVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveItemVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveRootChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveRootChildContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveRootContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveRootContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveRootVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveRootVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveSpecialContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveSpecialContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaDriveSpecialContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaDriveSpecialContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -493856,52 +497816,52 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -493920,20 +497880,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -493952,161 +497912,161 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", "Permissions": [], + "Method": "PUT", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", "Permissions": [], + "Method": "PUT", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Beta.Education", - "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Method": "PUT", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Beta.Identity.Governance", - "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaExternalConnectionItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -494125,679 +498085,679 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Beta.Search", - "Command": "Set-MgBetaExternalConnectionItem", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyInformationPicture", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyInformationPicture", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyItemPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyItemPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", "Permissions": [], + "Method": "PUT", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", - "Module": "Beta.Financials", - "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveBundleContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveBundleContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveBundleContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveBundleContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveFollowingContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveFollowingContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveFollowingContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveFollowingContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveItemChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveItemChildContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Beta.Groups", - "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveItemVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveItemVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveRootChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveRootChildContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveRootContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveRootContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Beta.Groups", - "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveRootVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveRootVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveSpecialContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveSpecialContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupDriveSpecialContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaGroupDriveSpecialContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaGroupLicense", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -494816,67 +498776,67 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/assignLicense", - "Module": "Beta.Groups", - "Command": "Set-MgBetaGroupLicense", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupOnenotePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Set-MgBetaGroupOnenotePageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupOnenoteResourceContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes", - "Command": "Set-MgBetaGroupOnenoteResourceContent", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupOnenoteSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Set-MgBetaGroupOnenoteSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupPhotoContent", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -494895,202 +498855,202 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/groups/{group-id}/photo/$value", - "Module": "Beta.Groups", - "Command": "Set-MgBetaGroupPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteOnenotePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenotePageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeam", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -495109,409 +499069,409 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/groups/{group-id}/team", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaGroupTeamSchedule", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/schedule", - "Module": "Beta.Teams", - "Command": "Set-MgBetaGroupTeamSchedule", "OutputType": "IMicrosoftGraphSchedule", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", "Permissions": [], + "Method": "PUT", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Permissions": [], + "Method": "PUT", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", - "Module": "Beta.Applications", - "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingBannerLogo", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingBannerLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingCustomCss", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingCustomCss", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingFavicon", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingFavicon", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -495530,20 +499490,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -495562,20 +499522,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -495594,20 +499554,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -495626,20 +499586,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -495658,20 +499618,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -495690,20 +499650,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -495722,50 +499682,50 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingSquareLogo", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingSquareLogo", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -495784,20 +499744,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-assignsensitivitylabel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaPlannerRosterSensitivityLabel", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -495816,206 +499776,206 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/planner/rosters/{plannerRoster-id}/assignSensitivityLabel", - "Module": "Beta.Planner", - "Command": "Set-MgBetaPlannerRosterSensitivityLabel", "OutputType": "IMicrosoftGraphPlannerRoster", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-assignsensitivitylabel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Permissions": [], + "Method": "PUT", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaPrintPrinterJobDocumentContent", "Permissions": [], + "Method": "PUT", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint", - "Command": "Set-MgBetaPrintPrinterJobDocumentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", "Permissions": [], + "Method": "PUT", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint", - "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaPrintShareJobDocumentContent", "Permissions": [], + "Method": "PUT", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Beta.Devices.CloudPrint", - "Command": "Set-MgBetaPrintShareJobDocumentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaSecurityAlert", "Permissions": [], + "Method": "POST", "Uri": "/security/alerts_v2/{alert-id}/comments", - "Module": "Beta.Security", - "Command": "Set-MgBetaSecurityAlert", "OutputType": "IMicrosoftGraphSecurityAlertComment", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Permissions": [], + "Method": "PUT", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", - "Module": "Beta.Security", - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Permissions": [], + "Method": "PUT", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", - "Module": "Beta.Security", - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSecurityIncidentAlertComment", "Permissions": [], + "Method": "POST", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "Module": "Beta.Security", - "Command": "Set-MgBetaSecurityIncidentAlertComment", "OutputType": "IMicrosoftGraphSecurityAlertComment", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", "Permissions": [], + "Method": "PUT", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", "Permissions": [], + "Method": "PUT", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaServicePrincipalSynchronization", "Permissions": [], + "Method": "PUT", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Beta.Applications", - "Command": "Set-MgBetaServicePrincipalSynchronization", "OutputType": "IMicrosoftGraphSynchronization", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "PUT", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Beta.Applications", - "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -496034,484 +499994,484 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "Module": "Beta.Applications", - "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaShareDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaShareDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaShareItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaShareItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaShareListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaShareListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaShareRootContent", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareRootContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaShareRootContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaShareRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSiteListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Beta.Sites", - "Command": "Set-MgBetaSiteListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSiteListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Sites", - "Command": "Set-MgBetaSiteListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSiteOnenotePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Set-MgBetaSiteOnenotePageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSiteOnenoteResourceContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes", - "Command": "Set-MgBetaSiteOnenoteResourceContent", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Set-MgBetaSiteOnenoteSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamChannelFileFolderContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaTeamPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/photo/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaTeamSchedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -496530,163 +500490,163 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/teams/{team-id}/schedule", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamSchedule", "OutputType": "IMicrosoftGraphSchedule", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Teams", - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", "Permissions": [], + "Method": "POST", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaTrustFrameworkPolicyContent", "Permissions": [], + "Method": "PUT", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Module": "Beta.Identity.SignIns", - "Command": "Set-MgBetaTrustFrameworkPolicyContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserChatMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaUserChatMessageHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserChatMessageReaction", "Permissions": [ { "Name": "ChatMessage.Send", @@ -496705,514 +500665,514 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserChatMessageReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Beta.Teams", - "Command": "Set-MgBetaUserChatMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserChatMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserChatMessageReplyReaction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserCloudPcReviewStatus", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/setReviewStatus", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserCloudPcReviewStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts", - "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserContactFolderContactPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts", - "Command": "Set-MgBetaUserContactFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserContactPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "Beta.PersonalContacts", - "Command": "Set-MgBetaUserContactPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveBundleContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveBundleContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveBundleContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveBundleContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveFollowingContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveFollowingContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveFollowingContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveFollowingContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveItemChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveItemChildContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveItemSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserDriveItemSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveItemVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveItemVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveRootChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveRootChildContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootChildContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveRootContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveRootContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserDriveRootSensitivityLabel", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveRootVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveRootVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveSpecialContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveSpecialContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserDriveSpecialContentStream", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", - "Module": "Beta.Files", - "Command": "Set-MgBetaUserDriveSpecialContentStream", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaUserLicense", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -497231,86 +501191,86 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/assignLicense", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserLicense", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Beta.Mail", - "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserMailFolderMessageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Beta.Mail", - "Command": "Set-MgBetaUserMailFolderMessageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserManagedDeviceName", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserManagedDeviceName", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaUserManagerByRef", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -497329,187 +501289,187 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/users/{user-id}/manager/$ref", - "Module": "Beta.Users", - "Command": "Set-MgBetaUserManagerByRef", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserMessageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Beta.Mail", - "Command": "Set-MgBetaUserMessageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnenotePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Set-MgBetaUserOnenotePageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnenoteResourceContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Beta.Notes", - "Command": "Set-MgBetaUserOnenoteResourceContent", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnenoteSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Beta.Notes", - "Command": "Set-MgBetaUserOnenoteSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnlineMeetingRecording", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingRecording", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "Beta.CloudCommunications", - "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserPhotoContent", "Permissions": [ { "Name": "User.ReadWrite", @@ -497536,22 +501496,22 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/users/{user-id}/photo/$value", - "Module": "Beta.Users", - "Command": "Set-MgBetaUserPhotoContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaUserPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -497570,22 +501530,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/setPresence", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaUserPresenceStatusMessage", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -497604,22 +501564,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/setStatusMessage", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserPresenceStatusMessage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Set-MgBetaUserPresenceUserPreferredPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -497638,329 +501598,329 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "Module": "Beta.Users.Actions", - "Command": "Set-MgBetaUserPresenceUserPreferredPresence", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Beta.Users", - "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Beta.Users", - "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", "OutputType": "IMicrosoftGraphAttachmentSession", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgChatMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgChatMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgChatMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Module": "Teams", - "Command": "Set-MgChatMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgChatMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgChatMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgChatMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Teams", - "Command": "Set-MgChatMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "PUT", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgCommunicationPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/setPresence", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgCommunicationPresenceStatusMessage", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/setStatusMessage", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationPresenceStatusMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgCommunicationPresenceUserPreferredPresence", "Permissions": [], + "Method": "POST", "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", - "Module": "CloudCommunications", - "Command": "Set-MgCommunicationPresenceUserPreferredPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", + "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", + "Command": "Set-MgDeviceAppManagementManagedEBook", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", - "Module": "Devices.CorporateManagement", - "Command": "Set-MgDeviceAppManagementManagedEBook", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Set-MgDeviceAppMgtMobileApp", + "Command": "Set-MgDeviceAppManagementMobileApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", - "Module": "Devices.CorporateManagement", - "Command": "Set-MgDeviceAppManagementMobileApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "Set-MgDeviceAppMgtMobileApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", + "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", + "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", - "Module": "Devices.CorporateManagement", - "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", - "Module": "Devices.CorporateManagement", - "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-assign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgDeviceManagementDeviceConfiguration", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -497979,22 +501939,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-assign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -498013,118 +501973,118 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-setpriority?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", - "Module": "DeviceManagement.Actions", - "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveBundleContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgDriveBundleContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveFollowingContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgDriveFollowingContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveItemChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files", - "Command": "Set-MgDriveItemChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveItemContent", "Permissions": [ { "Name": "Files.ReadWrite", @@ -498151,35 +502111,35 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files", - "Command": "Set-MgDriveItemListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveItemSensitivityLabel", "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -498198,144 +502158,144 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Files", - "Command": "Set-MgDriveItemSensitivityLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveItemVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Set-MgDriveItemVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Set-MgDriveListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveRootChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgDriveRootChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveRootContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/content", - "Module": "Files", - "Command": "Set-MgDriveRootContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files", - "Command": "Set-MgDriveRootListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Files", - "Command": "Set-MgDriveRootSensitivityLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveRootVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Set-MgDriveRootVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgDriveSpecialContent", "Permissions": [], + "Method": "PUT", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgDriveSpecialContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationClassAssignmentRubricByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -498354,52 +502314,52 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education", - "Command": "Set-MgEducationClassAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationClassAssignmentUpResourceFolder", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -498418,20 +502378,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationClassAssignmentUpResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationClassModuleUpResourceFolder", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -498450,161 +502410,161 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationClassModuleUpResourceFolder", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgEducationMeAssignmentRubricByRef", "Permissions": [], + "Method": "PUT", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education", - "Command": "Set-MgEducationMeAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationMeAssignmentUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationMeAssignmentUpResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgEducationUserAssignmentRubricByRef", "Permissions": [], + "Method": "PUT", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", - "Module": "Education", - "Command": "Set-MgEducationUserAssignmentRubricByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgEducationUserAssignmentUpResourceFolder", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Module": "Education", - "Command": "Set-MgEducationUserAssignmentUpResourceFolder", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgEntitlementManagementAssignmentPolicy", "Permissions": [], + "Method": "PUT", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance", - "Command": "Set-MgEntitlementManagementAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgExternalConnectionItem", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -498623,236 +502583,236 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Module": "Search", - "Command": "Set-MgExternalConnectionItem", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveBundleContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgGroupDriveBundleContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveFollowingContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgGroupDriveFollowingContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveItemChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files", - "Command": "Set-MgGroupDriveItemChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgGroupDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files", - "Command": "Set-MgGroupDriveItemListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveItemSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Groups", - "Command": "Set-MgGroupDriveItemSensitivityLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveItemVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Set-MgGroupDriveItemVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Set-MgGroupDriveListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveRootChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgGroupDriveRootChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveRootContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", - "Module": "Files", - "Command": "Set-MgGroupDriveRootContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files", - "Command": "Set-MgGroupDriveRootListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Groups", - "Command": "Set-MgGroupDriveRootSensitivityLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveRootVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Set-MgGroupDriveRootVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupDriveSpecialContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgGroupDriveSpecialContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgGroupLicense", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -498871,67 +502831,67 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/assignLicense", - "Module": "Groups", - "Command": "Set-MgGroupLicense", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupOnenotePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Set-MgGroupOnenotePageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupOnenoteResourceContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes", - "Command": "Set-MgGroupOnenoteResourceContent", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupOnenoteSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Set-MgGroupOnenoteSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupPhotoContent", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -498950,142 +502910,142 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/groups/{group-id}/photo/$value", - "Module": "Groups", - "Command": "Set-MgGroupPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites", - "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupSiteListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites", - "Command": "Set-MgGroupSiteListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupSiteOnenotePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Set-MgGroupSiteOnenotePageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupSiteOnenoteResourceContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteResourceContent", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Sites", - "Command": "Set-MgGroupSiteOnenoteSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgGroupTeam", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -499104,317 +503064,317 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/groups/{group-id}/team", - "Module": "Teams", - "Command": "Set-MgGroupTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupTeamChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", - "Module": "Teams", - "Command": "Set-MgGroupTeamChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgGroupTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupTeamPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/photo/$value", - "Module": "Teams", - "Command": "Set-MgGroupTeamPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", - "Module": "Teams", - "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgGroupTeamSchedule", "Permissions": [], + "Method": "PUT", "Uri": "/groups/{group-id}/team/schedule", - "Module": "Teams", - "Command": "Set-MgGroupTeamSchedule", "OutputType": "IMicrosoftGraphSchedule", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", "Permissions": [], + "Method": "PUT", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Permissions": [], + "Method": "POST", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", - "Module": "Identity.SignIns", - "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", "Permissions": [], + "Method": "PUT", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Module": "Identity.Governance", - "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingBackgroundImage", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/backgroundImage", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingBackgroundImage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingBannerLogo", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/bannerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingBannerLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingCustomCss", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/customCSS", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingCustomCss", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingFavicon", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/favicon", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingFavicon", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingHeaderLogo", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/headerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingHeaderLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499433,20 +503393,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499465,20 +503425,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499497,20 +503457,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingLocalizationFavicon", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499529,20 +503489,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationFavicon", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499561,20 +503521,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499593,20 +503553,20 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -499625,50 +503585,50 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingSquareLogo", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/squareLogo", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingSquareLogo", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationBrandingSquareLogoDark", "Permissions": [], + "Method": "PUT", "Uri": "/organization/{organization-id}/branding/squareLogoDark", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationBrandingSquareLogoDark", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -499687,159 +503647,159 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "Module": "Identity.DirectoryManagement", - "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Permissions": [], + "Method": "PUT", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", - "Module": "Identity.SignIns", - "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgPrintPrinterJobDocumentContent", "Permissions": [], + "Method": "PUT", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint", - "Command": "Set-MgPrintPrinterJobDocumentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgPrintShareJobDocumentContent", "Permissions": [], + "Method": "PUT", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", - "Module": "Devices.CloudPrint", - "Command": "Set-MgPrintShareJobDocumentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgSecurityAlert", "Permissions": [], + "Method": "POST", "Uri": "/security/alerts_v2/{alert-id}/comments", - "Module": "Security", - "Command": "Set-MgSecurityAlert", "OutputType": "IMicrosoftGraphSecurityAlertComment", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgSecurityIncidentAlertComment", "Permissions": [], + "Method": "POST", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", - "Module": "Security", - "Command": "Set-MgSecurityIncidentAlertComment", "OutputType": "IMicrosoftGraphSecurityAlertComment", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", "Permissions": [], + "Method": "PUT", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", - "Module": "Devices.ServiceAnnouncement", - "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", "Permissions": [], + "Method": "PUT", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", - "Module": "Devices.ServiceAnnouncement", - "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgServicePrincipalSynchronization", "Permissions": [], + "Method": "PUT", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", - "Module": "Applications", - "Command": "Set-MgServicePrincipalSynchronization", "OutputType": "IMicrosoftGraphSynchronization", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", "Permissions": [], + "Method": "PUT", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", - "Module": "Applications", - "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgServicePrincipalSynchronizationSecret", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -499858,332 +503818,332 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "Module": "Applications", - "Command": "Set-MgServicePrincipalSynchronizationSecret", "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgShareDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Module": "Files", - "Command": "Set-MgShareDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgShareItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgShareItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgShareListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Set-MgShareListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgShareRootContent", "Permissions": [], + "Method": "PUT", "Uri": "/shares/{sharedDriveItem-id}/root/content", - "Module": "Files", - "Command": "Set-MgShareRootContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", - "Module": "Sites", - "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgSiteListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", - "Module": "Sites", - "Command": "Set-MgSiteListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgSiteOnenotePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Set-MgSiteOnenotePageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgSiteOnenoteResourceContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes", - "Command": "Set-MgSiteOnenoteResourceContent", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Set-MgSiteOnenoteSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams", - "Command": "Set-MgTeamChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Module": "Teams", - "Command": "Set-MgTeamChannelMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Teams", - "Command": "Set-MgTeamChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgTeamPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/photo/$value", - "Module": "Teams", - "Command": "Set-MgTeamPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamPrimaryChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", - "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamPrimaryChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", - "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Teams", - "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgTeamSchedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -500202,131 +504162,116 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/teams/{team-id}/schedule", - "Module": "Teams", - "Command": "Set-MgTeamSchedule", "OutputType": "IMicrosoftGraphSchedule", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", "Permissions": [], + "Method": "PUT", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", - "Module": "Teams", - "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Module": "Teams", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Teams", - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/tenantRelationships/multiTenantOrganization", - "Module": "Identity.SignIns", - "Command": "Set-MgTenantRelationshipMultiTenantOrganization", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", - "Variants": [ - "Set", - "SetExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Set-MgUserChatMessageHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgUserChatMessageHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserChatMessageReaction", "Permissions": [ { "Name": "ChatMessage.Send", @@ -500345,313 +504290,313 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Module": "Users.Actions", - "Command": "Set-MgUserChatMessageReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", - "Module": "Teams", - "Command": "Set-MgUserChatMessageReplyHostedContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserChatMessageReplyReaction", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Module": "Users.Actions", - "Command": "Set-MgUserChatMessageReplyReaction", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts", - "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserContactFolderContactPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts", - "Command": "Set-MgUserContactFolderContactPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserContactPhotoContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", - "Module": "PersonalContacts", - "Command": "Set-MgUserContactPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveBundleContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgUserDriveBundleContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveFollowingContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgUserDriveFollowingContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveItemChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", - "Module": "Files", - "Command": "Set-MgUserDriveItemChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgUserDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveItemListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", - "Module": "Files", - "Command": "Set-MgUserDriveItemListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveItemSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Module": "Users.Actions", - "Command": "Set-MgUserDriveItemSensitivityLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveItemVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Set-MgUserDriveItemVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", - "Module": "Files", - "Command": "Set-MgUserDriveListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveRootChildContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgUserDriveRootChildContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveRootContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", - "Module": "Files", - "Command": "Set-MgUserDriveRootContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveRootListItemDriveItemContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", - "Module": "Files", - "Command": "Set-MgUserDriveRootListItemDriveItemContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveRootSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", - "Module": "Users.Actions", - "Command": "Set-MgUserDriveRootSensitivityLabel", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveRootVersionContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", - "Module": "Files", - "Command": "Set-MgUserDriveRootVersionContent", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserDriveSpecialContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", - "Module": "Files", - "Command": "Set-MgUserDriveSpecialContent", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgUserLicense", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -500670,52 +504615,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/assignLicense", - "Module": "Users.Actions", - "Command": "Set-MgUserLicense", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserMailFolderChildFolderMessageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", - "Module": "Mail", - "Command": "Set-MgUserMailFolderChildFolderMessageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserMailFolderMessageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Module": "Mail", - "Command": "Set-MgUserMailFolderMessageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgUserManagerByRef", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -500734,142 +504679,142 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/users/{user-id}/manager/$ref", - "Module": "Users", - "Command": "Set-MgUserManagerByRef", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserMessageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Module": "Mail", - "Command": "Set-MgUserMessageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserOnenotePageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Set-MgUserOnenotePageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserOnenoteResourceContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Module": "Notes", - "Command": "Set-MgUserOnenoteResourceContent", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserOnenoteSectionPageContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", - "Module": "Notes", - "Command": "Set-MgUserOnenoteSectionPageContent", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserOnlineMeetingAttendeeReport", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Module": "CloudCommunications", - "Command": "Set-MgUserOnlineMeetingAttendeeReport", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserOnlineMeetingRecordingContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", - "Module": "CloudCommunications", - "Command": "Set-MgUserOnlineMeetingRecordingContent", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserOnlineMeetingTranscriptContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", - "Module": "CloudCommunications", - "Command": "Set-MgUserOnlineMeetingTranscriptContent", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", - "Module": "CloudCommunications", - "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserPhotoContent", "Permissions": [ { "Name": "User.ReadWrite", @@ -500896,22 +504841,22 @@ "IsLeastPrivilege": false } ], + "Method": "PUT", "Uri": "/users/{user-id}/photo/$value", - "Module": "Users", - "Command": "Set-MgUserPhotoContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgUserPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -500930,22 +504875,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/setPresence", - "Module": "Users.Actions", - "Command": "Set-MgUserPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgUserPresenceStatusMessage", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -500964,22 +504909,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/setStatusMessage", - "Module": "Users.Actions", - "Command": "Set-MgUserPresenceStatusMessage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Set-MgUserPresenceUserPreferredPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -500998,157 +504943,157 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "Module": "Users.Actions", - "Command": "Set-MgUserPresenceUserPreferredPresence", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserTodoListTaskAttachmentContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Module": "Users", - "Command": "Set-MgUserTodoListTaskAttachmentContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", "Permissions": [], + "Method": "PUT", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", - "Module": "Users", - "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", "OutputType": "IMicrosoftGraphAttachmentSession", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Set", "SetViaIdentity" - ], - "Method": "PUT", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bypass", "BypassViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Bypass", "BypassViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Skip-MgBetaUserManagedDeviceActivationLock", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "Beta.Users.Actions", - "Command": "Skip-MgBetaUserManagedDeviceActivationLock", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Bypass", "BypassViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "DeviceManagement.Actions", - "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Bypass", "BypassViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Skip-MgUserManagedDeviceActivationLock", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", - "Module": "Users.Actions", - "Command": "Skip-MgUserManagedDeviceActivationLock", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Bypass", "BypassViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Start-MgApplicationSynchronizationJob", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Module": "Applications", - "Command": "Start-MgApplicationSynchronizationJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaApplicationSynchronizationJob", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Module": "Beta.Applications", - "Command": "Start-MgBetaApplicationSynchronizationJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -501167,88 +505112,88 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "Module": "Beta.CloudCommunications", - "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Run", "RunViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -501267,80 +505212,80 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", - "Module": "Beta.Education", - "Command": "Start-MgBetaEducationSynchronizationProfile", "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaPrintPrinterJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", - "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJobStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaPrintPrinterJobPrintJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", - "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintPrinterJobPrintJob", "OutputType": "IMicrosoftGraphPrintJobStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaPrintPrinterShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", - "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintPrinterShareJob", "OutputType": "IMicrosoftGraphPrintJobStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", - "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", "OutputType": "IMicrosoftGraphPrintJobStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaPrintShareJob", "Permissions": [ { "Name": "PrintJob.Create", @@ -501383,35 +505328,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintShareJob", "OutputType": "IMicrosoftGraphPrintJobStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaPrintShareJobPrintJob", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", - "Module": "Beta.Devices.CloudPrint", - "Command": "Start-MgBetaPrintShareJobPrintJob", "OutputType": "IMicrosoftGraphPrintJobStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -501430,35 +505375,35 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", - "Module": "Beta.Security", - "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Run", "RunViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaSecurityHuntingQuery", "Permissions": [], + "Method": "POST", "Uri": "/security/runHuntingQuery", - "Module": "Beta.Security", - "Command": "Start-MgBetaSecurityHuntingQuery", "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Run", "RunExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -501477,86 +505422,101 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Module": "Beta.Applications", - "Command": "Start-MgBetaServicePrincipalSynchronizationJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaTeamScheduleTimeCardBreak", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", - "Module": "Beta.Teams", - "Command": "Start-MgBetaTeamScheduleTimeCardBreak", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaTeamworkDeviceDiagnostic", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", - "Module": "Beta.Teams", - "Command": "Start-MgBetaTeamworkDeviceDiagnostic", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Run", "RunViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Start-MgBetaUserCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", - "Module": "Beta.Users.Actions", - "Command": "Start-MgBetaUserCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", - "Module": "Beta.Users.Actions", - "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", + "Permissions": [], "Method": "POST", + "Uri": "/users/{user-id}/solutions/workingTimeSchedule/startWorkingTime", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Users.Actions", + "Variants": [ + "Start", + "StartViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Start-MgCommunicationCallParticipantHoldMusic", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -501575,52 +505535,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "Module": "CloudCommunications", - "Command": "Start-MgCommunicationCallParticipantHoldMusic", "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "Module": "DeviceManagement.Actions", - "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Run", "RunViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Start-MgPrintPrinterJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", - "Module": "Devices.CloudPrint", - "Command": "Start-MgPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJobStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Start-MgPrintShareJob", "Permissions": [ { "Name": "PrintJob.Create", @@ -501663,35 +505623,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", - "Module": "Devices.CloudPrint", - "Command": "Start-MgPrintShareJob", "OutputType": "IMicrosoftGraphPrintJobStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Start-MgSecurityHuntingQuery", "Permissions": [], + "Method": "POST", "Uri": "/security/runHuntingQuery", - "Module": "Security", - "Command": "Start-MgSecurityHuntingQuery", "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Run", "RunExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Start-MgServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -501710,20 +505670,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Module": "Applications", - "Command": "Start-MgServicePrincipalSynchronizationJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Start", "StartViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaAccessReview", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -501742,35 +505702,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/stop", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaAccessReview", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaAccessReviewInstance", "Permissions": [], + "Method": "POST", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaAccessReviewInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -501797,39 +505757,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "Module": "Beta.Bookings", - "Command": "Stop-MgBetaBookingBusinessAppointment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaBookingBusinessCalendarView", "Permissions": [], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "Module": "Beta.Bookings", - "Command": "Stop-MgBetaBookingBusinessCalendarView", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaCommunicationCallMediaProcessing", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -501848,22 +505808,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "Module": "Beta.CloudCommunications", - "Command": "Stop-MgBetaCommunicationCallMediaProcessing", "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -501882,22 +505842,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "Module": "Beta.CloudCommunications", - "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -501916,22 +505876,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -501950,296 +505910,296 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cancel", "CancelExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "End", "EndViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", - "Module": "Beta.Financials", - "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaFinancialCompanySalesInvoice", "Permissions": [], + "Method": "POST", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", - "Module": "Beta.Financials", - "Command": "Stop-MgBetaFinancialCompanySalesInvoice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "Module": "Beta.Groups", - "Command": "Stop-MgBetaGroupCalendarEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "Module": "Beta.Groups", - "Command": "Stop-MgBetaGroupEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -502274,140 +506234,140 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintPrinterJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaPrintPrinterJobPrintJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", - "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintPrinterJobPrintJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaPrintPrinterShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", - "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintPrinterShareJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", "Permissions": [], + "Method": "POST", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", - "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaPrintShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", - "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintShareJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaPrintShareJobPrintJob", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", - "Module": "Beta.Devices.CloudPrint", - "Command": "Stop-MgBetaPrintShareJobPrintJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -502426,20 +506386,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -502458,283 +506418,298 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Beta.Identity.Governance", - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaSecurityAction", "Permissions": [], + "Method": "POST", "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", - "Module": "Beta.Security", - "Command": "Stop-MgBetaSecurityAction", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", - "Module": "Beta.Teams", - "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaUserCloudPc", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserCloudPc", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaUserCloudPcGracePeriod", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserCloudPcGracePeriod", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "End", "EndViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/cancel", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaUserEventInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserEventInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaUserPendingAccessReviewInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserPendingAccessReviewInstance", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "Module": "Beta.Users.Actions", - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Stop", "StopViaIdentity" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", + "Permissions": [], "Method": "POST", + "Uri": "/users/{user-id}/solutions/workingTimeSchedule/endWorkingTime", + "OutputType": null, "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta" + "Module": "Beta.Users.Actions", + "Variants": [ + "End", + "EndViaIdentity" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaVirtualEvent", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", - "Module": "Beta.Bookings", - "Command": "Stop-MgBetaVirtualEvent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaVirtualEventWebinarRegistration", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", - "Module": "Beta.Bookings", - "Command": "Stop-MgBetaVirtualEventWebinarRegistration", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationEmail", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", - "Module": "Beta.Bookings", - "Command": "Stop-MgBetaVirtualEventWebinarRegistrationEmail", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationUserId", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", - "Module": "Beta.Bookings", - "Command": "Stop-MgBetaVirtualEventWebinarRegistrationUserId", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -502761,39 +506736,39 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "Module": "Bookings", - "Command": "Stop-MgBookingBusinessAppointment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgBookingBusinessCalendarView", "Permissions": [], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "Module": "Bookings", - "Command": "Stop-MgBookingBusinessCalendarView", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgCommunicationCallMediaProcessing", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -502812,22 +506787,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "Module": "CloudCommunications", - "Command": "Stop-MgCommunicationCallMediaProcessing", "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgCommunicationCallParticipantHoldMusic", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -502846,161 +506821,161 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", - "Module": "CloudCommunications", - "Command": "Stop-MgCommunicationCallParticipantHoldMusic", "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "Module": "DeviceManagement.Actions", - "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "End", "EndViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "Module": "Identity.Governance", - "Command": "Stop-MgEntitlementManagementAssignmentRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgGroupCalendarEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", - "Module": "Groups", - "Command": "Stop-MgGroupCalendarEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgGroupEvent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/events/{event-id}/cancel", - "Module": "Groups", - "Command": "Stop-MgGroupEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", - "Module": "Identity.Governance", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", - "Module": "Identity.Governance", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", - "Module": "Identity.Governance", - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Stop", "StopViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", - "Module": "Identity.Governance", - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", - "Module": "Identity.Governance", - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -503035,35 +507010,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", - "Module": "Devices.CloudPrint", - "Command": "Stop-MgPrintPrinterJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgPrintShareJob", "Permissions": [], + "Method": "POST", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", - "Module": "Devices.CloudPrint", - "Command": "Stop-MgPrintShareJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -503082,20 +507057,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Identity.Governance", - "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -503114,144 +507089,144 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Identity.Governance", - "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": null, - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Method": "POST", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + "Module": "Identity.Governance", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Module": "Identity.Governance", - "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "POST", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Module": "Identity.Governance", - "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgUserEvent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/cancel", - "Module": "Users.Actions", - "Command": "Stop-MgUserEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Stop-MgUserEventInstance", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", - "Module": "Users.Actions", - "Command": "Stop-MgUserEventInstance", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgVirtualEvent", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", - "Module": "Bookings", - "Command": "Stop-MgVirtualEvent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgVirtualEventWebinarRegistration", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", - "Module": "Bookings", - "Command": "Stop-MgVirtualEventWebinarRegistration", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgVirtualEventWebinarRegistrationEmail", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", - "Module": "Bookings", - "Command": "Stop-MgVirtualEventWebinarRegistrationEmail", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Stop-MgVirtualEventWebinarRegistrationUserId", "Permissions": [], + "Method": "POST", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", - "Module": "Bookings", - "Command": "Stop-MgVirtualEventWebinarRegistrationUserId", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Cancel", "CancelViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Submit-MgBetaEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -503278,65 +507253,65 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Beta.Education", - "Command": "Submit-MgBetaEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Submit", "SubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Submit-MgBetaEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Beta.Education", - "Command": "Submit-MgBetaEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Submit", "SubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Submit-MgBetaEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Beta.Education", - "Command": "Submit-MgBetaEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Submit", "SubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Submit-MgBetaSecurityTiIndicator", "Permissions": [], + "Method": "POST", "Uri": "/security/tiIndicators/submitTiIndicators", - "Module": "Beta.Security", - "Command": "Submit-MgBetaSecurityTiIndicator", "OutputType": "IMicrosoftGraphTiIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Submit", "SubmitExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Submit-MgEducationClassAssignmentSubmission", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -503363,114 +507338,114 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Education", - "Command": "Submit-MgEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Submit", "SubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Submit-MgEducationMeAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Education", - "Command": "Submit-MgEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Submit", "SubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Submit-MgEducationUserAssignmentSubmission", "Permissions": [], + "Method": "POST", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Module": "Education", - "Command": "Submit-MgEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Submit", "SubmitViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Suspend-MgApplicationSynchronizationJob", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Module": "Applications", - "Command": "Suspend-MgApplicationSynchronizationJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Pause", "PauseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Suspend-MgBetaApplicationSynchronizationJob", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Module": "Beta.Applications", - "Command": "Suspend-MgBetaApplicationSynchronizationJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Pause", "PauseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Suspend-MgBetaEducationSynchronizationProfile", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -503489,20 +507464,20 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", - "Module": "Beta.Education", - "Command": "Suspend-MgBetaEducationSynchronizationProfile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Pause", "PauseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -503521,37 +507496,37 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Module": "Beta.Applications", - "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Pause", "PauseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", - "Module": "Beta.Users.Actions", - "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Suspend-MgServicePrincipalSynchronizationJob", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -503570,20 +507545,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Module": "Applications", - "Command": "Suspend-MgServicePrincipalSynchronizationJob", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Pause", "PauseViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", + "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503602,19 +507577,19 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Sync" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503633,20 +507608,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Sync", "SyncViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503665,77 +507640,77 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Sync" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidForWorkSettings/syncApps", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgBetaDeviceManagementComanagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementComanagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgBetaDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503754,81 +507729,81 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementExchangeConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", "SyncExpanded", "SyncViaIdentity", "SyncViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgBetaDeviceManagementManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotSettings/sync", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgBetaUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "Module": "Beta.Users.Actions", - "Command": "Sync-MgBetaUserManagedDevice", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Sync", "SyncViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", + "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503847,19 +507822,19 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "Module": "Devices.CorporateManagement", - "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Sync" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", + "Command": "Sync-MgDeviceAppManagementVppTokenLicense", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503878,20 +507853,20 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "Module": "Devices.CorporateManagement", - "Command": "Sync-MgDeviceAppManagementVppTokenLicense", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Sync", "SyncViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-synclicenses?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Sync-MgDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503910,251 +507885,251 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "Module": "DeviceManagement.Actions", - "Command": "Sync-MgDeviceManagementExchangeConnector", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Sync", "SyncExpanded", "SyncViaIdentity", "SyncViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-sync?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Sync-MgDeviceManagementManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "Module": "DeviceManagement.Actions", - "Command": "Sync-MgDeviceManagementManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Sync", "SyncViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Sync-MgUserManagedDevice", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", - "Module": "Users.Actions", - "Command": "Sync-MgUserManagedDevice", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Sync", "SyncViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgApplicationProperty", "Permissions": [], + "Method": "POST", "Uri": "/applications/validateProperties", - "Module": "Applications", - "Command": "Test-MgApplicationProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgApplicationSynchronizationJobCredential", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Module": "Applications", - "Command": "Test-MgApplicationSynchronizationJobCredential", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaAdministrativeUnitProperty", "Permissions": [], + "Method": "POST", "Uri": "/administrativeUnits/validateProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaAdministrativeUnitProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaApplicationProperty", "Permissions": [], + "Method": "POST", "Uri": "/applications/validateProperties", - "Module": "Beta.Applications", - "Command": "Test-MgBetaApplicationProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaApplicationSynchronizationJobCredential", "Permissions": [], + "Method": "POST", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Module": "Beta.Applications", - "Command": "Test-MgBetaApplicationSynchronizationJobCredential", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaContactProperty", "Permissions": [], + "Method": "POST", "Uri": "/contacts/validateProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaContactProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaContractProperty", "Permissions": [], + "Method": "POST", "Uri": "/contracts/validateProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaContractProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", + "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/validateXml", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaDeviceManagementAssignmentFilter", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/assignmentFilters/validateFilter", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Test-MgBetaDeviceManagementAssignmentFilter", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaDeviceProperty", "Permissions": [], + "Method": "POST", "Uri": "/devices/validateProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDeviceProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaDirectoryDeletedItemProperty", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/validateProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectoryDeletedItemProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaDirectoryObjectProperty", "Permissions": [ { "Name": "Group.Read.All", @@ -504189,114 +508164,114 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/validateProperties", - "Module": "Beta.DirectoryObjects", - "Command": "Test-MgBetaDirectoryObjectProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaDirectoryRoleProperty", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/validateProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectoryRoleProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaDirectoryRoleTemplateProperty", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/validateProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectoryRoleTemplateProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaDirectorySettingTemplateProperty", "Permissions": [], + "Method": "POST", "Uri": "/directorySettingTemplates/validateProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaDirectorySettingTemplateProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Beta.Files", - "Command": "Test-MgBetaDriveItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaDriveListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Files", - "Command": "Test-MgBetaDriveListContentTypePublished", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/validatePermission", - "Module": "Beta.Files", - "Command": "Test-MgBetaDriveRootPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaExternalIndustryDataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.ReadWrite.All", @@ -504315,101 +508290,101 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", - "Module": "Beta.Search", - "Command": "Test-MgBetaExternalIndustryDataConnector", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Validate", "ValidateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaGroupDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDriveItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaGroupDriveListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDriveListContentTypePublished", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaGroupDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDriveRootPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaGroupDynamicMembership", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/evaluateDynamicMembership", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDynamicMembership", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaGroupDynamicMembershipRule", "Permissions": [], + "Method": "POST", "Uri": "/groups/evaluateDynamicMembership", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupDynamicMembershipRule", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate1", "EvaluateExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaGroupProperty", "Permissions": [ { "Name": "Group.Read.All", @@ -504428,169 +508403,169 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/validateProperties", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaGroupSiteContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteContentTypePublished", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaGroupSiteListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Groups", - "Command": "Test-MgBetaGroupSiteListContentTypePublished", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaIdentityConditionalAccess", "Permissions": [], + "Method": "POST", "Uri": "/identity/conditionalAccess/evaluate", - "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaIdentityConditionalAccess", "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Evaluate", "EvaluateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -504609,67 +508584,67 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", - "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Evaluate", "EvaluateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/policy/labels/evaluateApplication", - "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Evaluate", "EvaluateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", "Permissions": [], + "Method": "POST", "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", - "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Evaluate", "EvaluateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -504688,35 +508663,35 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/informationProtection/policy/labels/evaluateRemoval", - "Module": "Beta.Identity.SignIns", - "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Evaluate", "EvaluateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaOrganizationProperty", "Permissions": [], + "Method": "POST", "Uri": "/organization/validateProperties", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Test-MgBetaOrganizationProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -504735,65 +508710,65 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", - "Module": "Beta.Security", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Evaluate", "EvaluateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", "Permissions": [], + "Method": "POST", "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "Module": "Beta.Security", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Evaluate", "EvaluateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", "Permissions": [], + "Method": "POST", "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", - "Module": "Beta.Security", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Evaluate", "EvaluateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaServicePrincipalProperty", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/validateProperties", - "Module": "Beta.Applications", - "Command": "Test-MgBetaServicePrincipalProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -504812,252 +508787,252 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Module": "Beta.Applications", - "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaShareListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Files", - "Command": "Test-MgBetaShareListContentTypePublished", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaSiteContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteContentTypePublished", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", - "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", - "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", - "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", - "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaSiteListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Sites", - "Command": "Test-MgBetaSiteListContentTypePublished", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserCloudPcBulkResize", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserCloudPcBulkResize", "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaUserDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserDriveItemPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserDriveListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Beta.Users.Functions", - "Command": "Test-MgBetaUserDriveListContentTypePublished", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaUserDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserDriveRootPermission", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -505076,107 +509051,107 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgBetaUserManagedAppUserBlocked", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -505211,20 +509186,20 @@ "IsLeastPrivilege": false } ], + "Method": "GET", "Uri": "/users/{user-id}/isManagedAppUserBlocked", - "Module": "Beta.Users.Functions", - "Command": "Test-MgBetaUserManagedAppUserBlocked", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserPassword", "Permissions": [ { "Name": "User.ReadWrite", @@ -505243,35 +509218,35 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/validatePassword", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserPassword", "OutputType": "IMicrosoftGraphPasswordValidationInformation", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserProperty", "Permissions": [], + "Method": "POST", "Uri": "/users/validateProperties", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -505290,22 +509265,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -505324,22 +509299,22 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -505358,82 +509333,82 @@ "IsLeastPrivilege": true } ], + "Method": "POST", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", - "Module": "Beta.Users.Actions", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgContactProperty", "Permissions": [], + "Method": "POST", "Uri": "/contacts/validateProperties", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgContactProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgContractProperty", "Permissions": [], + "Method": "POST", "Uri": "/contracts/validateProperties", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgContractProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgDeviceProperty", "Permissions": [], + "Method": "POST", "Uri": "/devices/validateProperties", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgDeviceProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgDirectoryDeletedItemProperty", "Permissions": [], + "Method": "POST", "Uri": "/directory/deletedItems/validateProperties", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgDirectoryDeletedItemProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgDirectoryObjectProperty", "Permissions": [ { "Name": "Group.Read.All", @@ -505468,148 +509443,148 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/directoryObjects/validateProperties", - "Module": "DirectoryObjects", - "Command": "Test-MgDirectoryObjectProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgDirectoryRoleProperty", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoles/validateProperties", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgDirectoryRoleProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgDirectoryRoleTemplateProperty", "Permissions": [], + "Method": "POST", "Uri": "/directoryRoleTemplates/validateProperties", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgDirectoryRoleTemplateProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Files", - "Command": "Test-MgDriveItemPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgDriveListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Files", - "Command": "Test-MgDriveListContentTypePublished", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/root/validatePermission", - "Module": "Files", - "Command": "Test-MgDriveRootPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgGroupDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Groups", - "Command": "Test-MgGroupDriveItemPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgGroupDriveListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Groups", - "Command": "Test-MgGroupDriveListContentTypePublished", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgGroupDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", - "Module": "Groups", - "Command": "Test-MgGroupDriveRootPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgGroupProperty", "Permissions": [ { "Name": "Group.Read.All", @@ -505628,67 +509603,67 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/groups/{group-id}/validateProperties", - "Module": "Groups", - "Command": "Test-MgGroupProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgGroupSettingTemplateProperty", "Permissions": [], + "Method": "POST", "Uri": "/groupSettingTemplates/validateProperties", - "Module": "Groups", - "Command": "Test-MgGroupSettingTemplateProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgGroupSiteContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Groups", - "Command": "Test-MgGroupSiteContentTypePublished", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgGroupSiteListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Groups", - "Command": "Test-MgGroupSiteListContentTypePublished", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -505707,52 +509682,52 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", - "Module": "Identity.SignIns", - "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgOrganizationProperty", "Permissions": [], + "Method": "POST", "Uri": "/organization/validateProperties", - "Module": "Identity.DirectoryManagement", - "Command": "Test-MgOrganizationProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgServicePrincipalProperty", "Permissions": [], + "Method": "POST", "Uri": "/servicePrincipals/validateProperties", - "Module": "Applications", - "Command": "Test-MgServicePrincipalProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgServicePrincipalSynchronizationJobCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -505771,131 +509746,131 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Module": "Applications", - "Command": "Test-MgServicePrincipalSynchronizationJobCredential", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgShareListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Files", - "Command": "Test-MgShareListContentTypePublished", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgSiteContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Sites", - "Command": "Test-MgSiteContentTypePublished", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgSiteListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", - "Module": "Sites", - "Command": "Test-MgSiteListContentTypePublished", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgUserDriveItemPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", - "Module": "Users.Actions", - "Command": "Test-MgUserDriveItemPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgUserDriveListContentTypePublished", "Permissions": [], + "Method": "GET", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", - "Module": "Users.Functions", - "Command": "Test-MgUserDriveListContentTypePublished", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Variants": [ "Is", "IsViaIdentity" - ], - "Method": "GET", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Test-MgUserDriveRootPermission", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", - "Module": "Users.Actions", - "Command": "Test-MgUserDriveRootPermission", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Test-MgUserProperty", "Permissions": [], + "Method": "POST", "Uri": "/users/validateProperties", - "Module": "Users.Actions", - "Command": "Test-MgUserProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Validate", "ValidateExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Unblock-MgBetaUserManagedApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505914,933 +509889,933 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/users/{user-id}/unblockManagedApps", - "Module": "Beta.Users.Actions", - "Command": "Unblock-MgBetaUserManagedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unblock", "UnblockViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaChatMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaChatMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaChatMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaChatMessageSoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaTeamworkDeletedChatDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamworkDeletedChatDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Teams", - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Beta.Users.Actions", - "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Undo-MgBetaUserChatMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Beta.Users.Actions", - "Command": "Undo-MgBetaUserChatMessageSoftDelete", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgChatMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Teams", - "Command": "Undo-MgChatMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgChatMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Teams", - "Command": "Undo-MgChatMessageSoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgTeamChannelMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Teams", - "Command": "Undo-MgTeamChannelMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgTeamChannelMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Teams", - "Command": "Undo-MgTeamChannelMessageSoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Teams", - "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Teams", - "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgTeamworkDeletedChatDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", - "Module": "Teams", - "Command": "Undo-MgTeamworkDeletedChatDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Teams", - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Teams", - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgUserChatMessageReplySoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Module": "Users.Actions", - "Command": "Undo-MgUserChatMessageReplySoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Undo-MgUserChatMessageSoftDelete", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Module": "Users.Actions", - "Command": "Undo-MgUserChatMessageSoftDelete", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Undo", "UndoViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Unpublish-MgBetaBookingBusiness", "Permissions": [], + "Method": "POST", "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", - "Module": "Beta.Bookings", - "Command": "Unpublish-MgBetaBookingBusiness", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Unpublish", "Unpublish1", "UnpublishViaIdentity", "UnpublishViaIdentity1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Unpublish-MgBetaDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Files", - "Command": "Unpublish-MgBetaDriveListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Unpublish-MgBetaGroupDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Groups", - "Command": "Unpublish-MgBetaGroupDriveListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Unpublish-MgBetaGroupSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Groups", - "Command": "Unpublish-MgBetaGroupSiteContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Unpublish-MgBetaGroupSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Groups", - "Command": "Unpublish-MgBetaGroupSiteListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Unpublish-MgBetaShareListContentType", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Files", - "Command": "Unpublish-MgBetaShareListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Unpublish-MgBetaSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Sites", - "Command": "Unpublish-MgBetaSiteContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Unpublish-MgBetaSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Sites", - "Command": "Unpublish-MgBetaSiteListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Unpublish-MgBetaUserDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Beta.Users.Actions", - "Command": "Unpublish-MgBetaUserDriveListContentType", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Unpublish-MgBookingBusiness", "Permissions": [], + "Method": "POST", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", - "Module": "Bookings", - "Command": "Unpublish-MgBookingBusiness", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Unpublish-MgDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Files", - "Command": "Unpublish-MgDriveListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Unpublish-MgGroupDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Groups", - "Command": "Unpublish-MgGroupDriveListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Unpublish-MgGroupSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Groups", - "Command": "Unpublish-MgGroupSiteContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Unpublish-MgGroupSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Groups", - "Command": "Unpublish-MgGroupSiteListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Unpublish-MgShareListContentType", "Permissions": [], + "Method": "POST", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Files", - "Command": "Unpublish-MgShareListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Unpublish-MgSiteContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Sites", - "Command": "Unpublish-MgSiteContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Unpublish-MgSiteListContentType", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", - "Module": "Sites", - "Command": "Unpublish-MgSiteListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Unpublish-MgUserDriveListContentType", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", - "Module": "Users.Actions", - "Command": "Unpublish-MgUserDriveListContentType", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Unpublish", "UnpublishViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAdminEdge", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdge", "OutputType": "IMicrosoftGraphEdge", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAdminEdgeInternetExplorerMode", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge/internetExplorerMode", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdgeInternetExplorerMode", "OutputType": "IMicrosoftGraphInternetExplorerMode", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", "OutputType": "IMicrosoftGraphBrowserSiteList", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "DeviceManagement", - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", "OutputType": "IMicrosoftGraphBrowserSite", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgAdminPeopleItemInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/people/itemInsights", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgAdminPeopleItemInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgAdminPeopleProfileCardProperty", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgAdminPeopleProfileCardProperty", "OutputType": "IMicrosoftGraphProfileCardProperty", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgAdminPeoplePronoun", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/people/pronouns", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgAdminPeoplePronoun", "OutputType": "IMicrosoftGraphPronounsSettings", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAdminSharepoint", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/sharepoint", - "Module": "Sites", - "Command": "Update-MgAdminSharepoint", "OutputType": "IMicrosoftGraphSharepoint", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgAdminSharepointSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/sharepoint/settings", - "Module": "Sites", - "Command": "Update-MgAdminSharepointSetting", "OutputType": "IMicrosoftGraphSharepointSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAgreement", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}", - "Module": "Identity.Governance", - "Command": "Update-MgAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAgreementAcceptance", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAgreementFile", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/file", - "Module": "Identity.Governance", - "Command": "Update-MgAgreementFile", "OutputType": "IMicrosoftGraphAgreementFile", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAgreementFileLocalization", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance", - "Command": "Update-MgAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAgreementFileLocalizationVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Update-MgAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAgreementFileVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Update-MgAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAppCatalogTeamApp", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Teams", - "Command": "Update-MgAppCatalogTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgAppCatalogTeamAppDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Teams", - "Command": "Update-MgAppCatalogTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgAppCatalogTeamAppDefinitionBot", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Teams", - "Command": "Update-MgAppCatalogTeamAppDefinitionBot", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -506859,73 +510834,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/applications/{application-id}", - "Module": "Applications", - "Command": "Update-MgApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgApplicationByAppId", "Permissions": [], + "Method": "PATCH", "Uri": "/applications(appId='{appId}')", - "Module": "Applications", - "Command": "Update-MgApplicationByAppId", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgApplicationByUniqueName", "Permissions": [], + "Method": "PATCH", "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Applications", - "Command": "Update-MgApplicationByUniqueName", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgApplicationExtensionProperty", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Applications", - "Command": "Update-MgApplicationExtensionProperty", "OutputType": "IMicrosoftGraphExtensionProperty", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -506944,107 +510919,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Applications", - "Command": "Update-MgApplicationFederatedIdentityCredential", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgApplicationFederatedIdentityCredentialByName", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Applications", - "Command": "Update-MgApplicationFederatedIdentityCredentialByName", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgApplicationSynchronizationJob", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgApplicationSynchronizationJobBulkUpload", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgApplicationSynchronizationJobSchema", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationJobSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgApplicationSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -507063,56 +511038,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgApplicationSynchronizationTemplateSchema", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAccessReview", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -507131,618 +511106,618 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/accessReviews/{accessReview-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReview", "OutputType": "IMicrosoftGraphAccessReview", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAccessReviewDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAccessReviewInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewInstance", "OutputType": "IMicrosoftGraphAccessReview", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAccessReviewInstanceDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAccessReviewInstanceMyDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewInstanceMyDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAccessReviewInstanceReviewer", "Permissions": [], + "Method": "PATCH", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewInstanceReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAccessReviewMyDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewMyDecision", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAccessReviewReviewer", "Permissions": [], + "Method": "PATCH", "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAccessReviewReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAdminEdge", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdge", "OutputType": "IMicrosoftGraphEdge", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge/internetExplorerMode", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", "OutputType": "IMicrosoftGraphInternetExplorerMode", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", "OutputType": "IMicrosoftGraphBrowserSiteList", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "OutputType": "IMicrosoftGraphBrowserSite", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAdministrativeUnit", "Permissions": [], + "Method": "PATCH", "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAdministrativeUnitExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", "Permissions": [], + "Method": "PATCH", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAdminPeople", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/people", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdminPeople", "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAdminPeopleItemInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/people/itemInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdminPeopleItemInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAdminPeopleProfileCardProperty", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdminPeopleProfileCardProperty", "OutputType": "IMicrosoftGraphProfileCardProperty", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAdminPeoplePronoun", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/people/pronouns", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaAdminPeoplePronoun", "OutputType": "IMicrosoftGraphPronounsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAdminReportSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/reportSettings", - "Module": "Beta.Reports", - "Command": "Update-MgBetaAdminReportSetting", "OutputType": "IMicrosoftGraphAdminReportSettings", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAdminSharepoint", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/sharepoint", - "Module": "Beta.Sites", - "Command": "Update-MgBetaAdminSharepoint", "OutputType": "IMicrosoftGraphSharepoint", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAdminSharepointSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/sharepoint/settings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaAdminSharepointSetting", "OutputType": "IMicrosoftGraphSharepointSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAgreement", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAgreementAcceptance", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAgreementFile", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementFile", "OutputType": "IMicrosoftGraphAgreementFile", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAgreementFileLocalization", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAgreementFileLocalizationVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAgreementFileVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAppCatalogTeamApp", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamApp", "OutputType": "IMicrosoftGraphTeamsApp", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaAppCatalogTeamAppDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinition", "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", "OutputType": "IMicrosoftGraphTeamsAppIcon", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "OutputType": "IMicrosoftGraphTeamsAppIcon", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Module": "Beta.Teams", - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaApplication", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -507761,73 +511736,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/applications/{application-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplication", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaApplicationByAppId", "Permissions": [], + "Method": "PATCH", "Uri": "/applications(appId='{appId}')", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationByAppId", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaApplicationByUniqueName", "Permissions": [], + "Method": "PATCH", "Uri": "/applications(uniqueName='{uniqueName}')", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationByUniqueName", "OutputType": "IMicrosoftGraphApplication", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaApplicationExtensionProperty", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationExtensionProperty", "OutputType": "IMicrosoftGraphExtensionProperty", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaApplicationFederatedIdentityCredential", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -507846,107 +511821,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationFederatedIdentityCredential", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaApplicationSynchronizationJob", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaApplicationSynchronizationJobSchema", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationJobSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaApplicationSynchronizationTemplate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -507965,394 +511940,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "Module": "Beta.Applications", - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestore", - "OutputType": "IMicrosoftGraphBackupRestoreRoot", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreDriveInclusionRule", - "OutputType": "IMicrosoftGraphDriveProtectionRule", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreDriveProtectionUnit", - "OutputType": "IMicrosoftGraphDriveProtectionUnit", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreExchangeProtectionPolicy", - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreExchangeRestoreSession", - "OutputType": "IMicrosoftGraphExchangeRestoreSession", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreMailboxInclusionRule", - "OutputType": "IMicrosoftGraphMailboxProtectionRule", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreMailboxProtectionUnit", - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy", - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreOneDriveForBusinessRestoreSession", - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestorePoint", - "OutputType": "IMicrosoftGraphRestorePoint", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreProtectionPolicy", - "OutputType": "IMicrosoftGraphProtectionPolicyBase", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreServiceApp", - "OutputType": "IMicrosoftGraphServiceApp", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", "Permissions": [], - "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreSession", - "OutputType": "IMicrosoftGraphRestoreSessionBase", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Method": "PATCH", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreSharePointProtectionPolicy", - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta" + ] }, { - "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreSharePointRestoreSession", - "OutputType": "IMicrosoftGraphSharePointRestoreSession", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Permissions": [], - "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Method": "PATCH", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreSiteInclusionRule", - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBackupRestoreSiteProtectionUnit", - "OutputType": "IMicrosoftGraphSiteProtectionUnit", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Update-MgBetaBookingBusiness", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -508371,10 +512008,11 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusiness", "OutputType": "IMicrosoftGraphBookingBusiness", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -508384,13 +512022,12 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -508425,10 +512062,11 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessAppointment", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -508438,18 +512076,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaBookingBusinessCalendarView", "Permissions": [], + "Method": "PATCH", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessCalendarView", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -508459,13 +512097,12 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaBookingBusinessCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -508500,10 +512137,11 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessCustomer", "OutputType": "IMicrosoftGraphBookingCustomer", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -508513,13 +512151,12 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaBookingBusinessCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -508546,10 +512183,11 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessCustomQuestion", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -508559,13 +512197,12 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaBookingBusinessService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -508584,10 +512221,11 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessService", "OutputType": "IMicrosoftGraphBookingService", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -508597,13 +512235,12 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaBookingBusinessStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -508622,10 +512259,11 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingBusinessStaffMember", "OutputType": "IMicrosoftGraphBookingStaffMember", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -508635,18 +512273,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaBookingCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBookingCurrency", "OutputType": "IMicrosoftGraphBookingCurrency", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "Update1", @@ -508656,285 +512294,29 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaBusinessFlowTemplate", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenario", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioByUniqueName", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlanner", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfiguration", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta" + ] }, { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTask", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Update-MgBetaBusinessFlowTemplate", "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [ - { - "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", - "Description": "Read and write business scenario configurations this app creates or owns", - "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskConfiguration", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], "Method": "PATCH", + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-beta" - }, - { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskDetail", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null - }, - { + "Command": "Update-MgBetaChat", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -508961,22 +512343,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/chats/{chat-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaChatInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -509067,56 +512449,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatInstalledApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaChatLastMessagePreview", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatLastMessagePreview", "OutputType": "IMicrosoftGraphChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaChatMember", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaChatMessage", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -509151,107 +512533,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaChatMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaChatMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaChatOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaChatPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaChatPinnedMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaChatTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -509294,22 +512676,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -509328,73 +512710,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationCallContentSharingSession", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallContentSharingSession", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationCallOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallOperation", "OutputType": "IMicrosoftGraphCommsOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationCallParticipant", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallParticipant", "OutputType": "IMicrosoftGraphParticipant", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationCallRecordingStatus", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -509413,95 +512795,96 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallRecordingStatus", "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationCallRecordSession", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationCallRecordSession", "OutputType": "IMicrosoftGraphCallRecordsSession", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationOnlineMeeting", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "Update1", @@ -509511,18 +512894,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "Update1", @@ -509532,162 +512915,161 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", "OutputType": "IMicrosoftGraphMeetingRegistration", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCommunicationPresence", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/presences/{presence-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaCommunicationPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaCompliance", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaCompliance", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscovery", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscovery", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -509706,22 +513088,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCase", "OutputType": "IMicrosoftGraphEdiscoveryCase", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -509740,88 +513122,88 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -509840,139 +513222,139 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", "Permissions": [], + "Method": "POST", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -509991,39 +513373,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -510042,39 +513424,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -510093,73 +513475,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaContact", "Permissions": [], + "Method": "PATCH", "Uri": "/contacts/{orgContact-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaContract", "Permissions": [], + "Method": "PATCH", "Uri": "/contracts/{contract-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaContract", "OutputType": "IMicrosoftGraphContract", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDataPolicyOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaDataPolicyOperation", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDevice", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -510186,22 +513568,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/devices/{device-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgt", + "Command": "Update-MgBetaDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510220,37 +513602,37 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagement", "OutputType": "IMicrosoftGraphDeviceAppManagement", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgt", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510269,22 +513651,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510303,22 +513685,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510337,22 +513719,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510371,22 +513753,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510405,22 +513787,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510439,141 +513821,141 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510592,22 +513974,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510626,22 +514008,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510660,107 +514042,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", + "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510779,175 +514161,175 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "OutputType": "IMicrosoftGraphManagedAppOperation", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", + "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", "OutputType": "IMicrosoftGraphManagedAppStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", + "Command": "Update-MgBetaDeviceAppManagementManagedEBook", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBook", "OutputType": "IMicrosoftGraphManagedEBook", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", "OutputType": "IMicrosoftGraphManagedEBookCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", "OutputType": "IMicrosoftGraphEBookInstallSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510966,22 +514348,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -511000,22 +514382,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -511034,1703 +514416,1703 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", + "Command": "Update-MgBetaDeviceAppManagementMobileApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileApp", "OutputType": "IMicrosoftGraphMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", + "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", + "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", + "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", "Permissions": [], + "Method": "POST", "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", + "Command": "Update-MgBetaDeviceAppManagementPolicySet", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementPolicySet", "OutputType": "IMicrosoftGraphPolicySet", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", + "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", "OutputType": "IMicrosoftGraphPolicySetAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", + "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", "OutputType": "IMicrosoftGraphPolicySetItem", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", + "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -512749,22 +516131,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -512783,22 +516165,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -512817,22 +516199,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512851,22 +516233,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtTask", + "Command": "Update-MgBetaDeviceAppManagementTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512885,22 +516267,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTask", "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtTask", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", + "Command": "Update-MgBetaDeviceAppManagementTaskStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512919,22 +516301,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementTaskStatus", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", + "Command": "Update-MgBetaDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -512953,90 +516335,90 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementVppToken", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -513055,22 +516437,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513089,22 +516471,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513123,22 +516505,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513157,22 +516539,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513191,22 +516573,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -513225,22 +516607,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -513259,22 +516641,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -513293,22 +516675,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -513327,90 +516709,90 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDeviceByDeviceId", "Permissions": [], + "Method": "PATCH", "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDeviceByDeviceId", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceCommand", "Permissions": [], + "Method": "PATCH", "Uri": "/devices/{device-id}/commands/{command-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDeviceCommand", "OutputType": "IMicrosoftGraphCommand", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDeviceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -513453,150 +516835,150 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagement", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/androidForWorkSettings", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -513615,360 +516997,360 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAssignmentFilter", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementAssignmentFilter", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAuditEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementAuditEvent", "OutputType": "IMicrosoftGraphAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAutopilotEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAutopilotEvent", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", "OutputType": "IMicrosoftGraphCartToClassAssociation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCategory", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "OutputType": "IMicrosoftGraphWindowsProtectionState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -513987,22 +517369,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -514021,124 +517403,124 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementCompliancePolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementComplianceSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementComplianceSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -514157,139 +517539,139 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementConfigurationSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementConfigurationSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDataSharingConsent", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -514308,107 +517690,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDataSharingConsent", "OutputType": "IMicrosoftGraphDataSharingConsent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "OutputType": "IMicrosoftGraphEnrollmentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDerivedCredential", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDerivedCredential", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -514427,22 +517809,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -514461,472 +517843,472 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Refresh" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -514945,22 +518327,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -514979,22 +518361,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -515021,22 +518403,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", "OutputType": "IMicrosoftGraphDeviceHealthScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -515055,22 +518437,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -515089,22 +518471,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -515131,22 +518513,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -515165,22 +518547,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceShellScript", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -515199,22 +518581,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScript", "OutputType": "IMicrosoftGraphDeviceShellScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -515233,22 +518615,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -515267,22 +518649,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -515301,22 +518683,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -515335,107 +518717,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -515454,22 +518836,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementExchangeConnector", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -515488,10 +518870,11 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "Update1", @@ -515499,18 +518882,18 @@ "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "Update1", @@ -515518,778 +518901,777 @@ "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntent", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntent", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentAssignment", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentCategory", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentDeviceState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentDeviceState", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentUserState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentUserState", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -516308,379 +519690,396 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Permissions": [], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Method": "PATCH", + "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "OutputType": "IMicrosoftGraphWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "Permissions": [], "Method": "PATCH", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "OutputType": "IMicrosoftGraphWindowsProtectionState", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.DeviceManagement", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -516699,22 +520098,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -516733,122 +520132,122 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMonitoring", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/monitoring", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMonitoring", "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementNdeConnector", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementNdeConnector", "OutputType": "IMicrosoftGraphNdesConnector", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -516867,22 +520266,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementPartner", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516901,22 +520300,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", "OutputType": "IMicrosoftGraphRemoteActionAudit", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -516935,22 +520334,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -516985,54 +520384,54 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/reports", - "Module": "Beta.Reports", - "Command": "Update-MgBetaDeviceManagementReport", "OutputType": "IMicrosoftGraphDeviceManagementReports", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -517051,39 +520450,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementResourceOperation", "OutputType": "IMicrosoftGraphResourceOperation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementReusableSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementReusableSetting", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -517102,22 +520501,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -517136,22 +520535,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -517170,22 +520569,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "OutputType": "IMicrosoftGraphRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517204,56 +520603,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleScopeTag", "OutputType": "IMicrosoftGraphRoleScopeTag", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementScript", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScript", "OutputType": "IMicrosoftGraphDeviceManagementScript", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementScriptAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517272,22 +520671,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517306,22 +520705,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517340,22 +520739,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementScriptUserRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517374,22 +520773,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptUserRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517408,311 +520807,311 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementSettingDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementSettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplate", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplateCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateCategory", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTemplateSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTemplateSetting", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTermAndCondition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517731,39 +521130,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517782,22 +521181,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517816,22 +521215,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517850,22 +521249,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517884,22 +521283,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517918,22 +521317,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517952,22 +521351,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -517986,22 +521385,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518020,22 +521419,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518054,22 +521453,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518088,22 +521487,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518122,37 +521521,37 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518171,22 +521570,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518205,22 +521604,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518239,20 +521638,20 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518271,22 +521670,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518305,22 +521704,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518339,22 +521738,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518373,22 +521772,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518407,22 +521806,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518441,20 +521840,20 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518473,39 +521872,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518524,22 +521923,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518558,22 +521957,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518592,10 +521991,11 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "Update1", @@ -518603,13 +522003,12 @@ "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518628,22 +522027,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518662,22 +522061,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518696,22 +522095,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518730,39 +522129,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518781,22 +522180,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518815,22 +522214,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518849,22 +522248,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518883,22 +522282,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518917,22 +522316,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518951,20 +522350,20 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518983,22 +522382,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519017,22 +522416,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519051,22 +522450,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519085,20 +522484,20 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519117,22 +522516,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519151,22 +522550,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519185,173 +522584,173 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", "OutputType": "IMicrosoftGraphUserPfxCertificate", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -519370,356 +522769,339 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/reports", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", "OutputType": "IMicrosoftGraphCloudPcReports", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", "OutputType": "IMicrosoftGraphCloudPcExportJob", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "Beta.DeviceManagement.Administration", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "Module": "Beta.DeviceManagement.Actions", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsAutopilotSettings", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -519738,22 +523120,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -519772,188 +523154,188 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", - "Module": "Beta.DeviceManagement", - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDeviceUsageRights", "Permissions": [], + "Method": "PATCH", "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDeviceUsageRights", "OutputType": "IMicrosoftGraphUsageRight", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/directory", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectory", "OutputType": "IMicrosoftGraphDirectory", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryAdministrativeUnit", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryAttributeSet", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryAttributeSet", "OutputType": "IMicrosoftGraphAttributeSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryCertificateAuthority", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/certificateAuthorities", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCertificateAuthority", "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -519972,345 +523354,345 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": "IMicrosoftGraphAllowedValue", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryDeviceLocalCredential", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryExternalUserProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryExternalUserProfile", "OutputType": "IMicrosoftGraphExternalUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryFederationConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryFederationConfiguration", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryImpactedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryObject", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "Beta.DirectoryObjects", - "Command": "Update-MgBetaDirectoryObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryRecommendation", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/recommendations/{recommendation-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRecommendation", "OutputType": "IMicrosoftGraphRecommendation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", "OutputType": "IMicrosoftGraphImpactedResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryRole", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryRoleScopedMember", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRoleScopedMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectoryRoleTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectoryRoleTemplate", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDirectorySetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -520329,226 +523711,226 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/settings/{directorySetting-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySetting", "OutputType": "IMicrosoftGraphDirectorySetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectorySettingTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySettingTemplate", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectorySharedEmailDomain", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySharedEmailDomain", "OutputType": "IMicrosoftGraphSharedEmailDomain", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectorySubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySubscription", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDomain", "Permissions": [], + "Method": "PATCH", "Uri": "/domains/{domain-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDomainFederationConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomainFederationConfiguration", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDomainServiceConfigurationRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomainServiceConfigurationRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", "Permissions": [], + "Method": "PATCH", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDomainVerificationDnsRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaDomainVerificationDnsRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDrive", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -520575,243 +523957,243 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -520838,770 +524220,770 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveList", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRoot", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaDriveRootVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationClass", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -521620,39 +525002,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentDefault", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -521671,56 +525053,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentDefault", "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -521739,22 +525121,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentSetting", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -521773,39 +525155,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSetting", "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -521824,39 +525206,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", "OutputType": "IMicrosoftGraphEducationGradingScheme", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentSubmission", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -521875,90 +525257,90 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -521977,22 +525359,22 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -522011,207 +525393,207 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationClassModuleResource", "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMe", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMe", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignmentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignmentRubric", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignmentSubmission", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -522230,380 +525612,381 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationMeUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/user/mailboxSettings", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationMeUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationRoot", "Permissions": [], + "Method": "PATCH", "Uri": "/education", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationRoot", "OutputType": "IMicrosoftGraphEducationRoot", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationSchool", "Permissions": [], + "Method": "PATCH", "Uri": "/education/schools/{educationSchool-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", "Permissions": [], + "Method": "PATCH", "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationSynchronizationProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSynchronizationProfile", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationSynchronizationProfileError", "Permissions": [], + "Method": "PATCH", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSynchronizationProfileError", "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationSynchronizationProfileStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationSynchronizationProfileStatus", "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEducationUser", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignmentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignmentRubric", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignmentSubmission", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEducationUserRubric", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Beta.Education", - "Command": "Update-MgBetaEducationUserRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "beta", + "Module": "Beta.Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackage", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -522611,103 +525994,103 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -522715,103 +526098,103 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -522819,128 +526202,127 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/settings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementSetting", "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementSubject", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementSubject", "OutputType": "IMicrosoftGraphAccessPackageSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", "OutputType": "IMicrosoftGraphAccessPackageSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternal", "Permissions": [], + "Method": "PATCH", "Uri": "/external", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternal", "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalAuthorizationSystem", "Permissions": [], + "Method": "PATCH", "Uri": "/external/authorizationSystems/{authorizationSystem-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalAuthorizationSystem", "OutputType": "IMicrosoftGraphAuthorizationSystem", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", "Permissions": [], + "Method": "PATCH", "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", "OutputType": "IMicrosoftGraphDataCollectionInfo", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -522959,22 +526341,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnection", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalConnectionGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -522993,90 +526375,90 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionGroup", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalConnectionGroupMember", "Permissions": [], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionGroupMember", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalConnectionItemActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalConnectionOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionOperation", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalConnectionQuota", "Permissions": [], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/quota", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionQuota", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaExternalConnectionSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -523095,484 +526477,485 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/schema", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalConnectionSchema", "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaExternalIndustryDataConnector", "Permissions": [], + "Method": "PATCH", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataConnector", "OutputType": "IMicrosoftGraphIndustryDataConnector", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaExternalIndustryDataInboundFlow", "Permissions": [], + "Method": "PATCH", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataInboundFlow", "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalIndustryDataOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/external/industryData/operations/{longRunningOperation-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Permissions": [], + "Method": "PATCH", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Permissions": [], + "Method": "PATCH", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaExternalIndustryDataRoleGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/external/industryData/roleGroups/{roleGroup-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataRoleGroup", "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaExternalIndustryDataSourceSystem", "Permissions": [], + "Method": "PATCH", "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataSourceSystem", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaExternalIndustryDataYear", "Permissions": [], + "Method": "PATCH", "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaExternalIndustryDataYear", "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancial", "Permissions": [], + "Method": "PATCH", "Uri": "/financials", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancial", "OutputType": "IMicrosoftGraphFinancials", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCountryRegion", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCountryRegion", "OutputType": "IMicrosoftGraphCountryRegion", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomer", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPayment", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPayment", "OutputType": "IMicrosoftGraphCustomerPayment", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "OutputType": "IMicrosoftGraphCustomerPayment", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -523582,18 +526965,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -523603,120 +526986,120 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyEmployee", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyEmployee", "OutputType": "IMicrosoftGraphEmployee", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyEmployeePicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyEmployeePicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyInformation", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyInformation", "OutputType": "IMicrosoftGraphCompanyInformation", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyItem", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyItemCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -523726,52 +527109,52 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyItemPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyJournal", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyJournal", "OutputType": "IMicrosoftGraphJournal", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyJournalLine", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyJournalLine", "OutputType": "IMicrosoftGraphJournalLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -523781,103 +527164,103 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPaymentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", "OutputType": "IMicrosoftGraphPurchaseInvoice", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -523887,18 +527270,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -523908,18 +527291,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -523929,18 +527312,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -523950,528 +527333,528 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", "OutputType": "IMicrosoftGraphVendor", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", "OutputType": "IMicrosoftGraphSalesCreditMemo", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoice", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoice", "OutputType": "IMicrosoftGraphSalesInvoice", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524481,18 +527864,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524502,18 +527885,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524523,18 +527906,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524544,188 +527927,188 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrder", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrder", "OutputType": "IMicrosoftGraphSalesOrder", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderLine", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderLine", "OutputType": "IMicrosoftGraphSalesOrderLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524735,18 +528118,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524756,18 +528139,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524777,18 +528160,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524798,171 +528181,171 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuote", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuote", "OutputType": "IMicrosoftGraphSalesQuote", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", "OutputType": "IMicrosoftGraphCustomer", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", "OutputType": "IMicrosoftGraphSalesQuoteLine", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524972,18 +528355,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", "OutputType": "IMicrosoftGraphItem", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -524993,18 +528376,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", "OutputType": "IMicrosoftGraphItemCategory", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -525014,18 +528397,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "Update1", @@ -525035,200 +528418,199 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyShipmentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyShipmentMethod", "OutputType": "IMicrosoftGraphShipmentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyTaxArea", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyTaxArea", "OutputType": "IMicrosoftGraphTaxArea", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyTaxGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyTaxGroup", "OutputType": "IMicrosoftGraphTaxGroup", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", "OutputType": "IMicrosoftGraphUnitOfMeasure", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyVendor", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendor", "OutputType": "IMicrosoftGraphVendor", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyVendorCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendorCurrency", "OutputType": "IMicrosoftGraphCurrency", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", "OutputType": "IMicrosoftGraphPaymentMethod", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", "OutputType": "IMicrosoftGraphPaymentTerm", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaFinancialCompanyVendorPicture", "Permissions": [], + "Method": "PATCH", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", - "Module": "Beta.Financials", - "Command": "Update-MgBetaFinancialCompanyVendorPicture", "OutputType": "IMicrosoftGraphPicture", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -525247,56 +528629,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupAppRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaGroupAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaGroupByUniqueName", "Permissions": [], + "Method": "PATCH", "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupByUniqueName", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -525315,39 +528697,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupCalendarPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -525366,1110 +528748,1110 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupConversationThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupConversationThreadPost", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupConversationThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupConversationThreadPostExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupConversationThreadPostExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDrive", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveList", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRoot", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupDriveRootVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaGroupDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupEndpoint", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaGroupEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -526488,129 +529870,130 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupEventExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupEventInstanceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaGroupEventInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaGroupLifecyclePolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupLifecyclePolicy", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "Update1", @@ -526620,149 +530003,148 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupOnenoteNotebook", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupOnenotePage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupOnenotePageContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupOnenotePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupOnenoteSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaGroupOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupOnenoteSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaGroupOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupPlanner", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/planner", - "Module": "Beta.Planner", - "Command": "Update-MgBetaGroupPlanner", "OutputType": "IMicrosoftGraphPlannerGroup", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupPlannerPlanDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner", - "Command": "Update-MgBetaGroupPlannerPlanDetail", "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -526781,1441 +530163,1456 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupSetting", "OutputType": "IMicrosoftGraphDirectorySetting", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSite", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteContentModel", + "Permissions": [], "Method": "PATCH", + "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", + "OutputType": "IMicrosoftGraphContentModel", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteDocumentProcessingJob", + "Permissions": [], "Method": "PATCH", + "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", + "OutputType": "IMicrosoftGraphDocumentProcessingJob", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgBetaGroupSiteGetByPathOnenote", + "Permissions": [], + "Method": "PATCH", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", + "Permissions": [], + "Method": "PATCH", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", "OutputType": "IMicrosoftGraphRecycleBin", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgBetaGroupSiteGetByPathTermStore", + "Permissions": [], + "Method": "PATCH", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteInformationProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtection", "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteList", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItemActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenote", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenotePage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteResource", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", "OutputType": "IMicrosoftGraphCanvasLayout", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": "IMicrosoftGraphVerticalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSitePermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteRecycleBin", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteRecycleBin", "OutputType": "IMicrosoftGraphRecycleBin", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteRecycleBinItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteRecycleBinItem", "OutputType": "IMicrosoftGraphRecycleBinItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStore", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528225,18 +531622,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528246,137 +531643,137 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSet", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528386,18 +531783,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528407,52 +531804,52 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528462,18 +531859,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -528483,778 +531880,777 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamChannel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamChannelMember", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamChannelTab", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamMember", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/photo", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPrimaryChannel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleDayNote", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleDayNote", "OutputType": "IMicrosoftGraphDayNote", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleShift", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleTimeCard", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleTimeCard", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamTag", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupTeamTagMember", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaGroupTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaGroupThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -529273,479 +532669,479 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupThreadPost", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupThreadPost", "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaGroupThreadPostExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupThreadPostExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Beta.Groups", - "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityApiConnector", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityApiConnector", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityAuthenticationEventFlow", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityAuthenticationEventFlow", "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityAuthenticationEventListener", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityAuthenticationEventListener", "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2CUserFlow", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlow", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2XUserFlow", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlow", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/authenticationStrengths", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", "Permissions": [], + "Method": "POST", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -529764,22 +533160,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", "OutputType": "IMicrosoftGraphNamedLocation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -529806,22 +533202,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityConditionalAccessPolicy", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -529848,1564 +533244,2088 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/identity/continuousAccessEvaluationPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/policy", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/insights", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/permissionsAnalytics", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/permissionsAnalytics/aws", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/permissionsAnalytics/azure", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "OutputType": "IMicrosoftGraphFinding", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/permissionsAnalytics/gcp", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "OutputType": "IMicrosoftGraphFinding", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Method": "PATCH", + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "OutputType": "IMicrosoftGraphFinding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionManagement", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/permissionsManagement", + "OutputType": "IMicrosoftGraphPermissionsManagement", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "Permissions": [], + "Method": "PATCH", + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Permissions": [], - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Method": "PATCH", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "OutputType": "IMicrosoftGraphApprovalStep", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", + "Permissions": [], + "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess", + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", "Permissions": [], - "Uri": "/identityGovernance/permissionsManagement", + "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess/group", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionManagement", - "OutputType": "IMicrosoftGraphPermissionsManagement", "Variants": [ "Update", "UpdateExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "OutputType": "IMicrosoftGraphApproval", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "Permissions": [], + "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Permissions": [], - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "OutputType": "IMicrosoftGraphPermissionsRequestChange", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "Permissions": [], + "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Permissions": [], - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "Permissions": [], + "Method": "PATCH", + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", "Permissions": [], - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Method": "POST", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ + "Refresh", + "Refresh1", + "RefreshExpanded", + "RefreshViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "Permissions": [], + "Method": "PATCH", + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess", + "Method": "PATCH", + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "OutputType": null, + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", "Variants": [ "Update", - "UpdateExpanded" - ], + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "OutputType": "IMicrosoftGraphLongRunningOperation", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", + "Permissions": [], + "Method": "PATCH", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group", + "Method": "PATCH", + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", "Variants": [ "Update", - "UpdateExpanded" - ], + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "OutputType": "IMicrosoftGraphAgreementFile", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "Permissions": [], + "Method": "PATCH", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Method": "PATCH", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "Permissions": [], "Method": "PATCH", + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaIdentityProvider", + "Permissions": [], + "Method": "PATCH", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaIdentityUserFlow", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaIdentityUserFlowAttribute", + "Permissions": [], "Method": "PATCH", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaInformationProtection", + "Permissions": [], + "Method": "PATCH", + "Uri": "/informationProtection", + "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "PATCH", + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaInformationProtectionPolicy", + "Permissions": [], + "Method": "PATCH", + "Uri": "/informationProtection/policy", + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaInformationProtectionPolicyLabel", + "Permissions": [], "Method": "PATCH", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", + "Permissions": [], + "Method": "PATCH", + "Uri": "/informationProtection/sensitivityPolicySettings", + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "PATCH", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", + "Permissions": [], "Method": "PATCH", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", + "Permissions": [], + "Method": "PATCH", + "Uri": "/invitations/invitedUser/mailboxSettings", + "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessAlert", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "PATCH", + "Uri": "/networkAccess/alerts/{alert-id}", + "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivity", + "Permissions": [], "Method": "PATCH", + "Uri": "/networkAccess/connectivity", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Update", + "UpdateExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-update?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaNetworkAccessConnectivityBranch", + "Permissions": [], + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", + "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", + "Permissions": [], + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Permissions": [], - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", - "OutputType": null, + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ - "Refresh", - "Refresh1", - "RefreshExpanded", - "RefreshViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetwork", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "OutputType": null, + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Permissions": [], - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", - "OutputType": "IMicrosoftGraphAgreement", + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH", + "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessFilteringPolicy", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessFilteringPolicyRule", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH", + "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessFilteringProfile", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessFilteringProfilePolicy", "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessForwardingPolicy", "Permissions": [], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityProvider", - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH", + "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessForwardingProfile", "Permissions": [], - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityUserFlow", - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Method": "PATCH", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessForwardingProfilePolicy", "Permissions": [], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaIdentityUserFlowAttribute", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "PATCH", + "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessLog", "Permissions": [], - "Uri": "/informationProtection", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtection", - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", + "Uri": "/networkAccess/logs", + "OutputType": "IMicrosoftGraphNetworkaccessLogs", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessLogRemoteNetwork", "Permissions": [], - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH", + "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessLogTraffic", "Permissions": [], - "Uri": "/informationProtection/policy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionPolicy", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "Variants": [ - "Update", - "UpdateExpanded" - ], "Method": "PATCH", + "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionPolicyLabel", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessReport", "Permissions": [], - "Uri": "/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH", + "Uri": "/networkAccess/reports", + "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessRootNetworkAccessRoot", + "Permissions": [], "Method": "PATCH", + "Uri": "/networkAccess", + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.NetworkAccess", + "Variants": [ + "Update", + "UpdateExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessSetting", "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH", + "Uri": "/networkAccess/settings", + "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], + "UpdateExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessSettingConditionalAccess", + "Permissions": [], "Method": "PATCH", + "Uri": "/networkAccess/settings/conditionalAccess", + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.NetworkAccess", + "Variants": [ + "Update", + "UpdateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessSettingCrossTenantAccess", "Permissions": [], - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH", + "Uri": "/networkAccess/settings/crossTenantAccess", + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], + "UpdateExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-enrichedauditlogs-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessSettingEnrichedAuditLog", + "Permissions": [], "Method": "PATCH", + "Uri": "/networkAccess/settings/enrichedAuditLogs", + "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.NetworkAccess", + "Variants": [ + "Update", + "UpdateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessSettingForwardingOption", "Permissions": [], - "Uri": "/invitations/invitedUser/mailboxSettings", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Uri": "/networkAccess/settings/forwardingOptions", + "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", + "ApiVersion": "beta", + "Module": "Beta.NetworkAccess", "Variants": [ "Update", "UpdateExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaNetworkAccessTenantStatus", + "Permissions": [], "Method": "PATCH", + "Uri": "/networkAccess/tenantStatus", + "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.NetworkAccess", + "Variants": [ + "Update", + "UpdateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaOauth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -531424,158 +535344,158 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOnPremisePublishingProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfile", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOnPremisePublishingProfileAgent", "Permissions": [], + "Method": "PATCH", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileAgent", "OutputType": "IMicrosoftGraphOnPremisesAgent", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Permissions": [], + "Method": "PATCH", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", "OutputType": "IMicrosoftGraphOnPremisesAgent", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "OutputType": "IMicrosoftGraphPublishedResource", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOnPremisePublishingProfileConnector", "Permissions": [], + "Method": "PATCH", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileConnector", "OutputType": "IMicrosoftGraphConnector", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", "OutputType": "IMicrosoftGraphConnectorGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", "OutputType": "IMicrosoftGraphPublishedResource", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -531602,22 +535522,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/organization/{organization-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganization", "OutputType": "IMicrosoftGraphOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaOrganizationBranding", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -531636,22 +535556,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/organization/{organization-id}/branding", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationBranding", "OutputType": "IMicrosoftGraphOrganizationalBranding", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaOrganizationBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -531670,73 +535590,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationBrandingLocalization", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOrganizationExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOrganizationPartnerInformation", "Permissions": [], + "Method": "PATCH", "Uri": "/organization/{organization-id}/partnerInformation", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationPartnerInformation", "OutputType": "IMicrosoftGraphPartnerInformation", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOrganizationSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/organization/{organization-id}/settings", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSetting", "OutputType": "IMicrosoftGraphOrganizationSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaOrganizationSettingContactInsight", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -531755,22 +535675,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/organization/{organization-id}/settings/contactInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingContactInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaOrganizationSettingItemInsight", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -531789,39 +535709,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/organization/{organization-id}/settings/itemInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingItemInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Permissions": [], + "Method": "PATCH", "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaOrganizationSettingPersonInsight", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -531840,105 +535760,105 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaOrganizationSettingPersonInsight", "OutputType": "IMicrosoftGraphInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlace", "Permissions": [], + "Method": "PATCH", "Uri": "/places/{place-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaPlace", "OutputType": "IMicrosoftGraphPlace", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPlaceAsRoomListRoom", "Permissions": [], + "Method": "PATCH", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaPlaceAsRoomListRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPlaceAsRoomListWorkspace", "Permissions": [], + "Method": "PATCH", "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaPlaceAsRoomListWorkspace", "OutputType": "IMicrosoftGraphWorkspace", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlaceByPlaceId", "Permissions": [], + "Method": "PATCH", "Uri": "/places(placeId='{placeId}')", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaPlaceByPlaceId", "OutputType": "IMicrosoftGraphPlace", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPlanner", "Permissions": [], + "Method": "PATCH", "Uri": "/planner", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlanner", "OutputType": "IMicrosoftGraphPlanner", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -531965,22 +535885,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -532007,22 +535927,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlannerPlanDetail", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -532049,56 +535969,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/plans/{plannerPlan-id}/details", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerPlanDetail", "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPlannerRoster", "Permissions": [], + "Method": "PATCH", "Uri": "/planner/rosters/{plannerRoster-id}", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerRoster", "OutputType": "IMicrosoftGraphPlannerRoster", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPlannerRosterMember", "Permissions": [], + "Method": "PATCH", "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerRosterMember", "OutputType": "IMicrosoftGraphPlannerRosterMember", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -532125,22 +536045,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -532167,22 +536087,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -532209,22 +536129,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlannerTaskDetail", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -532251,22 +536171,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}/details", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTaskDetail", "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -532293,37 +536213,37 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Beta.Planner", - "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAccessReviewPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/accessReviewPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAccessReviewPolicy", "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -532342,37 +536262,37 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -532391,69 +536311,69 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -532472,22 +536392,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -532506,88 +536426,88 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAuthorizationPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthorizationPolicy", "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -532606,114 +536526,114 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", "OutputType": "IMicrosoftGraphPolicyTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -532732,82 +536652,82 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/directoryRoleAccessReviewPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyExternalIdentityPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/externalIdentitiesPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyExternalIdentityPolicy", "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/federatedTokenValidationPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -532826,22 +536746,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -532860,173 +536780,173 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyPermissionGrantPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyPermissionGrantPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyPermissionGrantPreApprovalPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyRoleManagementPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyRoleManagementPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -533045,73 +536965,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -533130,22 +537050,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPolicyTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -533164,71 +537084,71 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaPolicyTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrint", "Permissions": [], + "Method": "PATCH", "Uri": "/print", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrint", "OutputType": "IMicrosoftGraphPrint", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPrintConnector", "Permissions": [], + "Method": "PATCH", "Uri": "/print/connectors/{printConnector-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/print/operations/{printOperation-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintOperation", "OutputType": "IMicrosoftGraphPrintOperation", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinter", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -533247,22 +537167,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinter", "OutputType": "IMicrosoftGraphPrinter", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -533289,1013 +537209,1014 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinterJobDocument", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinterJobTask", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinterShare", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printerShares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinterShareJob", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinterShareJobDocument", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinterShareJobTask", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintPrinterTaskTrigger", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintPrinterTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintService", "Permissions": [], + "Method": "PATCH", "Uri": "/print/services/{printService-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintService", "OutputType": "IMicrosoftGraphPrintService", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintServiceEndpoint", "Permissions": [], + "Method": "PATCH", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintServiceEndpoint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPrintShare", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintShareJob", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintShareJobDocument", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrintShareJobTask", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPrintTaskDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPrintTaskDefinitionTask", "Permissions": [], + "Method": "PATCH", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Beta.Devices.CloudPrint", - "Command": "Update-MgBetaPrintTaskDefinitionTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaPrivacySubjectRightsRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaPrivacySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", "Permissions": [], + "Method": "PATCH", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Compliance", - "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccess", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccess", "OutputType": "IMicrosoftGraphPrivilegedAccess", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResource", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResource", "OutputType": "IMicrosoftGraphGovernanceResource", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "OutputType": "IMicrosoftGraphGovernanceSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "OutputType": "IMicrosoftGraphGovernanceSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "OutputType": "IMicrosoftGraphGovernanceSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", "OutputType": "IMicrosoftGraphGovernanceSubject", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessRoleSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleSetting", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedApproval", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedApproval/{privilegedApproval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedApproval", "OutputType": "IMicrosoftGraphPrivilegedApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedOperationEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedOperationEvent", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRole", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoles/{privilegedRole-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRole", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignment", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", "OutputType": "IMicrosoftGraphPrivilegedRole", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoles/{privilegedRole-id}/settings", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleSetting", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaPrivilegedRoleSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/privilegedRoles/{privilegedRole-id}/summary", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaPrivilegedRoleSummary", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaProgram", "Permissions": [], + "Method": "PATCH", "Uri": "/programs/{program-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaProgram", "OutputType": "IMicrosoftGraphProgram", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaProgramControl", "Permissions": [], + "Method": "PATCH", "Uri": "/programControls/{programControl-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaProgramControl", "OutputType": "IMicrosoftGraphProgramControl", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "Update1", @@ -534309,18 +538230,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaProgramControlProgram", "Permissions": [], + "Method": "PATCH", "Uri": "/programControls/{programControl-id}/program", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaProgramControlProgram", "OutputType": "IMicrosoftGraphProgram", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "Update1", @@ -534330,301 +538251,300 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaProgramControlType", "Permissions": [], + "Method": "PATCH", "Uri": "/programControlTypes/{programControlType-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaProgramControlType", "OutputType": "IMicrosoftGraphProgramControlType", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportPartnerBilling", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportPartnerBilling", "OutputType": "IMicrosoftGraphPartnersBilling", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportPartnerBillingManifest", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportPartnerBillingManifest", "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportPartnerBillingOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportPartnerBillingOperation", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportPartnerBillingReconciliation", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/reconciliation", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportPartnerBillingReconciliation", "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportPartnerBillingUsage", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/usage", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportPartnerBillingUsage", "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportPartnerBillingUsageBilled", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/usage/billed", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportPartnerBillingUsageBilled", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportSlaAzureAdAuthentication", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/sla/azureADAuthentication", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportSlaAzureAdAuthentication", "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportUserInsightDaily", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/userInsights/daily", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportUserInsightDaily", "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaReportUserInsightMonthly", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/userInsights/monthly", - "Module": "Beta.Reports", - "Command": "Update-MgBetaReportUserInsightMonthly", "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRiskDetection", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskDetection", "OutputType": "IMicrosoftGraphRiskDetection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRiskyServicePrincipal", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskyServicePrincipal", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRiskyServicePrincipalHistory", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskyServicePrincipalHistory", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRiskyUser", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskyUser", "OutputType": "IMicrosoftGraphRiskyUser", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRiskyUserHistory", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaRiskyUserHistory", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -534643,120 +538563,120 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/roleManagement", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagement", "OutputType": "IMicrosoftGraphRoleManagement", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementCloudPc", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/cloudPC", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPc", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -534799,39 +538719,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -534850,105 +538770,105 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/roleManagement/deviceManagement", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagement", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -534991,224 +538911,224 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectory", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -535227,919 +539147,919 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseApp", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseApp", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagement", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagement", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "OutputType": "IMicrosoftGraphApprovalStep", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.Identity.Governance", - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchange", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchange", "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", "OutputType": "IMicrosoftGraphCustomAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Beta.DeviceManagement.Enrollment", - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -536158,22 +540078,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "Beta.SchemaExtensions", - "Command": "Update-MgBetaSchemaExtension", "OutputType": "IMicrosoftGraphSchemaExtension", + "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -536192,22 +540112,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/search/acronyms/{acronym-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaSearchAcronym", "OutputType": "IMicrosoftGraphSearchAcronym", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -536226,388 +540146,388 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaSearchBookmark", "OutputType": "IMicrosoftGraphSearchBookmark", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSearchEntity", "Permissions": [], + "Method": "PATCH", "Uri": "/search", - "Module": "Beta.Search", - "Command": "Update-MgBetaSearchEntity", "OutputType": "IMicrosoftGraphSearchEntity", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSearchQna", "Permissions": [], + "Method": "PATCH", "Uri": "/search/qnas/{qna-id}", - "Module": "Beta.Search", - "Command": "Update-MgBetaSearchQna", "OutputType": "IMicrosoftGraphSearchQna", + "ApiVersion": "beta", + "Module": "Beta.Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAction", "Permissions": [], + "Method": "PATCH", "Uri": "/security/securityActions/{securityAction-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAction", "OutputType": "IMicrosoftGraphSecurityAction", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAlert", "Permissions": [], + "Method": "PATCH", "Uri": "/security/alerts/{alert-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAlert", "OutputType": "IMicrosoftGraphAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAlertMultiple", "Permissions": [], + "Method": "POST", "Uri": "/security/alerts/updateAlerts", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAlertMultiple", "OutputType": "IMicrosoftGraphAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update1", "UpdateExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAlertV2", "Permissions": [], + "Method": "PATCH", "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAlertV2", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationAutomation", "OutputType": "IMicrosoftGraphSimulationAutomation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", "OutputType": "IMicrosoftGraphEndUserNotification", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", "OutputType": "IMicrosoftGraphLandingPage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", "OutputType": "IMicrosoftGraphLandingPageDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", "OutputType": "IMicrosoftGraphLoginPage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationOperation", "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationPayload", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationPayload", "OutputType": "IMicrosoftGraphPayload", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationTraining", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationTraining", "OutputType": "IMicrosoftGraphTraining", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", "OutputType": "IMicrosoftGraphTrainingCampaign", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAuditLog", "Permissions": [], + "Method": "PATCH", "Uri": "/security/auditLog", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAuditLog", "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAuditLogQuery", "Permissions": [], + "Method": "PATCH", "Uri": "/security/auditLog/queries/{auditLogQuery-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAuditLogQuery", "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityAuditLogQueryRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityAuditLogQueryRecord", "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCase", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCase", "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -536626,39 +540546,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -536677,10 +540597,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "Update1", @@ -536688,64 +540609,63 @@ "UpdateViaIdentity", "UpdateViaIdentity1", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -536764,73 +540684,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -536849,10 +540769,11 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "Update1", @@ -536860,64 +540781,63 @@ "UpdateViaIdentity", "UpdateViaIdentity1", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -536936,22 +540856,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -536970,56 +540890,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -537038,1239 +540958,1239 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCollaboration", "Permissions": [], + "Method": "PATCH", "Uri": "/security/collaboration", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCollaboration", "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", "Permissions": [], + "Method": "PATCH", "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityDomainSecurityProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityDomainSecurityProfile", "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityFileSecurityProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityFileSecurityProfile", "OutputType": "IMicrosoftGraphFileSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityHostSecurityProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityHostSecurityProfile", "OutputType": "IMicrosoftGraphHostSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityIdentity", "Permissions": [], + "Method": "PATCH", "Uri": "/security/identities", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityIdentity", "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityIdentityHealthIssue", "Permissions": [], + "Method": "PATCH", "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityIdentityHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityIdentitySensor", "Permissions": [], + "Method": "PATCH", "Uri": "/security/identities/sensors/{sensor-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityIdentitySensor", "OutputType": "IMicrosoftGraphSecuritySensor", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityIncident", "Permissions": [], + "Method": "PATCH", "Uri": "/security/incidents/{incident-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityIncident", "OutputType": "IMicrosoftGraphSecurityIncident", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityInformationProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/security/informationProtection", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityInformationProtection", "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", "Permissions": [], + "Method": "PATCH", "Uri": "/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Permissions": [], + "Method": "PATCH", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityIPSecurityProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityIPSecurityProfile", "OutputType": "IMicrosoftGraphIPSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabel", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabelAuthority", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelAuthority", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabelCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelCategory", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelCategorySubcategory", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabelCitation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelCitation", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabelDepartment", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelDepartment", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabelFilePlanReference", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelFilePlanReference", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabelRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelRetentionLabel", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityPartner", "Permissions": [], + "Method": "PATCH", "Uri": "/security/partner", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityPartner", "OutputType": "IMicrosoftGraphPartnerSecurity", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityPartnerSecurityAlert", "Permissions": [], + "Method": "PATCH", "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityPartnerSecurityAlert", "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityProviderTenantSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityProviderTenantSetting", "OutputType": "IMicrosoftGraphProviderTenantSetting", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityRule", "Permissions": [], + "Method": "PATCH", "Uri": "/security/rules", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityRule", "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityRuleDetectionRule", "Permissions": [], + "Method": "PATCH", "Uri": "/security/rules/detectionRules/{detectionRule-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityRuleDetectionRule", "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecuritySecureScore", "Permissions": [], + "Method": "PATCH", "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySecureScore", "OutputType": "IMicrosoftGraphSecureScore", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecuritySecureScoreControlProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySecureScoreControlProfile", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecuritySubjectRightsRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", "Permissions": [], + "Method": "PATCH", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligence", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligence", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", "OutputType": "IMicrosoftGraphSecurityHostComponent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", "OutputType": "IMicrosoftGraphSecurityHostCookie", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", "OutputType": "IMicrosoftGraphSecurityHostPort", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", "OutputType": "IMicrosoftGraphSecurityHostReputation", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", "OutputType": "IMicrosoftGraphSecurityHostTracker", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", "OutputType": "IMicrosoftGraphSecurityVulnerability", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatSubmission", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatSubmission", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmission", "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityTiIndicator", "Permissions": [], + "Method": "PATCH", "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTiIndicator", "OutputType": "IMicrosoftGraphTiIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSecurityTiIndicatorMultiple", "Permissions": [], + "Method": "POST", "Uri": "/security/tiIndicators/updateTiIndicators", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTiIndicatorMultiple", "OutputType": "IMicrosoftGraphTiIndicator", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update1", "UpdateExpanded1" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityTrigger", "Permissions": [], + "Method": "PATCH", "Uri": "/security/triggers", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTrigger", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityTriggerRetentionEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTriggerRetentionEvent", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityTriggerType", "Permissions": [], + "Method": "PATCH", "Uri": "/security/triggerTypes", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTriggerType", "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", "Permissions": [], + "Method": "PATCH", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSecurityUserSecurityProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaSecurityUserSecurityProfile", "OutputType": "IMicrosoftGraphUserSecurityProfile", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementHealthOverview", "OutputType": "IMicrosoftGraphServiceHealth", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServiceAnnouncementIssue", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServiceAnnouncementMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementMessage", "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Beta.Devices.ServiceAnnouncement", - "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -538297,73 +542217,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalByAppId", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalByAppId", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalClaimPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -538382,73 +542302,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalClaimPolicy", "OutputType": "IMicrosoftGraphCustomClaimsPolicy", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalEndpoint", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalLicenseDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -538475,22 +542395,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -538517,22 +542437,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -538567,299 +542487,300 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalRiskDetection", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaServicePrincipalRiskDetection", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalSynchronizationJob", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareList", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -538869,18 +542790,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -538890,18 +542811,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -538911,18 +542832,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -538932,18 +542853,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -538953,18 +542874,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -538974,18 +542895,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -538995,18 +542916,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -539016,18 +542937,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "Update1", @@ -539037,183 +542958,182 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSharePermission", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Beta.Files", - "Command": "Update-MgBetaSharePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", "OutputType": "IMicrosoftGraphSharedDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSite", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/analytics", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -539232,22 +543152,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSiteContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -539266,22 +543186,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -539300,119 +543220,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteGetByPathAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteGetByPathAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Beta.Notes", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgBetaSiteGetByPathOnenote", + "Permissions": [], + "Method": "PATCH", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Beta.Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgBetaSiteGetByPathTermStore", + "Permissions": [], + "Method": "PATCH", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteList", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -539431,22 +543339,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -539465,22 +543373,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -539499,175 +543407,175 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItemActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemActivity", "OutputType": "IMicrosoftGraphItemActivityOld", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItemPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -539694,90 +543602,90 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListPermission", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -539804,486 +543712,487 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOnenoteNotebook", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOnenotePage", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOnenotePageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOnenotePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOnenoteSection", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOnenoteSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOnenoteSectionPageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePage", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", "OutputType": "IMicrosoftGraphCanvasLayout", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": "IMicrosoftGraphVerticalSection", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageAsSitePageWebPart", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSitePermission", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStore", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroupSet", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -540293,18 +544202,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -540314,137 +544223,137 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSet", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -540454,18 +544363,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -540475,52 +544384,52 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -540530,18 +544439,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "Update1", @@ -540551,217 +544460,809 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", + "Permissions": [], "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "OutputType": "IMicrosoftGraphTermStoreRelation", "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", + "Permissions": [], + "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "Permissions": [], "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "OutputType": "IMicrosoftGraphTermStoreRelation", "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "Permissions": [], + "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetRelation", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetTerm", + "Permissions": [], + "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetTermChild", + "Permissions": [], "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "OutputType": "IMicrosoftGraphTermStoreTerm", "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", + "Permissions": [], + "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", + "Module": "Beta.Sites", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSiteTermStoreSetTermRelation", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Method": "PATCH", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "beta", "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestore", + "Permissions": [], "Method": "PATCH", + "Uri": "/solutions/backupRestore", + "OutputType": "IMicrosoftGraphBackupRestoreRoot", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSolutionBackupRestoreDriveInclusionRule", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", + "OutputType": "IMicrosoftGraphDriveProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", + "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", + "Permissions": [], "Method": "PATCH", + "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSession", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", + "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", + "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit", + "Permissions": [], "Method": "PATCH", + "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", + "OutputType": "IMicrosoftGraphMailboxProtectionUnit", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", + "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestorePoint", + "Permissions": [], "Method": "PATCH", + "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", + "OutputType": "IMicrosoftGraphRestorePoint", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSolutionBackupRestoreProtectionPolicy", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", + "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreServiceApp", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetTerm", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", + "OutputType": "IMicrosoftGraphServiceApp", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreSession", + "Permissions": [], "Method": "PATCH", + "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", + "OutputType": "IMicrosoftGraphRestoreSessionBase", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetTermChild", - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", + "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "Permissions": [], "Method": "PATCH", + "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", + "OutputType": "IMicrosoftGraphSiteRestoreArtifact", "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSolutionBackupRestoreSiteInclusionRule", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", + "OutputType": "IMicrosoftGraphSiteProtectionRule", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", + "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "ApiVersion": "beta", + "Module": "Beta.BackupRestore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBusinessScenario", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "OutputType": "IMicrosoftGraphBusinessScenario", "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSolutionBusinessScenarioByUniqueName", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "OutputType": "IMicrosoftGraphBusinessScenario", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBusinessScenarioPlanner", "Permissions": [], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Beta.Sites", - "Command": "Update-MgBetaSiteTermStoreSetTermRelation", - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTask", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Permissions": [], - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaSubscribedSku", - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", + "Permissions": [ + { + "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", + "Description": "Read and write business scenario configurations this app creates or owns", + "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BusinessScenarioConfig.ReadWrite.All", + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } ], "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": null, "CommandAlias": null, - "ApiReferenceLink": null + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskDetail", + "Permissions": [], + "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Permissions": [], - "Uri": "/subscriptions/{subscription-id}", - "Module": "Beta.ChangeNotifications", - "Command": "Update-MgBetaSubscription", - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "ApiVersion": "beta", + "Module": "Beta.BusinessScenario", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaSubscribedSku", + "Permissions": [], "Method": "PATCH", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "OutputType": "IMicrosoftGraphSubscribedSku", "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta" + "Command": "Update-MgBetaSubscription", + "Permissions": [], + "Method": "PATCH", + "Uri": "/subscriptions/{subscription-id}", + "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -540796,22 +545297,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamChannel", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -540846,22 +545347,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamChannelMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -540896,90 +545397,90 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -541046,22 +545547,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -541160,22 +545661,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamInstalledApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -541210,311 +545711,311 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamOwnerMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamOwnerMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/photo", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamPrimaryChannel", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamPrimaryChannelMember", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamPrimaryChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamPrimaryChannelTab", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleDayNote", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleDayNote", "OutputType": "IMicrosoftGraphDayNote", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleOpenShift", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleShift", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -541533,107 +546034,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleTimeCard", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleTimeCard", "OutputType": "IMicrosoftGraphTimeCard", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleTimeOff", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleTimeOffReason", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -541652,1236 +546153,1236 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamTagMember", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamwork", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamwork", "OutputType": "IMicrosoftGraphTeamwork", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedChat", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedChat", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeam", "OutputType": "IMicrosoftGraphDeletedTeam", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDevice", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/devices/{teamworkDevice-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDevice", "OutputType": "IMicrosoftGraphTeamworkDevice", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeviceActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceActivity", "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeviceConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceConfiguration", "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeviceHealth", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/devices/{teamworkDevice-id}/health", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceHealth", "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeviceOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceOperation", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkDeviceSoftware", "Permissions": [], + "Method": "POST", "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkDeviceSoftware", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkTeamAppSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/teamsAppSettings", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkTeamAppSetting", "OutputType": "IMicrosoftGraphTeamsAppSettings", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkTeamTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkTeamTemplate", "OutputType": "IMicrosoftGraphTeamTemplate", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTeamworkWorkforceIntegration", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaTeamworkWorkforceIntegration", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Beta.Identity.Partner", - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenant", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenant", "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Module": "Beta.ManagedTenants", - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/multiTenantOrganization", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTrustFramework", "Permissions": [], + "Method": "PATCH", "Uri": "/trustFramework", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTrustFramework", "OutputType": "IMicrosoftGraphTrustFramework", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaTrustFrameworkKeySet", "Permissions": [], + "Method": "PATCH", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTrustFrameworkKeySet", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaTrustFrameworkPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaTrustFrameworkPolicy", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -542956,90 +547457,90 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserActivityHistoryItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserActivityHistoryItem", "OutputType": "IMicrosoftGraphActivityHistoryItem", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserActivityStatistics", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserActivityStatistics", "OutputType": "IMicrosoftGraphActivityStatistics", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserAppRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Beta.Applications", - "Command": "Update-MgBetaUserAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -543058,56 +547559,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserAuthenticationEmailMethod", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserAuthenticationMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "OutputType": "IMicrosoftGraphAuthenticationMethod", + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserAuthenticationMethod", - "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserAuthenticationOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserAuthenticationOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -543126,61 +547627,62 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserAuthenticationPhoneMethod", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserAuthenticationSignInPreference", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/authentication/signInPreferences", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserAuthenticationSignInPreference", "OutputType": "IMicrosoftGraphSignInPreferences", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserCalendarGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserCalendarGroup", "OutputType": "IMicrosoftGraphCalendarGroup", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserCalendarPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "Update1", @@ -543190,2512 +547692,2511 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChat", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserChatInstalledApp", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Beta.Users.Actions", - "Command": "Update-MgBetaUserChatInstalledApp", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatLastMessagePreview", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatLastMessagePreview", "OutputType": "IMicrosoftGraphChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatMember", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatMessageHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatPinnedMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserChatTab", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContact", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactFolderChildFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderChildFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactFolderChildFolderContact", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderChildFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactFolderContact", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactFolderContactExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderContactExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactFolderContactPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactFolderContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserContactPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "Beta.PersonalContacts", - "Command": "Update-MgBetaUserContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDevice", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/devices/{device-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDeviceByDeviceId", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserDeviceByDeviceId", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDeviceCommand", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserDeviceCommand", "OutputType": "IMicrosoftGraphCommand", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDeviceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserDeviceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDeviceUsageRights", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", - "Module": "Beta.CrossDeviceExperiences", - "Command": "Update-MgBetaUserDeviceUsageRights", "OutputType": "IMicrosoftGraphUsageRight", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDrive", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveList", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRoot", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootListItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserDriveRootVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Beta.Files", - "Command": "Update-MgBetaUserDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "beta", + "Module": "Beta.Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserEventExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserEventInstanceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Beta.Calendar", - "Command": "Update-MgBetaUserEventInstanceExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInferenceClassification", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/inferenceClassification", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserInferenceClassification", "OutputType": "IMicrosoftGraphInferenceClassification", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInferenceClassificationOverride", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserInferenceClassificationOverride", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInformationProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/informationProtection", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtection", "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInformationProtectionPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/informationProtection/policy", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionPolicy", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", "OutputType": "IMicrosoftGraphSensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Beta.Identity.SignIns", - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/insights", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserInsight", "OutputType": "IMicrosoftGraphItemInsights", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInsightShared", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserInsightShared", "OutputType": "IMicrosoftGraphSharedInsight", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInsightTrending", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserInsightTrending", "OutputType": "IMicrosoftGraphTrending", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserInsightUsed", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserInsightUsed", "OutputType": "IMicrosoftGraphUsedInsight", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserLicenseDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailboxSettings", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMailFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMailFolderChildFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMailFolderMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMailFolderMessageExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMailFolderMessageRule", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMailFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDevice", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", "OutputType": "IMicrosoftGraphSecurityBaselineState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Module": "Beta.Users.Actions", - "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", "OutputType": "IMicrosoftGraphWindowsProtectionState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMessageExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Beta.Mail", - "Command": "Update-MgBetaUserMessageExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMobileAppIntentAndState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserMobileAppIntentAndState", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "Beta.Devices.CorporateManagement", - "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserNotification", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/notifications/{notification-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserNotification", "OutputType": "IMicrosoftGraphNotification", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnenoteNotebook", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaUserOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnenotePage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnenotePageContent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Beta.Users.Actions", - "Command": "Update-MgBetaUserOnenotePageContent", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnenoteSection", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaUserOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnenoteSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Beta.Notes", - "Command": "Update-MgBetaUserOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -545714,27 +550215,28 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "Update1", @@ -545744,18 +550246,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "Update1", @@ -545765,251 +550267,250 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnlineMeetingRecording", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnlineMeetingRegistration", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingRegistration", "OutputType": "IMicrosoftGraphMeetingRegistration", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOnlineMeetingTranscript", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOutlookMasterCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookMasterCategory", "OutputType": "IMicrosoftGraphOutlookCategory", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOutlookTask", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOutlookTaskFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskFolder", "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOutlookTaskFolderTask", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOutlookTaskGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskGroup", "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", "OutputType": "IMicrosoftGraphOutlookTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserPassword", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/changePassword", - "Module": "Beta.Users.Actions", - "Command": "Update-MgBetaUserPassword", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserPlanner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -546028,56 +550529,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/planner", - "Module": "Beta.Planner", - "Command": "Update-MgBetaUserPlanner", "OutputType": "IMicrosoftGraphPlannerUser", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserPresence", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/presence", - "Module": "Beta.CloudCommunications", - "Command": "Update-MgBetaUserPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/profile", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfile", "OutputType": "IMicrosoftGraphProfile", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -546096,22 +550597,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileAccount", "OutputType": "IMicrosoftGraphUserAccountInformation", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileAddress", "Permissions": [ { "Name": "User.ReadWrite", @@ -546130,22 +550631,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileAddress", "OutputType": "IMicrosoftGraphItemAddress", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileAnniversary", "Permissions": [ { "Name": "User.ReadWrite", @@ -546164,22 +550665,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileAnniversary", "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileAward", "Permissions": [ { "Name": "User.ReadWrite", @@ -546198,22 +550699,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileAward", "OutputType": "IMicrosoftGraphPersonAward", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileCertification", "Permissions": [ { "Name": "User.ReadWrite", @@ -546232,22 +550733,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileCertification", "OutputType": "IMicrosoftGraphPersonCertification", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileEducationalActivity", "Permissions": [ { "Name": "User.ReadWrite", @@ -546266,22 +550767,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileEducationalActivity", "OutputType": "IMicrosoftGraphEducationalActivity", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileEmail", "Permissions": [ { "Name": "User.ReadWrite", @@ -546300,22 +550801,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileEmail", "OutputType": "IMicrosoftGraphItemEmail", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileInterest", "Permissions": [ { "Name": "User.ReadWrite", @@ -546334,22 +550835,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileInterest", "OutputType": "IMicrosoftGraphPersonInterest", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileLanguage", "Permissions": [ { "Name": "User.ReadWrite", @@ -546368,22 +550869,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileLanguage", "OutputType": "IMicrosoftGraphLanguageProficiency", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileName", "Permissions": [ { "Name": "User.ReadWrite", @@ -546402,22 +550903,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/names/{personName-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileName", "OutputType": "IMicrosoftGraphPersonName", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileNote", "Permissions": [ { "Name": "User.Read", @@ -546460,22 +550961,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileNote", "OutputType": "IMicrosoftGraphPersonAnnotation", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserProfilePatent", "Permissions": [ { "Name": "User.ReadWrite", @@ -546494,22 +550995,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfilePatent", "OutputType": "IMicrosoftGraphItemPatent", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserProfilePhone", "Permissions": [ { "Name": "User.ReadWrite", @@ -546528,22 +551029,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfilePhone", "OutputType": "IMicrosoftGraphItemPhone", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfilePosition", "Permissions": [ { "Name": "User.ReadWrite", @@ -546562,22 +551063,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfilePosition", "OutputType": "IMicrosoftGraphWorkPosition", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileProject", "Permissions": [ { "Name": "User.ReadWrite", @@ -546596,22 +551097,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileProject", "OutputType": "IMicrosoftGraphProjectParticipation", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserProfilePublication", "Permissions": [ { "Name": "User.ReadWrite", @@ -546630,22 +551131,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfilePublication", "OutputType": "IMicrosoftGraphItemPublication", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileSkill", "Permissions": [ { "Name": "User.ReadWrite", @@ -546664,22 +551165,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileSkill", "OutputType": "IMicrosoftGraphSkillProficiency", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileWebAccount", "Permissions": [ { "Name": "User.ReadWrite", @@ -546698,22 +551199,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileWebAccount", "OutputType": "IMicrosoftGraphWebAccount", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserProfileWebsite", "Permissions": [ { "Name": "User.ReadWrite", @@ -546732,124 +551233,124 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Module": "Beta.People", - "Command": "Update-MgBetaUserProfileWebsite", "OutputType": "IMicrosoftGraphPersonWebsite", + "ApiVersion": "beta", + "Module": "Beta.People", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserScopedRoleMemberOf", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Beta.Identity.DirectoryManagement", - "Command": "Update-MgBetaUserScopedRoleMemberOf", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSecurity", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/security", - "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurity", "OutputType": "IMicrosoftGraphSecurity1", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSecurityInformationProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/security/informationProtection", - "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurityInformationProtection", "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", - "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", - "Module": "Beta.Security", - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "ApiVersion": "beta", + "Module": "Beta.Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSetting", "Permissions": [ { "Name": "User.ReadWrite", @@ -546868,73 +551369,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/settings", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSetting", "OutputType": "IMicrosoftGraphUserSettings", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSettingContactMergeSuggestion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingContactMergeSuggestion", "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserSettingItemInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingItemInsight", "OutputType": "IMicrosoftGraphUserInsightsSettings", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaUserSettingShiftPreference", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -546953,141 +551454,141 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingShiftPreference", "OutputType": "IMicrosoftGraphShiftPreferences", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSettingStorage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/storage", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingStorage", "OutputType": "IMicrosoftGraphUserStorage", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSettingStorageQuota", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingStorageQuota", "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSettingStorageQuotaService", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingStorageQuotaService", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSettingWindows", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingWindows", "OutputType": "IMicrosoftGraphWindowsSetting", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserSettingWindowsInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserSettingWindowsInstance", "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserTeamwork", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/teamwork", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserTeamwork", "OutputType": "IMicrosoftGraphUserTeamwork", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserTeamworkAssociatedTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Beta.Teams", - "Command": "Update-MgBetaUserTeamworkAssociatedTeam", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserTodoList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -547106,39 +551607,39 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoList", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserTodoListExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserTodoListTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -547157,39 +551658,39 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTask", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", "OutputType": "IMicrosoftGraphAttachmentSession", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserTodoListTaskChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -547208,39 +551709,39 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTaskChecklistItem", "OutputType": "IMicrosoftGraphChecklistItem", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserTodoListTaskExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTaskExtension", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaUserTodoListTaskLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -547259,770 +551760,804 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Beta.Users", - "Command": "Update-MgBetaUserTodoListTaskLinkedResource", "OutputType": "IMicrosoftGraphLinkedResource", + "ApiVersion": "beta", + "Module": "Beta.Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEvent", "OutputType": "IMicrosoftGraphVirtualEvent", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventPresenter", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventSession", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventTownhall", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventTownhall", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventTownhallPresenter", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventTownhallPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventTownhallSession", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventTownhallSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinar", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinar", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta", + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarPresenter", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarRegistration", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfiguration", + "Permissions": [], "Method": "PATCH", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Bookings", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Permissions": [], - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Method": "PATCH", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "ApiVersion": "beta", "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSession", - "OutputType": "IMicrosoftGraphVirtualEventSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarSession", + "Permissions": [], "Method": "PATCH", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "OutputType": "IMicrosoftGraphVirtualEventSession", "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Beta.Bookings", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", - "Module": "Beta.Bookings", - "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", + "CommandAlias": "Update-MgBetaWuDeployment", + "Command": "Update-MgBetaWindowsUpdatesDeployment", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesDeployment", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudience", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuDeploymentAudience", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta", + "CommandAlias": "Update-MgBetaWuPolicy", + "Command": "Update-MgBetaWindowsUpdatesPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicy", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuPolicyAudience", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuPolicyAudience", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", "Permissions": [], + "Method": "POST", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta", + "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", + "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuProduct", + "Command": "Update-MgBetaWindowsUpdatesProduct", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/products/{product-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesProduct", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuProduct", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuProductEdition", + "Command": "Update-MgBetaWindowsUpdatesProductEdition", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesProductEdition", "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuProductEdition", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuProductKnownIssue", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuProductKnownIssue", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuProductRevision", + "Command": "Update-MgBetaWindowsUpdatesProductRevision", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesProductRevision", "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuProductRevision", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", + "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", + "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuResourceConnection", + "Command": "Update-MgBetaWindowsUpdatesResourceConnection", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesResourceConnection", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuResourceConnection", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgBetaWuUpdatableAsset", + "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "Module": "Beta.WindowsUpdates", - "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", "OutputType": null, + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "beta", - "CommandAlias": "Update-MgBetaWuUpdatableAsset", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgBookingBusiness", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -548041,22 +552576,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "Module": "Bookings", - "Command": "Update-MgBookingBusiness", "OutputType": "IMicrosoftGraphBookingBusiness", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgBookingBusinessAppointment", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -548091,39 +552626,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessAppointment", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBookingBusinessCalendarView", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessCalendarView", "OutputType": "IMicrosoftGraphBookingAppointment", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgBookingBusinessCustomer", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -548158,22 +552693,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessCustomer", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgBookingBusinessCustomQuestion", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -548200,22 +552735,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessCustomQuestion", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgBookingBusinessService", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -548234,22 +552769,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessService", "OutputType": "IMicrosoftGraphBookingService", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgBookingBusinessStaffMember", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -548268,39 +552803,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "Module": "Bookings", - "Command": "Update-MgBookingBusinessStaffMember", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgBookingCurrency", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "Module": "Bookings", - "Command": "Update-MgBookingCurrency", "OutputType": "IMicrosoftGraphBookingCurrency", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgChat", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -548327,22 +552862,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/chats/{chat-id}", - "Module": "Teams", - "Command": "Update-MgChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgChatInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -548433,56 +552968,56 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Teams", - "Command": "Update-MgChatInstalledApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgChatLastMessagePreview", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/lastMessagePreview", - "Module": "Teams", - "Command": "Update-MgChatLastMessagePreview", "OutputType": "IMicrosoftGraphChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgChatMember", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Update-MgChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgChatMessage", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -548517,90 +553052,90 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Update-MgChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgChatMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Update-MgChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgChatMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgChatPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Update-MgChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgChatPinnedMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams", - "Command": "Update-MgChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgChatTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -548643,22 +553178,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Update-MgChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgCommunicationCallAudioRoutingGroup", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -548677,73 +553212,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallAudioRoutingGroup", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationCallContentSharingSession", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallContentSharingSession", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationCallOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallOperation", "OutputType": "IMicrosoftGraphCommsOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationCallParticipant", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallParticipant", "OutputType": "IMicrosoftGraphParticipant", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgCommunicationCallRecordingStatus", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -548762,241 +553297,241 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/communications/calls/{call-id}/updateRecordingStatus", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallRecordingStatus", "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationCallRecordOrganizerV2", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallRecordOrganizerV2", "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationCallRecordParticipantV2", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallRecordParticipantV2", "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationCallRecordSession", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationCallRecordSession", "OutputType": "IMicrosoftGraphCallRecordsSession", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationOnlineMeeting", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationOnlineMeetingRecording", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationOnlineMeetingTranscript", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCommunicationPresence", "Permissions": [], + "Method": "PATCH", "Uri": "/communications/presences/{presence-id}", - "Module": "CloudCommunications", - "Command": "Update-MgCommunicationPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgCompliance", "Permissions": [], + "Method": "PATCH", "Uri": "/compliance", - "Module": "Compliance", - "Command": "Update-MgCompliance", "OutputType": "IMicrosoftGraphCompliance", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgContact", "Permissions": [], + "Method": "PATCH", "Uri": "/contacts/{orgContact-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgContact", "OutputType": "IMicrosoftGraphOrgContact", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgContract", "Permissions": [], + "Method": "PATCH", "Uri": "/contracts/{contract-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgContract", "OutputType": "IMicrosoftGraphContract", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDataPolicyOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgDataPolicyOperation", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDevice", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -549023,22 +553558,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/devices/{device-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDevice", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgt", + "Command": "Update-MgDeviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549057,37 +553592,37 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagement", "OutputType": "IMicrosoftGraphDeviceAppManagement", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgt", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549106,22 +553641,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549140,22 +553675,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549174,22 +553709,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549208,22 +553743,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549242,22 +553777,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549276,39 +553811,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549327,22 +553862,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549361,22 +553896,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549395,90 +553930,90 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", + "Command": "Update-MgDeviceAppManagementManagedAppPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", + "Command": "Update-MgDeviceAppManagementManagedAppRegistration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppRegistration", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549497,158 +554032,158 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", "OutputType": "IMicrosoftGraphManagedAppOperation", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", + "Command": "Update-MgDeviceAppManagementManagedAppStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedAppStatus", "OutputType": "IMicrosoftGraphManagedAppStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", + "Command": "Update-MgDeviceAppManagementManagedEBook", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBook", "OutputType": "IMicrosoftGraphManagedEBook", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", + "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", + "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", + "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", "OutputType": "IMicrosoftGraphEBookInstallSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "OutputType": "IMicrosoftGraphDeviceInstallState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549667,22 +554202,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549701,22 +554236,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -549735,1042 +554270,1042 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileApp", + "Command": "Update-MgDeviceAppManagementMobileApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileApp", "OutputType": "IMicrosoftGraphMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "OutputType": "IMicrosoftGraphMobileAppContent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "OutputType": "IMicrosoftGraphMobileAppContentFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", + "Command": "Update-MgDeviceAppManagementMobileAppCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppCategory", "OutputType": "IMicrosoftGraphMobileAppCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", + "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -550789,22 +555324,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "OutputType": "IMicrosoftGraphManagedMobileApp", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -550823,22 +555358,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -550857,22 +555392,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtVppToken", + "Command": "Update-MgDeviceAppManagementVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -550891,22 +555426,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementVppToken", "OutputType": "IMicrosoftGraphVppToken", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -550925,22 +555460,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -550959,22 +555494,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -550993,22 +555528,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -551027,56 +555562,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceByDeviceId", "Permissions": [], + "Method": "PATCH", "Uri": "/devices(deviceId='{deviceId}')", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDeviceByDeviceId", "OutputType": "IMicrosoftGraphDevice", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/devices/{device-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDeviceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -551119,20 +555654,20 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagement", "OutputType": "IMicrosoftGraphDeviceManagement", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -551151,37 +555686,37 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/applePushNotificationCertificate", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementAuditEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementAuditEvent", "OutputType": "IMicrosoftGraphAuditEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementComplianceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -551200,22 +555735,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementComplianceManagementPartner", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementConditionalAccessSetting", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -551234,20 +555769,20 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/conditionalAccessSettings", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgDeviceManagementConditionalAccessSetting", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDetectedApp", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -551266,22 +555801,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDetectedApp", "OutputType": "IMicrosoftGraphDetectedApp", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -551300,358 +555835,358 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfiguration", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -551670,22 +556205,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -551704,22 +556239,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementExchangeConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -551738,56 +556273,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementExchangeConnector", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementIoUpdateStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementIoUpdateStatus", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementManagedDevice", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -551806,158 +556341,158 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementManagedDeviceCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Module": "DeviceManagement.Actions", - "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", "OutputType": "IMicrosoftGraphWindowsProtectionState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -551976,22 +556511,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -552010,56 +556545,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementNotificationMessageTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementNotificationMessageTemplate", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementPartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -552078,22 +556613,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementPartner", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementRemoteAssistancePartner", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -552112,22 +556647,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementRemoteAssistancePartner", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552162,20 +556697,20 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/reports", - "Module": "Reports", - "Command": "Update-MgDeviceManagementReport", "OutputType": "IMicrosoftGraphDeviceManagementReports", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementResourceOperation", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -552194,22 +556729,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementResourceOperation", "OutputType": "IMicrosoftGraphResourceOperation", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -552228,22 +556763,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementRoleAssignment", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementRoleDefinition", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -552262,22 +556797,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementRoleDefinition", "OutputType": "IMicrosoftGraphRoleDefinition", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -552296,107 +556831,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", "OutputType": "IMicrosoftGraphRoleAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementTermAndCondition", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementTermAndCondition", "OutputType": "IMicrosoftGraphTermsAndConditions", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementTermAndConditionAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementTermAndConditionAssignment", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552415,22 +556950,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552449,22 +556984,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552483,22 +557018,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552517,22 +557052,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552551,22 +557086,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552585,22 +557120,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552619,22 +557154,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552653,22 +557188,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552687,37 +557222,37 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552736,22 +557271,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552770,39 +557305,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552821,22 +557356,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552855,22 +557390,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552889,22 +557424,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552923,22 +557458,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552957,22 +557492,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -552991,22 +557526,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -553025,22 +557560,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -553059,20 +557594,20 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -553091,22 +557626,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -553125,20 +557660,20 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -553157,22 +557692,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -553191,22 +557726,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -553225,209 +557760,209 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", - "Module": "DeviceManagement.Administration", - "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "Permissions": [], + "Method": "POST", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", - "Module": "DeviceManagement.Actions", - "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Permissions": [], + "Method": "PATCH", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementWindowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -553446,22 +557981,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementWindowsMalwareInformation", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -553480,411 +558015,411 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "Module": "DeviceManagement", - "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/directory", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectory", "OutputType": "IMicrosoftGraphDirectory", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDirectoryAdministrativeUnit", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectoryAdministrativeUnitExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryAdministrativeUnitExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDirectoryAttributeSet", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/attributeSets/{attributeSet-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryAttributeSet", "OutputType": "IMicrosoftGraphAttributeSet", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "OutputType": "IMicrosoftGraphAllowedValue", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectoryDeviceLocalCredential", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryDeviceLocalCredential", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectoryFederationConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryFederationConfiguration", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectoryObject", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryObjects/{directoryObject-id}", - "Module": "DirectoryObjects", - "Command": "Update-MgDirectoryObject", "OutputType": "IMicrosoftGraphDirectoryObject", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDirectoryOnPremiseSynchronization", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryOnPremiseSynchronization", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectoryRole", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryRoles/{directoryRole-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryRole", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectoryRoleByRoleTemplateId", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryRoleByRoleTemplateId", "OutputType": "IMicrosoftGraphDirectoryRole", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectoryRoleScopedMember", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryRoleScopedMember", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectoryRoleTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectoryRoleTemplate", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectorySubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/subscriptions/{companySubscription-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectorySubscription", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", "Permissions": [], + "Method": "PATCH", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", "OutputType": "IMicrosoftGraphCompanySubscription", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDomain", "Permissions": [], + "Method": "PATCH", "Uri": "/domains/{domain-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDomain", "OutputType": "IMicrosoftGraphDomain", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDomainFederationConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDomainFederationConfiguration", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDomainServiceConfigurationRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDomainServiceConfigurationRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDomainVerificationDnsRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgDomainVerificationDnsRecord", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDrive", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}", - "Module": "Files", - "Command": "Update-MgDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -553911,226 +558446,226 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Update-MgDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files", - "Command": "Update-MgDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Update-MgDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files", - "Command": "Update-MgDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files", - "Command": "Update-MgDriveItemListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemPermission", "Permissions": [ { "Name": "Files.ReadWrite", @@ -554157,719 +558692,719 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files", - "Command": "Update-MgDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgDriveItemRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files", - "Command": "Update-MgDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Update-MgDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Update-MgDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveList", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list", - "Module": "Files", - "Command": "Update-MgDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Update-MgDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Update-MgDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Update-MgDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Update-MgDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files", - "Command": "Update-MgDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Update-MgDriveListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgDriveListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Update-MgDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRoot", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root", - "Module": "Files", - "Command": "Update-MgDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/analytics", - "Module": "Files", - "Command": "Update-MgDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Update-MgDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem", - "Module": "Files", - "Command": "Update-MgDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/fields", - "Module": "Files", - "Command": "Update-MgDriveRootListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files", - "Command": "Update-MgDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/retentionLabel", - "Module": "Files", - "Command": "Update-MgDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Update-MgDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgDriveRootVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Update-MgDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationClass", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}", - "Module": "Education", - "Command": "Update-MgEducationClass", "OutputType": "IMicrosoftGraphEducationClass", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignment", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -554888,39 +559423,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Module": "Education", - "Command": "Update-MgEducationClassAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentCategory", "OutputType": "IMicrosoftGraphEducationCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentDefault", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -554939,39 +559474,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentDefault", "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -554990,22 +559525,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentSetting", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -555024,56 +559559,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSetting", "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", "OutputType": "IMicrosoftGraphEducationGradingCategory", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentSubmission", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -555092,56 +559627,56 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentSubmissionResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationClassModule", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -555160,22 +559695,22 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", - "Module": "Education", - "Command": "Update-MgEducationClassModule", "OutputType": "IMicrosoftGraphEducationModule", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationClassModuleResource", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -555194,156 +559729,156 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", - "Module": "Education", - "Command": "Update-MgEducationClassModuleResource", "OutputType": "IMicrosoftGraphEducationModuleResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationMe", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me", - "Module": "Education", - "Command": "Update-MgEducationMe", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationMeAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}", - "Module": "Education", - "Command": "Update-MgEducationMeAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationMeAssignmentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education", - "Command": "Update-MgEducationMeAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationMeAssignmentRubric", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", - "Module": "Education", - "Command": "Update-MgEducationMeAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationMeAssignmentSubmission", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education", - "Command": "Update-MgEducationMeAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education", - "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationMeAssignmentSubmissionResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Update-MgEducationMeAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationMeRubric", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -555362,346 +559897,347 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/education/me/rubrics/{educationRubric-id}", - "Module": "Education", - "Command": "Update-MgEducationMeRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationMeUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/education/me/user/mailboxSettings", - "Module": "Education", - "Command": "Update-MgEducationMeUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationRoot", "Permissions": [], + "Method": "PATCH", "Uri": "/education", - "Module": "Education", - "Command": "Update-MgEducationRoot", "OutputType": "IMicrosoftGraphEducationRoot", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationSchool", "Permissions": [], + "Method": "PATCH", "Uri": "/education/schools/{educationSchool-id}", - "Module": "Education", - "Command": "Update-MgEducationSchool", "OutputType": "IMicrosoftGraphEducationSchool", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationSchoolAdministrativeUnit", "Permissions": [], + "Method": "PATCH", "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", - "Module": "Education", - "Command": "Update-MgEducationSchoolAdministrativeUnit", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEducationUser", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}", - "Module": "Education", - "Command": "Update-MgEducationUser", "OutputType": "IMicrosoftGraphEducationUser", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationUserAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "Module": "Education", - "Command": "Update-MgEducationUserAssignment", "OutputType": "IMicrosoftGraphEducationAssignment", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationUserAssignmentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Module": "Education", - "Command": "Update-MgEducationUserAssignmentResource", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationUserAssignmentRubric", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", - "Module": "Education", - "Command": "Update-MgEducationUserAssignmentRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationUserAssignmentSubmission", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "Module": "Education", - "Command": "Update-MgEducationUserAssignmentSubmission", "OutputType": "IMicrosoftGraphEducationSubmission", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Module": "Education", - "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", "OutputType": "IMicrosoftGraphEducationOutcome", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationUserAssignmentSubmissionResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Update-MgEducationUserAssignmentSubmissionResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Module": "Education", - "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", - "Module": "Education", - "Command": "Update-MgEducationUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEducationUserRubric", "Permissions": [], + "Method": "PATCH", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", - "Module": "Education", - "Command": "Update-MgEducationUserRubric", "OutputType": "IMicrosoftGraphEducationRubric", + "ApiVersion": "v1.0", + "Module": "Education", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementAccessPackage", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackage", "OutputType": "IMicrosoftGraphAccessPackage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementAssignment", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAssignment", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -555709,52 +560245,52 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementAssignmentRequest", "Permissions": [], + "Method": "POST", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementAssignmentRequest", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -555762,69 +560298,69 @@ "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalog", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -555838,18 +560374,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -555859,18 +560395,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -555880,18 +560416,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -555901,35 +560437,35 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -555943,18 +560479,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -555964,18 +560500,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -555985,18 +560521,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -556006,307 +560542,307 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementConnectedOrganization", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementConnectedOrganization", "OutputType": "IMicrosoftGraphConnectedOrganization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironment", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironment", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequest", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalog", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalog", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -556320,18 +560856,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -556341,18 +560877,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -556362,18 +560898,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -556383,35 +560919,35 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -556425,18 +560961,18 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -556446,18 +560982,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -556467,18 +561003,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -556488,553 +561024,552 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScope", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceScope", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceScope", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceScopeResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceScopeResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", "OutputType": "IMicrosoftGraphAccessPackageResource", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgEntitlementManagementSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/entitlementManagement/settings", - "Module": "Identity.Governance", - "Command": "Update-MgEntitlementManagementSetting", "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgExternal", "Permissions": [], + "Method": "PATCH", "Uri": "/external", - "Module": "Search", - "Command": "Update-MgExternal", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgExternalConnection", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -557053,22 +561588,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}", - "Module": "Search", - "Command": "Update-MgExternalConnection", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgExternalConnectionGroup", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -557087,73 +561622,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Module": "Search", - "Command": "Update-MgExternalConnectionGroup", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgExternalConnectionGroupMember", "Permissions": [], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Module": "Search", - "Command": "Update-MgExternalConnectionGroupMember", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgExternalConnectionItemActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", - "Module": "Search", - "Command": "Update-MgExternalConnectionItemActivity", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgExternalConnectionOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Module": "Search", - "Command": "Update-MgExternalConnectionOperation", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgExternalConnectionSchema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -557172,22 +561707,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/external/connections/{externalConnection-id}/schema", - "Module": "Search", - "Command": "Update-MgExternalConnectionSchema", "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgGroup", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -557206,56 +561741,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}", - "Module": "Groups", - "Command": "Update-MgGroup", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupAppRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Update-MgGroupAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgGroupByUniqueName", "Permissions": [], + "Method": "PATCH", "Uri": "/groups(uniqueName='{uniqueName}')", - "Module": "Groups", - "Command": "Update-MgGroupByUniqueName", "OutputType": "IMicrosoftGraphGroup", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgGroupCalendarEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -557274,39 +561809,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/calendar/events/{event-id}", - "Module": "Calendar", - "Command": "Update-MgGroupCalendarEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupCalendarPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar", - "Command": "Update-MgGroupCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupConversationThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -557325,1008 +561860,1008 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "Module": "Groups", - "Command": "Update-MgGroupConversationThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupConversationThreadPostExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups", - "Command": "Update-MgGroupConversationThreadPostExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups", - "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDrive", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}", - "Module": "Files", - "Command": "Update-MgGroupDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files", - "Command": "Update-MgGroupDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files", - "Command": "Update-MgGroupDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgGroupDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files", - "Command": "Update-MgGroupDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveList", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list", - "Module": "Files", - "Command": "Update-MgGroupDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Update-MgGroupDriveListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgGroupDriveListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRoot", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root", - "Module": "Files", - "Command": "Update-MgGroupDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", - "Module": "Files", - "Command": "Update-MgGroupDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", - "Module": "Files", - "Command": "Update-MgGroupDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgGroupDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files", - "Command": "Update-MgGroupDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupDriveRootVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Update-MgGroupDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupEvent", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -558345,78 +562880,79 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/events/{event-id}", - "Module": "Calendar", - "Command": "Update-MgGroupEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupEventExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Update-MgGroupEventExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupEventInstanceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Update-MgGroupEventInstanceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/extensions/{extension-id}", - "Module": "Groups", - "Command": "Update-MgGroupExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgGroupLifecyclePolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Module": "Groups", - "Command": "Update-MgGroupLifecyclePolicy", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "Update1", @@ -558426,149 +562962,148 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupOnenoteNotebook", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes", - "Command": "Update-MgGroupOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupOnenotePage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes", - "Command": "Update-MgGroupOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupOnenotePageContent", "Permissions": [], + "Method": "POST", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Groups", - "Command": "Update-MgGroupOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupOnenoteSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes", - "Command": "Update-MgGroupOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupOnenoteSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes", - "Command": "Update-MgGroupOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Groups", - "Command": "Update-MgGroupPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupPlanner", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/planner", - "Module": "Planner", - "Command": "Update-MgGroupPlanner", "OutputType": "IMicrosoftGraphPlannerGroup", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupPlannerPlanDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", - "Module": "Planner", - "Command": "Update-MgGroupPlannerPlanDetail", "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgGroupSetting", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -558587,10 +563122,11 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "Module": "Groups", - "Command": "Update-MgGroupSetting", "OutputType": "IMicrosoftGraphGroupSetting", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "Update1", @@ -558600,1050 +563136,1038 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", - "Module": "Groups", - "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSite", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}", - "Module": "Sites", - "Command": "Update-MgGroupSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", - "Module": "Sites", - "Command": "Update-MgGroupSiteAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteGetByPathAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites", - "Command": "Update-MgGroupSiteGetByPathAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgGroupSiteGetByPathOnenote", + "Permissions": [], + "Method": "PATCH", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgGroupSiteGetByPathTermStore", + "Permissions": [], + "Method": "PATCH", + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteList", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites", - "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites", - "Command": "Update-MgGroupSiteListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites", - "Command": "Update-MgGroupSiteListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenote", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteNotebook", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteNotebookSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteOperation", "OutputType": "IMicrosoftGraphOnenoteOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenotePage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteResource", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteResource", "OutputType": "IMicrosoftGraphOnenoteResource", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOnenoteSectionPage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOnenoteSectionPage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites", - "Command": "Update-MgGroupSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", "OutputType": "IMicrosoftGraphCanvasLayout", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": "IMicrosoftGraphVerticalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageAsSitePageWebPart", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites", - "Command": "Update-MgGroupSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSitePermission", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites", - "Command": "Update-MgGroupSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStore", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559653,18 +564177,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559674,18 +564198,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroupSet", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559695,18 +564219,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559724,18 +564248,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559753,18 +564277,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559774,18 +564298,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559795,18 +564319,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559816,18 +564340,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559837,18 +564361,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559858,18 +564382,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559879,18 +564403,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSet", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559900,18 +564424,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559929,18 +564453,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559958,18 +564482,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -559979,18 +564503,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560000,18 +564524,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560029,18 +564553,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560058,18 +564582,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560079,18 +564603,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560100,18 +564624,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560121,18 +564645,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560142,18 +564666,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560163,18 +564687,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560184,18 +564708,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560205,18 +564729,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560226,18 +564750,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560247,18 +564771,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgGroupSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -560268,540 +564792,539 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamChannel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamChannelMember", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamChannelTab", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamMember", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/photo", - "Module": "Teams", - "Command": "Update-MgGroupTeamPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPrimaryChannel", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel", - "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPrimaryChannelMember", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPrimaryChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamPrimaryChannelTab", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamScheduleOpenShift", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamScheduleShift", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamScheduleTimeOff", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamScheduleTimeOffReason", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamTag", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupTeamTagMember", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams", - "Command": "Update-MgGroupTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgGroupThread", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -560820,226 +565343,277 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "Module": "Groups", - "Command": "Update-MgGroupThread", "OutputType": "IMicrosoftGraphConversationThread", + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgGroupThreadPostExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", - "Module": "Groups", - "Command": "Update-MgGroupThreadPostExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgGroupThreadPostInReplyToExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", - "Module": "Groups", - "Command": "Update-MgGroupThreadPostInReplyToExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Groups", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityApiConnector", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityApiConnector", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityAuthenticationEventFlow", + "Permissions": [], "Method": "PATCH", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Permissions": [], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Method": "PATCH", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "OutputType": null, + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgIdentityAuthenticationEventListener", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityAuthenticationEventFlowIncludeApplication", + "Permissions": [], "Method": "PATCH", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "OutputType": null, "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityAuthenticationEventListener", "Permissions": [], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Method": "PATCH", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "ApiVersion": "v1.0", "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlow", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityB2XUserFlow", + "Permissions": [], "Method": "PATCH", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityB2XUserFlowLanguage", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowLanguage", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", "OutputType": "IMicrosoftGraphIdentityApiConnector", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityConditionalAccessNamedLocation", "Permissions": [ { "Name": "Policy.Read.All", @@ -561058,22 +565632,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityConditionalAccessNamedLocation", "OutputType": "IMicrosoftGraphNamedLocation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityConditionalAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -561100,769 +565674,770 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityConditionalAccessPolicy", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityCustomAuthenticationExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityCustomAuthenticationExtension", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "OutputType": "IMicrosoftGraphAccessReviewStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "OutputType": "IMicrosoftGraphGovernanceInsight", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAppConsentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAppConsentRequest", "OutputType": "IMicrosoftGraphAppConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "OutputType": "IMicrosoftGraphUserConsentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccess", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccess", "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess/group", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "OutputType": "IMicrosoftGraphApproval", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "OutputType": "IMicrosoftGraphApprovalStage", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", "OutputType": "IMicrosoftGraphAgreement", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "Update1", @@ -561872,198 +566447,178 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", "OutputType": "IMicrosoftGraphAgreementFile", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", - "Module": "Identity.Governance", - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "OutputType": "IMicrosoftGraphAgreementFileVersion", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityProvider", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityProvider", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgIdentityUserFlowAttribute", "Permissions": [], + "Method": "PATCH", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgIdentityUserFlowAttribute", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgInformationProtection", "Permissions": [], + "Method": "PATCH", "Uri": "/informationProtection", - "Module": "Identity.SignIns", - "Command": "Update-MgInformationProtection", "OutputType": "IMicrosoftGraphInformationProtection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgInformationProtectionThreatAssessmentRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgInformationProtectionThreatAssessmentRequest", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", "Permissions": [], + "Method": "PATCH", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null - }, - { - "Permissions": [], - "Uri": "/invitations/{invitation-id}", "Module": "Identity.SignIns", - "Command": "Update-MgInvitation", - "OutputType": "IMicrosoftGraphInvitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { - "Permissions": [], - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", - "Module": "Identity.SignIns", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgInvitationInvitedUserMailboxSetting", + "Permissions": [], + "Method": "PATCH", + "Uri": "/invitations/invitedUser/mailboxSettings", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgOauth2PermissionGrant", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -562082,22 +566637,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgOauth2PermissionGrant", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgOrganization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -562124,22 +566679,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/organization/{organization-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgOrganization", "OutputType": "IMicrosoftGraphOrganization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgOrganizationBranding", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -562158,22 +566713,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/organization/{organization-id}/branding", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgOrganizationBranding", "OutputType": "IMicrosoftGraphOrganizationalBranding", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgOrganizationBrandingLocalization", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -562192,88 +566747,88 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgOrganizationBrandingLocalization", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgOrganizationExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/organization/{organization-id}/extensions/{extension-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgOrganizationExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPlace", "Permissions": [], + "Method": "PATCH", "Uri": "/places/{place-id}", - "Module": "Calendar", - "Command": "Update-MgPlace", "OutputType": "IMicrosoftGraphPlace", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPlaceAsRoomListRoom", "Permissions": [], + "Method": "PATCH", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", - "Module": "Calendar", - "Command": "Update-MgPlaceAsRoomListRoom", "OutputType": "IMicrosoftGraphRoom", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPlanner", "Permissions": [], + "Method": "PATCH", "Uri": "/planner", - "Module": "Planner", - "Command": "Update-MgPlanner", "OutputType": "IMicrosoftGraphPlanner", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPlannerBucket", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -562300,22 +566855,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/buckets/{plannerBucket-id}", - "Module": "Planner", - "Command": "Update-MgPlannerBucket", "OutputType": "IMicrosoftGraphPlannerBucket", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPlannerPlan", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -562342,22 +566897,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/plans/{plannerPlan-id}", - "Module": "Planner", - "Command": "Update-MgPlannerPlan", "OutputType": "IMicrosoftGraphPlannerPlan", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPlannerPlanDetail", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -562384,22 +566939,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/plans/{plannerPlan-id}/details", - "Module": "Planner", - "Command": "Update-MgPlannerPlanDetail", "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPlannerTask", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -562426,22 +566981,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}", - "Module": "Planner", - "Command": "Update-MgPlannerTask", "OutputType": "IMicrosoftGraphPlannerTask", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -562468,22 +567023,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Module": "Planner", - "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -562510,22 +567065,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Module": "Planner", - "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPlannerTaskDetail", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -562552,22 +567107,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}/details", - "Module": "Planner", - "Command": "Update-MgPlannerTaskDetail", "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -562594,22 +567149,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Module": "Planner", - "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -562628,37 +567183,37 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyAdminConsentRequestPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/adminConsentRequestPolicy", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAdminConsentRequestPolicy", "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -562677,69 +567232,69 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAppManagementPolicy", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyAuthenticationFlowPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authenticationFlowsPolicy", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationFlowPolicy", "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyAuthenticationMethodPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authenticationMethodsPolicy", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationMethodPolicy", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyAuthenticationStrengthPolicy", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -562758,22 +567313,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationStrengthPolicy", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -562792,54 +567347,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyAuthorizationPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/authorizationPolicy", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyAuthorizationPolicy", "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyClaimMappingPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -562858,114 +567413,114 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyClaimMappingPolicy", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyCrossTenantAccessPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicy", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/default", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/templates", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", "OutputType": "IMicrosoftGraphPolicyTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyDefaultAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -562984,37 +567539,37 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/defaultAppManagementPolicy", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyDefaultAppManagementPolicy", "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyFeatureRolloutPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyFeatureRolloutPolicy", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -563033,22 +567588,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -563067,122 +567622,122 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyPermissionGrantPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyPermissionGrantPolicy", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPolicyPermissionGrantPolicyExclude", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyPermissionGrantPolicyExclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPolicyPermissionGrantPolicyInclude", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyPermissionGrantPolicyInclude", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPolicyRoleManagementPolicy", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyRoleManagementPolicy", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPolicyRoleManagementPolicyAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyRoleManagementPolicyAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", "Permissions": [], + "Method": "PATCH", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyRoleManagementPolicyRule", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -563201,22 +567756,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyRoleManagementPolicyRule", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyTokenIssuancePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -563235,22 +567790,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyTokenIssuancePolicy", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPolicyTokenLifetimePolicy", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -563269,71 +567824,71 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgPolicyTokenLifetimePolicy", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrint", "Permissions": [], + "Method": "PATCH", "Uri": "/print", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrint", "OutputType": "IMicrosoftGraphPrint", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPrintConnector", "Permissions": [], + "Method": "PATCH", "Uri": "/print/connectors/{printConnector-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintConnector", "OutputType": "IMicrosoftGraphPrintConnector", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/print/operations/{printOperation-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintOperation", "OutputType": "IMicrosoftGraphPrintOperation", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPrintPrinter", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -563352,22 +567907,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinter", "OutputType": "IMicrosoftGraphPrinter", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPrintPrinterJob", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -563394,520 +567949,520 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinterJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintPrinterJobDocument", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinterJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintPrinterJobTask", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinterJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintPrinterTaskTrigger", "Permissions": [], + "Method": "PATCH", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintPrinterTaskTrigger", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintService", "Permissions": [], + "Method": "PATCH", "Uri": "/print/services/{printService-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintService", "OutputType": "IMicrosoftGraphPrintService", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintServiceEndpoint", "Permissions": [], + "Method": "PATCH", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintServiceEndpoint", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPrintShare", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShare", "OutputType": "IMicrosoftGraphPrinterShare", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintShareAllowedUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShareAllowedUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintShareJob", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShareJob", "OutputType": "IMicrosoftGraphPrintJob", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintShareJobDocument", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShareJobDocument", "OutputType": "IMicrosoftGraphPrintDocument", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrintShareJobTask", "Permissions": [], + "Method": "PATCH", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintShareJobTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPrintTaskDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintTaskDefinition", "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPrintTaskDefinitionTask", "Permissions": [], + "Method": "PATCH", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", - "Module": "Devices.CloudPrint", - "Command": "Update-MgPrintTaskDefinitionTask", "OutputType": "IMicrosoftGraphPrintTask", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgPrivacySubjectRightsRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Compliance", - "Command": "Update-MgPrivacySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Compliance", - "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Compliance", - "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgPrivacySubjectRightsRequestNote", "Permissions": [], + "Method": "PATCH", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Compliance", - "Command": "Update-MgPrivacySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "v1.0", + "Module": "Compliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Module": "Reports", - "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgReportPartnerBilling", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing", - "Module": "Reports", - "Command": "Update-MgReportPartnerBilling", "OutputType": "IMicrosoftGraphPartnersBilling", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgReportPartnerBillingManifest", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/manifests/{manifest-id}", - "Module": "Reports", - "Command": "Update-MgReportPartnerBillingManifest", "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgReportPartnerBillingOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/operations/{operation-id}", - "Module": "Reports", - "Command": "Update-MgReportPartnerBillingOperation", "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgReportPartnerBillingReconciliation", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/reconciliation", - "Module": "Reports", - "Command": "Update-MgReportPartnerBillingReconciliation", "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgReportPartnerBillingReconciliationBilled", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/reconciliation/billed", - "Module": "Reports", - "Command": "Update-MgReportPartnerBillingReconciliationBilled", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgReportPartnerBillingUsage", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/usage", - "Module": "Reports", - "Command": "Update-MgReportPartnerBillingUsage", "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgReportPartnerBillingUsageBilled", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/usage/billed", - "Module": "Reports", - "Command": "Update-MgReportPartnerBillingUsageBilled", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgReportPartnerBillingUsageUnbilled", "Permissions": [], + "Method": "PATCH", "Uri": "/reports/partners/billing/usage/unbilled", - "Module": "Reports", - "Command": "Update-MgReportPartnerBillingUsageUnbilled", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Reports", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRiskDetection", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgRiskDetection", "OutputType": "IMicrosoftGraphRiskDetection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRiskyServicePrincipal", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgRiskyServicePrincipal", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRiskyServicePrincipalHistory", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgRiskyServicePrincipalHistory", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRiskyUser", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgRiskyUser", "OutputType": "IMicrosoftGraphRiskyUser", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRiskyUserHistory", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgRiskyUserHistory", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -563926,154 +568481,154 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/roleManagement", - "Module": "DeviceManagement.Enrollment", - "Command": "Update-MgRoleManagement", "OutputType": "IMicrosoftGraphRoleManagement", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectory", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryResourceNamespace", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleDefinition", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -564092,309 +568647,309 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagement", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagement", "OutputType": "IMicrosoftGraphRbacApplication", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "OutputType": "IMicrosoftGraphAppScope", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Module": "Identity.Governance", - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSchemaExtension", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -564413,22 +568968,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/schemaExtensions/{schemaExtension-id}", - "Module": "SchemaExtensions", - "Command": "Update-MgSchemaExtension", "OutputType": "IMicrosoftGraphSchemaExtension", + "ApiVersion": "v1.0", + "Module": "SchemaExtensions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSearchAcronym", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -564447,22 +569002,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/search/acronyms/{acronym-id}", - "Module": "Search", - "Command": "Update-MgSearchAcronym", "OutputType": "IMicrosoftGraphSearchAcronym", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSearchBookmark", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -564481,290 +569036,290 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/search/bookmarks/{bookmark-id}", - "Module": "Search", - "Command": "Update-MgSearchBookmark", "OutputType": "IMicrosoftGraphSearchBookmark", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSearchEntity", "Permissions": [], + "Method": "PATCH", "Uri": "/search", - "Module": "Search", - "Command": "Update-MgSearchEntity", "OutputType": "IMicrosoftGraphSearchEntity", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSearchQna", "Permissions": [], + "Method": "PATCH", "Uri": "/search/qnas/{qna-id}", - "Module": "Search", - "Command": "Update-MgSearchQna", "OutputType": "IMicrosoftGraphSearchQna", + "ApiVersion": "v1.0", + "Module": "Search", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityAlert", "Permissions": [], + "Method": "PATCH", "Uri": "/security/alerts/{alert-id}", - "Module": "Security", - "Command": "Update-MgSecurityAlert", "OutputType": "IMicrosoftGraphAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityAlertV2", "Permissions": [], + "Method": "PATCH", "Uri": "/security/alerts_v2/{alert-id}", - "Module": "Security", - "Command": "Update-MgSecurityAlertV2", "OutputType": "IMicrosoftGraphSecurityAlert", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationAutomation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationAutomation", "OutputType": "IMicrosoftGraphSimulationAutomation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationAutomationRun", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationAutomationRun", "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationEndUserNotification", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationEndUserNotification", "OutputType": "IMicrosoftGraphEndUserNotification", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationLandingPage", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationLandingPage", "OutputType": "IMicrosoftGraphLandingPage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", "OutputType": "IMicrosoftGraphLandingPageDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationLoginPage", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationLoginPage", "OutputType": "IMicrosoftGraphLoginPage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationOperation", "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationPayload", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/payloads/{payload-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationPayload", "OutputType": "IMicrosoftGraphPayload", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationTraining", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/trainings/{training-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationTraining", "OutputType": "IMicrosoftGraphTraining", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", - "Module": "Security", - "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityCase", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases", - "Module": "Security", - "Command": "Update-MgSecurityCase", "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCase", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -564783,39 +569338,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCase", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -564834,88 +569389,88 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "OutputType": "IMicrosoftGraphSecurityUserSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -564934,54 +569489,54 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateViaIdentity" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -565000,22 +569555,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -565034,56 +569589,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "OutputType": "IMicrosoftGraphSecurityDataSource", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -565102,828 +569657,828 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Module": "Security", - "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityIdentity", "Permissions": [], + "Method": "PATCH", "Uri": "/security/identities", - "Module": "Security", - "Command": "Update-MgSecurityIdentity", "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityIdentityHealthIssue", "Permissions": [], + "Method": "PATCH", "Uri": "/security/identities/healthIssues/{healthIssue-id}", - "Module": "Security", - "Command": "Update-MgSecurityIdentityHealthIssue", "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityIncident", "Permissions": [], + "Method": "PATCH", "Uri": "/security/incidents/{incident-id}", - "Module": "Security", - "Command": "Update-MgSecurityIncident", "OutputType": "IMicrosoftGraphSecurityIncident", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels", - "Module": "Security", - "Command": "Update-MgSecurityLabel", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityLabelAuthority", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/authorities/{authorityTemplate-id}", - "Module": "Security", - "Command": "Update-MgSecurityLabelAuthority", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityLabelCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/categories/{categoryTemplate-id}", - "Module": "Security", - "Command": "Update-MgSecurityLabelCategory", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityLabelCategorySubcategory", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", - "Module": "Security", - "Command": "Update-MgSecurityLabelCategorySubcategory", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityLabelCitation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/citations/{citationTemplate-id}", - "Module": "Security", - "Command": "Update-MgSecurityLabelCitation", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityLabelDepartment", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/departments/{departmentTemplate-id}", - "Module": "Security", - "Command": "Update-MgSecurityLabelDepartment", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityLabelFilePlanReference", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", - "Module": "Security", - "Command": "Update-MgSecurityLabelFilePlanReference", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecurityLabelRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Module": "Security", - "Command": "Update-MgSecurityLabelRetentionLabel", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", - "Module": "Security", - "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", "Permissions": [], + "Method": "PATCH", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", - "Module": "Security", - "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecuritySecureScore", "Permissions": [], + "Method": "PATCH", "Uri": "/security/secureScores/{secureScore-id}", - "Module": "Security", - "Command": "Update-MgSecuritySecureScore", "OutputType": "IMicrosoftGraphSecureScore", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSecuritySecureScoreControlProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Module": "Security", - "Command": "Update-MgSecuritySecureScoreControlProfile", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecuritySubjectRightsRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Module": "Security", - "Command": "Update-MgSecuritySubjectRightsRequest", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", - "Module": "Security", - "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", - "Module": "Security", - "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecuritySubjectRightsRequestNote", "Permissions": [], + "Method": "PATCH", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", - "Module": "Security", - "Command": "Update-MgSecuritySubjectRightsRequestNote", "OutputType": "IMicrosoftGraphAuthoredNote", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligence", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligence", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceArticle", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/articles/{article-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceArticle", "OutputType": "IMicrosoftGraphSecurityArticle", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceHost", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hosts/{host-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHost", "OutputType": "IMicrosoftGraphSecurityHost", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceHostComponent", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostComponent", "OutputType": "IMicrosoftGraphSecurityHostComponent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceHostCookie", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostCookie", "OutputType": "IMicrosoftGraphSecurityHostCookie", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceHostPair", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostPair", "OutputType": "IMicrosoftGraphSecurityHostPair", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceHostPort", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostPort", "OutputType": "IMicrosoftGraphSecurityHostPort", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceHostReputation", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostReputation", "OutputType": "IMicrosoftGraphSecurityHostReputation", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceHostTracker", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceHostTracker", "OutputType": "IMicrosoftGraphSecurityHostTracker", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceSubdomain", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceSubdomain", "OutputType": "IMicrosoftGraphSecuritySubdomain", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceVulnerability", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceVulnerability", "OutputType": "IMicrosoftGraphSecurityVulnerability", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", - "Module": "Security", - "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityTrigger", "Permissions": [], + "Method": "PATCH", "Uri": "/security/triggers", - "Module": "Security", - "Command": "Update-MgSecurityTrigger", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityTriggerRetentionEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Module": "Security", - "Command": "Update-MgSecurityTriggerRetentionEvent", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityTriggerType", "Permissions": [], + "Method": "PATCH", "Uri": "/security/triggerTypes", - "Module": "Security", - "Command": "Update-MgSecurityTriggerType", "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSecurityTriggerTypeRetentionEventType", "Permissions": [], + "Method": "PATCH", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Module": "Security", - "Command": "Update-MgSecurityTriggerTypeRetentionEventType", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "ApiVersion": "v1.0", + "Module": "Security", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServiceAnnouncementHealthOverview", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementHealthOverview", "OutputType": "IMicrosoftGraphServiceHealth", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServiceAnnouncementIssue", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementIssue", "OutputType": "IMicrosoftGraphServiceHealthIssue", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServiceAnnouncementMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementMessage", "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServiceAnnouncementMessageAttachment", "Permissions": [], + "Method": "PATCH", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", - "Module": "Devices.ServiceAnnouncement", - "Command": "Update-MgServiceAnnouncementMessageAttachment", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgServicePrincipal", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -565950,107 +570505,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipal", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalAppRoleAssignedTo", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipalAppRoleAssignedTo", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalAppRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipalAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgServicePrincipalByAppId", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals(appId='{appId}')", - "Module": "Applications", - "Command": "Update-MgServicePrincipalByAppId", "OutputType": "IMicrosoftGraphServicePrincipal", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalEndpoint", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipalEndpoint", "OutputType": "IMicrosoftGraphEndpoint", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -566077,22 +570632,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", - "Module": "Applications", - "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -566127,299 +570682,300 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalRiskDetection", "Permissions": [], + "Method": "PATCH", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgServicePrincipalRiskDetection", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalSynchronizationJob", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationJob", "OutputType": "IMicrosoftGraphSynchronizationJob", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", - "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgServicePrincipalSynchronizationJobSchema", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationJobSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalSynchronizationTemplate", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationTemplate", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", "OutputType": "IMicrosoftGraphSynchronizationSchema", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Permissions": [], + "Method": "PATCH", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", - "Module": "Applications", - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgShareCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgShareLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareList", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list", - "Module": "Files", - "Command": "Update-MgShareList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Update-MgShareListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Update-MgShareListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Update-MgShareListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Update-MgShareListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgShareListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/listItem", - "Module": "Files", - "Command": "Update-MgShareListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "Update1", @@ -566429,18 +570985,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "Update1", @@ -566450,18 +571006,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgShareListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "Update1", @@ -566471,18 +571027,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgShareListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "Update1", @@ -566492,18 +571048,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Update-MgShareListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "Update1", @@ -566513,18 +571069,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "Update1", @@ -566534,18 +571090,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgShareListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "Update1", @@ -566555,18 +571111,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgShareListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "Update1", @@ -566576,166 +571132,165 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Update-MgShareListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgShareListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSharePermission", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}/permission", - "Module": "Files", - "Command": "Update-MgSharePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgShareSharedDriveItemSharedDriveItem", "Permissions": [], + "Method": "PATCH", "Uri": "/shares/{sharedDriveItem-id}", - "Module": "Files", - "Command": "Update-MgShareSharedDriveItemSharedDriveItem", "OutputType": "IMicrosoftGraphSharedDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSite", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}", - "Module": "Sites", - "Command": "Update-MgSite", "OutputType": "IMicrosoftGraphSite", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/analytics", - "Module": "Sites", - "Command": "Update-MgSiteAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Sites", - "Command": "Update-MgSiteAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteAnalyticItemActivityStatActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", - "Module": "Sites", - "Command": "Update-MgSiteAnalyticItemActivityStatActivity", "OutputType": "IMicrosoftGraphItemActivity", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -566754,22 +571309,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Update-MgSiteColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSiteContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -566788,22 +571343,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Update-MgSiteContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSiteContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -566822,119 +571377,107 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Update-MgSiteContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Update-MgSiteContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteGetByPathAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", - "Module": "Sites", - "Command": "Update-MgSiteGetByPathAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", - "Module": "Notes", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgSiteGetByPathOnenote", + "Permissions": [], + "Method": "PATCH", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "OutputType": "IMicrosoftGraphOnenote", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", - "Module": "Sites", + "ApiReferenceLink": null, + "CommandAlias": null, "Command": "Update-MgSiteGetByPathTermStore", + "Permissions": [], + "Method": "PATCH", + "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "UpdateViaIdentityExpanded" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteList", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}", - "Module": "Sites", - "Command": "Update-MgSiteList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -566953,22 +571496,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Update-MgSiteListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListContentType", "Permissions": [ { "Name": "Sites.Manage.All", @@ -566987,22 +571530,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Module": "Sites", - "Command": "Update-MgSiteListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListContentTypeColumn", "Permissions": [ { "Name": "Sites.Manage.All", @@ -567021,639 +571564,640 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Sites", - "Command": "Update-MgSiteListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Sites", - "Command": "Update-MgSiteListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgSiteListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Module": "Sites", - "Command": "Update-MgSiteListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Sites", - "Command": "Update-MgSiteListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Sites", - "Command": "Update-MgSiteListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSiteListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", - "Module": "Sites", - "Command": "Update-MgSiteListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Sites", - "Command": "Update-MgSiteListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Sites", - "Command": "Update-MgSiteListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Update-MgSiteListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", - "Module": "Sites", - "Command": "Update-MgSiteListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOnenoteNotebook", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes", - "Command": "Update-MgSiteOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites", - "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites", - "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOnenotePage", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes", - "Command": "Update-MgSiteOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOnenotePageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites", - "Command": "Update-MgSiteOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOnenoteSection", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes", - "Command": "Update-MgSiteOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOnenoteSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes", - "Command": "Update-MgSiteOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites", - "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOnenoteSectionPageContent", "Permissions": [], + "Method": "POST", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Sites", - "Command": "Update-MgSiteOnenoteSectionPageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", - "Module": "Sites", - "Command": "Update-MgSiteOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePage", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "Module": "Sites", - "Command": "Update-MgSitePage", "OutputType": "IMicrosoftGraphBaseSitePage", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageAsSitePageCanvaLayout", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", - "Module": "Sites", - "Command": "Update-MgSitePageAsSitePageCanvaLayout", "OutputType": "IMicrosoftGraphCanvasLayout", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", - "Module": "Sites", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "OutputType": "IMicrosoftGraphHorizontalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Module": "Sites", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", - "Module": "Sites", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", "OutputType": "IMicrosoftGraphVerticalSection", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", - "Module": "Sites", - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageAsSitePageWebPart", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", - "Module": "Sites", - "Command": "Update-MgSitePageAsSitePageWebPart", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgSitePageCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", - "Module": "Sites", - "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSitePermission", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Module": "Sites", - "Command": "Update-MgSitePermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSiteTermStore", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore", - "Module": "Sites", - "Command": "Update-MgSiteTermStore", "OutputType": "IMicrosoftGraphTermStore", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567663,18 +572207,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567684,18 +572228,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroupSet", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567705,18 +572249,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroupSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567734,18 +572278,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroupSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567763,18 +572307,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroupSetParentGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567784,18 +572328,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroupSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567805,18 +572349,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroupSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567826,18 +572370,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroupSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567847,18 +572391,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567868,18 +572412,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreGroupSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567889,18 +572433,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSet", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567910,18 +572454,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567939,18 +572483,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567968,18 +572512,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetParentGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroup", "OutputType": "IMicrosoftGraphTermStoreGroup", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -567989,18 +572533,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetParentGroupSet", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSet", "OutputType": "IMicrosoftGraphTermStoreSet", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568010,18 +572554,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568039,18 +572583,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568068,18 +572612,18 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568089,18 +572633,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568110,18 +572654,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568131,18 +572675,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568152,18 +572696,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568173,18 +572717,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568194,18 +572738,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetTerm", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetTerm", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568215,18 +572759,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetTermChild", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetTermChild", "OutputType": "IMicrosoftGraphTermStoreTerm", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568236,18 +572780,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetTermChildRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetTermChildRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568257,18 +572801,18 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSiteTermStoreSetTermRelation", "Permissions": [], + "Method": "PATCH", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", - "Module": "Sites", - "Command": "Update-MgSiteTermStoreSetTermRelation", "OutputType": "IMicrosoftGraphTermStoreRelation", + "ApiVersion": "v1.0", + "Module": "Sites", "Variants": [ "Update", "Update1", @@ -568278,47 +572822,46 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgSubscribedSku", "Permissions": [], + "Method": "PATCH", "Uri": "/subscribedSkus/{subscribedSku-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgSubscribedSku", "OutputType": "IMicrosoftGraphSubscribedSku", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/subscriptions/{subscription-id}", - "Module": "ChangeNotifications", - "Command": "Update-MgSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeam", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -568353,22 +572896,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}", - "Module": "Teams", - "Command": "Update-MgTeam", "OutputType": "IMicrosoftGraphTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamChannel", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -568403,22 +572946,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}", - "Module": "Teams", - "Command": "Update-MgTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamChannelMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -568453,90 +572996,90 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Update-MgTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Update-MgTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Update-MgTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Update-MgTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamChannelTab", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -568603,22 +573146,22 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Update-MgTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamInstalledApp", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -568717,22 +573260,22 @@ "IsLeastPrivilege": false } ], + "Method": "POST", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Teams", - "Command": "Update-MgTeamInstalledApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamMember", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -568767,345 +573310,345 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Update-MgTeamMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", - "Module": "Teams", - "Command": "Update-MgTeamOperation", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Update-MgTeamPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/photo", - "Module": "Teams", - "Command": "Update-MgTeamPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamPrimaryChannel", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel", - "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamPrimaryChannelMember", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamPrimaryChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamPrimaryChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamPrimaryChannelTab", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Update-MgTeamPrimaryChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamScheduleOfferShiftRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Module": "Teams", - "Command": "Update-MgTeamScheduleOfferShiftRequest", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamScheduleOpenShift", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Module": "Teams", - "Command": "Update-MgTeamScheduleOpenShift", "OutputType": "IMicrosoftGraphOpenShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", - "Module": "Teams", - "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamScheduleSchedulingGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Module": "Teams", - "Command": "Update-MgTeamScheduleSchedulingGroup", "OutputType": "IMicrosoftGraphSchedulingGroup", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamScheduleShift", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Module": "Teams", - "Command": "Update-MgTeamScheduleShift", "OutputType": "IMicrosoftGraphShift", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "Module": "Teams", - "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamScheduleTimeOff", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Module": "Teams", - "Command": "Update-MgTeamScheduleTimeOff", "OutputType": "IMicrosoftGraphTimeOff", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamScheduleTimeOffReason", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Module": "Teams", - "Command": "Update-MgTeamScheduleTimeOffReason", "OutputType": "IMicrosoftGraphTimeOffReason", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamScheduleTimeOffRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Module": "Teams", - "Command": "Update-MgTeamScheduleTimeOffRequest", "OutputType": "IMicrosoftGraphTimeOffRequest", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamTag", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -569124,390 +573667,405 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "Module": "Teams", - "Command": "Update-MgTeamTag", "OutputType": "IMicrosoftGraphTeamworkTag", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamTagMember", "Permissions": [], + "Method": "PATCH", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "Module": "Teams", - "Command": "Update-MgTeamTagMember", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamwork", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork", - "Module": "Teams", - "Command": "Update-MgTeamwork", "OutputType": "IMicrosoftGraphTeamwork", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedChat", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedChats/{deletedChat-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedChat", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeam", "OutputType": "IMicrosoftGraphDeletedTeam", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedTeamChannel", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannel", "OutputType": "IMicrosoftGraphChannel", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedTeamChannelMember", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedTeamChannelMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTeamworkDeletedTeamChannelTab", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkDeletedTeamChannelTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamworkTeamAppSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/teamsAppSettings", - "Module": "Teams", - "Command": "Update-MgTeamworkTeamAppSetting", "OutputType": "IMicrosoftGraphTeamsAppSettings", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTeamworkWorkforceIntegration", "Permissions": [], + "Method": "PATCH", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Module": "Teams", - "Command": "Update-MgTeamworkWorkforceIntegration", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "Module": "Identity.Partner", - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTenantRelationshipMultiTenantOrganization", + "Permissions": [], "Method": "PATCH", + "Uri": "/tenantRelationships/multiTenantOrganization", + "OutputType": "IMicrosoftGraphMultiTenantOrganization", "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + "Module": "Identity.SignIns", + "Variants": [ + "Update", + "UpdateExpanded" + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "Module": "Identity.SignIns", - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", "Permissions": [], + "Method": "PATCH", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgUser", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -569582,73 +574140,73 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}", - "Module": "Users", - "Command": "Update-MgUser", "OutputType": "IMicrosoftGraphUser", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserActivity", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/activities/{userActivity-id}", - "Module": "CrossDeviceExperiences", - "Command": "Update-MgUserActivity", "OutputType": "IMicrosoftGraphUserActivity", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserActivityHistoryItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", - "Module": "CrossDeviceExperiences", - "Command": "Update-MgUserActivityHistoryItem", "OutputType": "IMicrosoftGraphActivityHistoryItem", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserAppRoleAssignment", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", - "Module": "Applications", - "Command": "Update-MgUserAppRoleAssignment", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "ApiVersion": "v1.0", + "Module": "Applications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgUserAuthenticationEmailMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -569667,56 +574225,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgUserAuthenticationEmailMethod", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserAuthenticationMethod", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgUserAuthenticationMethod", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserAuthenticationOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgUserAuthenticationOperation", "OutputType": "IMicrosoftGraphLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgUserAuthenticationPhoneMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -569735,44 +574293,45 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Module": "Identity.SignIns", - "Command": "Update-MgUserAuthenticationPhoneMethod", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserCalendarGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Module": "Calendar", - "Command": "Update-MgUserCalendarGroup", "OutputType": "IMicrosoftGraphCalendarGroup", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgUserCalendarPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Module": "Calendar", - "Command": "Update-MgUserCalendarPermission", "OutputType": "IMicrosoftGraphCalendarPermission", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "Update1", @@ -569782,1951 +574341,1950 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChat", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}", - "Module": "Teams", - "Command": "Update-MgUserChat", "OutputType": "IMicrosoftGraphChat", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgUserChatInstalledApp", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Module": "Users.Actions", - "Command": "Update-MgUserChatInstalledApp", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChatLastMessagePreview", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", - "Module": "Teams", - "Command": "Update-MgUserChatLastMessagePreview", "OutputType": "IMicrosoftGraphChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChatMember", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Module": "Teams", - "Command": "Update-MgUserChatMember", "OutputType": "IMicrosoftGraphConversationMember", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChatMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Module": "Teams", - "Command": "Update-MgUserChatMessage", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChatMessageHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgUserChatMessageHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChatMessageReply", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Module": "Teams", - "Command": "Update-MgUserChatMessageReply", "OutputType": "IMicrosoftGraphChatMessage", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChatMessageReplyHostedContent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Module": "Teams", - "Command": "Update-MgUserChatMessageReplyHostedContent", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChatPermissionGrant", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "Module": "Teams", - "Command": "Update-MgUserChatPermissionGrant", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChatPinnedMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", - "Module": "Teams", - "Command": "Update-MgUserChatPinnedMessage", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserChatTab", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", - "Module": "Teams", - "Command": "Update-MgUserChatTab", "OutputType": "IMicrosoftGraphTeamsTab", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContact", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contacts/{contact-id}", - "Module": "PersonalContacts", - "Command": "Update-MgUserContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactFolderChildFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderChildFolder", "OutputType": "IMicrosoftGraphContactFolder", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactFolderChildFolderContact", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderChildFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactFolderChildFolderContactExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderChildFolderContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactFolderChildFolderContactPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderChildFolderContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactFolderContact", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderContact", "OutputType": "IMicrosoftGraphContact", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactFolderContactExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderContactExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactFolderContactPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactFolderContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserContactPhoto", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/contacts/{contact-id}/photo", - "Module": "PersonalContacts", - "Command": "Update-MgUserContactPhoto", "OutputType": "IMicrosoftGraphProfilePhoto", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDrive", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}", - "Module": "Files", - "Command": "Update-MgUserDrive", "OutputType": "IMicrosoftGraphDrive", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", - "Module": "Files", - "Command": "Update-MgUserDriveItem", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", - "Module": "Files", - "Command": "Update-MgUserDriveItemAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", - "Module": "Files", - "Command": "Update-MgUserDriveItemListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", - "Module": "Files", - "Command": "Update-MgUserDriveItemListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgUserDriveItemListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgUserDriveItemListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Module": "Files", - "Command": "Update-MgUserDriveItemPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", - "Module": "Files", - "Command": "Update-MgUserDriveItemRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgUserDriveItemSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Update-MgUserDriveItemThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Update-MgUserDriveItemVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveList", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list", - "Module": "Files", - "Command": "Update-MgUserDriveList", "OutputType": "IMicrosoftGraphList", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Update-MgUserDriveListColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListContentType", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", - "Module": "Files", - "Command": "Update-MgUserDriveListContentType", "OutputType": "IMicrosoftGraphContentType", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListContentTypeColumn", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Module": "Files", - "Command": "Update-MgUserDriveListContentTypeColumn", "OutputType": "IMicrosoftGraphColumnDefinition", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListContentTypeColumnLink", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "Module": "Files", - "Command": "Update-MgUserDriveListContentTypeColumnLink", "OutputType": "IMicrosoftGraphColumnLink", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", - "Module": "Files", - "Command": "Update-MgUserDriveListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgUserDriveListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgUserDriveListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", - "Module": "Files", - "Command": "Update-MgUserDriveListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgUserDriveListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgUserDriveListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListOperation", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", - "Module": "Files", - "Command": "Update-MgUserDriveListOperation", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveListSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgUserDriveListSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRoot", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root", - "Module": "Files", - "Command": "Update-MgUserDriveRoot", "OutputType": "IMicrosoftGraphDriveItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootAnalytic", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", - "Module": "Files", - "Command": "Update-MgUserDriveRootAnalytic", "OutputType": "IMicrosoftGraphItemAnalytics", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", - "Module": "Files", - "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", "OutputType": "IMicrosoftGraphItemActivityStat", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootListItem", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", - "Module": "Files", - "Command": "Update-MgUserDriveRootListItem", "OutputType": "IMicrosoftGraphListItem", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", - "Module": "Files", - "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootListItemField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", - "Module": "Files", - "Command": "Update-MgUserDriveRootListItemField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", - "Module": "Files", - "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootListItemVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", - "Module": "Files", - "Command": "Update-MgUserDriveRootListItemVersion", "OutputType": "IMicrosoftGraphListItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootListItemVersionField", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", - "Module": "Files", - "Command": "Update-MgUserDriveRootListItemVersionField", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootPermission", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", - "Module": "Files", - "Command": "Update-MgUserDriveRootPermission", "OutputType": "IMicrosoftGraphPermission", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootRetentionLabel", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", - "Module": "Files", - "Command": "Update-MgUserDriveRootRetentionLabel", "OutputType": "IMicrosoftGraphItemRetentionLabel", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootSubscription", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", - "Module": "Files", - "Command": "Update-MgUserDriveRootSubscription", "OutputType": "IMicrosoftGraphSubscription", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootThumbnail", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", - "Module": "Files", - "Command": "Update-MgUserDriveRootThumbnail", "OutputType": "IMicrosoftGraphThumbnailSet", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserDriveRootVersion", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", - "Module": "Files", - "Command": "Update-MgUserDriveRootVersion", "OutputType": "IMicrosoftGraphDriveItemVersion", + "ApiVersion": "v1.0", + "Module": "Files", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/events/{event-id}", - "Module": "Calendar", - "Command": "Update-MgUserEvent", "OutputType": "IMicrosoftGraphEvent", + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserEventExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Update-MgUserEventExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserEventInstanceExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", - "Module": "Calendar", - "Command": "Update-MgUserEventInstanceExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Calendar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/extensions/{extension-id}", - "Module": "Users", - "Command": "Update-MgUserExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserInferenceClassification", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/inferenceClassification", - "Module": "Mail", - "Command": "Update-MgUserInferenceClassification", "OutputType": "IMicrosoftGraphInferenceClassification", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserInferenceClassificationOverride", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Module": "Mail", - "Command": "Update-MgUserInferenceClassificationOverride", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/insights", - "Module": "Users", - "Command": "Update-MgUserInsight", "OutputType": "IMicrosoftGraphItemInsights", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserInsightShared", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", - "Module": "Users", - "Command": "Update-MgUserInsightShared", "OutputType": "IMicrosoftGraphSharedInsight", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserInsightTrending", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/insights/trending/{trending-id}", - "Module": "Users", - "Command": "Update-MgUserInsightTrending", "OutputType": "IMicrosoftGraphTrending", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserInsightUsed", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", - "Module": "Users", - "Command": "Update-MgUserInsightUsed", "OutputType": "IMicrosoftGraphUsedInsight", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserLicenseDetail", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", - "Module": "Users", - "Command": "Update-MgUserLicenseDetail", "OutputType": "IMicrosoftGraphLicenseDetails", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMailboxSetting", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailboxSettings", - "Module": "Users", - "Command": "Update-MgUserMailboxSetting", "OutputType": "IMicrosoftGraphMailboxSettings", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMailFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Module": "Mail", - "Command": "Update-MgUserMailFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMailFolderChildFolder", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", - "Module": "Mail", - "Command": "Update-MgUserMailFolderChildFolder", "OutputType": "IMicrosoftGraphMailFolder", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMailFolderChildFolderMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", - "Module": "Mail", - "Command": "Update-MgUserMailFolderChildFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMailFolderChildFolderMessageExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail", - "Command": "Update-MgUserMailFolderChildFolderMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMailFolderChildFolderMessageRule", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", - "Module": "Mail", - "Command": "Update-MgUserMailFolderChildFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMailFolderMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Module": "Mail", - "Command": "Update-MgUserMailFolderMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMailFolderMessageExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail", - "Command": "Update-MgUserMailFolderMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMailFolderMessageRule", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", - "Module": "Mail", - "Command": "Update-MgUserMailFolderMessageRule", "OutputType": "IMicrosoftGraphMessageRule", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserManagedDevice", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDevice", "OutputType": "IMicrosoftGraphManagedDevice", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserManagedDeviceCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceCategory", "OutputType": "IMicrosoftGraphDeviceCategory", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserManagedDeviceCompliancePolicyState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceCompliancePolicyState", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserManagedDeviceConfigurationState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceConfigurationState", "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserManagedDeviceLogCollectionResponse", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceLogCollectionResponse", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", - "Module": "Users.Actions", - "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserManagedDeviceWindowsProtectionState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceWindowsProtectionState", "OutputType": "IMicrosoftGraphWindowsProtectionState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", - "Module": "Devices.CorporateManagement", - "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMessage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/messages/{message-id}", - "Module": "Mail", - "Command": "Update-MgUserMessage", "OutputType": "IMicrosoftGraphMessage", + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserMessageExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", - "Module": "Mail", - "Command": "Update-MgUserMessageExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Mail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnenoteNotebook", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Module": "Notes", - "Command": "Update-MgUserOnenoteNotebook", "OutputType": "IMicrosoftGraphNotebook", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnenotePage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Module": "Notes", - "Command": "Update-MgUserOnenotePage", "OutputType": "IMicrosoftGraphOnenotePage", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnenotePageContent", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", - "Module": "Users.Actions", - "Command": "Update-MgUserOnenotePageContent", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnenoteSection", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Module": "Notes", - "Command": "Update-MgUserOnenoteSection", "OutputType": "IMicrosoftGraphOnenoteSection", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnenoteSectionGroup", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Module": "Notes", - "Command": "Update-MgUserOnenoteSectionGroup", "OutputType": "IMicrosoftGraphSectionGroup", + "ApiVersion": "v1.0", + "Module": "Notes", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnlineMeeting", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -571745,124 +576303,124 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Module": "CloudCommunications", - "Command": "Update-MgUserOnlineMeeting", "OutputType": "IMicrosoftGraphOnlineMeeting", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnlineMeetingAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "CloudCommunications", - "Command": "Update-MgUserOnlineMeetingAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "CloudCommunications", - "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnlineMeetingRecording", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", - "Module": "CloudCommunications", - "Command": "Update-MgUserOnlineMeetingRecording", "OutputType": "IMicrosoftGraphCallRecording", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOnlineMeetingTranscript", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Module": "CloudCommunications", - "Command": "Update-MgUserOnlineMeetingTranscript", "OutputType": "IMicrosoftGraphCallTranscript", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserOutlookMasterCategory", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Module": "Users", - "Command": "Update-MgUserOutlookMasterCategory", "OutputType": "IMicrosoftGraphOutlookCategory", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgUserPassword", "Permissions": [], + "Method": "POST", "Uri": "/users/{user-id}/changePassword", - "Module": "Users.Actions", - "Command": "Update-MgUserPassword", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" - ], - "Method": "POST", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserPlanner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -571881,56 +576439,56 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/planner", - "Module": "Planner", - "Command": "Update-MgUserPlanner", "OutputType": "IMicrosoftGraphPlannerUser", + "ApiVersion": "v1.0", + "Module": "Planner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserPresence", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/presence", - "Module": "CloudCommunications", - "Command": "Update-MgUserPresence", "OutputType": "IMicrosoftGraphPresence", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserScopedRoleMemberOf", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", - "Module": "Identity.DirectoryManagement", - "Command": "Update-MgUserScopedRoleMemberOf", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserSetting", "Permissions": [ { "Name": "User.ReadWrite", @@ -571949,39 +576507,39 @@ "IsLeastPrivilege": false } ], + "Method": "PATCH", "Uri": "/users/{user-id}/settings", - "Module": "Users", - "Command": "Update-MgUserSetting", "OutputType": "IMicrosoftGraphUserSettings", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserSettingItemInsight", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/itemInsights", - "Module": "Users", - "Command": "Update-MgUserSettingItemInsight", "OutputType": "IMicrosoftGraphUserInsightsSettings", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0", + "CommandAlias": null, + "Command": "Update-MgUserSettingShiftPreference", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -572000,141 +576558,141 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/shiftPreferences", - "Module": "Users", - "Command": "Update-MgUserSettingShiftPreference", "OutputType": "IMicrosoftGraphShiftPreferences", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserSettingStorage", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/storage", - "Module": "Users", - "Command": "Update-MgUserSettingStorage", "OutputType": "IMicrosoftGraphUserStorage", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserSettingStorageQuota", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/storage/quota", - "Module": "Users", - "Command": "Update-MgUserSettingStorageQuota", "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserSettingStorageQuotaService", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "Module": "Users", - "Command": "Update-MgUserSettingStorageQuotaService", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserSettingWindows", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", - "Module": "Users", - "Command": "Update-MgUserSettingWindows", "OutputType": "IMicrosoftGraphWindowsSetting", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserSettingWindowsInstance", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", - "Module": "Users", - "Command": "Update-MgUserSettingWindowsInstance", "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserTeamwork", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/teamwork", - "Module": "Teams", - "Command": "Update-MgUserTeamwork", "OutputType": "IMicrosoftGraphUserTeamwork", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserTeamworkAssociatedTeam", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", - "Module": "Teams", - "Command": "Update-MgUserTeamworkAssociatedTeam", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "ApiVersion": "v1.0", + "Module": "Teams", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserTodoList", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -572153,39 +576711,39 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Module": "Users", - "Command": "Update-MgUserTodoList", "OutputType": "IMicrosoftGraphTodoTaskList", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserTodoListExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "Module": "Users", - "Command": "Update-MgUserTodoListExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserTodoListTask", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -572204,39 +576762,39 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Module": "Users", - "Command": "Update-MgUserTodoListTask", "OutputType": "IMicrosoftGraphTodoTask", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserTodoListTaskAttachmentSession", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "Module": "Users", - "Command": "Update-MgUserTodoListTaskAttachmentSession", "OutputType": "IMicrosoftGraphAttachmentSession", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserTodoListTaskChecklistItem", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -572255,39 +576813,39 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Module": "Users", - "Command": "Update-MgUserTodoListTaskChecklistItem", "OutputType": "IMicrosoftGraphChecklistItem", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserTodoListTaskExtension", "Permissions": [], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "Module": "Users", - "Command": "Update-MgUserTodoListTaskExtension", "OutputType": null, + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgUserTodoListTaskLinkedResource", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -572306,359 +576864,356 @@ "IsLeastPrivilege": true } ], + "Method": "PATCH", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Module": "Users", - "Command": "Update-MgUserTodoListTaskLinkedResource", "OutputType": "IMicrosoftGraphLinkedResource", + "ApiVersion": "v1.0", + "Module": "Users", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEvent", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEvent", "OutputType": "IMicrosoftGraphVirtualEvent", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventPresenter", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventSession", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventSessionAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventTownhall", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventTownhall", "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventTownhallPresenter", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventTownhallPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventTownhallSession", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventTownhallSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventTownhallSessionAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventTownhallSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinar", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinar", "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinarPresenter", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinarPresenter", "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinarRegistration", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinarRegistration", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinarRegistrationByEmail", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinarRegistrationByEmail", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinarRegistrationByUserId", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinarRegistrationByUserId", "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinarRegistrationConfiguration", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinarRegistrationConfiguration", "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinarRegistrationConfigurationQuestion", "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinarSession", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinarSession", "OutputType": "IMicrosoftGraphVirtualEventSession", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "CommandAlias": null, + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Permissions": [], + "Method": "PATCH", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", - "Module": "Bookings", - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "OutputType": "IMicrosoftGraphAttendanceRecord", + "ApiVersion": "v1.0", + "Module": "Bookings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "ApiVersion": "v1.0", - "CommandAlias": null, - "ApiReferenceLink": null + ] } ] diff --git a/src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1 b/src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1 index 3fc3624019..f7a6c8affd 100644 --- a/src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1 +++ b/src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1 @@ -165,13 +165,13 @@ Describe "Find-MgGraphCommand Command" { It 'Should find commands for uri with Microsoft.Graph prefix in nested segments' { { $MgCommand = Find-MgGraphCommand -Uri "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders" - $MgCommand | Should -HaveCount 1 - $MgCommand.Command | Select-Object -Unique | should -HaveCount 1 + $MgCommand | Should -HaveCount 2 + $MgCommand.Command | Select-Object -Unique | should -HaveCount 2 $MgCommand.Method | Select-Object -Unique | should -HaveCount 1 - $MgCommand.APIVersion | Select-Object -Unique | should -HaveCount 1 + $MgCommand.APIVersion | Select-Object -Unique | should -HaveCount 2 $MgCommand.Variants | Select-Object -Unique | should -HaveCount 1 $MgCommand.URI | Select-Object -Unique | Should -Be "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders" - $MgCommand.Command | Select-Object -Unique | Should -BeIn @("Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider") + $MgCommand.Command | Select-Object -Unique | Should -BeIn @("Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider") } | Should -Not -Throw } } diff --git a/src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1 b/src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1 index dfb34a661e..be63f884d3 100644 --- a/src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1 +++ b/src/Authentication/Authentication/test/Invoke-MgGraphRequest.Tests.ps1 @@ -54,6 +54,9 @@ Describe 'Invoke-MgGraphRequest Command' -skip { It 'Should not throw when -InferOutputFilePath is specified' { { Invoke-MgGraphRequest -OutputType PSObject -Uri "https://graph.microsoft.com/v1.0/reports/getTeamsUserActivityUserDetail(period='D7')" -InferOutputFileName } | Should -Not -Throw } + It 'Should return plain text' { + { Invoke-MgGraphRequest -Uri "https://graph.microsoft.com/v1.0/applications/`$count" } | Should -BeOfType [System.String] + } } Context 'Absolute and relative URIs' { diff --git a/src/Bookings/beta/examples/Get-MgBetaVirtualEventWebinarRegistrationSession.md b/src/Bookings/beta/examples/Get-MgBetaVirtualEventWebinarRegistrationSession.md new file mode 100644 index 0000000000..0ded7bb47c --- /dev/null +++ b/src/Bookings/beta/examples/Get-MgBetaVirtualEventWebinarRegistrationSession.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Bookings + +Get-MgBetaVirtualEventWebinarRegistrationSession -VirtualEventWebinarId $virtualEventWebinarId -VirtualEventRegistrationId $virtualEventRegistrationId + +``` +This example shows how to use the Get-MgBetaVirtualEventWebinarRegistrationSession Cmdlet. + diff --git a/src/Bookings/beta/examples/New-MgBetaBackupRestoreExchangeProtectionPolicy.md b/src/Bookings/beta/examples/New-MgBetaBackupRestoreExchangeProtectionPolicy.md index 4c85fb145b..f0194ca32a 100644 --- a/src/Bookings/beta/examples/New-MgBetaBackupRestoreExchangeProtectionPolicy.md +++ b/src/Bookings/beta/examples/New-MgBetaBackupRestoreExchangeProtectionPolicy.md @@ -8,13 +8,13 @@ $params = @{ displayName = "Exchange Protection Policy" mailboxProtectionUnits = @( @{ - userId = "cdd3a849-dcaf-4a85-af82-7e39fc14019a" + directoryObjectId = "cdd3a849-dcaf-4a85-af82-7e39fc14019a" } @{ - userId = "9bc069da-b746-41a4-89ab-26125c6373c7" + directoryObjectId = "9bc069da-b746-41a4-89ab-26125c6373c7" } @{ - userId = "b218eb4a-ea72-42bd-8f0b-d0bbf794bec7" + directoryObjectId = "b218eb4a-ea72-42bd-8f0b-d0bbf794bec7" } ) } diff --git a/src/Bookings/beta/examples/New-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy.md b/src/Bookings/beta/examples/New-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy.md index 155640ab68..866a264cf7 100644 --- a/src/Bookings/beta/examples/New-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/src/Bookings/beta/examples/New-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -8,13 +8,13 @@ $params = @{ displayName = "OneDrive For Business Protection Policy" driveProtectionUnits = @( @{ - userId = "cdd3a849-dcaf-4a85-af82-7e39fc14019" + directoryObjectId = "cdd3a849-dcaf-4a85-af82-7e39fc14019" } @{ - userId = "9bc069da-b746-41a4-89ab-26125c6373c7" + directoryObjectId = "9bc069da-b746-41a4-89ab-26125c6373c7" } @{ - userId = "b218eb4a-ea72-42bd-8f0b-d0bbf794bec7" + directoryObjectId = "b218eb4a-ea72-42bd-8f0b-d0bbf794bec7" } ) } diff --git a/src/Bookings/beta/examples/New-MgBetaVirtualEventWebinarRegistration.md b/src/Bookings/beta/examples/New-MgBetaVirtualEventWebinarRegistration.md new file mode 100644 index 0000000000..de4ec7ba03 --- /dev/null +++ b/src/Bookings/beta/examples/New-MgBetaVirtualEventWebinarRegistration.md @@ -0,0 +1,88 @@ +### Example 1: Creating registration record with delegated permission + +```powershell + +Import-Module Microsoft.Graph.Beta.Bookings + +$params = @{ + preferredTimezone = "Pacific Standard Time" + preferredLanguage = "en-us" + registrationQuestionAnswers = @( + @{ + questionId = "95320781-96b3-4b8f-8cf8-e6561d23447a" + value = $null + booleanValue = $null + multiChoiceValues = @( + "Seattle" + ) + } + @{ + questionId = "4577afdb-8bee-4219-b482-04b52c6b855c" + value = $null + booleanValue = $true + multiChoiceValues = @( + ) + } + @{ + questionId = "80fefcf1-caf7-4cd3-b8d7-159e17c47f20" + value = $null + booleanValue = $null + multiChoiceValues = @( + "Cancun" + "Hoboken" +"Beijing" +) +} +) +} + +New-MgBetaVirtualEventWebinarRegistration -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params + +``` +This example shows creating registration record with delegated permission + +### Example 2: Creating registration record with application permission + +```powershell + +Import-Module Microsoft.Graph.Beta.Bookings + +$params = @{ + firstName = "Diane" + lastName = "Demoss" + email = "DianeDemoss@contoso.com" + preferredTimezone = "Pacific Standard Time" + preferredLanguage = "en-us" + registrationQuestionAnswers = @( + @{ + questionId = "95320781-96b3-4b8f-8cf8-e6561d23447a" + value = $null + booleanValue = $null + multiChoiceValues = @( + "Seattle" + ) + } + @{ + questionId = "4577afdb-8bee-4219-b482-04b52c6b855c" + value = $null + booleanValue = $true + multiChoiceValues = @( + ) + } + @{ + questionId = "80fefcf1-caf7-4cd3-b8d7-159e17c47f20" + value = $null + booleanValue = $null + multiChoiceValues = @( + "London" + "New York City" +) +} +) +} + +New-MgBetaVirtualEventWebinarRegistration -VirtualEventWebinarId $virtualEventWebinarId -BodyParameter $params + +``` +This example shows creating registration record with application permission + diff --git a/src/Bookings/beta/examples/Update-MgBetaBackupRestoreExchangeProtectionPolicy.md b/src/Bookings/beta/examples/Update-MgBetaBackupRestoreExchangeProtectionPolicy.md index cf0bdd1c31..0e14994265 100644 --- a/src/Bookings/beta/examples/Update-MgBetaBackupRestoreExchangeProtectionPolicy.md +++ b/src/Bookings/beta/examples/Update-MgBetaBackupRestoreExchangeProtectionPolicy.md @@ -8,10 +8,10 @@ $params = @{ displayName = "Exchange Policy - Inadvertent data loss" "mailboxProtectionUnits@delta" = @( @{ - userId = "1b014d8c-71fe-4d00-a01a-31850bc5b32c" + directoryObjectId = "1b014d8c-71fe-4d00-a01a-31850bc5b32c" } @{ - userId = "2b014d8c-71fe-4d00-a01a-31850bc5b32c" + directoryObjectId = "2b014d8c-71fe-4d00-a01a-31850bc5b32c" } @{ "@removed" = @{ diff --git a/src/Bookings/beta/examples/Update-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy.md b/src/Bookings/beta/examples/Update-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy.md index c20ddeee8f..d46b339502 100644 --- a/src/Bookings/beta/examples/Update-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/src/Bookings/beta/examples/Update-MgBetaBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -8,10 +8,10 @@ $params = @{ displayName = "One Drive Policy - Inadvertent data loss" "driveProtectionUnits@delta" = @( @{ - userId = "1b014d8c-71fe-4d00-a01a-31850bc5b32c" + directoryObjectId = "1b014d8c-71fe-4d00-a01a-31850bc5b32c" } @{ - userId = "2b014d8c-71fe-4d00-a01a-31850bc5b32c" + directoryObjectId = "2b014d8c-71fe-4d00-a01a-31850bc5b32c" } @{ "@removed" = @{ diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistration.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistration.md index b0565f9a49..e0083d87fb 100644 --- a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistration.md +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ Import-Module Microsoft.Graph.Bookings -Get-MgVirtualEventWebinarRegistration -VirtualEventWebinarId $virtualEventWebinarId +Get-MgVirtualEventWebinarRegistration -VirtualEventWebinarId $virtualEventWebinarId -VirtualEventRegistrationId $virtualEventRegistrationId ``` This example shows how to use the Get-MgVirtualEventWebinarRegistration Cmdlet. diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationByEmail.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationByEmail.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationByEmail.md @@ -0,0 +1 @@ + diff --git a/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationByUserId.md b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationByUserId.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Bookings/v1.0/examples/Get-MgVirtualEventWebinarRegistrationByUserId.md @@ -0,0 +1 @@ + diff --git a/src/CloudCommunications/beta/examples/Invoke-MgBetaInviteCommunicationCallParticipant.md b/src/CloudCommunications/beta/examples/Invoke-MgBetaInviteCommunicationCallParticipant.md index 02ed11e743..dadde490bd 100644 --- a/src/CloudCommunications/beta/examples/Invoke-MgBetaInviteCommunicationCallParticipant.md +++ b/src/CloudCommunications/beta/examples/Invoke-MgBetaInviteCommunicationCallParticipant.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Invite one participant to an existing call ```powershell @@ -8,6 +8,7 @@ $params = @{ participants = @( @{ "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" identity = @{ "@odata.type" = "#microsoft.graph.identitySet" user = @{ @@ -16,7 +17,6 @@ $params = @{ identityProvider = "AAD" } } - participantId = "a7ebfb2d-871e-419c-87af-27290b22e8db" } ) clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" @@ -25,5 +25,132 @@ $params = @{ Invoke-MgBetaInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params ``` -This example shows how to use the Invoke-MgBetaInviteCommunicationCallParticipant Cmdlet. +This example will invite one participant to an existing call + +### Example 2: Invite multiple participants to an existing group call + +```powershell + +Import-Module Microsoft.Graph.Beta.CloudCommunications + +$params = @{ + participants = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "7e1b4346-85a6-4bdd-abe3-d11c5d420efe" + identityProvider = "AAD" + } + } + } + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "1e126418-44a0-4a94-a6f8-0efe1ad71acb" + identityProvider = "AAD" + } + } + } + ) + clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" +} + +Invoke-MgBetaInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params + +``` +This example will invite multiple participants to an existing group call + +### Example 3: Invite participants to an existing group call, replacing an existing Peer-to-Peer call + +```powershell + +Import-Module Microsoft.Graph.Beta.CloudCommunications + +$params = @{ + participants = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "7e1b4346-85a6-4bdd-abe3-d11c5d420efe" + identityProvider = "AAD" + } + } + } + ) + clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" +} + +Invoke-MgBetaInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params + +``` +This example will invite participants to an existing group call, replacing an existing peer-to-peer call + +### Example 4: Invite one PSTN participant to an existing call + +```powershell + +Import-Module Microsoft.Graph.Beta.CloudCommunications + +$params = @{ + participants = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + phone = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "+12345678901" + } + } + } + ) + clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" +} + +Invoke-MgBetaInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params + +``` +This example will invite one pstn participant to an existing call + +### Example 5: Move one participant from one meeting to another + +```powershell + +Import-Module Microsoft.Graph.Beta.CloudCommunications + +$params = @{ + participants = @( + @{ + "@odata.type" = "#microsoft.graph.invitationParticipantInfo" + replacesCallId = "a7ebfb2d-871e-419c-87af-27290b22e8db" + participantId = "7d501bf1-5ee4-4605-ba92-0ae4513c611c" + identity = @{ + "@odata.type" = "#microsoft.graph.identitySet" + user = @{ + "@odata.type" = "#microsoft.graph.identity" + id = "682b6c37-0729-4fab-ace6-d730d5d9137e" + identityProvider = "AAD" + } + } + } + ) + clientContext = "f2fa86af-3c51-4bc2-8fc0-475452d9764f" +} + +Invoke-MgBetaInviteCommunicationCallParticipant -CallId $callId -BodyParameter $params + +``` +This example will move one participant from one meeting to another diff --git a/src/DeviceManagement.Actions/DeviceManagement.Actions.md b/src/DeviceManagement.Actions/DeviceManagement.Actions.md index 71c0ee1790..7191c2a1ea 100644 --- a/src/DeviceManagement.Actions/DeviceManagement.Actions.md +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions.md @@ -18,7 +18,7 @@ require: ``` yaml directive: # Remove invalid paths that exceed Windows file name limit. - - remove-path-by-operation: ^deviceManagement.(userExperienceAnalyticsDeviceScope_.*|reusablePolicySetting.referencingConfigurationPolicy_(assign|createCopy)|deviceShellScript.userRunState.deviceRunState.managedDevice_.*|windowsAutopilotDeploymentProfile.(assignedDevice_updateDeviceProperty|assignedDevice.deploymentProfile_assign|assignedDevice.intendedDeploymentProfile_assign|assignedDevice_assignResourceAccountToDevice|assignedDevice_unassignResourceAccountFromDevice)|deviceComplianceScript.deviceRunState.managedDevice_.*|deviceCustomAttributeShellScript.(deviceRunState.managedDevice_.*|userRunState.deviceRunState.managedDevice_.*)|deviceManagementScript.deviceRunState.managedDevice(_updateWindowsDeviceAccount|_logoutSharedAppleDeviceActiveUser|_deleteUserFromSharedAppleDevice|_createDeviceLogCollectionRequest|_sendCustomNotificationToCompanyPortal|_triggerConfigurationManagerAction|_windowsDefenderUpdateSignature)|deviceManagementScript.userRunState.deviceRunState.managedDevice_.*|deviceConfiguration.groupAssignment.deviceConfiguration(_assignedAccessMultiModeProfile|_windowsPrivacyAccessControl)|deviceHealthScript.deviceRunState.managedDevice(_sendCustomNotificationToCompanyPortal|_createDeviceLogCollectionRequest)|deviceShellScript.deviceRunState.managedDevice_sendCustomNotificationToCompanyPortal)|deviceManagement.microsoftTunnelSite.microsoftTunnelServer_generateServerLogCollectionRequest$|deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_clearEnrollmentTimeDeviceMembershipTarget$|deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_retrieveEnrollmentTimeDeviceMembershipTarget$ + - remove-path-by-operation: ^deviceManagement.(userExperienceAnalyticsDeviceScope_.*|reusablePolicySetting.referencingConfigurationPolicy_(assign|createCopy)|deviceShellScript.userRunState.deviceRunState.managedDevice_.*|windowsAutopilotDeploymentProfile.(assignedDevice_updateDeviceProperty|assignedDevice.deploymentProfile_assign|assignedDevice.intendedDeploymentProfile_assign|assignedDevice_assignResourceAccountToDevice|assignedDevice_unassignResourceAccountFromDevice)|deviceComplianceScript.deviceRunState.managedDevice_.*|deviceCustomAttributeShellScript.(deviceRunState.managedDevice_.*|userRunState.deviceRunState.managedDevice_.*)|deviceManagementScript.deviceRunState.managedDevice(_updateWindowsDeviceAccount|_logoutSharedAppleDeviceActiveUser|_deleteUserFromSharedAppleDevice|_createDeviceLogCollectionRequest|_sendCustomNotificationToCompanyPortal|_triggerConfigurationManagerAction|_windowsDefenderUpdateSignature)|deviceManagementScript.userRunState.deviceRunState.managedDevice_.*|deviceConfiguration.groupAssignment.deviceConfiguration(_assignedAccessMultiModeProfile|_windowsPrivacyAccessControl)|deviceHealthScript.deviceRunState.managedDevice(_sendCustomNotificationToCompanyPortal|_createDeviceLogCollectionRequest)|deviceShellScript.deviceRunState.managedDevice_sendCustomNotificationToCompanyPortal)|deviceManagement.microsoftTunnelSite.microsoftTunnelServer_generateServerLogCollectionRequest$|deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_clearEnrollmentTimeDeviceMembershipTarget$|deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_retrieveEnrollmentTimeDeviceMembershipTarget$|deviceManagement.reusablePolicySetting.referencingConfigurationPolicy_setEnrollmentTimeDeviceMembershipTarget$ # Remove cmdlets. - where: diff --git a/src/DeviceManagement.Actions/beta/examples/Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport.md b/src/DeviceManagement.Actions/beta/examples/Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport.md new file mode 100644 index 0000000000..a6a35fbc75 --- /dev/null +++ b/src/DeviceManagement.Actions/beta/examples/Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport.md @@ -0,0 +1,32 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.DeviceManagement.Actions + +$params = @{ + filter = "DisasterRecoveryStatus eq 'Active outage'" + select = @( + "Id" +"CloudPcId" +"UserId" +"UserSettingId" +"DeviceId" +"CloudPCDeviceDisplayName" +"UserPrincipalName" +"IsCrossRegionEnabled" +"CrossRegionHealthStatus" +"LicenseType" +"DisasterRecoveryStatus" +"CurrentRestorePointDateTime" +"ActivationExpirationDateTime" +) +skip = 0 +top = 50 +} + +Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport -BodyParameter $params + +``` +This example shows how to use the Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport Cmdlet. + diff --git a/src/DeviceManagement.Actions/beta/examples/New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot.md b/src/DeviceManagement.Actions/beta/examples/New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot.md new file mode 100644 index 0000000000..01f54134a9 --- /dev/null +++ b/src/DeviceManagement.Actions/beta/examples/New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.DeviceManagement.Actions + +New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot -CloudPCId $cloudPCId + +``` +This example shows how to use the New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot Cmdlet. + diff --git a/src/DeviceManagement.Actions/beta/examples/Resize-MgBetaDeviceManagementVirtualEndpointCloudPc.md b/src/DeviceManagement.Actions/beta/examples/Resize-MgBetaDeviceManagementVirtualEndpointCloudPc.md new file mode 100644 index 0000000000..6998d3fa3a --- /dev/null +++ b/src/DeviceManagement.Actions/beta/examples/Resize-MgBetaDeviceManagementVirtualEndpointCloudPc.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.DeviceManagement.Actions + +$params = @{ + targetServicePlanId = "30d0e128-de93-41dc-89ec-33d84bb662a0" +} + +Resize-MgBetaDeviceManagementVirtualEndpointCloudPc -CloudPCId $cloudPCId -BodyParameter $params + +``` +This example shows how to use the Resize-MgBetaDeviceManagementVirtualEndpointCloudPc Cmdlet. + diff --git a/src/DeviceManagement.Administration/beta/examples/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md b/src/DeviceManagement.Administration/beta/examples/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md index a52eea45d1..2b251cf1cf 100644 --- a/src/DeviceManagement.Administration/beta/examples/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/src/DeviceManagement.Administration/beta/examples/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -18,6 +18,13 @@ $params = @{ windowsSetting = @{ locale = "en-US" } + microsoftManagedDesktop = @{ + managedType = "starterManaged" + profile = $null + } + autopatch = @{ + autopatchGroupId = "91197a0b-3a74-408d-ba88-bce3fdc4e5eb" + } } Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -CloudPcProvisioningPolicyId $cloudPcProvisioningPolicyId -BodyParameter $params diff --git a/src/DeviceManagement.Enrollment/beta/examples/New-MgBetaRoleManagementCloudPcRoleDefinition.md b/src/DeviceManagement.Enrollment/beta/examples/New-MgBetaRoleManagementCloudPcRoleDefinition.md index e6096e40cf..29e20e5959 100644 --- a/src/DeviceManagement.Enrollment/beta/examples/New-MgBetaRoleManagementCloudPcRoleDefinition.md +++ b/src/DeviceManagement.Enrollment/beta/examples/New-MgBetaRoleManagementCloudPcRoleDefinition.md @@ -6,6 +6,7 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment $params = @{ description = "An example custom role" +### Example 2 rolePermissions = @( @{ allowedResourceActions = @( diff --git a/src/DeviceManagement.Enrollment/beta/examples/Update-MgBetaRoleManagementCloudPcRoleDefinition.md b/src/DeviceManagement.Enrollment/beta/examples/Update-MgBetaRoleManagementCloudPcRoleDefinition.md index 8c8958172b..f6d8a763d0 100644 --- a/src/DeviceManagement.Enrollment/beta/examples/Update-MgBetaRoleManagementCloudPcRoleDefinition.md +++ b/src/DeviceManagement.Enrollment/beta/examples/Update-MgBetaRoleManagementCloudPcRoleDefinition.md @@ -6,6 +6,7 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment $params = @{ description = "Update basic properties and permission of application registrations" +### Example 2 rolePermissions = @( @{ allowedResourceActions = @( diff --git a/src/DeviceManagement.Enrollment/v1.0/examples/New-MgDeviceManagementDeviceEnrollmentConfiguration.md b/src/DeviceManagement.Enrollment/v1.0/examples/New-MgDeviceManagementDeviceEnrollmentConfiguration.md index e0798e80e5..d0d0ebf406 100644 --- a/src/DeviceManagement.Enrollment/v1.0/examples/New-MgDeviceManagementDeviceEnrollmentConfiguration.md +++ b/src/DeviceManagement.Enrollment/v1.0/examples/New-MgDeviceManagementDeviceEnrollmentConfiguration.md @@ -5,46 +5,23 @@ Import-Module Microsoft.Graph.DeviceManagement.Enrollment $params = @{ - "@odata.type" = "#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" + "@odata.type" = "#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" displayName = "Display Name value" description = "Description value" priority = 8 version = 7 - iosRestriction = @{ - "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" - platformBlocked = $true - personalDeviceEnrollmentBlocked = $true - osMinimumVersion = "Os Minimum Version value" - osMaximumVersion = "Os Maximum Version value" - } - windowsRestriction = @{ - "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" - platformBlocked = $true - personalDeviceEnrollmentBlocked = $true - osMinimumVersion = "Os Minimum Version value" - osMaximumVersion = "Os Maximum Version value" - } - windowsMobileRestriction = @{ - "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" - platformBlocked = $true - personalDeviceEnrollmentBlocked = $true - osMinimumVersion = "Os Minimum Version value" - osMaximumVersion = "Os Maximum Version value" - } - androidRestriction = @{ - "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" - platformBlocked = $true - personalDeviceEnrollmentBlocked = $true - osMinimumVersion = "Os Minimum Version value" - osMaximumVersion = "Os Maximum Version value" - } - macOSRestriction = @{ - "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" - platformBlocked = $true - personalDeviceEnrollmentBlocked = $true - osMinimumVersion = "Os Minimum Version value" - osMaximumVersion = "Os Maximum Version value" - } + pinMinimumLength = + pinMaximumLength = + pinUppercaseCharactersUsage = "required" + pinLowercaseCharactersUsage = "required" + pinSpecialCharactersUsage = "required" + state = "enabled" + securityDeviceRequired = $true + unlockWithBiometricsEnabled = $true + remotePassportEnabled = $true + pinPreviousBlockCount = + pinExpirationInDays = + enhancedBiometricsState = "enabled" } New-MgDeviceManagementDeviceEnrollmentConfiguration -BodyParameter $params diff --git a/src/DeviceManagement.Enrollment/v1.0/examples/Update-MgDeviceManagementDeviceEnrollmentConfiguration.md b/src/DeviceManagement.Enrollment/v1.0/examples/Update-MgDeviceManagementDeviceEnrollmentConfiguration.md index 44daf97fc4..85cdda458a 100644 --- a/src/DeviceManagement.Enrollment/v1.0/examples/Update-MgDeviceManagementDeviceEnrollmentConfiguration.md +++ b/src/DeviceManagement.Enrollment/v1.0/examples/Update-MgDeviceManagementDeviceEnrollmentConfiguration.md @@ -5,12 +5,46 @@ Import-Module Microsoft.Graph.DeviceManagement.Enrollment $params = @{ - "@odata.type" = "#microsoft.graph.deviceEnrollmentLimitConfiguration" + "@odata.type" = "#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" displayName = "Display Name value" description = "Description value" priority = 8 version = 7 - limit = + iosRestriction = @{ + "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" + platformBlocked = $true + personalDeviceEnrollmentBlocked = $true + osMinimumVersion = "Os Minimum Version value" + osMaximumVersion = "Os Maximum Version value" + } + windowsRestriction = @{ + "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" + platformBlocked = $true + personalDeviceEnrollmentBlocked = $true + osMinimumVersion = "Os Minimum Version value" + osMaximumVersion = "Os Maximum Version value" + } + windowsMobileRestriction = @{ + "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" + platformBlocked = $true + personalDeviceEnrollmentBlocked = $true + osMinimumVersion = "Os Minimum Version value" + osMaximumVersion = "Os Maximum Version value" + } + androidRestriction = @{ + "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" + platformBlocked = $true + personalDeviceEnrollmentBlocked = $true + osMinimumVersion = "Os Minimum Version value" + osMaximumVersion = "Os Maximum Version value" + } + macOSRestriction = @{ + "@odata.type" = "microsoft.graph.deviceEnrollmentPlatformRestriction" + platformBlocked = $true + personalDeviceEnrollmentBlocked = $true + osMinimumVersion = "Os Minimum Version value" + osMaximumVersion = "Os Maximum Version value" + } } Update-MgDeviceManagementDeviceEnrollmentConfiguration -DeviceEnrollmentConfigurationId $deviceEnrollmentConfigurationId -BodyParameter $params diff --git a/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceCompliancePolicy.md b/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceCompliancePolicy.md index 233369e010..67a6685dd1 100644 --- a/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceCompliancePolicy.md +++ b/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceCompliancePolicy.md @@ -5,26 +5,31 @@ Import-Module Microsoft.Graph.DeviceManagement $params = @{ - "@odata.type" = "#microsoft.graph.windows10MobileCompliancePolicy" + "@odata.type" = "#microsoft.graph.androidWorkProfileCompliancePolicy" description = "Description value" displayName = "Display Name value" version = 7 passwordRequired = $true - passwordBlockSimple = $true passwordMinimumLength = - passwordMinimumCharacterSetCount = - passwordRequiredType = "alphanumeric" - passwordPreviousPasswordBlockCount = - passwordExpirationDays = + passwordRequiredType = "alphabetic" passwordMinutesOfInactivityBeforeLock = - passwordRequireToUnlockFromIdle = $true + passwordExpirationDays = + passwordPreviousPasswordBlockCount = + securityPreventInstallAppsFromUnknownSources = $true + securityDisableUsbDebugging = $true + securityRequireVerifyApps = $true + deviceThreatProtectionEnabled = $true + deviceThreatProtectionRequiredSecurityLevel = "secured" + securityBlockJailbrokenDevices = $true osMinimumVersion = "Os Minimum Version value" osMaximumVersion = "Os Maximum Version value" - earlyLaunchAntiMalwareDriverEnabled = $true - bitLockerEnabled = $true - secureBootEnabled = $true - codeIntegrityEnabled = $true + minAndroidSecurityPatchLevel = "Min Android Security Patch Level value" storageRequireEncryption = $true + securityRequireSafetyNetAttestationBasicIntegrity = $true + securityRequireSafetyNetAttestationCertifiedDevice = $true + securityRequireGooglePlayServices = $true + securityRequireUpToDateSecurityProviders = $true + securityRequireCompanyPortalAppIntegrity = $true } New-MgDeviceManagementDeviceCompliancePolicy -BodyParameter $params diff --git a/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceConfiguration.md b/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceConfiguration.md index 0e03e8b353..90c7bfbc5e 100644 --- a/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceConfiguration.md +++ b/src/DeviceManagement/v1.0/examples/New-MgDeviceManagementDeviceConfiguration.md @@ -5,43 +5,99 @@ Import-Module Microsoft.Graph.DeviceManagement $params = @{ - "@odata.type" = "#microsoft.graph.windows81GeneralConfiguration" + "@odata.type" = "#microsoft.graph.windows10EndpointProtectionConfiguration" description = "Description value" displayName = "Display Name value" version = 7 - accountsBlockAddingNonMicrosoftAccountEmail = $true - applyOnlyToWindows81 = $true - browserBlockAutofill = $true - browserBlockAutomaticDetectionOfIntranetSites = $true - browserBlockEnterpriseModeAccess = $true - browserBlockJavaScript = $true - browserBlockPlugins = $true - browserBlockPopups = $true - browserBlockSendingDoNotTrackHeader = $true - browserBlockSingleWordEntryOnIntranetSites = $true - browserRequireSmartScreen = $true - browserEnterpriseModeSiteListLocation = "Browser Enterprise Mode Site List Location value" - browserInternetSecurityLevel = "medium" - browserIntranetSecurityLevel = "low" - browserLoggingReportLocation = "Browser Logging Report Location value" - browserRequireHighSecurityForRestrictedSites = $true - browserRequireFirewall = $true - browserRequireFraudWarning = $true - browserTrustedSitesSecurityLevel = "low" - cellularBlockDataRoaming = $true - diagnosticsBlockDataSubmission = $true - passwordBlockPicturePasswordAndPin = $true - passwordExpirationDays = - passwordMinimumLength = - passwordMinutesOfInactivityBeforeScreenTimeout = - passwordMinimumCharacterSetCount = - passwordPreviousPasswordBlockCount = - passwordRequiredType = "alphanumeric" - passwordSignInFailureCountBeforeFactoryReset = - storageRequireDeviceEncryption = $true - updatesRequireAutomaticUpdates = $true - userAccountControlSettings = "alwaysNotify" - workFoldersUrl = "https://example.com/workFoldersUrl/" + firewallBlockStatefulFTP = $true + firewallIdleTimeoutForSecurityAssociationInSeconds = + firewallPreSharedKeyEncodingMethod = "none" + firewallIPSecExemptionsAllowNeighborDiscovery = $true + firewallIPSecExemptionsAllowICMP = $true + firewallIPSecExemptionsAllowRouterDiscovery = $true + firewallIPSecExemptionsAllowDHCP = $true + firewallCertificateRevocationListCheckMethod = "none" + firewallMergeKeyingModuleSettings = $true + firewallPacketQueueingMethod = "disabled" + firewallProfileDomain = @{ + "@odata.type" = "microsoft.graph.windowsFirewallNetworkProfile" + firewallEnabled = "blocked" + stealthModeBlocked = $true + incomingTrafficBlocked = $true + unicastResponsesToMulticastBroadcastsBlocked = $true + inboundNotificationsBlocked = $true + authorizedApplicationRulesFromGroupPolicyMerged = $true + globalPortRulesFromGroupPolicyMerged = $true + connectionSecurityRulesFromGroupPolicyMerged = $true + outboundConnectionsBlocked = $true + inboundConnectionsBlocked = $true + securedPacketExemptionAllowed = $true + policyRulesFromGroupPolicyMerged = $true + } + firewallProfilePublic = @{ + "@odata.type" = "microsoft.graph.windowsFirewallNetworkProfile" + firewallEnabled = "blocked" + stealthModeBlocked = $true + incomingTrafficBlocked = $true + unicastResponsesToMulticastBroadcastsBlocked = $true + inboundNotificationsBlocked = $true + authorizedApplicationRulesFromGroupPolicyMerged = $true + globalPortRulesFromGroupPolicyMerged = $true + connectionSecurityRulesFromGroupPolicyMerged = $true + outboundConnectionsBlocked = $true + inboundConnectionsBlocked = $true + securedPacketExemptionAllowed = $true + policyRulesFromGroupPolicyMerged = $true + } + firewallProfilePrivate = @{ + "@odata.type" = "microsoft.graph.windowsFirewallNetworkProfile" + firewallEnabled = "blocked" + stealthModeBlocked = $true + incomingTrafficBlocked = $true + unicastResponsesToMulticastBroadcastsBlocked = $true + inboundNotificationsBlocked = $true + authorizedApplicationRulesFromGroupPolicyMerged = $true + globalPortRulesFromGroupPolicyMerged = $true + connectionSecurityRulesFromGroupPolicyMerged = $true + outboundConnectionsBlocked = $true + inboundConnectionsBlocked = $true + securedPacketExemptionAllowed = $true + policyRulesFromGroupPolicyMerged = $true + } + defenderAttackSurfaceReductionExcludedPaths = @( + "Defender Attack Surface Reduction Excluded Paths value" +) +defenderGuardedFoldersAllowedAppPaths = @( +"Defender Guarded Folders Allowed App Paths value" +) +defenderAdditionalGuardedFolders = @( +"Defender Additional Guarded Folders value" +) +defenderExploitProtectionXml = "ZGVmZW5kZXJFeHBsb2l0UHJvdGVjdGlvblhtbA==" +defenderExploitProtectionXmlFileName = "Defender Exploit Protection Xml File Name value" +defenderSecurityCenterBlockExploitProtectionOverride = $true +appLockerApplicationControl = "enforceComponentsAndStoreApps" +smartScreenEnableInShell = $true +smartScreenBlockOverrideForFiles = $true +applicationGuardEnabled = $true +applicationGuardBlockFileTransfer = "blockImageAndTextFile" +applicationGuardBlockNonEnterpriseContent = $true +applicationGuardAllowPersistence = $true +applicationGuardForceAuditing = $true +applicationGuardBlockClipboardSharing = "blockBoth" +applicationGuardAllowPrintToPDF = $true +applicationGuardAllowPrintToXPS = $true +applicationGuardAllowPrintToLocalPrinters = $true +applicationGuardAllowPrintToNetworkPrinters = $true +bitLockerDisableWarningForOtherDiskEncryption = $true +bitLockerEnableStorageCardEncryptionOnMobile = $true +bitLockerEncryptDevice = $true +bitLockerRemovableDrivePolicy = @{ +"@odata.type" = "microsoft.graph.bitLockerRemovableDrivePolicy" +encryptionMethod = "aesCbc256" +requireEncryptionForWriteAccess = $true +blockCrossOrganizationWriteAccess = $true +} } New-MgDeviceManagementDeviceConfiguration -BodyParameter $params diff --git a/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceCompliancePolicy.md b/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceCompliancePolicy.md index 917f4b15e5..47bf580e42 100644 --- a/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceCompliancePolicy.md +++ b/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceCompliancePolicy.md @@ -5,21 +5,24 @@ Import-Module Microsoft.Graph.DeviceManagement $params = @{ - "@odata.type" = "#microsoft.graph.windows10MobileCompliancePolicy" + "@odata.type" = "#microsoft.graph.windows10CompliancePolicy" description = "Description value" displayName = "Display Name value" version = 7 passwordRequired = $true passwordBlockSimple = $true + passwordRequiredToUnlockFromIdle = $true + passwordMinutesOfInactivityBeforeLock = + passwordExpirationDays = passwordMinimumLength = passwordMinimumCharacterSetCount = passwordRequiredType = "alphanumeric" passwordPreviousPasswordBlockCount = - passwordExpirationDays = - passwordMinutesOfInactivityBeforeLock = - passwordRequireToUnlockFromIdle = $true + requireHealthyDeviceReport = $true osMinimumVersion = "Os Minimum Version value" osMaximumVersion = "Os Maximum Version value" + mobileOsMinimumVersion = "Mobile Os Minimum Version value" + mobileOsMaximumVersion = "Mobile Os Maximum Version value" earlyLaunchAntiMalwareDriverEnabled = $true bitLockerEnabled = $true secureBootEnabled = $true diff --git a/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceConfiguration.md b/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceConfiguration.md index 78ec3fe7ba..cd7630598e 100644 --- a/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceConfiguration.md +++ b/src/DeviceManagement/v1.0/examples/Update-MgDeviceManagementDeviceConfiguration.md @@ -5,99 +5,32 @@ Import-Module Microsoft.Graph.DeviceManagement $params = @{ - "@odata.type" = "#microsoft.graph.windows10EndpointProtectionConfiguration" + "@odata.type" = "#microsoft.graph.macOSGeneralDeviceConfiguration" description = "Description value" displayName = "Display Name value" version = 7 - firewallBlockStatefulFTP = $true - firewallIdleTimeoutForSecurityAssociationInSeconds = - firewallPreSharedKeyEncodingMethod = "none" - firewallIPSecExemptionsAllowNeighborDiscovery = $true - firewallIPSecExemptionsAllowICMP = $true - firewallIPSecExemptionsAllowRouterDiscovery = $true - firewallIPSecExemptionsAllowDHCP = $true - firewallCertificateRevocationListCheckMethod = "none" - firewallMergeKeyingModuleSettings = $true - firewallPacketQueueingMethod = "disabled" - firewallProfileDomain = @{ - "@odata.type" = "microsoft.graph.windowsFirewallNetworkProfile" - firewallEnabled = "blocked" - stealthModeBlocked = $true - incomingTrafficBlocked = $true - unicastResponsesToMulticastBroadcastsBlocked = $true - inboundNotificationsBlocked = $true - authorizedApplicationRulesFromGroupPolicyMerged = $true - globalPortRulesFromGroupPolicyMerged = $true - connectionSecurityRulesFromGroupPolicyMerged = $true - outboundConnectionsBlocked = $true - inboundConnectionsBlocked = $true - securedPacketExemptionAllowed = $true - policyRulesFromGroupPolicyMerged = $true - } - firewallProfilePublic = @{ - "@odata.type" = "microsoft.graph.windowsFirewallNetworkProfile" - firewallEnabled = "blocked" - stealthModeBlocked = $true - incomingTrafficBlocked = $true - unicastResponsesToMulticastBroadcastsBlocked = $true - inboundNotificationsBlocked = $true - authorizedApplicationRulesFromGroupPolicyMerged = $true - globalPortRulesFromGroupPolicyMerged = $true - connectionSecurityRulesFromGroupPolicyMerged = $true - outboundConnectionsBlocked = $true - inboundConnectionsBlocked = $true - securedPacketExemptionAllowed = $true - policyRulesFromGroupPolicyMerged = $true - } - firewallProfilePrivate = @{ - "@odata.type" = "microsoft.graph.windowsFirewallNetworkProfile" - firewallEnabled = "blocked" - stealthModeBlocked = $true - incomingTrafficBlocked = $true - unicastResponsesToMulticastBroadcastsBlocked = $true - inboundNotificationsBlocked = $true - authorizedApplicationRulesFromGroupPolicyMerged = $true - globalPortRulesFromGroupPolicyMerged = $true - connectionSecurityRulesFromGroupPolicyMerged = $true - outboundConnectionsBlocked = $true - inboundConnectionsBlocked = $true - securedPacketExemptionAllowed = $true - policyRulesFromGroupPolicyMerged = $true - } - defenderAttackSurfaceReductionExcludedPaths = @( - "Defender Attack Surface Reduction Excluded Paths value" + compliantAppsList = @( + @{ + "@odata.type" = "microsoft.graph.appListItem" + name = "Name value" + publisher = "Publisher value" + appStoreUrl = "https://example.com/appStoreUrl/" + appId = "App Id value" + } + ) + compliantAppListType = "appsInListCompliant" + emailInDomainSuffixes = @( + "Email In Domain Suffixes value" ) -defenderGuardedFoldersAllowedAppPaths = @( -"Defender Guarded Folders Allowed App Paths value" -) -defenderAdditionalGuardedFolders = @( -"Defender Additional Guarded Folders value" -) -defenderExploitProtectionXml = "ZGVmZW5kZXJFeHBsb2l0UHJvdGVjdGlvblhtbA==" -defenderExploitProtectionXmlFileName = "Defender Exploit Protection Xml File Name value" -defenderSecurityCenterBlockExploitProtectionOverride = $true -appLockerApplicationControl = "enforceComponentsAndStoreApps" -smartScreenEnableInShell = $true -smartScreenBlockOverrideForFiles = $true -applicationGuardEnabled = $true -applicationGuardBlockFileTransfer = "blockImageAndTextFile" -applicationGuardBlockNonEnterpriseContent = $true -applicationGuardAllowPersistence = $true -applicationGuardForceAuditing = $true -applicationGuardBlockClipboardSharing = "blockBoth" -applicationGuardAllowPrintToPDF = $true -applicationGuardAllowPrintToXPS = $true -applicationGuardAllowPrintToLocalPrinters = $true -applicationGuardAllowPrintToNetworkPrinters = $true -bitLockerDisableWarningForOtherDiskEncryption = $true -bitLockerEnableStorageCardEncryptionOnMobile = $true -bitLockerEncryptDevice = $true -bitLockerRemovableDrivePolicy = @{ -"@odata.type" = "microsoft.graph.bitLockerRemovableDrivePolicy" -encryptionMethod = "aesCbc256" -requireEncryptionForWriteAccess = $true -blockCrossOrganizationWriteAccess = $true -} +passwordBlockSimple = $true +passwordExpirationDays = +passwordMinimumCharacterSetCount = +passwordMinimumLength = +passwordMinutesOfInactivityBeforeLock = +passwordMinutesOfInactivityBeforeScreenTimeout = +passwordPreviousPasswordBlockCount = +passwordRequiredType = "alphanumeric" +passwordRequired = $true } Update-MgDeviceManagementDeviceConfiguration -DeviceConfigurationId $deviceConfigurationId -BodyParameter $params diff --git a/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementManagedEBookAssignment.md b/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementManagedEBookAssignment.md index 5375680d30..07a29075ba 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementManagedEBookAssignment.md +++ b/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementManagedEBookAssignment.md @@ -5,9 +5,9 @@ Import-Module Microsoft.Graph.Devices.CorporateManagement $params = @{ - "@odata.type" = "#microsoft.graph.managedEBookAssignment" + "@odata.type" = "#microsoft.graph.iosVppEBookAssignment" target = @{ - "@odata.type" = "microsoft.graph.allLicensedUsersAssignmentTarget" + "@odata.type" = "microsoft.graph.deviceAndAppManagementAssignmentTarget" } installIntent = "required" } diff --git a/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementMobileApp.md b/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementMobileApp.md index 5a7a9098c1..b4b71b81d7 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementMobileApp.md +++ b/src/Devices.CorporateManagement/v1.0/examples/New-MgDeviceAppManagementMobileApp.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.Devices.CorporateManagement $params = @{ - "@odata.type" = "#microsoft.graph.windowsAppX" + "@odata.type" = "#microsoft.graph.iosiPadOSWebClip" displayName = "Display Name value" description = "Description value" publisher = "Publisher value" @@ -21,21 +21,8 @@ $params = @{ developer = "Developer value" notes = "Notes value" publishingState = "processing" - committedContentVersion = "Committed Content Version value" - fileName = "File Name value" - size = - applicableArchitectures = "x86" - identityName = "Identity Name value" - identityPublisherHash = "Identity Publisher Hash value" - identityResourceIdentifier = "Identity Resource Identifier value" - isBundle = $true - minimumSupportedOperatingSystem = @{ - "@odata.type" = "microsoft.graph.windowsMinimumOperatingSystem" - v8_0 = $true - v8_1 = $true - v10_0 = $true - } - identityVersion = "Identity Version value" + appUrl = "https://example.com/appUrl/" + useManagedBrowser = $true } New-MgDeviceAppManagementMobileApp -BodyParameter $params diff --git a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagement.md b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagement.md index 383de5fcb9..080b5371f8 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagement.md +++ b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagement.md @@ -6,6 +6,10 @@ Import-Module Microsoft.Graph.Devices.CorporateManagement $params = @{ "@odata.type" = "#microsoft.graph.deviceAppManagement" + microsoftStoreForBusinessLastSuccessfulSyncDateTime = [System.DateTime]::Parse("2016-12-31T23:57:45.2453148-08:00") + isEnabledForMicrosoftStoreForBusiness = $true + microsoftStoreForBusinessLanguage = "Microsoft Store For Business Language value" + microsoftStoreForBusinessLastCompletedApplicationSyncTime = [System.DateTime]::Parse("2017-01-01T00:02:00.0421137-08:00") } Update-MgDeviceAppManagement -BodyParameter $params diff --git a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementManagedEBookAssignment.md b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementManagedEBookAssignment.md index c7d18f2c70..cccce087c1 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementManagedEBookAssignment.md +++ b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementManagedEBookAssignment.md @@ -5,9 +5,9 @@ Import-Module Microsoft.Graph.Devices.CorporateManagement $params = @{ - "@odata.type" = "#microsoft.graph.managedEBookAssignment" + "@odata.type" = "#microsoft.graph.iosVppEBookAssignment" target = @{ - "@odata.type" = "microsoft.graph.allLicensedUsersAssignmentTarget" + "@odata.type" = "microsoft.graph.deviceAndAppManagementAssignmentTarget" } installIntent = "required" } diff --git a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementMobileApp.md b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementMobileApp.md index b5d015f295..a103174d42 100644 --- a/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementMobileApp.md +++ b/src/Devices.CorporateManagement/v1.0/examples/Update-MgDeviceAppManagementMobileApp.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.Devices.CorporateManagement $params = @{ - "@odata.type" = "#microsoft.graph.iosStoreApp" + "@odata.type" = "#microsoft.graph.windowsWebApp" displayName = "Display Name value" description = "Description value" publisher = "Publisher value" @@ -21,24 +21,7 @@ $params = @{ developer = "Developer value" notes = "Notes value" publishingState = "processing" - bundleId = "Bundle Id value" - appStoreUrl = "https://example.com/appStoreUrl/" - applicableDeviceType = @{ - "@odata.type" = "microsoft.graph.iosDeviceType" - iPad = $true - iPhoneAndIPod = $true - } - minimumSupportedOperatingSystem = @{ - "@odata.type" = "microsoft.graph.iosMinimumOperatingSystem" - v8_0 = $true - v9_0 = $true - v10_0 = $true - v11_0 = $true - v12_0 = $true - v13_0 = $true - v14_0 = $true - v15_0 = $true - } + appUrl = "https://example.com/appUrl/" } Update-MgDeviceAppManagementMobileApp -MobileAppId $mobileAppId -BodyParameter $params diff --git a/src/Education/beta/examples/Update-MgBetaEducationUser.md b/src/Education/beta/examples/Update-MgBetaEducationUser.md index 9754e620d1..33c8acafbe 100644 --- a/src/Education/beta/examples/Update-MgBetaEducationUser.md +++ b/src/Education/beta/examples/Update-MgBetaEducationUser.md @@ -5,22 +5,10 @@ Import-Module Microsoft.Graph.Beta.Education $params = @{ - relatedContacts = @( - @{ - displayName = "Father Time" - emailAddress = "father@time.com" - mobilePhone = "4251231234" - relationship = "guardian" - accessConsent = $true - } - @{ - displayName = "Mother Nature" - emailAddress = "mother@nature.co.uk" - mobilePhone = "3251231234" - relationship = "parent" - accessConsent = $true - } - ) + displayName = "Rogelio Cazares" + givenName = "Rogelio" + middleName = "Fernando" + surname = "Cazares" } Update-MgBetaEducationUser -EducationUserId $educationUserId -BodyParameter $params diff --git a/src/Files/beta/examples/Get-MgBetaDriveItem.md b/src/Files/beta/examples/Get-MgBetaDriveItem.md index b16b77173e..659b575d21 100644 --- a/src/Files/beta/examples/Get-MgBetaDriveItem.md +++ b/src/Files/beta/examples/Get-MgBetaDriveItem.md @@ -1,11 +1,11 @@ -### Example 1: Get a bundle and its children in a single call +### Example 1: Get metadata about a shared driveItem object ```powershell + Import-Module Microsoft.Graph.Beta.Files -Get-MgBetaDriveItem -DriveId $driveId -DriveItemId $driveItemId -ExpandProperty "children" -``` -This example shows how to use the Get-MgBetaDriveItem Cmdlet. +Get-MgBetaDriveItem -DriveId $driveId -DriveItemId $driveItemId -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +``` +This example will get metadata about a shared driveitem object diff --git a/src/Files/beta/examples/Get-MgBetaShareDriveItem.md b/src/Files/beta/examples/Get-MgBetaShareDriveItem.md index fe18b3d715..f1c0a49554 100644 --- a/src/Files/beta/examples/Get-MgBetaShareDriveItem.md +++ b/src/Files/beta/examples/Get-MgBetaShareDriveItem.md @@ -1,22 +1,22 @@ ### Example 1: Code snippet ```powershell + Import-Module Microsoft.Graph.Beta.Files Get-MgBetaShareDriveItem -SharedDriveItemId $sharedDriveItemId + ``` This example shows how to use the Get-MgBetaShareDriveItem Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - ### Example 2: Code snippet ```powershell + Import-Module Microsoft.Graph.Beta.Files -Get-MgBetaShareDriveItem -SharedDriveItemId $sharedDriveItemId -ExpandProperty "children" +Get-MgBetaShareDriveItem -SharedDriveItemId $sharedDriveItemId -ExpandProperty "children" + ``` This example shows how to use the Get-MgBetaShareDriveItem Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). - diff --git a/src/Files/beta/examples/Grant-MgBetaDriveItemListItemPermission.md b/src/Files/beta/examples/Grant-MgBetaDriveItemListItemPermission.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Grant-MgBetaDriveItemListItemPermission.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Grant-MgBetaDriveListItemPermission.md b/src/Files/beta/examples/Grant-MgBetaDriveListItemPermission.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Grant-MgBetaDriveListItemPermission.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Grant-MgBetaDriveListPermission.md b/src/Files/beta/examples/Grant-MgBetaDriveListPermission.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Grant-MgBetaDriveListPermission.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Grant-MgBetaDriveRootListItemPermission.md b/src/Files/beta/examples/Grant-MgBetaDriveRootListItemPermission.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Grant-MgBetaDriveRootListItemPermission.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Grant-MgBetaShareListPermission.md b/src/Files/beta/examples/Grant-MgBetaShareListPermission.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Grant-MgBetaShareListPermission.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Remove-MgBetaDriveItemRetentionLabel.md b/src/Files/beta/examples/Remove-MgBetaDriveItemRetentionLabel.md new file mode 100644 index 0000000000..8ff460e287 --- /dev/null +++ b/src/Files/beta/examples/Remove-MgBetaDriveItemRetentionLabel.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Files + +Remove-MgBetaDriveItemRetentionLabel -DriveId $driveId -DriveItemId $driveItemId + +``` +This example shows how to use the Remove-MgBetaDriveItemRetentionLabel Cmdlet. + diff --git a/src/Files/beta/examples/Revoke-MgBetaDriveItemListItemPermissionGrant.md b/src/Files/beta/examples/Revoke-MgBetaDriveItemListItemPermissionGrant.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Revoke-MgBetaDriveItemListItemPermissionGrant.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Revoke-MgBetaDriveListItemPermissionGrant.md b/src/Files/beta/examples/Revoke-MgBetaDriveListItemPermissionGrant.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Revoke-MgBetaDriveListItemPermissionGrant.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Revoke-MgBetaDriveListPermissionGrant.md b/src/Files/beta/examples/Revoke-MgBetaDriveListPermissionGrant.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Revoke-MgBetaDriveListPermissionGrant.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Revoke-MgBetaDriveRootListItemPermissionGrant.md b/src/Files/beta/examples/Revoke-MgBetaDriveRootListItemPermissionGrant.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Revoke-MgBetaDriveRootListItemPermissionGrant.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Revoke-MgBetaShareListPermissionGrant.md b/src/Files/beta/examples/Revoke-MgBetaShareListPermissionGrant.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Files/beta/examples/Revoke-MgBetaShareListPermissionGrant.md @@ -0,0 +1 @@ + diff --git a/src/Files/beta/examples/Update-MgBetaDriveItemRetentionLabel.md b/src/Files/beta/examples/Update-MgBetaDriveItemRetentionLabel.md new file mode 100644 index 0000000000..f87bb75b39 --- /dev/null +++ b/src/Files/beta/examples/Update-MgBetaDriveItemRetentionLabel.md @@ -0,0 +1,17 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Files + +$params = @{ + retentionSettings = @{ + isRecordLocked = $true + } +} + +Update-MgBetaDriveItemRetentionLabel -DriveId $driveId -DriveItemId $driveItemId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaDriveItemRetentionLabel Cmdlet. + diff --git a/src/Files/v1.0/examples/Update-MgDriveItemRetentionLabel.md b/src/Files/v1.0/examples/Update-MgDriveItemRetentionLabel.md index 0315a90f95..19d864c9ee 100644 --- a/src/Files/v1.0/examples/Update-MgDriveItemRetentionLabel.md +++ b/src/Files/v1.0/examples/Update-MgDriveItemRetentionLabel.md @@ -5,9 +5,7 @@ Import-Module Microsoft.Graph.Files $params = @{ - retentionSettings = @{ - isRecordLocked = $true - } + name = "Retention label for Contracts" } Update-MgDriveItemRetentionLabel -DriveId $driveId -DriveItemId $driveItemId -BodyParameter $params diff --git a/src/Groups/beta/examples/Invoke-MgBetaArchiveGroupPlannerPlan.md b/src/Groups/beta/examples/Invoke-MgBetaArchiveGroupPlannerPlan.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Groups/beta/examples/Invoke-MgBetaArchiveGroupPlannerPlan.md @@ -0,0 +1 @@ + diff --git a/src/Groups/beta/examples/Invoke-MgBetaUnarchiveGroupPlannerPlan.md b/src/Groups/beta/examples/Invoke-MgBetaUnarchiveGroupPlannerPlan.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Groups/beta/examples/Invoke-MgBetaUnarchiveGroupPlannerPlan.md @@ -0,0 +1 @@ + diff --git a/src/Groups/v1.0/examples/New-MgGroupConversation.md b/src/Groups/v1.0/examples/New-MgGroupConversation.md index 84313e141a..c6556e3945 100644 --- a/src/Groups/v1.0/examples/New-MgGroupConversation.md +++ b/src/Groups/v1.0/examples/New-MgGroupConversation.md @@ -1,35 +1,40 @@ -### Example 1: Code snippet +### Example 1: Create an extension in a new group post using POST operation ```powershell Import-Module Microsoft.Graph.Groups $params = @{ - topic = "Take your wellness days and rest" - threads = @( + Topic = "Does anyone have a second?" + Threads = @( @{ - posts = @( + Posts = @( @{ - body = @{ - contentType = "html" - content = "Contoso cares about you: Rest and Recharge" + Body = @{ + ContentType = "HTML" + Content = "This is urgent!" } - newParticipants = @( + Extensions = @( @{ - emailAddress = @{ - name = "Adele Vance" - address = "AdeleV@contoso.com" - } - } - ) - } - ) - } - ) + "@odata.type" = "microsoft.graph.openTypeExtension" + extensionName = "Com.Contoso.Benefits" + companyName = "Contoso" + expirationDate = "2016-08-03T11:00:00.000Z" + topPicks = @( + "Employees only" + "Add spouse or guest" + "Add family" + ) + } + ) + } +) +} +) } New-MgGroupConversation -GroupId $groupId -BodyParameter $params ``` -This example shows how to use the New-MgGroupConversation Cmdlet. +This example will create an extension in a new group post using post operation diff --git a/src/Identity.DirectoryManagement/beta/examples/Confirm-MgBetaDomain.md b/src/Identity.DirectoryManagement/beta/examples/Confirm-MgBetaDomain.md index 094499afe2..d3350bd43c 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Confirm-MgBetaDomain.md +++ b/src/Identity.DirectoryManagement/beta/examples/Confirm-MgBetaDomain.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example 1: Verify a domain ```powershell @@ -7,5 +7,20 @@ Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement Confirm-MgBetaDomain -DomainId $domainId ``` -This example shows how to use the Confirm-MgBetaDomain Cmdlet. +This example will verify a domain + +### Example 2: External admin takeover of a domain + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement + +$params = @{ + forceTakeover = $true +} + +Confirm-MgBetaDomain -DomainId $domainId -BodyParameter $params + +``` +This example will external admin takeover of a domain diff --git a/src/Identity.DirectoryManagement/v1.0/examples/Get-MgAdminPeopleItemInsight.md b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgAdminPeopleItemInsight.md new file mode 100644 index 0000000000..6f9672aa61 --- /dev/null +++ b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgAdminPeopleItemInsight.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.DirectoryManagement + +Get-MgAdminPeopleItemInsight + +``` +This example shows how to use the Get-MgAdminPeopleItemInsight Cmdlet. + diff --git a/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectorySubscription.md b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectorySubscription.md new file mode 100644 index 0000000000..f6d2d8f96d --- /dev/null +++ b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectorySubscription.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.DirectoryManagement + +Get-MgDirectorySubscription + +``` +This example shows how to use the Get-MgDirectorySubscription Cmdlet. + diff --git a/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectorySubscriptionByCommerceSubscriptionId.md b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectorySubscriptionByCommerceSubscriptionId.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectorySubscriptionByCommerceSubscriptionId.md @@ -0,0 +1 @@ + diff --git a/src/Identity.DirectoryManagement/v1.0/examples/Update-MgAdminPeopleItemInsight.md b/src/Identity.DirectoryManagement/v1.0/examples/Update-MgAdminPeopleItemInsight.md new file mode 100644 index 0000000000..b88bef31a8 --- /dev/null +++ b/src/Identity.DirectoryManagement/v1.0/examples/Update-MgAdminPeopleItemInsight.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Identity.DirectoryManagement + +$params = @{ + disabledForGroup = "edbfe4fb-ec70-4300-928f-dbb2ae86c981" +} + +Update-MgAdminPeopleItemInsight -BodyParameter $params + +``` +This example shows how to use the Update-MgAdminPeopleItemInsight Cmdlet. + diff --git a/src/Identity.Governance/beta/examples/Get-MgBetaIdentityGovernanceTermsOfUseAgreement.md b/src/Identity.Governance/beta/examples/Get-MgBetaIdentityGovernanceTermsOfUseAgreement.md index fef3def2a4..35a94b1363 100644 --- a/src/Identity.Governance/beta/examples/Get-MgBetaIdentityGovernanceTermsOfUseAgreement.md +++ b/src/Identity.Governance/beta/examples/Get-MgBetaIdentityGovernanceTermsOfUseAgreement.md @@ -1,11 +1,22 @@ -### Example 1: Code snippet +### Example 1: Retrieve an agreement ```powershell Import-Module Microsoft.Graph.Beta.Identity.Governance -Get-MgBetaIdentityGovernanceTermsOfUseAgreement +Get-MgBetaIdentityGovernanceTermsOfUseAgreement -AgreementId $agreementId ``` -This example shows how to use the Get-MgBetaIdentityGovernanceTermsOfUseAgreement Cmdlet. +This example will retrieve an agreement + +### Example 2: Retrieve an agreement and its related files + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +Get-MgBetaIdentityGovernanceTermsOfUseAgreement -AgreementId $agreementId -ExpandProperty "files" + +``` +This example will retrieve an agreement and its related files diff --git a/src/Identity.SignIns/beta/examples/New-MgBetaPolicyAuthenticationStrengthPolicy.md b/src/Identity.SignIns/beta/examples/New-MgBetaPolicyAuthenticationStrengthPolicy.md index 68c1ff344a..90c24a3f7f 100644 --- a/src/Identity.SignIns/beta/examples/New-MgBetaPolicyAuthenticationStrengthPolicy.md +++ b/src/Identity.SignIns/beta/examples/New-MgBetaPolicyAuthenticationStrengthPolicy.md @@ -5,12 +5,24 @@ Import-Module Microsoft.Graph.Beta.Identity.SignIns $params = @{ - "@odata.type" = "#microsoft.graph.authenticationStrengthPolicy" - displayName = "Contoso authentication level" - description = "The only authentication level allowed to access our secret apps" + displayName = "Example" + requirementsSatisfied = "mfa" allowedCombinations = @( - "password, hardwareOath" -"password, sms" + "fido2" +) +"combinationConfigurations@odata.context" = "https://graph.microsoft.com/beta/$metadata#policies/authenticationStrengthPolicies('5790842a-5bab-44c2-9cf1-b38d675b70ea')/combinationConfigurations" +combinationConfigurations = @( + @{ + "@odata.type" = "#microsoft.graph.fido2CombinationConfiguration" + id = "42235320-c8db-4d8c-9344-8f1ce87f734b" + appliesToCombinations = @( + "fido2" + ) + allowedAAGUIDs = @( + "de1e552d-db1d-4423-a619-566b625cdc84" +"90a3ccdf-635c-4729-a248-9b709135078f" +) +} ) } diff --git a/src/NetworkAccess/NetworkAccess.md b/src/NetworkAccess/NetworkAccess.md new file mode 100644 index 0000000000..eed5183be8 --- /dev/null +++ b/src/NetworkAccess/NetworkAccess.md @@ -0,0 +1,40 @@ +# NetworkAccess + +This directory contains common [AutoREST.PowerShell](https://github.com/Azure/autorest.powershell) configurations for NetworkAccess v1.0 and/or beta modules. + +## AutoRest Configuration + +> see + +``` yaml +require: + - $(this-folder)/../readme.graph.md +``` + +### Directives + +> see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md + +``` yaml +directive: +# Rename headers parameter provided in the open api file to avoid conflict with existing header property generated by Autorest for custom header support. + - where: + verb: New + subject: ^NetworkAccessLogTraffic$ + variant: CreateExpanded + parameter-name: Headers + set: + parameter-name: AccessHeaders + - where: + verb: Update + subject: ^NetworkAccessLogTraffic$ + variant: ^(UpdateExpanded|UpdateViaIdentityExpanded)$ + parameter-name: Headers + set: + parameter-name: AccessHeaders +# Parameter BodyParameter has multiple parameter types. + - where: + verb: Update + subject: ^NetworkAccessForwardingPolicyRule$ + remove: true +``` diff --git a/src/Planner/beta/examples/Invoke-MgBetaArchivePlannerPlan.md b/src/Planner/beta/examples/Invoke-MgBetaArchivePlannerPlan.md new file mode 100644 index 0000000000..53568e3fa3 --- /dev/null +++ b/src/Planner/beta/examples/Invoke-MgBetaArchivePlannerPlan.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + justification = "String" +} + +Invoke-MgBetaArchivePlannerPlan -PlannerPlanId $plannerPlanId -BodyParameter $params + +``` +This example shows how to use the Invoke-MgBetaArchivePlannerPlan Cmdlet. + diff --git a/src/Planner/beta/examples/Invoke-MgBetaUnarchivePlannerPlan.md b/src/Planner/beta/examples/Invoke-MgBetaUnarchivePlannerPlan.md new file mode 100644 index 0000000000..1004707c86 --- /dev/null +++ b/src/Planner/beta/examples/Invoke-MgBetaUnarchivePlannerPlan.md @@ -0,0 +1,15 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + justification = "String" +} + +Invoke-MgBetaUnarchivePlannerPlan -PlannerPlanId $plannerPlanId -BodyParameter $params + +``` +This example shows how to use the Invoke-MgBetaUnarchivePlannerPlan Cmdlet. + diff --git a/src/Search/beta/examples/New-MgBetaExternalIndustryDataConnector.md b/src/Search/beta/examples/New-MgBetaExternalIndustryDataConnector.md index 2dfd81cbf1..13ad37982f 100644 --- a/src/Search/beta/examples/New-MgBetaExternalIndustryDataConnector.md +++ b/src/Search/beta/examples/New-MgBetaExternalIndustryDataConnector.md @@ -5,23 +5,13 @@ Import-Module Microsoft.Graph.Beta.Search $params = @{ - "@odata.type" = "#microsoft.graph.industryData.oneRosterApiDataConnector" - displayName = "Generic OAuth2 Connector" - "sourceSystem@odata.bind" = "https://graph.microsoft.com/beta/external/industryData/sourceSystems('c93a6e02-aeb7-437f-cc52-08dc3fc158af')" - apiFormat = "oneRoster" - baseUrl = "https://fakeProvider.net/ims/oneroster/v1p1" - apiVersion = "1.1" - credential = @{ - "@odata.type" = "#microsoft.graph.industryData.oAuth2ClientCredential" - displayName = "One Roster API Credentials" - clientId = "530be723-6af3-4952-8658-668fb2598ad7" - clientSecret = "thisIsASecret" - tokenUrl = "https://login.microsoftonline.com/c27f982b-f7ee-4b8b-bb0e-3c55bd1dc02c/oauth2/token" - scope = $null + "@odata.type" = "#microsoft.graph.industryData.azureDataLakeConnector" + displayName = "CSV connector" + "sourceSystem@odata.bind" = "https://graph.microsoft.com/beta/external/industryData/sourceSystems('aa050107-5784-4a8e-1876-08daddab21bc')" + fileFormat = @{ + "@odata.type" = "microsoft.graph.industryData.fileFormatReferenceValue" + code = "schoolDataSyncV1" } - isDemographicsEnabled = $false - isFlagsEnabled = $false - isContactsEnabled = $false } New-MgBetaExternalIndustryDataConnector -BodyParameter $params diff --git a/src/Search/beta/examples/Update-MgBetaExternalIndustryDataInboundFlow.md b/src/Search/beta/examples/Update-MgBetaExternalIndustryDataInboundFlow.md index 9916832258..86a8a458b2 100644 --- a/src/Search/beta/examples/Update-MgBetaExternalIndustryDataInboundFlow.md +++ b/src/Search/beta/examples/Update-MgBetaExternalIndustryDataInboundFlow.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.Beta.Search $params = @{ - "@odata.type" = "#microsoft.graph.industryData.inboundFileFlow" + "@odata.type" = "#microsoft.graph.industryData.inboundApiFlow" displayName = "Updated flow name" } diff --git a/src/Search/v1.0/examples/Set-MgExternalConnectionItem.md b/src/Search/v1.0/examples/Set-MgExternalConnectionItem.md index 6859400440..f6461ab995 100644 --- a/src/Search/v1.0/examples/Set-MgExternalConnectionItem.md +++ b/src/Search/v1.0/examples/Set-MgExternalConnectionItem.md @@ -1,4 +1,4 @@ -### Example 1: Code snippet +### Example: Create a custom item ```powershell @@ -7,15 +7,29 @@ Import-Module Microsoft.Graph.Search $params = @{ acl = @( @{ - type = "everyone" - value = "67a141d8-cf4e-4528-ba07-bed21bfacd2d" + type = "user" + value = "e811976d-83df-4cbd-8b9b-5215b18aa874" accessType = "grant" } + @{ + type = "externalGroup" + value = "14m1b9c38qe647f6a" + accessType = "deny" + } ) + properties = @{ + title = "Error in the payment gateway" + priority = + assignee = "john@contoso.com" + } + content = @{ + value = "Error in payment gateway..." + type = "text" + } } Set-MgExternalConnectionItem -ExternalConnectionId $externalConnectionId -ExternalItemId $externalItemId -BodyParameter $params ``` -This example shows how to use the Set-MgExternalConnectionItem Cmdlet. +This example will### example: create a custom item diff --git a/src/Security/beta/examples/Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost.md b/src/Security/beta/examples/Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost.md new file mode 100644 index 0000000000..f5115210cb --- /dev/null +++ b/src/Security/beta/examples/Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Security + +Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost -SslCertificateId $sslCertificateId + +``` +This example shows how to use the Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost Cmdlet. + diff --git a/src/Security/v1.0/examples/Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost.md b/src/Security/v1.0/examples/Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost.md new file mode 100644 index 0000000000..c0bd7bbd98 --- /dev/null +++ b/src/Security/v1.0/examples/Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost.md @@ -0,0 +1,11 @@ +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Security + +Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost -SslCertificateId $sslCertificateId + +``` +This example shows how to use the Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost Cmdlet. + diff --git a/src/Sites/beta/examples/Get-MgBetaSite.md b/src/Sites/beta/examples/Get-MgBetaSite.md index 4cd9c250e8..eb5b687d85 100644 --- a/src/Sites/beta/examples/Get-MgBetaSite.md +++ b/src/Sites/beta/examples/Get-MgBetaSite.md @@ -4,7 +4,18 @@ Import-Module Microsoft.Graph.Beta.Sites -Get-MgBetaSite -Search '"{query}"' +Get-MgBetaSite -Property "siteCollection,webUrl" -Filter "siteCollection/root ne null" + +``` +This example shows how to use the Get-MgBetaSite Cmdlet. + +### Example 2: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Sites + +Get-MgBetaSite ``` This example shows how to use the Get-MgBetaSite Cmdlet. diff --git a/src/Users.Actions/beta/examples/Invoke-MgBetaArchiveUserPlannerPlan.md b/src/Users.Actions/beta/examples/Invoke-MgBetaArchiveUserPlannerPlan.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Users.Actions/beta/examples/Invoke-MgBetaArchiveUserPlannerPlan.md @@ -0,0 +1 @@ + diff --git a/src/Users.Actions/beta/examples/Invoke-MgBetaUnarchiveUserPlannerPlan.md b/src/Users.Actions/beta/examples/Invoke-MgBetaUnarchiveUserPlannerPlan.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/src/Users.Actions/beta/examples/Invoke-MgBetaUnarchiveUserPlannerPlan.md @@ -0,0 +1 @@ + diff --git a/src/Users.Actions/v1.0/examples/Reset-MgUserAuthenticationMethodPassword.md b/src/Users.Actions/v1.0/examples/Reset-MgUserAuthenticationMethodPassword.md index 87593e4c07..1479e28dd9 100644 --- a/src/Users.Actions/v1.0/examples/Reset-MgUserAuthenticationMethodPassword.md +++ b/src/Users.Actions/v1.0/examples/Reset-MgUserAuthenticationMethodPassword.md @@ -8,10 +8,12 @@ $params = @{ newPassword = "Cuyo5459" } +$authenticationMethodId = "28c10230-6103-485e-b985-444c60001490" + Reset-MgUserAuthenticationMethodPassword -UserId $userId -AuthenticationMethodId $authenticationMethodId -BodyParameter $params ``` -This example will user-submitted password +This example will set the submitted password. ### Example 2: System-generated password @@ -22,8 +24,9 @@ Import-Module Microsoft.Graph.Users.Actions $params = @{ } +$authenticationMethodId = "28c10230-6103-485e-b985-444c60001490" + Reset-MgUserAuthenticationMethodPassword -UserId $userId -AuthenticationMethodId $authenticationMethodId -BodyParameter $params ``` -This example will system-generated password - +This example will generate a password for a cloud only user. diff --git a/src/Users/v1.0/examples/Set-MgUserPhotoContent.md b/src/Users/v1.0/examples/Set-MgUserPhotoContent.md index 5a8dc61a33..3a0654e671 100644 --- a/src/Users/v1.0/examples/Set-MgUserPhotoContent.md +++ b/src/Users/v1.0/examples/Set-MgUserPhotoContent.md @@ -1,8 +1,8 @@ -### Example 1: Set a user's photo properties - -```powershell -Set-MgUserPhotoContent -UserId f38d9efd-2743-42c9-b1a8-3623c5aba666 -InFile "C:\Pictures\MyProfile.png" - -``` - -This example sets the profile photo properties for the specified user. +### Example 1: Set a user's photo properties + +```powershell +Set-MgUserPhotoContent -UserId f38d9efd-2743-42c9-b1a8-3623c5aba666 -InFile "C:\Pictures\MyProfile.png" + +``` + +This example sets the profile photo properties for the specified user. diff --git a/src/WindowsUpdates/beta/examples/Update-MgBetaWindowsUpdatesPolicyComplianceChange.md b/src/WindowsUpdates/beta/examples/Update-MgBetaWindowsUpdatesPolicyComplianceChange.md index bbadd7d378..4d655ad540 100644 --- a/src/WindowsUpdates/beta/examples/Update-MgBetaWindowsUpdatesPolicyComplianceChange.md +++ b/src/WindowsUpdates/beta/examples/Update-MgBetaWindowsUpdatesPolicyComplianceChange.md @@ -5,7 +5,7 @@ Import-Module Microsoft.Graph.Beta.WindowsUpdates $params = @{ - "@odata.type" = "#microsoft.graph.windowsUpdates.contentApproval" + "@odata.type" = "#microsoft.graph.windowsUpdates.complianceChange" isRevoked = $true } diff --git a/src/readme.graph.md b/src/readme.graph.md index 88aa90bebd..c62420e859 100644 --- a/src/readme.graph.md +++ b/src/readme.graph.md @@ -103,6 +103,7 @@ directive: - MicrosoftGraphPlannerTeamsPublicationInfo - MicrosoftGraphWorkbookComment - MicrosoftGraphSecurityHost + - MicrosoftGraphDomain # Set parameter alias - where: parameter-name: OrderBy